:root {
    --primary: #00AEFF;
    --secodary: #4F4F4F;
}

html{
    /* scroll-behavior: unset !important; */
}

.timbu_dashboard{
    padding: 0 4em;
    margin: auto auto;
    max-width: 1440px;
}

/* Nav Slider */

.timbu_dashboard .nav_slider{
    transform: translateY(-20px);
    overflow: scroll;
}

/* .timbu_dashboard .nav_slider::-webkit-scrollbar{
    display: none;
} */

.timbu_dashboard .nav_slider .nav .active{
    --bs-nav-link-color: var(--primary) !important;
}

.timbu_dashboard .nav_slider .nav .active::after{
    width: 50px;
    transition: .2s;
}

.timbu_dashboard .nav_slider .nav{
    flex-wrap: nowrap !important;
}

.timbu_dashboard .nav_slider .nav a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0px;
    background-color: var(--primary);
    left: 0;
    bottom: 0;
    transform: translateX(50px);
    transition: .2s;
    border-radius: 10px;
}


.timbu_dashboard .nav_slider .nav a, .timbu_dashboard .sidebar a{
    --bs-nav-link-color: var(--secodary) !important;
    --bs-nav-link-hover-color: var(--primary) !important;
    font-size: 16px;
    font-weight: 400px;
    position: relative;
    white-space: nowrap;
}


/* Sidebar */
.timbu_dashboard .sidebar{
    margin-right: 2em;
    width: 200px;
    min-width: 200px;
    background-color: #FFFFFF;
    padding: 2em 0;
    height: fit-content;
    overflow: hidden;
}

.timbu_dashboard .sidebar .active{
    --bs-nav-link-color: var(--primary) !important;
}

.timbu_dashboard .sidebar a::after{
    content: "";
    position: absolute;
    height: 0px;
    width: 4px;
    background-color: var(--primary);
    right: 0;
    transition: .2s;
    border-radius: 6px;
}

.timbu_dashboard .sidebar .active::after{
    height: 30px;
    transition: .2s;
}

.timbu_dashboard .sidebar a {
    margin-bottom: 1em;
}

.timbu_dashboard .sidebar a:hover{
    background-color: azure;
}

.timbu_dashboard .sidebar .nav{
    display: block !important;
    text-align: left;
}

.timbu_dashboard .content .tab-content{
    width: 90%;
    max-width: 100%;
    min-width: 90%;
}

.timbu_dashboard .tab_content::-webkit-scrollbar{
    /* display: none !important; */
}

.timbu_dashboard .content .tab-content .info .tab-pane{
    background-color: #FFFFFF;
    width: 100%;
    /* padding-bottom: 2em;
    margin-bottom: 1em; */
}

.timbu_dashboard .content .tab-content .info .head{
    padding: 2em;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: .3em;
    padding-top: 1em;
    color: var(--secodary);
}

.timbu_dashboard .content .tab-content .bg-body-tertiary{
    background-color: #FFFFFF !important;
    border-bottom: 1px solid transparent !important;
}

.timbu_dashboard .content .tab-content .max-width{
    width: 100% !important;
    padding-top: 0 !important;
}

.timbu_dashboard .content .bg-body-tertiary form{
    width: 100%;
    justify-content: start !important;
    padding: 0 2em;
}

.timbu_dashboard .bg-body-tertiary form button{
    width: 25% !important;
}

.timbu_dashboard .top-deals-container{
    padding-top: 0 !important;
}

/* states */
.timbu_dashboard .states{
    background-color: #FFFFFF;
    text-align: start;
    margin-top: 2em;
    width: 100%;
}

.timbu_dashboard .states p{
    font-size: 14px;
}

.timbu_dashboard .states .stateName{
    color: var(--primary);
    font-size: 16px;
}

.timbu_dashboard .states .single{
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: .9em;
    margin-right: .6em;
    margin-bottom: 1em;
    position: relative;
    transition: .2s;
}

.timbu_dashboard .states .single:hover .trans{
    content: "yes";
    height: 100%;
    transition: .2s;
    border-radius:4px;
}

.timbu_dashboard .states .single:hover p{
    color: black !important;
}

.timbu_dashboard .states .single .trans{
    content: "yes";
    height: 0%;
    width: 100%;
    background-color: #00aeff92;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius:0 0 4px 4px;
    transition: .2s;
}

.timbu_dashboard .states .all_state{
    flex-wrap: wrap;
}


/* Bookings Listing */
.timbu_dashboard .booking-table{
    padding: 0 2em;
    text-align: start;
}

