:root{
    --theme-color: #234076;
    --theme-sky: #3070D7;
}
.color-theme{
    color: var(--theme-color) !important;
}
.btn-theme{
    color: white;
    background: var(--theme-color);
}
.btn-theme.btn-med{
    height: 36px;
}
.btn-theme:hover, .btn-theme:focus{
    color: white !important;
}
.btn-blue {
    height: 36px;
    border: 1px solid transparent;
    padding: 5px 20px;
    border-radius: 5px;
    background: var(--theme-sky);
    color: #fff;
}
.btn-blue:hover{
    opacity: .8;
}
#generalroomdatatable-table_wrapper .dt-buttons a {
    margin-bottom: 10px;
}
#hotelservicesdatatables-table_wrapper .dt-buttons a {
    margin-bottom: 10px;
}

.dataTables_wrapper div.dt-buttons {
    margin-top: 5px;
    margin-right: 0 !important;
    padding: 5px;
}

a.btn.btn-info {
    margin-bottom: 10px;
}

#activityservicedatatable-table_wrapper .dt-buttons a {
    margin-bottom: 10px;
}
div#flightservicesdatatables-table_wrapper {
    margin-top: 20px;
}

.select2-container {
    /*width: initial !important;*/
}

.select2 > .select2
{
    width:100% !important;
}
.table-responsive {
    width: 100%;
}
table#flightservicesdatatables-table {
    margin-top: 20px;
}
/* flight */
.bookFightTab-tableBody tr td{
    padding: 5px;;
}
.bookDomesticFights .input-group-text{
    background: transparent !important;
}
/* Restaurant */
.search-filter-custom .restaurant-form_row .input-group-addon{
    height: auto !important;
    top: 7px;;
}
/* profile */
.edit-btn-col{
    display: flex;
    justify-content: end;
}
.edit-btn-col a, .edit-btn-col button{
    white-space: nowrap;
    height: fit-content;
}
#nav-basic-details .agent-imgs{
    max-width: 18rem;;
}
.bank-detail-edit{
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: end;
}
.label-custom .form-group > label{
    padding-top: 10px;
}
.profile-tabs a.nav-link.active {
    background: #234076 !important;
    border-bottom-color: #234076 !important;
   
}
.profile-tabs a.nav-link.active:hover {
    color: white !important;
}
.profile-tabs a.nav-link:hover{
    color: #234076 !important;
    border: 1px solid #d9d9d9;
}
#nav-tabContent .box-header em {
    cursor: pointer;
    user-select: none;
}
.label-custom li.select2-selection__choice {
    background-color: #234076 !important;
    border-color: #234076 !important;
}
.label-custom [type=radio]:checked+label:before {
    border-color: #234076 !important;
}
.label-custom [type=radio]:checked+label:after {
    border-color: #234076 !important;
    background-color: #234076 !important;
}
#supplierBankModalBody #bank_div_1 label, #vendorContactsModalHtml #contact_div_1 label {
    margin-top: 10px;
}
#supplierBankModal .modal-header button.close span, #vendorContactsModal .modal-header button.close span {
    font-size: 20px;
}
#vendorContactsModalHtml form > button.btn {
    margin-top: 10px;
}
.profile-collapse-heading {
    padding: 10px 10px 10px 0 !important;
    border-color: #c3c3c3;
}
.profile-back-btn{
    padding: 10px 10px 10px 0 !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    border-top: 1px solid #ebebeb;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background: #234076 !important;
}
table.dataTable .activeOrInactive-box {
    display: inline;
}
table.dataTable tr th {
    white-space: nowrap;
}
/* .sidebar-collapse .dataTable {
    max-width: 100% !important;
} */
div#guideservicesdatatables-table_wrapper {
    overflow-x: scroll;
}

