﻿:root {
    --bg1-dark-h: #E2001A;
    --text-dark-h: #231F20;
    --bg1-dark-w: #2F2F2D;
    --active-menu: #154E59;
    --btn-bg: #E2001A;
    --color: #fff;
    --other-bg: #231F20;
    --other-bg-light: #FFF2F2;
    --hover: #231F20;
    --all-text-main: #231F20;
    --all-text-sub: #1B1B1B;
    --all-text-third: #3D4F54;
    --border-color: #F6E1E1;
    --table-head: #FFF2F2;
    --box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    --transparent-bg: rgba(21, 78, 89, 0.6);
}

.home-page-widget-overlay.show {
    background: #020202;
    background: rgba(2,2,2,.7);
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.home-page-widget-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}


body {
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: var(--all-text-main);
}
/*
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('/assets/whitelable1/font/Montserrat-Medium.woff2') format('woff2'), url('/assets/whitelable1/font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('/assets/whitelable1/font/Montserrat-Light.woff2') format('woff2'), url('/assets/whitelable1/font/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/assets/whitelable1/font/Montserrat-Bold.woff2') format('woff2'), url('/assets/whitelable1/font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/assets/whitelable1/font/Montserrat-Regular.woff2') format('woff2'), url('/assets/whitelable1/font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('/assets/whitelable1/font/Montserrat-SemiBold.woff2') format('woff2'), url('/assets/whitelable1/font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: FontAwesome;
    src: url(/assets/whitelable1/font/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



.section_main_part {
    margin-top: 89px;
    position: relative;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.SweetAlert .warningicon {
    width: 60px;
    height: 60px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box;
    border-color: #f8bb86;
    margin-top: 0;
}

    .SweetAlert .warningicon .alignline {
        position: absolute;
        width: 4px;
        height: 28px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #f8bb86;
    }

    .SweetAlert .warningicon .aligndot {
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin-left: -2px;
        left: 50%;
        bottom: 10px;
        background-color: #f8bb86;
    }

.Notificationtext {
    margin-bottom: 20px;
}

    .Notificationtext p {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

.btn-set-pop {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
    min-width: 100%;
}

.yes_btn, .no_btn {
    padding: 10px 5px;
    font-size: 15px;
    width: 100px;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    transition: all 0.4s;
    text-align: center;
    border: 1px solid var(--btn-bg);
    text-shadow: none;
}

.yes_btn {
    background: var(--btn-bg);
}

.no_btn {
    background: transparent;
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
}

.red_txt, .validate {
    border: 1px solid red !important;
}

.common_img_block {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: var(--other-bg);
    margin-bottom: 10px;
}

    .common_img_block .com_title {
        font-size: 35px;
        color: var(--all-text-main);
    }

.common_pattern div, .common_pattern span, .common_pattern li, .common_pattern p, .common_pattern b, .common_pattern h1, .common_pattern h2, .common_pattern h3, .common_pattern h4, .common_pattern h5, .common_pattern h6 {
    font-family: "Poppins", serif;
}

.common_pattern img {
    max-width: 100% !important;
    width: 100% !important;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.toggle_icon {
    line-height: 50px;
}

.modal-open, body.overlay-open {
    overflow: hidden !important;
    padding-right: 17px;
}

a {
    cursor: pointer;
}

.title_h {
    color: var(--all-text-main);
}

.title_p {
    color: var(--all-text-main);
}

b, strong {
    font-weight: 600;
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select option {
        color: var(--all-text-main);
        background: #fff;
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border: 1px solid var(--border-color);
}

.common_icon, .usefull_link li a:before {
    background-image: url(/assets/whitelable1/img/icons-strip.svg?v98);
    background-repeat: no-repeat;
}

.blue .reg_icon, .blue .drop_icon, .white .tranfser_popop .down_arrow, .blue .back_errow_w {
    filter: brightness(0) invert(0);
}

.white .service_menu ul li a.Active div, .white .service_menu ul li a.Active:hover div, .blue .service_menu ul li a.Active div, .blue .service_menu ul li a.Active:hover div, .blue .arrow_h_icon, .blue .app_icon, .blue .help_iocn, .blue .toggle_icon, .search_tab .Active .menu_icon, .search_tab a:hover .menu_icon, .white .icon_length, ul.add_new_service li.active a .menu_icon {
    filter: brightness(0) invert(1);
}

.form-group {
    position: relative;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
}

.common_button {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background: var(--btn-bg);
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 19px;
    font-style: normal;
    border: none;
    max-width: fit-content;
    transition: all 0.3s;
    white-space: nowrap;
}



.m-0-a {
    margin: 0 auto;
}

span.fa.fa-search {
    margin-right: 10px;
}

button, input, select, textarea {
    outline: none;
}

label {
    font-weight: 500;
}

input:focus, select:focus {
    border: 1px solid #777E90;
}

.rich-datepicker-wrap {
    position: relative;
}

    .rich-datepicker-wrap .tooltip {
        font: 400 12px/16px Arial;
        width: 132px;
        height: 16px;
        padding: 2px 4px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        color: #c2c2c2;
        overflow: hidden;
        pointer-events: none;
    }

    .rich-datepicker-wrap input {
        position: relative;
        z-index: 0;
    }

.position-top .rich-datepicker {
    top: auto;
    bottom: 100%;
}

.position-bottom .rich-datepicker {
    top: 100%;
    color: #6d6d6d;
}

.year-wrap {
    padding-top: 20px;
}

.rich-datepicker {
    position: absolute;
    padding: 0;
    background: #fff;
    box-shadow: 3px 3px 15px rgba(0,0,0,.4);
    border-radius: 10px;
    overflow: hidden;
}

    .rich-datepicker li, .rich-datepicker ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        color: var(--all-text-main);
    }

    .rich-datepicker .days_new {
        line-height: 30px;
        opacity: 1;
        overflow: hidden;
        margin: 0px 0 0px 109px;
        position: absolute;
        top: 0;
        z-index: 1;
        background: var(--btn-bg);
        width: 100%;
        color: var(--color);
    }

        .rich-datepicker .days_new li {
            color: var(--color);
            float: left;
            font-weight: 500;
            padding-left: 10.5px;
            padding-right: 40px;
            text-align: center;
            width: 35px;
        }

.current.rest-day {
    color: #fff;
}

.rich-datepicker .calendar .year-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
}

    .rich-datepicker .calendar .year-wrap strong {
        border-bottom: 1px solid var(--border-color);
        cursor: default;
        display: block;
        font-size: 14px;
        height: 36px;
        line-height: 46px;
        margin-left: 10px;
        width: 136px;
    }

.rich-datepicker .calendar .month-wrap {
    height: 370px;
}

    .rich-datepicker .calendar .month-wrap ul {
        overflow: hidden;
        height: 314px;
        padding-left: 4px;
    }

.rich-datepicker .calendar .year-wrap li {
    font-size: 14px;
    float: left;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin: 1px;
}

.rich-datepicker .day {
    cursor: pointer;
}

.rich-datepicker .current {
    background-color: var(--active-menu);
    color: #fff;
}

.rich-date-disabled {
    pointer-events: none;
    opacity: .6;
}

rich-datepicker .day:hover {
    background-color: #1289d880;
    color: #fff;
}

.rich-datepicker .calendar .year-wrap .size-3 {
    width: 98px;
}

.rich-datepicker .calendar .year-wrap .size-4 {
    width: 144px;
}

.rich-datepicker .calendar .year-wrap .size-5 {
    width: 194px;
}

.rich-datepicker .calendar .year-wrap .size-6 {
    width: 244px;
}

.rich-datepicker .calendar .year-wrap .size-7 {
    width: 292px;
}

.select_date_div {
    color: var(--all-text-main);
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
    background: var(--other-bg);
    display: none;
}

.rich-datepicker .day:hover {
    background-color: var(--active-menu);
    color: #fff;
}

.rich-datepicker .calendar, .rich-datepicker .month-picker, .rich-datepicker .year-picker {
    float: left;
    height: 344px;
    overflow: hidden;
    position: relative;
}

.rich-datepicker .month-picker, .rich-datepicker .year-picker {
    width: 110px;
    margin-left: -1px;
    line-height: 22px;
    text-indent: 10px;
    background: var(--bg3-light);
    cursor: pointer;
    z-index: 2;
}

    .rich-datepicker .month-picker ul, .rich-datepicker .year-picker ul {
        padding-top: 0px;
        position: relative;
        z-index: 2;
        border-right: 1px solid var(--border-color);
    }

.rich-datepicker .year-picker {
    width: 60px;
}

.rich-datepicker .bg-area {
    position: absolute;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    z-index: 1;
}

.rich-datepicker .draggable-area {
    position: absolute;
    z-index: 3;
    cursor: move;
    background: url(1gif);
    text-indent: 0;
}

.lSSlideWrapper, .lSSlideWrapper .lSFade {
    position: relative;
}

.rich-datepicker .month-picker .bg-area, .rich-datepicker .month-picker .draggable-area {
    width: 100px;
    height: 22px;
    margin: 1px;
    left: 0;
}

.rich-datepicker .year-picker .bg-area, .rich-datepicker .year-picker .draggable-area {
    width: 58px;
    height: 22px;
    margin: 1px;
    left: 0;
}

.rich-datepicker .month-picker li:nth-child(1), .rich-datepicker .month-picker li:nth-child(10), .rich-datepicker .month-picker li:nth-child(11), .rich-datepicker .month-picker li:nth-child(12), .rich-datepicker .month-picker li:nth-child(2), .rich-datepicker .month-picker li:nth-child(3), .rich-datepicker .month-picker li:nth-child(4), .rich-datepicker .month-picker li:nth-child(5), .rich-datepicker .month-picker li:nth-child(8), .rich-datepicker .month-picker li:nth-child(9), .rich-datepicker .year-picker li:nth-child(1), .rich-datepicker .year-picker li:nth-child(10), .rich-datepicker .year-picker li:nth-child(11), .rich-datepicker .year-picker li:nth-child(12), .rich-datepicker .year-picker li:nth-child(2), .rich-datepicker .year-picker li:nth-child(3), .rich-datepicker .year-picker li:nth-child(4), .rich-datepicker .year-picker li:nth-child(5), .rich-datepicker .year-picker li:nth-child(8), .rich-datepicker .year-picker li:nth-child(9) {
    color: var(--all-text-main);
}

.month-picker li {
    height: 28px;
    line-height: 30px;
    font-size: 12px;
}

.cal-right .rich-datepicker {
    right: 0;
}

.rich-datepicker {
    width: 480px;
    z-index: 100;
}

    .rich-datepicker .calendar {
        background: #fff;
        overflow-y: scroll;
        width: 370px;
    }

        .rich-datepicker .calendar::-webkit-scrollbar, .autocomplete-suggestions::-webkit-scrollbar, .product-dialog-box::-webkit-scrollbar, .product-login-box::-webkit-scrollbar, .cancel-dialog-box::-webkit-scrollbar, .cancel-login-box::-webkit-scrollbar, .cd-panel-containerup::-webkit-scrollbar, .dwer::-webkit-scrollbar, .item-filter::-webkit-scrollbar, div.bhoechie-tab-container::-webkit-scrollbar, .modal-body::-webkit-scrollbar {
            width: 5px;
            background: #ffffff;
            border-radius: 50px;
        }

        .rich-datepicker .calendar::-webkit-scrollbar-thumb, .autocomplete-suggestions::-webkit-scrollbar-thumb, .product-dialog-box::-webkit-scrollbar-thumb, .product-login-box::-webkit-scrollbar-thumb, .cancel-dialog-box::-webkit-scrollbar-thumb, .cancel-login-box::-webkit-scrollbar-thumb, .cd-panel-containerup::-webkit-scrollbar-thumb, .dwer::-webkit-scrollbar-thumb, .item-filter::-webkit-scrollbar-thumb, div.bhoechie-tab-container::-webkit-scrollbar-thumb, .modal-body::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 50px;
        }

.activ_month {
    background-color: var(--btn-bg);
    text-align: left;
    z-index: 3;
    color: #fff !important;
}

.rich-datepicker b, strong {
    color: var(--all-text-main);
    font-weight: 400;
}

.to_date {
    background-color: #ff9334;
    border-radius: 50px;
    color: #fff;
}

.selected_date {
    background-color: #fcf0e5;
    color: #ff9334;
}

.rich-date-disabled.day {
    color: grey;
}

.BackDay {
    color: grey;
    opacity: .9;
    pointer-events: none;
}

.daterange {
    background-color: var(--other-bg);
    color: var(--all-text-main);
}

.datepicker-wrap .ui-datepicker-trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.ui-datepicker {
    padding: 0;
    display: none;
    background: #fff;
    z-index: 10001 !important;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.ui-datepicker-group {
    border-right: 1px solid var(--border-color);
}

.ui-datepicker-group-first {
    float: left;
}

.ui-datepicker-group-last {
    border-right: medium none !important;
    float: left;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    color: var(--all-text-main);
    background: var(--other-bg);
}

.ui-datepicker .ui-datepicker-prev:before {
    border-right: 8px solid var(--color);
}

.ui-datepicker .ui-datepicker-next:before, .ui-datepicker .ui-datepicker-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ui-datepicker .ui-datepicker-next:before {
    border-left: 8px solid var(--color);
}

.ui-datepicker .ui-datepicker-prev {
    left: 24px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 16px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 24px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 5px;
    text-align: center;
    color: var(--color);
    font-size: 1.1667em;
    font-weight: 400;
}

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.ui-datepicker th {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--bg2-light);
}

    .ui-datepicker th span {
        display: block;
        text-align: center;
        font-size: 1.1667em;
        font-weight: 400;
    }

.ui-datepicker .ui-datepicker-calendar td {
    vertical-align: middle;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
        display: block;
        height: 45px;
        line-height: 45px;
        width: 45px;
        color: var(--all-text-main);
        font-weight: 600;
        font-size: 14px;
    }

.ui-state-default.ui-state-active {
    background-color: var(--active-menu);
    color: #fff !important;
    border-radius: 50%;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
    color: #ccc;
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled, .ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    visibility: hidden;
}

.drop_down_field ul {
    background-color: #fff;
    display: block;
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    border-radius: 20px;
    width: 100%;
    min-width: 300px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    z-index: 2;
    overflow: hidden;
}

.Child_agename {
    width: 100%;
    color: var(--all-text-main);
    line-height: 35px;
}

.Child_unit_age {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
}

    .Child_unit_age select {
        width: 100%;
        padding: 0 20px 0 5px;
        height: 27px;
        background: transparent;
        color: var(--all-text-main);
        border-radius: 5px;
    }

    .Child_unit_age .down_child {
        right: 5px;
        position: absolute;
        pointer-events: none;
        background-position: -7px -8px;
        width: 15px;
        height: 17px;
        top: 4px;
    }

.text-black {
    color: #444;
}

.add_room_btn_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 15px;
    align-items: center;
    color: var(--all-text-main);
}

.room_count div {
    font-size: 12px;
}

.addroom_btn {
    font-size: 15px;
    font-weight: 600;
    color: var(--btn-bg);
    cursor: pointer;
    padding: 0 15px;
    margin-bottom: 15px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

    .addroom_btn span {
        background: var(--btn-bg);
        width: 20px;
        height: 20px;
        display: block;
        text-align: center;
        color: #fff;
        border-radius: 50%;
    }

.r_done_btn {
    border-radius: 3px;
    background: var(--btn-bg);
    padding: 0 15px;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
}

.add_room_btn_wrapper:hover, .add_room_btn_wrapper .addroom_btn:hover {
    color: var(--hover);
}

.lg-mr20 {
    margin-right: 20px;
}

.bort_none {
    border-top: medium none !important;
}

.rooms {
    padding: 11px 17px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    color: var(--all-text-main);
}

.removeroom {
    float: right;
    font-size: 22px;
    position: absolute;
    right: 13px;
    top: 6px;
    color: #757575;
    cursor: pointer;
}

.text_box_wrapp {
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
}

.Child_wrapp, .Unit_wrapp, .adult_wrapp {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}

.Child_lbl, .Unit_lbl, .adult_lbl {
    color: var(--all-text-main);
    font-family: arial;
    font-size: 14px;
    float: left;
    font-weight: 400;
}

.counter_wrapper {
    float: left;
    padding: 11px;
    background: var(--border-color);
    border-radius: 3px;
}

.sm_txt {
    font-size: 12px;
    color: var(--all-text-main);
    font-weight: 300;
    display: block;
    line-height: 20px;
}

.minus {
    font-size: 32px;
    line-height: 15px;
    color: var(--all-text-main);
}

.count_pre {
    font-size: 14px;
    line-height: 20px;
    float: left;
    height: 20px;
    text-align: center;
    width: 55px;
    color: var(--all-text-main);
    font-weight: 500;
}

.minus, .plus {
    float: left;
    height: 21px;
    text-align: center;
    width: 21px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    color: var(--all-text-main);
    background: #fff;
}

    .minus:hover, .plus:hover {
        color: var(--hover);
        border: 1px solid var(--hover);
    }

.plus {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.child_age {
    color: #434343;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
}

.product-dialog-box, .product-login-box, .cancel-dialog-box, .cancel-login-box {
    display: none;
    background: #fff;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 0;
    z-index: 2;
    border-radius: 6px;
}

.opacity-overlay {
    outline: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    display: none;
}

.opacity-overlay, .pace {
    -webkit-backface-visibility: hidden;
}

.popup-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    top: 30px;
    height: 100%;
    width: 100%;
    padding: 0 5px;
    vertical-align: middle;
}

    .popup-wrapper .popup-content {
        float: none;
        padding: 0;
        text-align: left;
        z-index: 10003;
        position: relative;
        display: inline-block;
    }

.Forgot_pwd .travelo-signup-box, .travelo-login-box {
    width: 416px;
    position: relative;
}

.travelo-login-box, .travelo-signup-box {
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

.travelo-box {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.alert_wrapp {
    max-width: 350px;
    height: auto;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    margin: auto;
}

.alt_title, .head_title {
    width: 100%;
    padding: 0px 15px;
    background: var(--bg2-light);
    color: var(--all-text-main);
    font-weight: 500;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 9;
    margin-bottom: 15px;
}

.alt_title {
    margin-bottom: 0px;
}

    .alt_title p {
        margin-bottom: 0;
        width: 90%;
        float: left;
    }

.alt_div_succ {
    width: 100%;
    text-align: center;
    color: var(--all-text-main);
    font-size: 15px;
    font-weight: 400;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close_div, .close {
    float: right;
    font-size: 21px;
    opacity: 1;
    cursor: pointer;
    display: block;
}

    .close:hover, .close_div:hover {
        color: var(--all-text-main);
    }

.autocomplete-suggestions, .pac-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    z-index: 999999999999;
    min-width: 400px;
    box-shadow: 0 4px 33px 0 rgb(61 88 104 / 10%);
    border-radius: 0px;
    padding: 5px 5px 5px 0px;
}

.pac-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    max-height: 254px;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    z-index: 99999;
    min-width: 400px;
    box-shadow: 0 4px 5px rgba(0,0,0,.15);
    display: block;
}

.autocomplete-suggestion {
    color: var(--all-text-main);
    font-size: 15px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 0 0 5px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 5px;
}

.auto_icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    background-position: -595px -43px;
}

.autocomplete-suggestion.selected {
    background: #f5f5f5;
    border-radius: 5px;
}

.autocomplete-suggestions .tour_icon_auto::before, .autocomplete-suggestions [data-tourid="0"]::before, .autocomplete-suggestions [data-typeid=city]::before, .country_icon:before {
    width: 18px;
    float: left;
    position: initial;
    color: #3b8dd6;
    margin-top: 6px;
    content: "";
    background-position: -435px -435px;
    height: 18px;
    margin-right: 10px;
    display: none;
}

.autocomplete-suggestion b {
    color: var(--all-text-main);
    font-weight: 500;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.modify_block {
    padding: 0px 0;
}

.breadcrumb {
    background-color: transparent;
    padding: 0px 0px;
    margin-bottom: 0px;
}

    .breadcrumb a {
        color: var(--color);
        font-size: 13px;
        font-weight: 700;
    }

    .breadcrumb li + li:before {
        color: var(--color);
        content: "|";
        font-size: 11px;
    }

    .breadcrumb > li, .breadcrumb > .active {
        color: var(--color);
    }

.record_found img {
    width: 100%;
}

.record_found {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

.progress-bar-info {
    background-color: #000;
}

.start_loader_block {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.light .start_loader_block .dark-img {
    display: none;
}

.dark .start_loader_block .light-img {
    display: none;
}

.loader_common_start {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 130px;
    height: 130px;
    margin: -76px 0 0 -76px;
    border: 10px solid var(--all-text-main);
    border-radius: 50%;
    border-top: 10px solid var(--other-bg);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.wait-text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -20px 0 0 -53px;
    color: var(--all-text-main);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.save_price {
    font-size: 14px;
    color: red;
    margin-left: 5px;
}

.mobile_lable {
    display: none;
}

table > thead {
    background: var(--other-bg-light);
    border-radius: 4px 4px 0px 0px;
}

.table_h {
    background: var(--table-head);
}

.table_b {
    background: #fff;
}

.option_d select, .option_d input {
    height: 35px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border: none;
    min-width: 65px;
    line-height: 35px;
    background: transparent;
    max-width: 160px;
}

.option_d {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
    text-align: left;
    border-radius: 5px;
    max-width: 160px;
}

    .option_d .fa {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
        font-size: 20px;
        padding: 0px 10px;
        background: transparent;
        line-height: 35px;
        color: var(--all-text-main);
    }

.fa-calendar:before {
    content: "\f073";
}

.fa-angle-down:before {
    content: "\f107";
}

.full-width {
    width: 100%;
}

textarea {
    background: #fff;
    border-radius: 0px;
    border: 1px solid var(--border-color);
    width: 100%;
    min-height: 50px;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.font-15 {
    font-size: 15px;
}

.text-red {
    color: red;
}

.sticky_nav {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 83px;
    z-index: 1;
}

.datepicker-wrap {
    position: relative;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .item {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right, .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev {
        left: 0;
        transform: translate3d(0,0,0);
    }

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.input_check_box, .input_check_box_product {
    display: flex;
    cursor: pointer;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

    .input_check_box input, .input_check_box_product input {
        width: 18px;
        height: 20px;
        cursor: pointer;
        margin-top: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0px;
    }

    .input_check_box label, .check-square li a {
        margin-bottom: 0;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        color: var(--all-text-main);
        padding-left: 0px;
    }

        .input_check_box label:hover {
            color: var(--hover);
        }

        .input_check_box label::before, .input_check_box.checked label:before, .check-square li a:before, .check-square .input_check_box label::before {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 14px;
            padding: 0;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: normal;
            margin-right: 5px;
            padding: 0px 0px 0px 0px;
            border: 2px solid var(--all-text-main);
            color: transparent;
            border-radius: 3px;
            height: 18px;
        }

    .input_check_box input:checked ~ label:before, .input_check_box.checked label:before, .check-square li.active a:before, .check-square .input_check_box input:checked ~ label:before {
        color: var(--all-text-main);
        border: 2px solid var(--all-text-main);
    }

.justi_fy {
    justify-content: space-between;
}



.common_tooltip {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.tooltip_block {
    position: absolute;
    font-size: 12px;
    opacity: 0;
    background: #013057;
    pointer-events: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: block;
    z-index: 999;
    bottom: 100%;
    left: -115px;
    white-space: normal;
    width: max-content;
    max-width: 200px;
}

.common_tooltip:hover .tooltip_block {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.table > thead > tr > th {
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.common_loader #loader-wrapper, .common_loader .common_wait_t {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 9999;
    color: #000;
}

.common_loader .loaderwait {
    left: 50%;
    top: 50%;
    margin: -184px 0 0 -195px;
    height: 400px;
    width: 400px;
    text-align: center;
    display: block;
    position: relative;
}

.common_loader .pt125 {
    padding-top: 125px;
}

.common_loader .waitMe_progress.bounce .waitMe_progress_elem1 {
    animation-delay: -.32s;
}

.common_loader .waitMe_progress.bounce .waitMe_progress_elem2 {
    animation-delay: -.16s;
}

.common_loader .waitMe_progress.bounce > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background: #fff;
}

.common_loader .loaded_text {
    font-size: 24px;
    left: 50%;
    top: 50%;
    margin: 5px 0 0 -115px;
    height: 93px;
    width: 252px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    display: block;
    position: relative;
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

ul {
    padding-left: 0px;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

input::-moz-placeholder {
    color: var(--all-text-main);
    opacity: 1;
}

input:-ms-input-placeholder {
    color: var(--all-text-main);
}

input::-webkit-input-placeholder {
    color: var(--all-text-main);
}

input::-ms-expand {
    background-color: transparent;
    border: 0;
}

.service_count_block {
    padding: 65px 0 15px 0;
    background: var(--other-bg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

/* .service_count_block:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 50%);
        top: 0;
    }*/

