.bg-image{
    min-height: 100vh;
    /* background: url('../img/background_client.png'); */
    background: url('/administrator/assets/media/settings/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-image-receptionist{
    min-height: 100vh;
    /* background: linear-gradient(to bottom, #ffffff76, #ffffff76) , url('../img/background_client.png'); */
    background: linear-gradient(to bottom, #ffffff76, #ffffff76) , url('/administrator/assets/media/settings/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text-area{
    /* padding: 54px 64px; */
    min-height: 100vh;
    background: linear-gradient(to right, #4B4B4B8C, transparent);
}

.required{
    color: red
}

.text-secondary{
    color: #838383
}

.text-thankyou{
    font-size: 32px;
    font-weight: 700;
    line-height: 39.06px;
    text-align: center;
    color: #2E2E2E;
    padding-top: 34px;
    width: 70%;
}

.text-sub-thankyou{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: center;
    color: #8E8E8E;
    width: 50%;
}

.images-thankyou{
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.images-thankyou img{
    width: 352px;
    border-radius: 12px;
}

.text-thankyou-receptionist{
    font-size: 24px;
    font-weight: 700;
    line-height: 29.3px;
    text-align: center;
    color: #2E2E2E;
    padding-top: 34px;
    width: 100%;
    padding-right: 30%;
    padding-left: 30%;
}

.text-sub-thankyou-receptionist{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: center;
    color: #8E8E8E;
    width: 100%;
    padding-right: 25%;
    padding-left: 25%;
    padding-top: 6px;
}

.images-thankyou-receptionist{
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.images-thankyou-receptionist img{
    width: 303px;
    border-radius: 12px;
}

@font-face {
    font-family: 'Calibri';
    src: url('./calibri-regular.ttf') format('truetype');
}

*{
    font-family: 'Calibri';
}

.text-villa{
    font-size: 20px;
    font-weight: 400;
    line-height: 24.41px;
    text-align: left;
    color: #F5F5F5;
}

.text-welcome{
    font-size: 40px;
    font-weight: 700;
    line-height: 48.83px;
    text-align: left;
    color: #F5F5F5;
    padding-top: 4px;
}

.text-register{
    font-family: Calibri;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.41px;
    text-align: left;
    color: #F5F5F5;
    padding-top: 8px;
}

.text-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.41px;
    text-align: left;
    color: #156973
}

.text-sub-header{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: left;
    color: #838383;
}

.text-summary{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.41px;
    text-align: left;
    color: #F5F5F5
}

.text-sub-summary{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: left;
    color: #F5F5F5;
}


.text-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: left;

}

.text-footer{
    font-size: 14px;
    font-weight: 700;
    line-height: 17.09px;
    text-align: center;
    padding-top: 40px;
    color: #156973;
}

.text-social-media{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.41px;
    text-align: left;
    color: #F5F5F5;
}

.text-step{
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #F5F5F5;
}

.text-step-receptionist{
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #2E2E2E;
}

.card{
    border-radius: 12px;
}

.card-register{
    padding: 54px 64px;
}

.logo-register{
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding-bottom: 10px;
}

.form-public{
    width: Fixed (594px)px;
    height: Hug (453px)px;
    top: 139px;
    left: 756px;
    padding: 24px 18px 24px 18px;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #DFE5E9;
    opacity: 0px;
}

.form-public-receptionist{
    width: Fixed (594px)px;
    height: Hug (453px)px;
    top: 139px;
    left: 756px;
    padding: 24px 18px 24px 18px;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #DFE5E9;
    opacity: 0px;
    background-color: #F7F7F7;
}

.form-summary{
    width: Fixed (594px)px;
    height: Hug (453px)px;
    top: 139px;
    left: 756px;
    padding: 12px 18px 0px 18px;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #DFE5E9;
    opacity: 0px;
    background-color: #156973;
}

/* .form-register{
    padding-top:10px;
} */

.btn-back{  
    width: 100%;
    padding: 8px 0;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #156973;
    opacity: 0px;
    color: #156973
}

.btn-next{
    width: 100%;
    padding: 8px 0;
    gap: 8px;
    border-radius: 8px;
    opacity: 0px;
    color: white;
    background-color: #156973;
}

.btn-next:hover {
    color: #FFFFFF; 
}

.btn-done{
    width: 100%;
    padding: 8px 0;
    margin-top: 45px;
    gap: 8px;
    border-radius: 8px;
    opacity: 0px;
    color: white;
    background-color: #156973;
}

.btn-done:hover {
    color: #FFFFFF; 
}

.bg-icon-brown{
    background: #156973;
    border-radius: 5px;
}

.step-progress {
    padding-top: 44px;
}

.step-progress-receptionist {
    padding-top: 20px;
}

.line{
    width: 120px;
    height: 5px;
    background: #EFF0F6;
}

.line.active{
    background: #156973;
}

.steps{
    display: flex;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.steps.active{
    color: #fff;
}

.steps a{
    background-color: #FFEFE2;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0.5rem;
}

.steps.active a{
    background-color: #156973;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #156973;
    padding: 0.5rem;
}

.form-white{
    background-color: white !important;
}

.summary-scroll{
    overflow: auto;
}

.card-receptionist{
    /* margin-left: 385px;
    margin-right: 385px; */
    margin-bottom: 30px;
}

.text-welcome-login{
    font-size: 32px;
    font-weight: 700;
    line-height: 39.06px;
    text-align: center;
    color: #2E2E2E;
    padding-top: 36px;
}

.text-sub-welcome-login{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.53px;
    text-align: center;
    color: #2E2E2E;
    padding-top: 8px;
}

.input-email{
    padding-top: 62.5px;
}

.text-sign-in{
    gap: 8px;
    border-radius: 8px;
    opacity: 0px;
    background-color: #156973;
    color: #FFEFE2;
    margin-top: 32px;
}

.text-sign{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #FFEFE2;
}

.text-trouble{
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: center;
    color: #838383;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.select2-container--default .select2-selection--single{
    border-radius: 30px !important;
}

.select2-container .select2-selection--single{
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 5px !important;
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
    right: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    padding-top: 6px !important;
    padding-right: 7px !important;
}

.swal2-popup{
    width: 28em !important;
    height: 19em !important;
}

#editButton{
    border: none;
    background-color: #F7F7F7;
}

.text-modal-konfirmasi{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2A2A2A;
}

.text-modal-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: #2A2A2A;
    padding-left: 100px;
    padding-right: 100px;
}

.btn-modal-tidak{
    padding: 10px 32px 10px 32px;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid;
    opacity: 0px;
    color: #2A2A2A;
}

.btn-modal-ya{
    padding: 10px 40px 10px 40px;
    gap: 10px;
    border-radius: 6px;
    opacity: 0px;
    color: #F7F7F7;
    background-color: #156973;
    margin-left: 15px;
}

.btn-modal-ya:hover {
    color: #FFFFFF; 
}

@media only screen and (max-width: 576px)  {
    .bg-image{
        min-height: 100vh;
        background: url('/administrator/assets/media/settings/banner.png');
        background-repeat: no-repeat;
        background-size: 170%;
        background-position: top;
    }

    .text-area{
        min-height: 0;
        background: linear-gradient(to bottom, #4B4B4B8C, transparent);
    }

    .text-villa{
        font-size: 12px;
        font-weight: 700;
        line-height: 14.65px;
        text-align: left;
        color: #F5F5F5;
    }

    .text-welcome{
        font-size: 22px;
        font-weight: 700;
        line-height: 26.86px;
        text-align: left;
        color: #F5F5F5;
    }

    .text-register{
        font-size: 12px;
        font-weight: 400;
        line-height: 14.65px;
        text-align: left;
        color: #F5F5F5;
    }

    .summary-scroll{
        overflow: unset;
    }

    .text-welcome-login{
        font-size: 32px;
        font-weight: 700;
        line-height: 39.06px;
        text-align: center;
        color: #2E2E2E;
        padding-top: 36px;
    }
    
    .text-sub-welcome-login{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.53px;
        text-align: center;
        color: #2E2E2E;
        padding-top: 8px;
    }

    .text-social-media{
        font-size: 20px;
        font-weight: 700;
        line-height: 24.41px;
        text-align: left;
        color: #2E2E2E;
    }

    .images-thankyou img{
        width: 290px;
        border-radius: 12px;
    }
}