.timbu_dashboard .booking-table th,.timbu_dashboard .booking-table td{
    padding: 1em !important;
    border: 1px solid rgb(227, 226, 226);
    white-space: nowrap;
    color: var(--secodary);
    font-size: 14px !important;
}

.timbu_dashboard .table{
    --bs-table-bg: white !important;
    --bs-table-striped-color: var(--secodary) !important;
    --bs-table-striped-bg: rgb(250, 250, 250) !important;
}

.timbu_dashboard .booking-table tr:hover{
    background-color: #00AEFF !important;
    cursor: pointer;
}


/*single hotel details  */
.timbu_dashboard .single-details p{
    font-size: 14px;
}

.timbu_dashboard .single-details .status{
    margin-left: 1em;
}

.timbu_dashboard .single-details .status::after{
    content: "";
    background-color: inherit;
    border-radius: 50%;
    height:7px;
    width:7px;
    margin: auto auto;
    display: block;
    margin-left: .3em;
    transform: translateY(-2px);
}

.timbu_dashboard .single-details .ammenities{
    padding: 0 2em;
}

.timbu_dashboard .single-details .ammenities p{
    color: var(--secodary);
    text-align: start;
    width: 50%;
    margin-bottom: 1.5em;
}

.timbu_dashboard .single-details .ammenities .d-flex{
    flex-wrap: wrap;
    justify-content: space-between;
}

.timbu_dashboard .more-details p{
    font-size: 14px;
    color: var(--secodary);
}

.timbu_dashboard .more-details .nav{
    margin: auto auto;
    justify-content: space-evenly;
}

.timbu_dashboard .more-details .nav .active{
    --bs-nav-link-color: var(--primary) !important;
}

.timbu_dashboard .more-details .nav a{
    --bs-nav-link-color: var(--secodary) !important;
    --bs-nav-link-hover-color: var(--primary) !important;
    font-size: 16px;
    font-weight: 400px;
    position: relative;
}

.timbu_dashboard .more-details .nav .active::after{
    width: 20px;
    transition: .2s;
}

/* .timbu_dashboard .more-details .nav .active{
    border-bottom: 3px solid var(--primary);
} */

.timbu_dashboard .more-details .nav a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 0px;
    background-color: var(--primary) ;
    left: 0;
    bottom: 0;
    transform: translateX(30px);
    transition: .2s;
    border-radius: 10px;
}

/* .timbu_dashboard .load-data{
    display: none;
} */

.timbu_dashboard .back{
    width: 20px;
    height: 20px;
    margin-right: .3em;
}

.timbu_dashboard .back:hover{
    cursor: pointer;
}


.timbu_dashboard .single-details .gallery .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 0;
}


.timbu_dashboard .single-details .gallery .column {
    padding: 0 0;
}

.timbu_dashboard .single-details .modal-body form label{
    display: block;
    margin-bottom: .3em;
    color: var(--secodary);
    width: 100%;
    font-size: 14px;
}

.timbu_dashboard .single-details .modal-body form input{
    padding: .6em;
    border: 0px solid transparent;
    /* border-radius: 4px; */
    outline: none;
    width: 100% !important;
}

.timbu_dashboard .single-details .modal-body form input:focus{
    border: 1px solid var(--primary);
    caret-color: #00AEFF;
}


.timbu_dashboard .single-details .gallery .column img:hover, .timbu_dashboard .single-details .gallery .column .last:hover{
    cursor: pointer;
}

.timbu_dashboard .single-details .gallery .column img {
    margin-top: 0;
    vertical-align: middle;
    width: 100%;
    border: 2px solid white;
}

.timbu_dashboard .single-details .gallery .column .last{
    position: relative;
}

.timbu_dashboard .single-details .gallery .column .last p{
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1em;
}

.timbu_dashboard .single-details .gallery .column .more{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.618);
    position: absolute;
    z-index: 1000;
}

.timbu_dashboard .reviews .action a{
    background-color: var(--primary);
    color: white;
    border-radius: 6px !important;
    font-size: 14px !important;
    width: 10em;
}

.timbu_dashboard .reviews .action p{
    font-size: 14px;
}

.timbu_dashboard .single-review .rate{
    padding: 1em 2em;
}

.timbu_dashboard .single-review .rate p,li{
    font-size: 14px;
}

.timbu_dashboard .single-review .rate li{
    padding: .2em .8em ;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    color: #757474;
    margin-right: .5em;
    transition: .2s;
}

.timbu_dashboard .single-review .rate li:hover{
    background-color: var(--primary);
    transition: .2s;
    cursor: pointer;
    color: white;
    border: 1px solid var(--primary);
}

