﻿#main .page-container {
    padding-top: 60px;
    min-height: auto;
    background-image: linear-gradient(180deg, #9e9e9e61 0%, #fcf6f6 25%, #fcfcfc 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#footer{
    margin-top: 0;
}
    #footer .footer-top {
        padding: 30px 0 20px;
    }
    #footer .footer-top .row:first-child {
        display: none;
    }
        #footer .footer-top .row:nth-child(2) {
            margin-top: 0 !important;
            border-top: 0 !important;
            padding-top: 0 !important;
        }

        .form-check-input {
            width: 1.2em;
            height: 1.2em;
        }
.form-check-input:focus {
    box-shadow: none;
}

.dxeBase_Office365 {
    font-size: 16px !important;
    color: var(--bs-body-color);
}

.login, .register-content, .login .login-content .row {
    height: 100%;
}

    .login .login-detail {
        position: relative;
        width: 420px;
        min-height: 450px;
        padding: 15px 20px;
        background: #ffff;
        border-radius: 6px;
        box-shadow: 0 0 8px 0 #363a42a3;
    }
.register-detail {
    min-height: 450px;
    margin: auto;
    padding: 15px 20px;
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #363a42a3;
}
    .login .des, .register-detail .des, .register-content .verify_account .des{
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #495057;
    }
.login-detail .register, .register-detail .loginnow, .arrow-back {
    text-decoration: none;
    color: #2b72aa;
    font-weight: 600;
    border-bottom: 1px solid;
}

.register-content .verify_account {
    position: relative;
    margin: auto;
    padding: 60px 0 120px;
}

    .register-content .verify_account > .row {
        min-height: 350px;
        margin: auto;
        padding: 15px 20px;
        background: #ffff;
        border-radius: 10px;
        box-shadow: 0 0 5px 0 #363a4259;
    }
    .register-content .verify_account .loginnow {
        display: unset;
        border-radius: 22px;
        padding: 0.75rem 1.5rem;
    }



    .alert {
        margin: 0;
        padding: 10px;
        font-style: italic;
        font-family: Bookman, Tahoma, Verdana;
        font-size: 14px;
    }

.resetPass p, .forgotpass p{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.login iframe {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 0 8px 0 #363a4275;
}
.btn {
    width: 100%;
}

.form-group{
    margin-bottom: 0.5rem;
}
.form-group-lg {
    margin-bottom: 0.8rem;
}
.col-form-label {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 2px;
}

.show_hide_password {
    position: relative;
}

    .show_hide_password .icon {
        position: absolute;
        height: 38px;
        right: 10px;
        top: 0px;
        color: #212529;
        outline: none;
        font-size: 20px !important;
        display: flex;
        align-items: center;
    }

input:focus, .form-control:focus, .button:focus {
    outline: none;
    box-shadow: none;
}

    .login input[type=password]::-webkit-input-placeholder { /* Edge */
    color: #771616;
    opacity: 0.8;
}

    .login input[type=password]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #4f4b4b;
        opacity: 0.8;
    }

.swal2-popup.swal2-toast {
    max-width: 25rem;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-header .close {
    margin: -24px -24px -24px auto;
    padding: 0;
    opacity: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.modal-header .close i {
    font-size: 35px;
}

.modal-header h3, .modal-header h4 {
    text-align: center;
    color: #3e4fa7;
}

    .modal-header h3 span, .modal-header h4 span {
        padding: 0 10px 2px;
        border-bottom: 1px solid;
    }

.modal-header button.close i {
    font-size: 35px;
}

.forgetpass {
    color: #3578bf;
    font-weight: 600;
    text-transform: unset;
}
.forgetpass span{
    border-bottom:1px solid;
}

.dxeRadioButtonList_Office365 {
    border: 0 !important;
}
.dxeButtonEdit_Office365 {
    height: 34px;
    padding: 0.2rem 0.75rem;
}
.dxeButtonEdit_Office365 td.dxic {
    padding: 0 !important;
    height: 26px;
}
    .dxeButtonEdit_Office365 input[type="text"].dxeEditAreaSys{
        height: 26px;
    }

    .dxpcDropDown_Office365 {
        top: 30px !important;
    }

.mobile-view #main .page-container {
    background-image: unset;
    padding: 0;
}
.mobile-view .container{
    height: 100vh;
    position: relative;
}
.mobile-view .logo-img {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 160px;
    height: auto;
    z-index: 1;
}
.mobile-view .register-content {
    display: flex;
    align-items: center;
}
.mobile-view .register-detail {
    box-shadow: none;
    position: relative;
    padding: 80px 10px;
}
.mobile-view .register-content .verify_account > .row {
    background: #f7f7f7;   
}

.mobile-view .login .login-detail {
    box-shadow: none;
}

.mobile-view .combobox-content.dropdown-open {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0000003d;
    padding: 15px;
    z-index: 2;
}

.combobox-content .close{
    display: none;
}
.mobile-view .combobox-content.dropdown-open .close {
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 30px;
}
.mobile-view .combobox-content.dropdown-open .combobox-body {
    width: 100%;
    height: 500px;
    background-color: #ffff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #9d9a9a;
    position: relative;
}
        .mobile-view .combobox-content.dropdown-open .combobox-body .position-relative{
            height: calc(100% - 30px);
            position: relative;
        }

    .mobile-view .combobox-content.dropdown-open .dxeButtonEditButton_Office365 {
        display: none;
    }

.mobile-view .combobox-content.dropdown-open .combobox-body .dxpcDropDown_Office365 {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    top: 15px !important;
    width: 100% !important;
    height: calc(100% - 50px) !important;
}

    .mobile-view .combobox-content.dropdown-open .dxpcDropDown_Office365 > .dxpc-shadow {
        box-shadow: unset;
        height: 100% !important;
        width: 100% !important;
    }
    .mobile-view .combobox-content.dropdown-open .dxpcDropDown_Office365 .dxpc-contentWrapper {
        height: 100% !important;
        width: 100% !important;
    }

    .mobile-view .combobox-content.dropdown-open .dxpcDropDown_Office365 .dxeListBox_Office365 {
        border: 0 !important;
        height: 100% !important;
        width: 100% !important;
    }
        .mobile-view .combobox-content.dropdown-open .dxpcDropDown_Office365 .dxeListBox_Office365 div.dxlbd {
            height: 100% !important;
            WIDTH: 100% !important;
        }

        .mobile-view .combobox-content.dropdown-open .dxpcDropDown_Office365 .dxeListBox_Office365 div.dxlbd > div:first-child {
            height: 100% !important;
            WIDTH: 100% !important;
        }

    .mobile-view .combobox-content.dropdown-open .dxeButtonEdit_Office365 td.dxic {
        width: 300px !important;
        position: relative;
    }

        .mobile-view .combobox-content.dropdown-open .dxeListBoxItem_Office365 {
            font-size: 14px;
        }

@media(max-width:991px) {
    iframe{
        width:100%;
    }
}

@media(max-width:600px) {
    .logo{
        font-size: 20px;
    }
}


.admin-login-page {
    height: 100vh;
    overflow: hidden;
    background-image: url(/lib/images/backgroundBooking.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    .admin-login-page .header {
        padding: 30px 0 80px;
        text-align: center;
        font-size: 26px;
        color: var(--bs-red);
        font-weight: bold;
    }
        .admin-login-page .header p {
            font-size: 26px;
        }