﻿.daterangepicker.single .calendar-table {
    width: 100% !important;
}
.daterangepicker {
    padding-bottom: 20px;
}

/*flightsearchsection*/
.flight-search-section .dropdown-contents {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 250px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-top: 5px;
    z-index: 100;
    display: none;
}

.hotel-search .search-b .flight-search-section .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.flight-search-section .label {
    font-size: 14px;
}

    .flight-search-section .label span {
        display: block;
        font-size: 11px;
    }

.flight-search-section .controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .flight-search-section .controls button {
        width: 30px;
        height: 30px;
        border: 1px solid #ccc;
        background: #f8f8f8;
        cursor: pointer;
        font-size: 18px;
        border-radius: 6px;
    }

.flight-search-section .apply-btn {
    width: 100%;
    padding: 8px;
    background: #226e68;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

    .flight-search-section .apply-btn:hover {
        background: #172120;
    }

.hotel-search .search-b .flight-search-section .row button {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #226e68;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.hotel-search .search-b .flight-search-section .row .count {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.hotel-search .search-b .flight-search-section .row .btn-col {
    display: flex;
}

.hotel-search .search-b .row.flight-search-section {
    display: none;
}

    .hotel-search .search-b .row.flight-search-section.active {
        display: flex;
    }
/*flightsearchsection*/


.flight-trans-tab {
    width: 100%;
    padding-top: 15px;
}

    .flight-trans-tab ul {
        display: flex;
        gap: 10px;
    }

    .flight-trans-tab li {
        display: inline-block;
        padding: 10px 15px 10px 35px;
        background: #75cec9;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;
        position: relative;
    }

        .flight-trans-tab li::before {
            width: 14px;
            height: 14px;
            border: 2px solid #fff;
            border-radius: 100%;
            content: "";
            position: absolute;
            left: 10px;
            top: 9px;
        }

        .flight-trans-tab li.active::after {
            width: 6px;
            height: 6px;
            border: 2px solid transparent;
            border-radius: 100%;
            content: "";
            position: absolute;
            left: 14px;
            top: 13px;
            background: #fff;
        }

        .flight-trans-tab li.active {
            background: #226e68;
            color: #fff;
        }
#divautocomplete, #divautocompleteH {
    position: absolute;
    width: max-content;
    box-shadow: 0px 2px 5px grey;
}
#divautocomplete, #divautocompleteR, #divautocompleteH, #divautocompleteHR {
    background-color: #ffffff;
    position: absolute;
    width: 422px;
    text-align: left;
    box-shadow: 0px 2px 5px black;
    z-index: 999;
    margin-top: 0px;
    /* top: 40px; */
    border-radius: 10px;
    overflow: hidden;
}
#autocomplete-list {
    padding: 0px;
    margin: 0px;
    max-height: 380px;
    overflow: auto;
    scrollbar-width: thin;
}
    #autocomplete-list li {
        list-style: none;
        padding: 10px 8px;
        cursor: pointer;
        display: flex;
        margin: 6px;
        border-radius: 6px;
        gap: 6px;
    }
        #autocomplete-list li div {
            line-height: normal;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        #autocomplete-list li span i.fa-plane {
            margin-right: 8px;
            font-size: 18px;
            rotate: -45deg;
            color: #0b213b;
        }
.tt-suggestion:hover {
    background-color: #226e68d4 !important;
    color: #fff;
}

.tt-suggestion img{
    height:16px;
}
.tt-suggestion:hover img {
    filter: brightness(0) invert(1);
    rotate: 45deg;
    position: relative;
    transition: 0.3s;
}
@media(max-width:475px) {
    #divautocomplete, #divautocompleteR, #divautocompleteH, #divautocompleteHR {
        width: 300px !important;
    }

    #autocomplete-list li {
        font-size: 12px !important;
    }
}