@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
    font-family: "Sarabun", sans-serif;
    color: #444444;
    background: #fce24f;
    margin: auto;
}

/* Coming Soon */

#coming-soon {
    background: #fffbe7 !important;
}

.text-basy {
    color: #3a53a3 !important;
}

.coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.coming-soon .img {
    width: 90px;
    height: auto;
}

.coming-soon .text {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
}

@media (max-width: 768px){
    .coming-soon .text {
        font-size: 24px;
    }
}

/* Coming Soon */

.doodle .ico-monster-1 {
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.doodle .ico-monster-2 {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.doodle .ico-kamera-1 {
    width: 150px;
    position: absolute;
    right: 200px;
    top: 50px;
}

.doodle .ico-kamera-2 {
    width: 150px;
    position: absolute;
    left: 200px;
    bottom: 60px;
}

.doodle .ico-live-1 {
    width: 140px;
    position: absolute;
    right: 400px;
    bottom: 60px;
}

.doodle .ico-live-2 {
    width: 120px;
    position: absolute;
    left: 200px;
    top: 50px;
}

@media (min-width: 768px){

    .doodle #mobile {
        display: none;
    }
}

@media (max-width: 768px){
    
    .doodle #desktop {
        display: none;
    }

    .doodle .ico-monster-1-mobile {
        width: 200px;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .doodle .ico-monster-2-mobile {
        width: 180px;
        position: fixed;
        right: 0;
        bottom: 40px;
    }

    .doodle .ico-kamera-1-mobile {
        width: 70px;
        position: fixed;
        right: 10px;
        top: 160px;
    }

    .doodle .ico-kamera-2-mobile {
        width: 80px;
        position: fixed;
        left: 50px;
        bottom: 250px;
    }

    .doodle .ico-kamera-3-mobile {
        width: 80px;
        position: fixed;
        right: 10px;
        bottom: 400px;
    }

    .doodle .ico-live-1-mobile {
        width: 50px;
        position: fixed;
        left: 30px;
        top: 150px;
    }

    .doodle .ico-live-2-mobile {
        width: 80px;
        position: fixed;
        right: 110px;
        bottom: 40px;
    }
}

@media (max-width: 380px){
    
    .doodle #desktop {
        display: none;
    }

    .doodle .ico-monster-1-mobile {
        width: 150px;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .doodle .ico-monster-2-mobile {
        width: 140px;
        position: fixed;
        right: 0;
        bottom: 80px;
    }

    .doodle .ico-kamera-1-mobile {
        width: 50px;
        position: fixed;
        right: 10px;
        top: 140px;
    }

    .doodle .ico-kamera-2-mobile {
        width: 50px;
        position: fixed;
        left: 50px;
        bottom: 250px;
    }

    .doodle .ico-kamera-3-mobile {
        width: 50px;
        position: fixed;
        right: 10px;
        bottom: 300px;
    }

    .doodle .ico-live-1-mobile {
        width: 50px;
        position: fixed;
        left: 30px;
        top: 120px;
    }

    .doodle .ico-live-2-mobile {
        width: 50px;
        position: fixed;
        right: 120px;
        bottom: 50px;
    }
}

/* body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
} */

a {
    text-decoration: none;
}


/* Preloader */

#preloader { 
    display: flex;
    position: fixed; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: var(--pink_light); 
    align-items: center;
    justify-content: center;
}

#preloader img {
    animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

/* Landing */

.basy-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.basy-container .image-groups img {
    width: 478px;
}

.basy-container .button-groups {
    margin-top: 50px;
}

.basy-container .button-groups .list-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.basy-container .button-groups .list-button .btn-gabung {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #fff;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #3a53a3;
}

