/*
* 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: 1.5rem;
  letter-spacing: -0.5px;
}

/* ! 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;
}
.landing-footer {
  padding-top: 10px;
}
.fx-footer-icon-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fx-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #25d366;
  color: #fff;
  border: 1px solid #09c952;
  font-weight: 700;
  font-size: 17px;
}
.fx-whatsapp:hover {
  color: #fff;
  background-color: #09c952;
}
.fx-call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #03a9f4;
  color: #fff;
  border: 1px solid #00a1ea;
  font-weight: 700;
  font-size: 17px;
}
.fx-call:hover {
  color: #fff;
  background-color: #00a1ea;
}
.fx-analiz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 20px;
  background-color: #ff9202;
  color: #fff;
  border: 1px solid #f98d00;
  font-weight: 700;
  font-size: 17px;
}
.fx-analiz:hover {
  color: #fff;
  background-color: #f98d00;
}
@media (min-width: 576px) {
  .fx-whatsapp {
    width: 200px;
  }
  .fx-call {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .fx-whatsapp span,
  .fx-call span {
    display: none;
  }
}
.first-section {
  margin-top: 80px !important;
  padding-top: 130px !important;
  background-size: cover !important;
  background-position: top center !important;
  padding-bottom: 20px !important;
}
.first-section .breadcrumb-item a,
.first-section .breadcrumb-item a:hover,
.first-section .breadcrumb-item.active {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 576px) {
  .first-section {
    margin-top: 40px !important;
    padding-top: 80px !important;
    padding-bottom: 10px !important;
  }
}
.fx-kvkk-footer {
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: #ff9202;
  color: #fff;
  z-index: 99999;
  padding: 15px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .fx-kvkk-footer > .d-flex {
    flex-direction: column !important;
  }
  .fx-kvkk-footer > .d-flex .d-flex {
    margin-top: 10px;
  }
}
.img-box {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 210px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(255 255 255 / 70%) !important;
}
