/*
* 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: 30px;
}
.app-brand-text {
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
.bg-menu-theme .menu-text {
  color: #242b34 !important;
}
.bg-menu-theme .menu-text .pin {
  color: #e84141 !important;
}

.dark-style .bg-menu-theme .menu-text .nero {
  color: #fff !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;
}
.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;
}

#toast-container.toast-top-center {
  top: 16px !important;
}
ul.dropdown-menu.dropdown-menu-lang {
  min-width: 9rem !important;
}

.landing-hero > .page-wraper {
  min-height: 320px;
  position: relative;
  z-index: 1;
}
.landing-hero > .container {
  position: relative;
  z-index: 1;
}
.app-logo {
  height: 40px;
}
@media (max-width: 576px) {
  .app-logo {
    height: 34px;
  }
  .landing-footer {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .app-logo {
    height: 30px;
  }
}
.layout-navbar .navbar-dropdown .badge-notifications {
  top: -0.5rem !important;
}
@media (max-width: 767.98px) {
  .layout-navbar .navbar-dropdown .badge-notifications {
    top: 0.5rem !important;
  }
}
.page-header {
  position: relative;
  z-index: 1;
}
.help-center img,
.help-center svg {
  max-width: 100% !important;
}
@media (max-width: 320px) {
  .navbar.landing-navbar .navbar-nav .nav-link {
    padding-right: 0px !important;
  }
  .app-logo {
    height: 24px;
  }
}

.product-list .text-truncate {
  font-size: 12px;
}

.product-list .quantity {
  width: 70px !important;
}
.empty-cart-img {
  width: 100px;
  opacity: 0.4;
}
.cart .scrollable-container {
  max-height: 340px;
}
.mobile-cart-show-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.mobile-cart-show-btn .total-quantity {
  top: 3px !important;
  left: 19px !important;
  font-size: 10px !important;
}
.payment-summary .remove-cart-item {
  display: none !important;
}
.tab-game-content h3 {
  font-size: 16px;
}
.card.bg-dark {
  background-color: rgb(28 28 45) !important;
}
.light-style .card.bg-dark {
  background-color: rgb(247 247 248) !important;
  box-shadow: none !important;
}
.light-style .payment-btn {
  background-color: #4caf50 !important;
  border-color: #3ea942 !important;
}
.light-style .payment-btn:hover {
  background-color: #4fbb54 !important;
  border-color: #4caf50 !important;
}
.order-list {
  border-radius: 10px;
  border: 1px dashed #5a6179;
  padding: 20px;
  margin: auto;
  margin-bottom: 20px;
  max-width: 480px;
}
.order-list .code {
  border-radius: 5px;
  padding: 5px;
  background-color: #20212d;
  margin-bottom: 5px;
  border: 1px solid #1e1f2c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scrollable-content {
  max-height: 200px;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .cart-payment-top {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cart-sticky {
    display: none !important;
  }
}