.timbu_dashboard .single-review .rate li.active{
    background-color: var(--primary);
    transition: .2s;
    cursor: pointer;
    color: white;
    border: 1px solid var(--primary);
}

.timbu_dashboard .single-review .rate input,.timbu_dashboard .single-review .rate  textarea{
    border: 1px solid transparent !important;
    padding: .7em;
    width: 100%;
    border-radius: 4px;
    outline: none;
    resize: none !important;
}

.timbu_dashboard .single-review .rate input:focus ,.timbu_dashboard .single-review .rate textarea:focus{
    border: 1px solid #00AEFF;
    caret-color: #00AEFF;
}


.timbu_dashboard .single-review .rate label{
    color:#757474;
    display: block;
    text-align: start;
    margin-bottom: .5em;
    font-size: 14px;
}


/* Account settings */
.timbu_dashboard .settings input, select{
    border: 1px solid transparent;
    padding: .7em;
    width: 100%;
    outline: none;
    height: 50px;
}

.timbu_dashboard .settings .profile_pic div{
    border-radius:50%;
    background:#00AEFF;
    width: 40px;
    height: 40px;
    transition: .2s;
}

.timbu_dashboard .settings .fa-eye-slash:hover{
    cursor: pointer;
}

.timbu_dashboard .settings .profile_pic div:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: .2s;
}

.timbu_dashboard .settings .options:hover{
    cursor: pointer;
}

.timbu_dashboard .settings .options{
    padding: .4em;
}

.timbu_dashboard .settings input[type="checkbox"]{
    border: 0px solid transparent !important;
    padding: 0em;
    width: 20px;
    outline: none;
    height: 15px;
    margin-right: .2em;
    transform: translateY(3px);
}

.input-group-text{
    border: 1px solid transparent !important;
    background-color: transparent !important;
    color: #b1b1b1 !important;
}

.timbu_dashboard .settings  label{
    color:#757474;
    display: block;
    text-align: start;
    margin-bottom: .5em;
    font-size: 14px;
}

body{
    padding-right: 0 !important;
}

#err_back:hover, #reviews_err_back:hover, #accepted_err_back:hover, .accepted_back:hover, #decline_err_back:hover, .decline_back:hover, .active_back:hover, #active_err_back:hover{
    cursor: pointer;
}

.input-group{
    flex-wrap: nowrap !important;
    border: 1px solid #cdcccc !important;
    border-radius: 4px;
    transition: .2s;
}

.timbu_dashboard .input-group.active{
    border: 1px solid #00AEFF !important;
    caret-color: #00AEFF;
    transition: .2s;
}

.timbu_dashboard .nav_slider::-webkit-scrollbar{
    display: none;
}

.timbu_dashboard .change-pass:hover{
    cursor: pointer;
}

.timbu_dashboard input[type="date"]::-webkit-inner-spin-button,.timbu_dashboard input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    filter: invert(1);
}

.timbu_dashboard .input-group.invalid{
    border: 1px solid red !important;
    transition: .2s;
}

.timbu_dashboard .update_label.invalid{
    color: red;
}

.timbu_dashboard .update_inputs.invalid::placeholder{
    color: red;
}

.timbu_dashboard .actions_btn button{
    padding: .7em;
    color: white;
}

.timbu_dashboard .actions_btn {
    transform: translateY(-50px);
}

.timbu_dashboard .actions_btn .edit_checkin{
    border:1px solid #b1b1b1;
    color: #6d6d6d;
}

.timbu_dashboard .actions_btn .edit_checkin:hover{
    background-color: var(--primary);
    transition: .2s;
    color: white;
    border:1px solid var(--primary);
}

.timbu_dashboard .actions_btn .cancel_booking:hover{
    background-color: red;
    transition: .2s;
    color: white;
}

.timbu_dashboard .actions_btn .cancel_booking{
    border:1px solid red;
    color:red;
}

#All .booking-table, #Active .booking-table, #Accepted .booking-table, #Declined .booking-table{
    margin-bottom: 10em;
}

.location li{
    margin-bottom: .5em;
    color: var(--secodary);
    font-size: 14px;
}

.location .list{
    margin-bottom: 2em;
    padding: 0em 1em
}

.reviews_tab .header{
    padding: .5em 1em;
    border-bottom: 1px solid #e9e8e8;
    justify-content: space-between;
}

.reviews_tab .content{
    padding: 2em 1em;
    border: 1px solid #e9e8e8;
    justify-content: space-between;
    border-radius: 4px;
}

.reviews_tab .content .fa-star{
    transform: translateY(2px);
}

.policies_tab .checkin{
    justify-content: space-evenly;
    margin-top: 1.5em;
    font-size: 14px;
    margin-bottom: 1.5em;
    padding: 0em 1em;
}

