@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    color: #404040;
    background-color: #F9F9F9;;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
canvas {
    margin: 0 auto;
}
main {
    flex: 1;
}
footer {
    background-color: #FBC92C;
    display: flex;
    flex-direction: column;
}
input {
    /* background-color: #EDEDED !important; */
}
a {
    /* text-decoration: none; */
}
#whatsapp {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
    margin-bottom: 30px;
    margin-left: 30px;
    cursor: pointer;
    /* untuk memastikan gambar muncul diatas content lain */
    z-index: 9999; 

}


/* AUTH */
.yellow-bg {
    background-color: #FAC82B;
    border-radius: 0px 40px 40px 0px;
}

.logo-auth {
    margin-left: 50px;
}
/* .img-3orang-auth {
    margin-top: 50px;
} */
.kontak-auth {
    /* margin-top: 100px; */
    margin-bottom: 25px;
}

.line-with-text {
    display: flex;
    align-items: center;
}

.line {
    flex: 1;
    border-top: 5px solid #000; /* Warna, lebar, dan jenis garis bisa disesuaikan */
    max-width: 50px;
    margin-left: 10px; /* Jarak antara garis dan teks */
    margin-bottom: 15px;
}
.line-register {
    flex: 1;
    border-top: 2px solid #000; /* Warna, lebar, dan jenis garis bisa disesuaikan */
    max-width: auto;
    margin-left: 10px; /* Jarak antara garis dan teks */
    margin-bottom: 15px;
}

.login-margin {
    margin-top: 120px;
}

.lupa-sandi-auth {
    color: #E7002ECC; 
    text-decoration: none!important;
    font-size: 18px;
}
.link-yellow {
    color: #FAC82B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.12px;
    text-decoration: none;
}
.link-yellow2 {
    color: #FBC92C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.176px;
    text-decoration: none;
}
.btn-yellow-border {
    display: inline-flex;
    padding: 12px 24px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #FCD24F;
    background: none;
}
.btn-profile {
    background-color: none;
    border: none;
}
.dropdown-item:hover,.background-active {
    background-color: #FBC92C1A;
    background: #FBC92C1A !important;
}
.btn-white:active {
    background: #FBC92C1A;
}
/* END OF AUTH */

/* NAVBAR */

.navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* END OF NAVBAR */

/* KURSUS */

.btn-fav {
    border: none;
    outline: none;
    color: gray;
}
.btn-fav:hover {
    border: none;
    outline: none;
    color: red;
}

.btn-black-border {
    display: inline-flex;
    padding: 12px 24px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #202020;
    background: none;
}
/* END OF KURSUS */


/* KELAS */

.light-yellow-bg {
    background-color: #FBC92C1A;
}