.hotel_count {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--color);
    margin: 0px;
}

.filter_div_all {
    padding: 10px;
    height: 100%;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    margin-top: 20px;
}

.div_detail {
    display: none;
}

.arw_inputback {
    display: none;
}

/*new page*/
#ModalLoadingSpinner {
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.ModalLoading_content {
    display: flex;
    flex-direction: column;
    padding: 32px;
    text-align: center;
    width: 360px;
    background: white;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
}

    .ModalLoading_content img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }

.mobile_cal .rich-datepicker {
    right: 0 !important;
    left: auto !important;
}

.btn_hover:hover {
    color: #fff;
    background: var(--other-bg) !important;
}

.scroll_btn {
    z-index: 1;
    bottom: 120px;
    position: fixed;
    right: 55px;
}

#back-to-top .fa-angle-up {
    color: #fff;
    font-size: 18px;
    height: 37px !important;
    line-height: 32px !important;
    width: 38px !important;
    border-radius: 50%;
    display: inline-block;
    background-image: none;
    background: var(--bg1-dark-h);
    border: 2px solid #fff;
    text-align: center;
}

.fa-angle-up:before {
    content: "\f106";
}

@media (max-width: 1024px) and (min-width:768px) {
    .main_text_gif {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .table-responsive {
        min-height: .01%;
        overflow-x: auto;
    }

    .common_tooltip {
        display: none;
    }

    .div_detail {
        display: flex;
        width: 84%;
        bottom: 55px;
        height: 44px;
        z-index: 1;
        position: fixed;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
        align-items: center;
        border-radius: 25px;
        background: #fff;
        left: 0;
        right: 0;
        margin: 0 auto;
        justify-content: center;
        column-gap: 10px;
        max-width: 330px;
    }

    .map {
        color: var(--btn-bg);
        max-width: 168px;
        min-width: 80px;
        display: flex;
        align-items: center;
        column-gap: 5px;
        justify-content: center;
        font-weight: 600;
    }

    .text_div_mo {
        text-align: left;
        font-size: 10px;
        width: 100%;
        position: relative;
        color: var(--all-text-main);
        background: #fff;
        border-radius: 4px;
        min-height: 58px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 5px;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 10px;
    }

    .div_detail .text_div_mo .font-text {
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        display: flex;
        text-overflow: ellipsis;
    }

    .text_div_mo p {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .fa-pencil:before {
        content: "\f040";
    }

    .edit {
        position: absolute;
        right: 10px;
        top: 22px;
        text-align: center;
        color: var(--all-text-main);
        font-weight: 600;
    }

    .fa-map-o:before {
        content: "\f278";
    }

    .fa-sliders:before {
        content: "\f1de";
    }

    .fa-unsorted:before, .fa-sort:before {
        content: "\f0dc";
    }

    .modify_block, .mobile_filter {
        overflow: auto;
        transition: .5s;
        width: 100%;
        position: fixed;
        z-index: 99999999999;
        top: 0;
        left: -100%;
        bottom: 0;
        max-height: inherit;
        background: #fff;
        display: block;
    }

    .res_mobilr_div {
        left: 0;
    }

        .res_mobilr_div:before, .new_navbar_ope:before {
            content: "";
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 40%);
            position: fixed;
            left: 0;
            right: 0;
            z-index: -1;
        }

    .mobile_filter_btn_close {
        padding: 12px 25px 12px 12px;
        text-transform: capitalize;
        display: block;
        position: sticky;
        width: 100%;
        top: 0;
        text-align: left;
        color: #ffff;
        font-size: 15px;
        z-index: 9;
        background: var(--btn-bg);
        border-bottom: 1px solid var(--border-color);
    }

    .fa.fa-times {
        margin-right: 5px;
    }

    .search_text {
        color: #000000;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        font-style: normal;
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .mobile_responsive tr td {
        min-width: 150px;
    }
}

@media (max-width: 767px) {

    .scroll_btn {
        bottom: 100px;
        right: 10px;
    }

    .service_count_block {
        padding: 10px 0;
    }

    .section_main_part {
        margin-top: 105px;
    }

    .main_text_gif {
        width: 95%;
    }

    .modal-open {
        padding-right: 0px;
    }

    .gif_img h3 {
        font-size: 20px;
    }

    .gif_img img {
        width: 50%;
    }



    .modal-dialog {
        margin: 15px;
    }

    .common_img_block {
        height: 50px;
        display: block;
        line-height: 50px;
    }

    .common_pattern img {
        max-height: 200px;
    }

    .common_img_block .com_title {
        font-size: 20px;
    }

    .autocomplete-suggestions {
        min-width: calc(100% - 113px);
    }

    .autocomplete-suggestion {
        line-height: 40px;
    }


    .hotel_count {
        font-weight: 500;
        font-size: 20px;
    }

    .ui-datepicker {
        width: 316px !important;
    }

    .ui-datepicker-group {
        border-right: none;
    }

    .option_d {
        max-width: 100%;
        margin: inherit;
    }

    .breadcrumb {
        display: none;
    }

    .option_d select, .option_d input {
        max-width: 100%;
    }

    .sticky_nav {
        top: 87px;
    }

    .right_c .rich-datepicker {
        left: auto !important;
        right: 0;
    }

    .rich-datepicker {
        width: 340px;
    }

        .rich-datepicker .days_new {
            padding: 0px;
            margin-left: 79px;
        }

            .rich-datepicker .days_new li {
                padding-right: 0;
                width: 35px;
                padding-left: 0;
                font-size: 10px;
            }

        .rich-datepicker .month-picker, .rich-datepicker .year-picker {
            text-indent: 3px;
            width: 80px;
        }

        .rich-datepicker .calendar .year-wrap {
            left: -4px;
        }

        .rich-datepicker .calendar {
            width: 260px;
        }

            .rich-datepicker .calendar .month-wrap ul {
                width: 258px;
            }

            .rich-datepicker .calendar .year-wrap li {
                width: 33px;
            }

            .rich-datepicker .calendar .year-wrap .size-7 {
                width: 213px;
            }

            .rich-datepicker .calendar .year-wrap .size-3 {
                width: 71px;
            }

            .rich-datepicker .calendar .year-wrap .size-5 {
                width: 140px;
            }

            .rich-datepicker .calendar .year-wrap .size-4 {
                width: 104px;
            }

            .rich-datepicker .calendar .year-wrap .size-6 {
                width: 171px;
            }

    .mobile_responsive tr td {
        float: left;
        display: block;
        width: 100%;
        border: none !important;
        text-align: left;
        padding: 5px 8px 0px 8px !important;
        min-width: 150px;
    }

    .mobile_lable {
        display: block;
        color: #94AFAF;
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 2px;
        margin-top: 5px;
    }

    .mobile_responsive tr:nth-child(even) {
        background: #fff;
        border-bottom: 1px solid #B6C9E4;
        border-top: 1px solid #B6C9E4;
    }

    .auto_icon {
        margin-top: 5px;
    }

    .autosuggesion_input {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 0;
        z-index: 9;
    }

        .autosuggesion_input .arw_inputback {
            display: block;
            position: absolute;
            top: 10px;
            left: 1px;
            font-size: 17px;
            color: #013057;
            z-index: 1;
            background-color: #fff;
            padding: 10px;
        }

    .fa-arrow-left::before {
        content: "\f060";
    }

    .drop_down_field ul {
        position: fixed;
        border-radius: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        overflow: auto;
        padding-bottom: 65px;
        z-index: 9;
    }

    .add_room_btn_wrapper {
        margin-bottom: 0;
        padding: 10px;
        position: fixed;
        left: 0;
        right: 0;
        background: #ffffff;
        bottom: 0;
        box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 10%);
    }
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }
