/*
* 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;
}

.loading_tunggu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.loading_tunggu .sk-chase {
  width: 50px;
  height: 50px;
}

.loading_kocok {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); /* Latar belakang semi-transparan */
}

.loading_kocok .wrap {
  background-color: #f5f5f5; /* Latar belakang abu-abu muda */
  padding: 20px; /* Jarak dalam */
  border-radius: 10px; /* Sudut membulat */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Bayangan */
  text-align: center; /* Teks di tengah */
}

.loading_kocok .sk-plane {
  width: 50px;
  height: 50px;
  margin: 0 auto; /* Untuk memastikan spinner di tengah */
}

.card-img-square {
  display: block;
  position: relative;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-color: #fafafa;
  padding-top: 84%;
  overflow: hidden;
}

.card-img-square.square-1 {
  padding-top: 100%;
}

.card-img-square.square-2 {
  padding-top: 110%;
}

.card-img-square.square-3 {
  padding-top: 60%;
}

.card-img-square .w-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card-img-square .w-curtain > div {
  position: relative;
  z-index: 1;
}

.card-img-square .w-curtain:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.card-img-square.w100 {
  width: 100px;
}

.card-img-square.w150 {
  width: 150px;
}

.card-img-square.w200 {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .card-img-square.rounded-sm-767 {
    border-radius: 12px !important;
  }
  .card-img-square.w100-767 {
    width: 100px;
  }
  .card-img-square.w80-767 {
    width: 80px;
  }
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-primary-light {
  background-color: #f2f6f7 !important;
}

.bg-primary-light-2 {
  background-color: #e8f5ff !important;
}

.bg-primary-light-3 {
  background-color: #d4e5f3 !important;
}

.font-light {
  font-family: "mullerlight", sans-serif !important;
}

.font-regular {
  font-family: "mullerregular", sans-serif !important;
}

.font-medium {
  font-family: "mullermedium", sans-serif !important;
}

.font-bold {
  font-family: "mullerbold", sans-serif !important;
}

.font-heavy {
  font-family: "mullerheavy", sans-serif !important;
}

.font-black {
  font-family: "mullerblack", sans-serif !important;
}
