.theme_form .form_label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--vz-topbar-user-bg-dark);
}

.theme_form .choices__inner {
    font-size: 13px;
    font-weight: 500;
    padding-right: 35px;
}

.hotel_room_table table thead tr th {
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.hotel_room_table table tbody tr td {
    padding: 6px 10px;
    font-weight: 500;
}

.hotel_room_table table tbody tr td:nth-child(4) {
    font-size: 14px;
    font-weight: 600;
}

.hotel_room_table table tbody tr td .sel_hotel {
    padding: 4px 8px;
    padding-right: 30px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
}

.hotel_room_table table tbody tr td .sel_hotel i {
    vertical-align: middle;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 24px;
    padding: 0px;
    position: absolute;
    top: 1px;
    right: 0;
}

.hotel_room_table table tbody tr td .form-select {
    padding: 4px 10px;
    width: 60px;
    border-radius: 3px;
}

.hotel_total_table tr td {
    padding: 6px 10px;
    font-weight: 500;
}

.hotel_total_table tbody tr td:last-child {
    text-align: right;
}

.hotel_total_table tfoot tr td:last-child {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.hotel_booking_form .form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--vz-topbar-user-bg-dark);
}

.hotel_booking_form button {
    padding: 4px 8px;
    padding-left: 30px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
}

.hotel_booking_form button i {
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 24px;
    padding: 0px;
    position: absolute;
    top: 1px;
    left: 0;
}


.hotel_booking_modal .modal-dialog {
    width: 100%;
    max-width: 800px;
}

.hotel_booking_modal .modal-content {
    border: none;
}

.hotel_booking_modal .modal-header {
    padding: 10px 15px !important;
    background-color: #405189;
    color: #fff;
}

.hotel_booking_modal .modal-header h5 {
    color: inherit;
    font-weight: normal;
    font-size: 16px;
}

.hotel_booking_modal .modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
}

.acc_booking .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #405189;
    padding: 12px 15px;
}

.acc_booking .accordion-item .accordion-button {
    background-color: rgb(64 81 137 / 20%);
    color: var(--vz-body-color);
    border-top: solid 1px rgb(64 81 137 / 50%);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

.acc_booking .accordion-item:first-child .accordion-button {
    border: none;
}

.booking_block {
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.right_buttons {
    text-align: right;
    margin-bottom: 10px;
}

.right_buttons button {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    padding-left: 38px;
}

.right_buttons button i {
    width: 32px;
}

.city_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.city_search .city_img {
    width: 275px;
}

.city_search .city_search_inner {
    width: calc(100% - 285px);
}

.city_search .city_search_inner .theme_form {
    width: 100%;
    margin-bottom: 20px;
}

.city_search .city_search_inner .btn_booking {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
}

.city_search_modal .modal-dialog {
    width: 100%;
    max-width: 650px;
}

.delete_icon_btn {
    height: 32px;
    width: 32px;
    font-size: 15px;
}




.alert_customize {
    margin-top: 5px !important;
}


:root {
    --primary-color: #c6c3c3;
    --second-color: #ffffff;
    --black-color: #000000;
}

main {
    /* background-image: url("https://images.pexels.com/photos/884788/pexels-photo-884788.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); */
    background: linear-gradient(to right, #405189, #0ab39c);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

main a {
    text-decoration: none;
    color: var(--second-color) !important;
}

main a:hover {
    text-decoration: underline;
}

main .wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

main .login-box {
    position: relative;
    width: 650px;
    /* backdrop-filter: blur(25px); */
    border: 2px solid var(--primary-color);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 7.5em 2.5em 4em 2.5em;
    color: var(--second-color);
}

main .login-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    width: 140px;
    height: 70px;
    border-radius: 0 0 20px 20px;
}

main.login-header span {
    font-size: 30px;
    color: var(--black-color);
}

main .login-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    border-top-right-radius: 50%;
    background: transparent;
    box-shadow: 15px 0 0 0 var(--primary-color);
}

main .rememb {
    font-size: 18px;
    margin: 0;
}

main .login-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;

    height: 30px;
    border-top-left-radius: 50%;
    background: transparent;

    box-shadow: -15px 0 0 0 var(--primary-color);
}

main .input-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

main .submit_btn_wrap {
    margin-top: 15px;
}

main .input-field {
    width: 100%;
    height: 55px;
    font-size: 16px;
    background: transparent;
    color: var(--second-color);
    padding-inline: 20px 50px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    outline: none;
}

.login-header span {
    font-size: 22px;
}

main #user {
    margin-bottom: 10px;
}

main .label {
    position: absolute;
    top: -32px;
    left: 20px;
    transition: 0.2s;
    font-size: 20px;
}

main .input-field::placeholder {
    font-size: 20px;
}

main .input-field:focus~.label,
.input-field:valid .label {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
    background-color: var(--primary-color);
    border-radius: 30px;
    color: var(--black-color);
    padding: 0 10px;
}

main .icon {
    position: absolute;
    top: 18px;
    right: 25px;

    font-size: 20px;
}

main .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

main .input-submit {
    width: 100%;
    height: 55px;
    background: #c6c3c3;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

main .input-submit:hover {
    background: var(--second-color);
}

main .register {
    text-align: center;
}

.register a {
    font-weight: 500;
}

@media (max-width: 767px) {}

@media only screen and (max-width: 564px) {
    .wrapper {
        padding: 20px;
    }

    /* .login_box {
        padding: 7.5em 1.5em 4em 1.5em;
    } */

    .login-header span {
        font-size: 22px;
    }

    main .label {
        top: -31px;
    }

    main .login-box {
        padding: 7.5em 1.5em 0em 1.5em;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main .icon.blinking {
    animation: blink 1s infinite;
}