.policies_tab .pol{
    margin-bottom: 2em;
    font-size: 14px;
    padding: 0em 1em;
}

.policies_tab h5{
    padding: 1em 1em;
    border-bottom: 1px solid #e9e8e8;
}

#fac_1, #fac_1_accepted, #fac_1_decline{
    padding: 1em 2em;
    flex-wrap: wrap;
}

#fac_1 p, #fac_1_accepted p, #fac_1_decline p{
    margin-right: 2.5em;
    margin-top: 1em;
}

.timbu_dashboard .tab_content{
    overflow-x: scroll;
}

@media screen and (max-width: 1100px) {
    .timbu_dashboard .actions_btn {
        transform: translateY(-0px);
    }
}


@media screen and (max-width: 850px) {
    .timbu_dashboard .single-details .gallery .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .timbu_dashboard .tab_content{
        overflow-x: scroll;
    }

    .timbu_dashboard .over-all-content{
        display: block !important;
    }

    .timbu_dashboard .sidebar{
        margin-right: 0em;
        padding: 1em 0;
        margin-bottom: 2em;
        width: 100%;
        overflow: scroll;
    }

    .timbu_dashboard .sidebar::-webkit-scrollbar{
        display: none;
    }

    .timbu_dashboard .sidebar .nav{
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .timbu_dashboard .sidebar .active{
        --bs-nav-link-color: var(--primary) !important;
    }

    .timbu_dashboard .sidebar a::after{
        height: 0px;
        width: 0px;
    }

    .timbu_dashboard .sidebar .active::after{
        width: 0px;
    }

    .timbu_dashboard .rating-container{
        display: block !important;
    }

    .timbu_dashboard .rating-container .avg{
        margin-bottom: 1.5em;
    }

    .timbu_dashboard .rate{
        padding: 0em 2em !important;
    }

    .timbu_dashboard .rate form{
        margin-top: 3.5em;
    }

    .timbu_dashboard{
        padding: 0 2em;
    }
}

@media screen and (max-width: 800px) {
    .timbu_dashboard .reviews-listing{
        display: block !important;
    }

    .timbu_dashboard .reviews-listing .action{
        margin-top: 1.5em !important;
    }

    .timbu_dashboard .content .tab-content{
        width: 100% !important;
    }

    .tab-pane  .single-details .d-flex{
        flex-wrap: wrap !important;
    }

    .tab-pane .single-details .rate_png{
        display: none !important;
    }
}

@media screen and (max-width: 655px) {

    .timbu_dashboard .actions_btn {
        text-align: start !important;
        margin-top: 1em;
    }

    .timbu_dashboard .show_new_pass .d-flex .pass_group{
        width: 100% !important;
        margin-bottom: 1.5em;
    }

    .timbu_dashboard {
        padding: 0 1em;
    }

    .timbu_dashboard .rate form .d-flex{
        display:  block !important;
    }

    .timbu_dashboard .rate form .d-flex .mb-4{
        width: 100% !important;
    }

   .timbu_dashboard .single-review .rate input, .timbu_dashboard .single-review .rate  textarea{
        padding: .7em;
        width: 100%;
        margin-bottom: 1em;
    }

    .timbu_dashboard .single-details .modal-body form div div{
        width: 100%;
    }

    .timbu_dashboard .rating-container .avg{
        flex-wrap: wrap;
    }

    .timbu_dashboard .rating-container .avg li{
        margin-bottom: 1em;
    }

    .timbu_dashboard .settings form .mb-4{
        width: 100% !important;
    }

    .timbu_dashboard  .section{
        padding: 1em 1em !important;
    }

    .timbu_dashboard  .section1{
        padding: 0em 1em !important;
    }

    .timbu_dashboard .hotels-name{
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        width:150px
    }

    .timbu_dashboard .states .all_state a{
        margin:  auto auto !important;
        margin-bottom: 1em !important;
    }

    .timbu_dashboard .states .single{
        padding: .8em !important;
        margin-right: .3em !important;
    }

    .timbu_dashboard .states .stateInfo{
        white-space: nowrap;
        width: 100px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .timbu_dashboard .findHead{
        margin-bottom: 0em !important;
    }

}



.image-container {
    position: relative;
    display: inline-block; 
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid rgb(21, 169, 244);
    overflow: hidden;
}

.dash .image {
    width: 100%;
    height: 100%; 
    height: auto; 
}

.dash .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s; 
}

.image-container:hover .overlay {
    opacity: 1;
}

.dash .upload-icon {
    font-size: 40px; 
    color: white; 
}