.nav-border {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.btn-white-border {
    display: inline-flex;
    padding: 12px 24px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    background: none;
}
.btn-gray-border {
    /* display: flex; */
    width: 100%;
    padding: 12px 24px;
    gap: 8px;
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #9E9E9E;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    background: none;
}
.active-sub-nav {
    border-bottom: 4px solid #FBC92C !important;
}
/* END OF KELAS */


/* TRANSFER */

.box-gray {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #FAFAFA;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
  .custom-button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #ccc;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  
  .custom-button.selected {
    background-color: #fBC92C;
  }

  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Warna latar belakang semi transparan */
    justify-content: center;
    align-items: center;
  }
  
  .popup-content {
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    width: 60%;
    height: 40%;
  }
  
  .close-btn {
    display: flex;
    justify-content: end;
    /* top: 10px;
    right: 10px; */
    cursor: pointer;
  }
  
  
  
  


/* END OF TRANSFER */

/* PESANAN */

.box-darkgray {
    width: 100%;
    height: auto;
    padding: 0.5rem;
    border-radius: 10px;
    background: #E2E2E2;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

/* END OF PESANAN */

/* PROFILE */

.btn-white:hover {
    background-color: #FBC92C1A;
}

/* END OF PROFILE */

/* KURSUS SAYA */
.box-black-border {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #202020;
}
/* END OF KURSUS SAYA */
.container {
    min-height: calc(100% - [footer height]);
}
.hide-on-large-screen,.hide-on-small-screen {
    display: block; /* Tampilkan secara default */
}

.active {
    color: #FBC92C !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent !important; /* Mengatur latar belakang menjadi transparan */
}

.breadcrumb-item+.breadcrumb-item::before {
    Content: var(--bs-breadcrumb-divider, ">") !important;
}

.breadcrumb-link {
    color: #000;
    text-decoration: none;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
}

.nav-item.dropdown.dropdown-open .dropdown-menu {
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-item.dropdown .dropright:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}
.nav-item.dropdown .dropright .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

.nav-item.dropdown .dropright:hover .dropdown-menu {
    display: block;
}

/* CSS untuk panah menghadap ke kanan pada navbar konten 1 */
.caret-right::after,.caret-right2::after,.caret-right3::after {
    display: inline-block;
    justify-content: start;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    transform: rotate(270deg);
    
}
.caret-right,.caret-right2,.caret-right3 {
    margin-bottom: 3.5px;
    margin-left: 45px;
}
.caret-right2 {
    margin-left: 32px;
}


.box-yellow {
    background: #FBC92C;
    border-radius: 30px;
    margin-bottom: 80px;
}
.box-white {
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.box-white-square {
    width: 100%;
    height: auto;
    border-radius: 0px 8px 8px 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.box-survey {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(117, 117, 117, 0.50);
    background: #EDEDED;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);

}
.box-survey-form {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px solid rgba(117, 117, 117, 0.50);
    background: #EDEDED;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);

}

.btn-hub-kami {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: end;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #FCD24F;
    background: none;
}
.btn-hub-kami-mobile {
    display: inline-flex;
    padding: 12px 24px;
    /* justify-content: end;
    align-items: center; */
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #FCD24F;
    background: none;
}
.btn-responsive {
    display: flex;
    justify-content: end;
}
.btn-yellow {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    background: #FBC92C;
}
.btn-yellow2 {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    width: 100%;
    border: none;
    cursor: pointer;
    background: #FBC92C;
}
.btn-yellow,.btn-yellow2,.btn-yellow-cari:hover {
    background: #FBC92C !important;
    outline: none;
    box-shadow: none;
}
.btn-yellow,.btn-yellow2,.btn-yellow-cari:active {
    background: #FBC92C !important; 
}
.btn-white {
    /* width: 200px; */
    /* height: 200px; */
    /* border-radius: 20px; */
    background: #FFF;
    /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); */
    border: none;
    cursor: pointer;
}
.btn-yellow-cari {
    display: inline-flex;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: #FBC92C;
}
.card {
    border-radius: 12px;
    border: 1px solid rgba(117, 117, 117, 0.50);
    background: #EDEDED;

    /* Shadow 2 */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.font-nav {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 24px;  */
    letter-spacing: 0.176px;
}
.font-nav:hover {
    color: #FBC92C ;
}

.font-title1 {
    font-weight: 700;
    font-size: 59px;
    line-height: 79px;
    letter-spacing: 0.011em;
    text-align: left;
}
.font-title2,.font-title3,.font-title-16 {
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 105% */
    letter-spacing: 0.44px;
}
.font-title3 {
    font-size: 30px;
}
.font-title-16 {
    font-size: 16px;
}
.font-body,.font-body2,.font-body3,.font-body4,.font-body-justify,.font-body-300  {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: 0.52px;
}
.font-body2 {
    text-align: justify;
}
.font-body3 {
    font-size: 14px;
    line-height: 24px;
}
.font-body-justify {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.font-body-300 {
    /* text-align: justify; */
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.font-body-500 {
    color: #404040;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 175% */
    letter-spacing: 0.264px;
}
.font-body-card {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.176px;
}
.font-price {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: 0.264px;
}

.font-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}
.font-link,.font-link-sm{
    color: #A7861D; 
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    letter-spacing: -0.34px;
    text-decoration: none;
}
.font-link-sm {
    font-size: 14px;
    font-weight: 400;
}
.font-link,.font-link-sm:hover {
    color: #A7861D; 
}

.font-btn {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    text-decoration: none;
    letter-spacing: 0.176px;
}
.font-box {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
    letter-spacing: 0.264px;
}
.font-box-num {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 64px */
    letter-spacing: 0.704px;
}
.font-footer-body {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.002px;
}
.font-footer-title {
    /* text-align: center; */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 131.25% */
    letter-spacing: 0.352px;
}
.font-survey-num {
    color: #FBC92C;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.344px;
}
.font-survey-body {
    color: #9E9E9E;
    margin-top: -10px;
    font-size: 14px;
    line-height: 24px;
}
.font-form {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.176px;
}
.form-select-kelas {
    width: 100%;
    background-color: #FFFFFF;
    color: #202020;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.096px;
}
.img-responsive {
    position: relative !important; 
    width: 150% !important;
    height: auto !important; 
    margin-top: -100px !important;
}
.img-alumni {
    width: 100%;
}
.img-class {
    width: 100%;
}
.label-card {
    display: inline-flex;
    padding: 1px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid var(--primary-border, #DFE0F3);
    background: #FBC92C;
}
.logo-ig {
    width: 100%;
}
.logo-yt {
    width: 125%;
}
.logo-tiktok {
    width: 100%;
}
.logo-wa {
    width: 100%;
}
.logo-email {
    width: 100%;
}

.slider-box{
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    /* -webkit-overflow-scrolling: touch; */

}

.box {
display: inline-block;
width: 35%;
height: 100%;
margin: 10px;

/* text-align: center; */
/* line-height: 100px; */
/* font-size: 24px; */
border-radius: 12px;
background: #EDEDED;

/* shadow 2 */
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.img-literature {
margin-left: -5px;
}


.pagination,
.jsgrid .jsgrid-pager {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}

.page-link {
    background-color: transparent;
    color: black
}

.pagination.pagination-rounded-flat .page-item {
    margin: 0 .25rem
}

.pagination-rounded-flat{
    
}

.pagination-success .page-item.active .page-link,
a {

    border-color: #00c689
}

.pagination.pagination-rounded-flat .page-item .page-link, a {
   border: none;
   border-radius: 50px;
}

@media (min-width: 600px) {
    .hide-on-large-screen{
        display: none; /* Sembunyikan jika lebar layar lebih besar dari 600px */
    }
}
/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .hide-on-medium-screen{
        display: none; 
    }
    .img-logo {
        width: 90% !important;
    }
    .img-logo2 {
        width: 100% !important;
        margin-top: 4px;
    }
    .nav-item.dropdown .dropright:hover .dropdown-menu {
        display: block;
        position: absolute;
        top: 26%;
        left: 165%;
    }
    .nav-item.dropdown .dropright:click .dropdown-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 130%;
    } 
    /* foto 1 orang responsive */
    .img-responsive {
        width: 180% !important;
        height: auto !important; 
        margin-top: 0px !important;
    }
    .mobile-responsive-card {
        padding: 0px !important;
        margin-left: 10rem !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .box {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .margin-top-lg {
        margin-top: 150px;
    }
}

/* mobile */
@media only screen and (max-width: 600px) {
    .img-logo {
        width: 100% !important;
    }
    .img-logo2 {
        width: 350% !important;
    }
    .hide-on-small-screen{
        display: none; /* Sembunyikan jika lebar layar kurang dari 600px */
    }
    .font-title-mobile {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .font-title2 {
        font-size: 25px;
    }
    .form-select-kelas {
        width: 100% !important;
    }
    /* .font-link-mobile {
        margin-top: 50px !important;
    } */
    .dropdown-menu {
        background-color: #EDEDED;
        border: none;
        width: 55% !important;
    }
    .nav-item.dropdown .dropright:hover .dropdown-menu {
        display: block;
        position: absolute;
        top: 26%;
        left: 55%;
    }
    .nav-item.dropdown .dropright:click .dropdown-menu {
        display: none;
        position: absolute;
    } 
    .img-responsive {
        /* padding-left: 0px !important;
        padding-right: 0px !important; */
        position: relative !important; 
        width: 100% !important;
        height: auto !important; 
        margin-top: -100px !important;
    }
    .mobile-responsive-card {
        padding: 0px !important;
        margin-left: 0rem !important;
    }
    
    .box {
        width: 100%;
    }

    .card {
        display: flex;
        justify-content: center;
        width: 80% !important;
    }
}
/* Optional: Adjust padding or margin as needed */
