/* Gunakan ini karna pada layout 2 kebesarann  */
h4,
 .h4 {
   font-size: calc(1.275rem + 0.3vw);
 }
 @media (min-width: 1200px) {
   h4,
   .h4 {
     font-size: 1.5rem;
   }
 }
 h5,
 .h5 {
   font-size: 1.125rem;
 }
 h6,
 .h6 {
   font-size: 0.9375rem;
 }

 /* Batas */
.Toastify__toast-container , .modal ,.react-datepicker-popper{
    z-index: 99999999!important;
}
.table-dark{
    --bs-table-bg: #666CFF;
}
.modal-content{
    border: none;
}
.modal .amr-modal-title{
    position: absolute;
    top: -20px;
    left: 0;
}
.modal-header{
    height: 40px;
}
.modal-body{
    background-color: var(--amr-c-modal);
    backdrop-filter: blur(41px);
}
.modal-dialog-scrollable .modal-content{
    background-color: #1e204d;
}
.modal-dialog-scrollable .modal-content .modal-body{
    background-color: #ffffff;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 450px;
  }
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.amr-tabs-none{
    .tab-content .tab-pane{
        padding: 0!important;
        border: none!important;
    }
    .tab-content{
        margin-top: 10px;
        padding: 0!important;
    }
    .nav.nav-tabs{
        display: none!important;
    }
}

.amr-tabs {
    .nav.nav-tabs{ /* Kebalikan tabs none buat chilldren */
        display: flex!important;
    }
    .tab-content .tab-pane{
        padding: 0px!important;
        border: none!important;
    }
    .tab-content{
        margin-top: 0px;
        padding: 10px!important;
    }
}
@media (max-width: 600px) {
    .swiper {
        height: 190px;
        padding: 0;
        margin-top: 0px;
    }
    .swiper-slide{
        width: 100%;
        height: 100%;
    }
  }
  
  /* Tablet (min-width: 601px) dan (max-width: 1024px) */
  @media (min-width: 601px) and (max-width: 1024px) {
    .swiper {
        height: 300px;
        padding: 0 10px;
        margin-top: 0px;
    }
    .swiper-slide{
        height: 100%;
    }
  }
  