div#guideservicesdatatables-table_filter > label {
    color: #234076;
    padding-left: 15px;
}
.dt-buttons a {
    background: #234076 !important;
    border-radius: 15px !important;
    padding: 2px 8px !important;
    margin-left: 5px;
    border-color: #234076 !important;
}
.desktop-responsive {
    overflow-x: auto;
    width: 100%;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before{
    top: 50%;
    transform: translateY(-50%);
}
.privateDriverCarDetail ul {
    padding-left: 0;
    margin-bottom: 0;
}
.privateDriverCarDetail h3{
    color: #234076;
}
.payment-section .strip {
    background: #e3e3e3 !important;
    color: black;
    border-radius: 5px;
}
.payment-section .box-head {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.sightseeing-detail .row h4{
    font-size: 14px;
    color: gray;
    margin: 14px 0 0 0;
}
.sightseeing-detail p{
    font-size: 18px !important;
    color: #234076;
}
.sightseeing-detail {
    padding: 0px 25px;
    border-radius: 6px;
}
.sightseeing-detail .row{
    border-top: 1px solid #dfdede7a;
}
.booking-price-total p {
    font-size: 24px !important;
}
.booking-price-total {
    border: 1px solid #f3f0f0;
    border-left: 0;
    border-right: 0;
    padding-top: 10px;
    margin-top: 12px;
}   
.booking-price-total:last-child{
    border-bottom: none;
}
.profit-div {
    color: #234076;
}
.profit-div p {
    font-size: 24px !important;
    font-weight: 600;
}
span.actual-price-deatil {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 5px;
}
.flight-subheading {
    margin-top: 15px;
    color: #234076;
    font-weight: 600;
    border-left: 3px solid;
    padding-left: 10px;
}
.cart-tab a.nav-link.active {
    background: #234076 !important;
    color: white !important;
    border-color: #234076 !important;
}
.cart-tab a.nav-link.active:hover {
    color: white !important;
}
.cart-tab a.nav-link:hover {
    color: #234076 !important;
}
.cart-inner-custom p.hotel_desc {
    color: #234076;
    font-size: 19px;
    font-weight: 600;
}
.cart-inner-custom .hotel_detail{
    margin-bottom: 0 !important;
}
.cart-inner-custom .country_name.ng-binding {
    text-shadow: none;
    background-color: #234076 !important;
    font-size: 16px !important;
}
.cart-inner-custom .book_card{
    margin-bottom: 25px;
}
.cart-inner-custom p.hotel-type {
    background: #fff;
    color: var(--dark-blue);
    margin: 0 10px;
    padding-left: 50px;
    font-size: 16px;
    position: relative;
}
.checkout-custom .box-footer.value-box {
    color: #234076 !important;
}
.checkout-custom .box-footer.value-box h4{
    font-size: 22px !important;
}
.checkout-custom h2{
    padding: 10px 10px 10px 20px !important;
    background-color: var(--dark-blue);
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.checkout-custom .apply-coupon {
    border-radius: 0 4px 4px 0 !important;
}
.guide-filter-custom .guide-pic {
    border-radius: 5px;
}
.custom-bookings-page input {
    margin-bottom: 10px;
}
.cart-inner-custom .arrow-text1, .cart-inner-custom .arrow-text2 {
    font-size: 0;
}
.cart-inner-custom .arrow-text1:after, .cart-inner-custom .arrow-text2:after {
   bottom: -30px;
}
.offcanvas-backdrop::before{
    display: none !important;
}
.border-left{
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
}
.airportPickUp-content input {
    overflow: auto;
}
.floating__icon {
    padding: 0;
    position: fixed;
    bottom: 60px;
    right: 30px;
    font-size: 18px;
    width: 55px !important;
    height: 55px;
    z-index: 999999 !important;
}
.floating__icon .fa-cart-arrow-down:before {
    content: "\f218";
    display: inline-grid;
    place-content: center;
    width: 55px;
    height: 55px;
    background-color: #274b87;
    border-radius: 50%;
    color: #fff;
}
.floating__icon .tool-tip {
    visibility: hidden;
    width: 120px;
    background-color: #030303;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    text-align: center;
    padding: 5px;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 0;
    font-size: 12px;
}


.floating__icon:hover .tool-tip{
  visibility: visible;
}

@media (min-width:768px) and (max-width:992px) {
    .input-group.date {
        max-width: 250px;
    }
}
@media screen and (max-width:667px)
{

    .checkout-custom h2{
        font-size: 20px;
    }
    div#activityservicedatatable-table_filter input {
        width: 75%;
    }
    div#generalroomdatatable-table_filter input {
        width: 75% !important;
    }
    div#hotelservicesdatatables-table_filter input {
        width: 75% !important;
    }
    div#guideservicesdatatables-table_filter input {
        width: 75% !important;
    }
    div#guideservicesdatatables-table_wrapper .dt-buttons a {
        margin-bottom: 6px;
    }
    div#guideservicesdatatables-table_paginate {
        margin-top: 50px;
    }
    div#hotelservicesdatatables-table_paginate {
        margin-top: 50px;
    }
    div#activityservicedatatable-table_paginate {
        margin-top: 50px;
    }
    div#generalroomdatatable-table_paginate {
        margin-top: 50px;
    }
    div#sightseeingsservicesdatatables-table_filter input {
        width: 75% !important;
    }
    div#sightseeingsservicesdatatables-table_wrapper .dt-buttons a {
        margin-bottom: 6px;
    }
    div#flightservicesdatatables-table_wrapper .dt-buttons a {
        margin-top: 7px;
    }
    div#flightservicesdatatables-table_paginate {
        margin-top: 26px;
    }
    div#bookingsdatatable-table_paginate {
        margin-top: 25px;
    }
    div#suppliercancelledbookingdatatable-table_paginate {
        margin-top: 25px;
    }
    div#walletdatatable-table_paginate {
        margin-top: 20px;
    }
    div#suppliernegotiationrequestsdatatable-table_paginate {
        margin-top: 30px;
    }
    div#suppliernegotiationrequestsdatatable-table_wrapper .dt-buttons a {
        margin-bottom: 5px;
    }
    div#suppliernegotiationrequestsdatatable-table_filter input {
        width: 70%;
    }
    div#paymentswithdrawal-table_paginate {
        margin-top: 25px;
    }
    div#paymentswithdrawal-table_wrapper .dt-buttons a {
        margin-bottom: 6px;
    }
    div#paymentswithdrawal-table_filter input {
        width: 69%;
    }
    
    div#guideservicesdatatables-table_wrapper {
        overflow: hidden !important;
    }
    table#bookingsdatatable-table .child .dropdown {
        display: inline;
    }
    .payment-section .box-head {
       display: flex;
       flex-direction: column;
       padding-bottom: 15px !important;
    }
    .sightseeing-detail h4{
        margin: 0 !important;
    }
    .sightseeing-detail {
        padding: 0px 10px;
        
    }
    .sightseeing-detail .row{
        padding-top: 13px !important;

    }
    .payment-section .strip{
        margin-left: 10px;
    }  
    .cart-inner-custom .book_card{
        margin-bottom: 0px;
    }
    .cart-inner-custom .book_btn{
        margin: 6px 0 5px 0;
    }
    .custom-bookings-page .box-header.booking_form {
        padding: 10px 5px;
    }
    .wallet-custom label {
        padding-top: 10px;
    }
    .priceguide h4 {
        display: flex;
        align-items: baseline;
        column-gap: 10px;
    }
    .cart-inner-custom .arrow-text1:after, .cart-inner-custom .arrow-text2:after {
        bottom: -20px;
    }
 
}

.enquired {
    background: #CFEFCD;
}