@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";
}

.primary-btn-panel{
    background: #134D78 !important;
    color: white;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 24px;
}
.img-banner-content {
    width: 80%;

}

.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: 85vh;
    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;
}


/*************************complaint section*************/
.authenticate {
    min-height: 100vh;
}

.banner-complain {
    background-image: url(../../assets/images/banner-comlain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.complains-list {
    display: flex;
    flex-direction: column;
    /* border: 1px solid #f1f1f1; */
    padding: 0px 12px;
    /* border-radius: 8px; */
}

.complain-item-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 16px;
    min-height: 60px;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    background-color: white;
}

/* .complain-item.header-item {
    background: #f1f1f1;
    padding: 12px 16px;
    border-radius: 6px;
} */

.complain-item p {
    margin: 0;
}

.complain-item-card .title-card {
    font-weight: 600;
}

.complain-item-card .row {
    border-bottom: 1px solid #f1f1f1;
    flex-wrap: nowrap;
}

.complain-item-card .row:last-child {
    border-bottom: none;
}

.complain-title-page {
    font-weight: 600;
}

.shadow-moin {
    box-shadow: 0px 4px 19px -1px rgba(46, 130, 255, 0.30);
    border-radius: 16px;
    padding: 60px;
    margin: auto;
}

.form-submit {
    display: flex;
    justify-content: end;

}

.form-submit button {
    width: 200px;
}

nav.header-navbar.complain-dashboard {
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    box-shadow: 0px 4px 19px -1px rgba(157, 157, 157, 0.30);
}

.complain-dashboard .nav.navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}

.complain-dashboard .logo {
    width: 120px;
}

.complain-dashboard .logo img {
    width: 120px;
}

.banner-complain img {
    width: 100%;
}

.title-card-desc {
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: end;
}

.complaint-page {
    background-image: url(../../assets/images/complain-banner.png);
    background-position: center center;
}
.form-complain .form-group{
    /*display: flex;*/
    flex-direction: row;
}
.complain-bg {
    height: 100%;
    background: #f1f1f1;
    min-height: 300vh;
}

.complaint-submit > div {
    background: white;
}
.badge-status-complain
{
    font-family: dana;
    line-height: 28px;
}
.complaint-page .form-login-moin {
    background: white
}


.new-card-complain {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 12px;
    position: relative;
}

.card-complain-content {
    display: flex;
    flex-direction: column;
    margin-right: 80px;
    width: 100%;
}

.card-complain-id {
    height: 108%;
    background: linear-gradient(to top, rgb(83, 105, 118), rgb(41, 46, 73));
    position: absolute;
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: white;
}

.card-complain-subject span {
    font-size: 14px
}

.card-complain-subject {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.title-card-complain {
    font-weight: 500;
}

@media (max-width: 768px) {
    .banner-reverse-mb {
        flex-direction: column-reverse;;
    }
    .form-complain .form-group{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

}
