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

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !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;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/*
* Istatistik detay sayfalari baslik karti
******************************************************************************/
.kpi_baslik_metin {
  display: block;
  max-width: min(100%, 38rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
  font-size: clamp(1.2rem, 1.8vw, 2rem) !important;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

@media (max-width: 768px) {
  .kpi_baslik_metin {
    max-width: 100%;
    font-size: clamp(1rem, 4.8vw, 1.35rem) !important;
  }
}

/*
* Istatistik detay sayfalari ust ozet kartlari
******************************************************************************/
.kpi_ust_grup {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem !important;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin-right: 1rem;
}

.kpi_ust_grup > .kpi-card {
  grid-column: span 2;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 162px;
  margin: 0 !important;
  padding: 10px !important;
  transform: none !important;
  display: flex;
  align-items: stretch;
}

.kpi_ust_grup > .kpi-card:first-of-type {
  grid-column: span 6;
  min-height: 162px;
}

.kpi_ust_grup > .kpi-card > div {
  width: 100%;
  flex: 1 1 auto;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kpi_ust_grup > .kpi-card:first-of-type > div {
  padding: 20px !important;
  align-items: center;
  justify-content: center;
}

.kpi_ust_grup > .kpi-card:first-of-type .kpi_baslik_metin {
  margin-bottom: 0 !important;
}

.kpi_ust_grup > .kpi-card:not(:first-of-type) .kpi-value {
  display: block;
  white-space: normal;
  font-size: clamp(1.55rem, 1.35vw, 1.95rem) !important;
  line-height: 1.18;
  margin-bottom: 0.55rem !important;
  overflow-wrap: anywhere;
}

.kpi_ust_grup > .kpi-card:not(:first-of-type) p {
  min-height: 2.35em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kpi_ust_grup ~ .dropdown {
  margin-top: 0 !important;
  align-self: flex-start;
}

.kpi_ust_grup > .kpi-card:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 1600px) {
  .kpi_ust_grup > .kpi-card:first-of-type {
    grid-column: 1 / -1;
  }

  .kpi_ust_grup > .kpi-card:not(:first-of-type) {
    grid-column: span 4;
  }

}

@media (max-width: 992px) {
  .kpi_ust_grup {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  .kpi_ust_grup ~ .dropdown {
    margin-top: 0.75rem !important;
    margin-left: auto !important;
  }

  .kpi_ust_grup > .kpi-card:not(:first-of-type) {
    grid-column: span 6;
  }

  .kpi_ust_grup > .kpi-card:not(:first-of-type) .kpi-value {
    font-size: clamp(1.6rem, 4.2vw, 2rem) !important;
  }

}

@media (max-width: 576px) {
  .kpi_ust_grup > .kpi-card {
    grid-column: 1 / -1 !important;
  }

}
