@font-face {
    font-family: dana;
    src: url(../../assets/fonts/dana-fanum-regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: dana;
    src: url(../../assets/fonts/dana-fanum-medium.woff);
    font-weight: 500;
}

@font-face {
    font-family: dana;
    src: url(../../assets/fonts/dana-fanum-bold.woff);
    font-weight: 700;
}

body {
    font-family: "dana";
}


.img-banner-content {
    width: 80%;

}
.primary-btn-panel{
    background: #144D79 !important;
    color: white;
}
.img-banner {
    height: 100vh;
    background: linear-gradient(180deg, #1E1E1E 0%, #2D2D2D 21.93%, #2D2D2D 22%, #1E1E1E 100%);
    display: flex;
    justify-content: center;
    align-items: center;

}

.form-login-moin {
    box-shadow: 0px 4px 19px -1px rgba(46, 130, 255, 0.30);
    border-radius: 24px;
    padding: 70px;
    margin: auto;
    max-height: 80vh;
    overflow-y: auto;
}

.form-login-moin .form, .form-login-moin .form-control {
    text-align: right;
}

.form-login-moin .fa-phone:before {
    color: #626262;
}

.form-login-moin span.input-group-text {
    height: 100%;
    border: none;
    background: transparent;
}

.form-login-moin input {
    border: none !important;

}

.form-login-moin .input-group {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    height: 42px;
}

.btn-submit-moin {
    width: 100%;
    background: #2E82FF;
    color: white;
}

.btn-submit-moin.disabled {
    width: 100%;
    background: #E6E6E6;
    color: #9C9C9C;
}

.btn-submit-moin:hover {
    background: white;
    color: #2E82FF;
    border: 1px solid #2E82FF;
}

.form-content-title {
    font-size: 20px;
    font-weight: 700;
}

.img-banner img {
    width: 100%;
    object-fit: contain;
}

.input-verification {
    background: #EFF7FF;
    border-radius: 4px;
    width: 60px;
    height: 40px;
    margin: 4px
}

.form-check .form-check-input {
    float: right;
    margin-left: 20px;
}

.info-content-reservation div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.reservation-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

select {
    background-position: left !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 4px 20px !important;
}

.set-time-reservation select.form-select, .form-content input {
    border: none;
    margin-left: 5px !important;

}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #2F33AB !important;
}

.form-login-moin .form-moin-check {
    border: 1px solid #0d6efd !important;
}

.icon-reserve {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.info-content-reservation div:last-child {

    border-bottom: none;
}

.info-content-reservation p {
    margin-bottom: 0;
}

.info-status .badge {
    padding: 10px;
}

@media (max-width: 992px) {
    .form-content-title {
        font-size: 18px;
    }

    .form-login-moin {
        padding: 70px 50px;
    }

    .img-banner-content {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .form-content-title {
        font-size: 16px;
    }

    .img-banner {
        display: none;
    }

    /*.reservation-page{*/
    /*    background-image: url(../../assets/images/logo-mobile.png);*/
    /*    background-size: 100%;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: top center;*/
    /*}*/
}

.otp-input {
    direction: ltr;
}

.info-rules {
    border: 1px solid #E6E6E6;
    padding: 20px 16px;
    height: 200px;
    overflow-y: scroll;
    border-radius: 16px;
    background-color: #f6f6f6;
}

.info-rules p {
    font-size: 14px;
}