.basy-container .button-groups .list-button .btn-contact {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #ed2c37;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.basy-container .button-groups .list-button .btn-ig {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #2d99ea;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.basy-container .button-groups .list-button .btn-tiktok {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #000000;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.basy-container .button-groups .list-button .btn-basecamp {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #0dbc5d;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.basy-container .button-groups .list-button .btn-login {
    width: 400px;
    height: 72px;
    border-radius: 29px;
    background-color: #3a53a3;

    /* btn_text */
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 768px){
    .basy-container {
        position: fixed;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .basy-container .image-groups img {
        width: 300px;
    }
    
    .basy-container .button-groups .list-button .btn-gabung {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
    
    .basy-container .button-groups .list-button .btn-contact {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
    
    .basy-container .button-groups .list-button .btn-ig {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
    
    .basy-container .button-groups .list-button .btn-tiktok {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
    
    .basy-container .button-groups .list-button .btn-basecamp {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
    
    .basy-container .button-groups .list-button .btn-login {
        width: 300px;
        height: 50px;
    
        /* btn_text */
        font-size: 15px;
    }
}

/* Landing */

/* Pendaftaran */

.doodle-pendaftaran .ico-monster-1 {
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.doodle-pendaftaran .ico-monster-2 {
    width: 400px;
    position: absolute;
    right: 0;
    top: 50px;
}

.doodle-pendaftaran .ico-kamera-1 {
    width: 150px;
    position: absolute;
    left: 100px;
    bottom: 300px;
}

.doodle-pendaftaran .ico-live-1 {
    width: 140px;
    position: absolute;
    left: 200px;
    bottom: 60px;
}

.doodle-pendaftaran .ico-kamera-2 {
    width: 150px;
    position: absolute;
    left: 200px;
    bottom: 60px;
}


.doodle-pendaftaran .ico-live-2 {
    width: 120px;
    position: absolute;
    left: 200px;
    top: 50px;
}

.doodle-pendaftaran .logout {
    width: 200px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.doodle-pendaftaran .logout-text {
    position: absolute;
    right: 70px;
    bottom: 80px;
    rotate: -35deg;

    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

@media (min-width: 768px){

    .doodle-pendaftaran #mobile {
        display: none;
    }
}

@media (max-width: 768px){
    
    .doodle-pendaftaran #desktop {
        display: none;
    }

    .doodle-pendaftaran .ico-monster-1-mobile {
        width: 200px;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .doodle-pendaftaran .ico-monster-2-mobile {
        width: 148px;
        position: fixed;
        right: 0;
        top: 30px;
    }

    .doodle-pendaftaran .logout-mobile {
        position: fixed;
        width: 100px;
        right: 0;
        bottom: 70px;
        z-index: 1;
    }

    .doodle-pendaftaran .logout-text-mobile {
        position: fixed;
        right: 31px;
        bottom: 105px;
        rotate: -25deg;
        z-index: 2;
    
        color: #3a53a3;
        font-family: 'Montserrat', sans-serif; 
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }

}

@media (max-width: 380px){

    .doodle-pendaftaran .logout-mobile {
        position: fixed;
        width: 100px;
        right: 0;
        bottom: 20px;
        z-index: 1;
    }

    .doodle-pendaftaran .logout-text-mobile {
        position: fixed;
        right: 31px;
        bottom: 55px;
        rotate: -25deg;
        z-index: 2;
    
        color: #3a53a3;
        font-family: 'Montserrat', sans-serif; 
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
    }
}

.basy-container-pendaftaran {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.basy-container-pendaftaran .image-groups img {
    width: 480px;
}

.basy-container-pendaftaran .text-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a53a3;
}

.basy-container-pendaftaran .form-pendaftaran {
    margin-top: 50px;
}

.basy-container-pendaftaran .form-pendaftaran .form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    margin-left: 15px;
}

.basy-container-pendaftaran .form-pendaftaran .form-control {
    width: 474px;
    border-radius: 29px;
    background-color: #fff8cf;
    padding-left: 15px;
    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}

.basy-container-pendaftaran .form-pendaftaran .form-control::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b2c2f4 !important;
}

.basy-container-pendaftaran .form-pendaftaran .form-control:focus { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #3a53a3;
    box-shadow: none;
}

.basy-container-pendaftaran .form-pendaftaran .form-check {
    margin-top: 30px;
    margin-bottom: 50px;
}

.basy-container-pendaftaran .form-pendaftaran .form-check-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    padding-top: 5px;
    margin-left: 2px;
}

.basy-container-pendaftaran .form-pendaftaran .btn-gabung-sekarang {     
    width: 320px;
    height: 40px;
    border-radius: 29px;
    background-color: #3a53a3;
    border: none;

    /* Text */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.basy-container-pendaftaran .form-pendaftaran .invalid-alert {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ed2c37;
    margin-left: 15px;
}


@media (max-width: 768px){
    .basy-container-pendaftaran {
        position: fixed;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }

    .basy-container-pendaftaran .image-groups img {
        width: 235px;
    }

    .basy-container-pendaftaran .text-title {
        font-size: 20px;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-control {
        width: 320px;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-check-label {
        width: 230px;
    }
    
}

@media (max-width: 380px){
    .basy-container-pendaftaran {
        position: fixed;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .basy-container-pendaftaran .image-groups img {
        width: 250px;
    }

    .basy-container-pendaftaran .text-title {
        font-size: 20px;
    }
    
    .basy-container-pendaftaran .form-pendaftaran {
        margin-top: 10px;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-label {
        margin-bottom: 0;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-control {
        width: 320px;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-check-label {
        width: 230px;
    }

    .basy-container-pendaftaran .form-pendaftaran .form-check {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
}
/* Pendaftaran */

/* Pendaftaran Sukses */

#sukses-pendaftaran {
    background: #fff4cf !important;
}

.sukses-pendaftaran {
    width: 680px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.sukses-pendaftaran .img {
    width: 397px;
    height: auto;
}

.sukses-pendaftaran .text-container {
    margin-top: 50px;
}

.sukses-pendaftaran .text-container .text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #3a53a3;
}

.sukses-pendaftaran .button {
    margin-top: 150px;
}

.sukses-pendaftaran .btn-back {  
    width: 320px;
    height: 40px;
    border-radius: 29px;
    background-color: #3a53a3;

    /* Text */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px){
    .sukses-pendaftaran{ 
        width: 350px;   
        position: fixed;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sukses-pendaftaran .img {
        width: 277px;
    }

    .sukses-pendaftaran .text-container .text {
        font-size: 15px;
    }
}

@media (max-width: 380px){
    .sukses-pendaftaran{ 
        width: 350px;   
        position: fixed;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sukses-pendaftaran .img {
        width: 220px;
    }

    .sukses-pendaftaran .text-container .text {
        font-size: 13px;
    }

    .sukses-pendaftaran .button {
        margin-top: 100px;
    }
    
    .sukses-pendaftaran .btn-back {
        font-size: 13px;
    }
}

/* Pendaftaran Sukses */


/* Login */


.basy-container-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.basy-container-login .image-groups img {
    width: 480px;
}

.basy-container-login .text-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a53a3;
}

.basy-container-login .form-login {
    margin-top: 50px;
}

.basy-container-login .form-login .form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    margin-left: 15px;
}

.basy-container-login .form-login .form-control {
    width: 474px;
    border-radius: 29px;
    background-color: #fff8cf;
    padding-left: 15px;
    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}

.basy-container-login .form-login .form-control::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b2c2f4 !important;
}

.basy-container-login .form-login .form-control:focus { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #3a53a3;
    box-shadow: none;
}

.basy-container-login .form-login .form-check {
    margin-top: 30px;
    margin-bottom: 50px;
}

.basy-container-login .form-login .form-check-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    padding-top: 5px;
    margin-left: 2px;
}

.basy-container-login .form-login .btn-gabung-sekarang {     
    width: 320px;
    height: 40px;
    border-radius: 29px;
    background-color: #3a53a3;
    border: none;

    /* Text */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.basy-container-login .form-login .invalid-alert {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ed2c37;
    margin-left: 15px;
}

.container-lupa-password .modal-title {
    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}
.container-lupa-password .form-control {
    border-radius: 29px;
    background-color: #fff8cf;
    padding-left: 15px;
    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}

.container-lupa-password .form-control::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b2c2f4 !important;
}

.container-lupa-password .form-control:focus { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #3a53a3;
    box-shadow: none;
}

.container-lupa-password .form-text { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #3a53a3;
    box-shadow: none;
}

.container-lupa-password .btn-batal { 
    background: #fce24f;

    font-family: 'Montserrat', sans-serif; 
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}

.container-lupa-password .btn-kirim { 
    background: #3a53a3;

    font-family: 'Montserrat', sans-serif; 
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}


@media (max-width: 768px){
    .basy-container-login {
        position: fixed;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .basy-container-login .image-groups img {
        width: 235px;
    }

    .basy-container-login .text-title {
        font-size: 20px;
    }

    .basy-container-login .form-login .form-control {
        width: 320px;
    }

    .basy-container-login .form-login .form-check-label {
        width: 230px;
    }
    
}

@media (max-width: 380px){
    .basy-container-login {
        position: fixed;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .basy-container-login .image-groups img {
        width: 250px;
    }

    .basy-container-login .text-title {
        font-size: 20px;
    }
    
    .basy-container-login .form-login {
        margin-top: 10px;
    }

    .basy-container-login .form-login .form-label {
        margin-bottom: 0;
    }

    .basy-container-login .form-login .form-control {
        width: 320px;
    }

    .basy-container-login .form-login .form-check-label {
        width: 230px;
    }

    .basy-container-login .form-login .form-check {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
}

/* Login */


/* Profile */


#modalConfirm .modal-body .text-body {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3a53a3 !important;
    font-family: 'Montserrat', sans-serif; 
    font-size: 20px;
    font-weight: bold;
}

.basy-container-profile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.basy-container-profile .image-groups img {
    width: 480px;
}

.basy-container-profile .text-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a53a3;
}

.basy-container-profile .form-profile {
    margin-top: 20px;
}

.basy-container-profile .form-profile .form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    margin-left: 15px;
    margin-bottom: 0;
}

.basy-container-profile .form-profile .form-control {
    width: 474px;
    border-radius: 29px;
    background-color: #fff8cf;
    padding-left: 15px;
    color: #3a53a3;
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
}

.basy-container-profile .form-profile .form-control::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #b2c2f4 !important;
}

.basy-container-profile .form-profile .form-control:focus { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #3a53a3;
    box-shadow: none;
}

.basy-container-profile .form-profile .form-check {
    margin-top: 30px;
    margin-bottom: 50px;
}

.basy-container-profile .form-profile .form-check-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #3a53a3;
    padding-top: 5px;
    margin-left: 2px;
}

.basy-container-profile .form-profile .btn-gabung-sekarang {     
    width: 320px;
    height: 40px;
    border-radius: 29px;
    background-color: #3a53a3;
    border: none;

    /* Text */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.basy-container-profile .form-profile .invalid-alert {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ed2c37;
    margin-left: 15px;
}

.input-icon {
    width: 100%;
}

.input-icon img {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: -30px;
    margin-right: 10px;
}
    

@media (min-width: 768px){
    #bank-mobile {
        display: none !important;
    }

    #bank-desktop {
        display: flex !important;
    }

    #alert-mobile {
        display: none !important;
    }

    #alert-desktop {
        display: flex !important;
    }
    .basy-container-profile .form-profile .atas-nama {
        width: 355px !important;
    }
}

@media (max-width: 768px){
    .basy-container-profile {
        position: fixed;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    #bank-mobile {
        display: flex !important;
    }

    #bank-desktop {
        display: none !important;
    }
    
    #alert-mobile {
        display: flex !important;
    }

    #alert-desktop {
        display: none !important;
    }

    .basy-container-profile .image-groups img {
        width: 235px;
    }

    .basy-container-profile .text-title {
        font-size: 20px;
    }

    .basy-container-profile .form-profile .form-control {
        width: 320px;
    }

    .basy-container-profile .form-profile .form-check-label {
        width: 230px;
    }
    
}

@media (max-width: 380px){
    .basy-container-profile {
        position: fixed;
        padding-top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-height: 100%;
        overflow-y: auto;
        padding-bottom: 100px;
    }

    .basy-container-profile::-webkit-scrollbar {
        display: none;
    }

    .basy-container-profile .image-groups img {
        width: 250px;
    }

    .basy-container-profile .text-title {
        font-size: 20px;
    }
    
    .basy-container-profile .form-profile {
        margin-top: 10px;
    }

    .basy-container-profile .form-profile .form-label {
        margin-bottom: 0;
    }

    .basy-container-profile .form-profile .form-control {
        width: 320px;
    }

    .basy-container-profile .form-profile .form-check-label {
        width: 230px;
    }

    .basy-container-profile .form-profile .form-check {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
}

/* Profile */