/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand {
  height: 64px;
  margin-top: 12px;
  padding-left: 1.1rem !important;
  margin-bottom: 10px;
}

.app-brand-logo img {
  height: 50px;
}

.app-brand-text {
  font-size: 3rem;
  letter-spacing: -0.5px;
}

.light-style .app-brand-text {
  color: #013b4c !important;
}
.dark-style .app-brand-text {
  color: #9da69d !important;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/
.fancybox-container {
  z-index: 1080 !important;
}
.fancybox-content:not(.fancybox-error) {
  padding: 0px;
  background: none;
}
.table-baslik {
  border-radius: 9px !important;
}
.table-baslik tbody tr td:first-child {
  background-color: #f9fafb;
  border-right: 1px solid #d9dee3;
  font-weight: 700;
}
.dark-style .table-baslik tbody tr td:first-child {
  font-weight: 700;
  background-color: #222233;
  border: 1px solid #444564;
}

.page-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 75%);
  z-index: 99999;
  display: none;
}
.dark-style .page-loading {
  background-color: rgb(30 33 48 / 90%);
}
.page-loading .d-flex {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.page-loading .spinner-border {
  color: #696cff;
}

#toast-container.toast-top-center {
  top: 16px !important;
}
.badge i.bx {
  line-height: 0.75;
}
.badge.d-flex {
  max-width: min-content;
}
.fs-7 {
  font-size: 12px !important;
}
.evrak-yukle .dz-preview {
  display: none !important;
}
.select2-dropdown {
  z-index: 1100 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 1.8rem !important;
  top: -1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 1.5rem !important;
}
.light-style .swal2-popup .swal2-title {
  font-size: 1.5rem !important;
  max-width: none !important;
}
.swal2-modal.swal2-popup .swal2-title {
  margin: 0 !important;
}
div:where(.swal2-container) .swal2-html-container {
  margin: 5px !important;
}
