/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Roboto Condensed", sans-serif;
}*/

:root {
    --main-color: #113BAA;
    --secondary-color: #F83232;
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #6d6561;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none !important;
}

.left-sidebar {
    background-color: #fff;
    margin-top: 30px;
    transition: all .5s ease;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flight-result-card {
    margin-bottom: 25px;
    background: var(--color-white);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.15s ease-in-out 0s;
    display: flex;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.booking-btn .btnTheme {
    display: inline-block;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    padding: 10px 25px;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.flight-search-area {
    min-height: 100vh;
}

.search-result-card {
    background-color: #fff;
    border: 1px solid rgb(237, 241, 243);
    border-radius: 6px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flight-card-top {
    padding: 15px;
    position: relative;
}

.flight-selection-button {
    position: absolute;
    top: 10px;
    left: 0;
}

.card-print-check {
    position: relative !important;
    width: fit-content;
}

.refund-tag {
    position: absolute;
    top: 30px;
    left: -8px;
    color: white;
    width: fit-content;
    display: flex;
    padding: 2px 14px 2px 20.6px;
    z-index: 10;
    position: absolute;
    font-size: 12px;
    margin-top: -1.5rem;
    text-align: left;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    border-radius: 4px 0px 0px 4px;
}

    .refund-tag.refund {
        background: linear-gradient(-264.4deg, #145a32 -42.46%, #28b463 199.39%);
    }

.ticket-breaker {
    height: 100%;
    position: relative;
    border-top: 1px dashed rgb(216, 220, 222) !important;
}

    .ticket-breaker:before {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #F9F9F9;
        position: absolute;
        top: -9px;
        left: -8px;
        border-radius: 50%;
        transform: rotate(0deg);
        box-shadow: inset -12px 0px 18px -11px rgba(0, 0, 0, 0.5);
    }

    .ticket-breaker:after {
        content: "";
        width: 16px;
        height: 16px;
        background-color: #f9f9f9;
        position: absolute;
        top: -9px;
        right: -8px;
        border-radius: 50%;
        transform: rotate(00deg);
        box-shadow: inset 12px 0px 18px -11px rgba(0, 0, 0, 0.5);
    }

.flight-image {
    margin-right: 10px;
}

    .flight-image img {
        width: 48px;
        height: 48px;
    }

.airlines-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 0;
    line-height: 1.3;
    max-width: 14ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight-no {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.aircraft-no {
    color: var(--gray-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.flight-date {
    color: var(--gray-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

/* .airport-text {
  color: var(--black-color);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
} */

.airport-text {
    position: relative;
    color: var(--bs-primary);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    cursor: pointer;
    display: inline-block;
}

.airport-text-full {
    min-width: 225px;
    position: absolute;
    display: none;
    background: #fff;
    color: #202020;
    padding: 10px;
    border-radius: 5px;
    top: -62px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* left: -105px; */
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
    text-align: center;
    z-index: 9;
    left: -68px;
}

    .airport-text-full::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }

.airport-text:hover .airport-text-full {
    display: block;
}

.flight-time {
    color: var(--black-color);
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.fromToRouteBox {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    position: relative;
    padding-top: 25px;
    display: block;
    text-align: center;
    margin: 0 15px;
    /* background: url(images/flight-route-icon-50cfb250.svg) */
    background: url('../home/img/flight-route-icon-50cfb250.png') no-repeat center top / 100%;
}

    .fromToRouteBox .durationBox {
        width: 100%;
        float: left;
        color: #343440;
        font-size: 14px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 3px;
    }

.stopBox {
    width: auto;
    display: inline-block;
    color: #5d5d66;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    background: none !important;
    border: none !important;
    font-weight: 700;
}

.bg-flight-gray {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 10px;
}

.btn-flight {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 35px;
    background-color: var(--bs-info);
    color: #ffffff !important;
    border: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease;
    text-align: center;
}

    .btn-flight:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

.flight-details-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
}

    .flight-details-btn.collapsed::after {
        content: "\f078";
        font-family: "Font Awesome 6 free";
        font-weight: 600;
        font-size: 13px;
        margin-left: 2px;
    }

    .flight-details-btn::after {
        content: "\f077 ";
        font-family: "Font Awesome 6 free";
        font-weight: 600;
        font-size: 13px;
        margin-left: 2px;
    }

.fare-type.text-danger {
    color: #0f7971 !important;
}

.custom-tooltip {
    position: relative;
    transition: all 0.5s ease;
}

.custom-tooltip-body {
    min-width: 225px;
    position: absolute;
    display: none;
    background: #fff;
    color: #202020;
    padding: 10px;
    border-radius: 5px;
    top: -45px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* left: -105px;*/
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
}

    .custom-tooltip-body::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: white transparent transparent transparent;
    }

.hidden-fare small {
    font-size: 10px;
    font-weight: 600;
}

.hidden-fare {
    font-size: 14px;
    font-weight: 600;
}

.custom-tooltip:hover .custom-tooltip-body {
    display: block;
    transition: all 0.5s ease;
}

.ticket-fare {
    font-size: 22px;
    font-weight: 700;
}

    .ticket-fare small {
        font-size: 14px;
    }

.custom-tooltip i {
    color: #11b5a5;
    font-size: 20px !important;
}

.pricing-area {
    padding: 12px 12px 18px;
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-around;
    flex-direction: column;
    background-color: rgba(17, 59, 170, 0.2);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.trip-details {
    padding: 10px 0;
    width: 100%;
}

.ticket-footer {
    padding: 10px 20px;
}

.passenger-info {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    .passenger-info li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 14px;
        font-weight: 600;
    }

        .passenger-info li span {
            margin-right: 2px;
        }

            .passenger-info li span svg path {
                fill: var(--main-color);
            }

h4.ticket-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
}

    h4.ticket-price small {
        font-size: 10px;
        font-weight: 800;
    }

.price-txt-xl {
    font-size: 15px;
}

.txt-note {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.over-lined {
    text-decoration: line-through;
}

.flight-details-area {
    padding: 10px;
    margin: 10px;
    background: #f6f6f6;
    border-radius: 6px;
}

.custom-nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    background-color: transparent !important;
}

    .custom-nav-tabs .nav-link {
        position: relative;
        background-color: transparent !important;
        border-bottom: 1px solid var(--main-color) !important;
        border: 0px;
        color: var(--black-color);
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 0;
        margin: 0;
    }

        .custom-nav-tabs .nav-link.active {
            color: var(--main-color) !important;
            border-color: transparent !important;
            border-bottom-color: var(--main-color) !important;
        }

            .custom-nav-tabs .nav-link.active::after {
                content: "";
                position: absolute;
                width: 50%;
                height: 4px;
                background: var(--main-color);
                border-radius: 10px 10px 0 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: 0;
            }

.flightLayoverOuter {
    text-align: center;
    position: relative;
    margin: 25px 0;
}

.flightLayover {
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
}

    .flightLayover:before {
        left: -100px;
    }

    .flightLayover:after {
        right: -100px;
    }

    .flightLayover:after,
    .flightLayover:before {
        position: absolute;
        background: #dfdfdf;
        height: 1px;
        content: "";
        width: 100px;
        top: 49%;
    }


/*i {
    color: var(--main-color)!important;
}*/

.flight-details-header {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

    .flight-details-header p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--black-color);
    }

.booking-btn {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .custom-nav-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
    }

        .custom-nav-tabs.nav-tabs .nav-link {
            white-space: nowrap !important;
        }

    .custom-nav-tabs {
        margin-bottom: 10px;
    }
}

@media (max-width: 567px) {
    .flight-card-top {
        padding: 8px;
        position: relative;
    }

    .flight-time {
        color: var(--black-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    .airport-text {
        position: relative;
        color: var(--main-color);
        font-size: 18px;
        font-weight: 900;
        line-height: 1.3;
        cursor: pointer;
    }

    .flight-date {
        color: var(--gray-color);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.3;
    }

    .ticket-footer {
        padding: 5px 5px;
    }

    .fromToRouteBox {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        position: relative;
        padding-top: 25px;
        display: block;
        text-align: center;
        margin: 0 15px;
        /*background: url(images/flight-route-icon-50cfb250.svg) no-repeat center top / 100% auto;*/
    }

    .ticket-footer {
        flex-direction: column !important;
    }

    .passenger-info {
        margin-bottom: 10px;
    }

    .flight-details-btn {
        font-size: 14px;
        font-weight: 600;
        color: var(--main-color);
    }

    .flightLayover:after, .flightLayover:before {
        width: 0%;
    }
}

/*=============================================*/

.price-list-filter ul {
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

    .price-list-filter ul li {
        list-style: none;
    }

#b2b-lowest-price-filter-box::-webkit-scrollbar {
    width: 20px;
}

#b2b-lowest-price-filter-box::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

#b2b-lowest-price-filter-box::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #000000 !important;
}

#b2b-lowest-price-filter-box li {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    margin-left: 10px;
}

    #b2b-lowest-price-filter-box li .airchk {
        position: relative;
        min-width: 104px;
    }

#b2b-lowest-price-filter-box .airline-chk:checked + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    border: 2px solid var(--bs-primary);
}

.price-font {
    font-size: 14px;
}

/*==================*/

.side-area-part {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}


/*===================================*/
.cancelation-block {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}

    .cancelation-block .single-block {
        margin: 10px 0;
    }

.cancelation-block-title {
    padding: 10px;
    background-color: rgba(17, 59, 170, 0.2);
    border-radius: 6px;
    margin-bottom: 5px;
}

    .cancelation-block-title h3 {
        font-size: 15px;
        font-weight: 500;
        color: var(--main-color);
        margin-bottom: 0;
    }

.cancelation-block table thead tr th {
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
}

    .cancelation-block table thead tr th span {
        font-size: 14px;
    }

.cancelation-block table tbody tr td {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 767px) {
    .cancelation-block table thead tr th {
        white-space: nowrap;
    }

    .table-responsive {
        overflow: scroll;
        overflow-y: hidden;
    }

        .table-responsive table {
            width: 100%;
        }
}

.cancelation-block .table {
    border: 1px solid #eff2f5;
}

    .cancelation-block .table td, .cancelation-block .table th, .table tr {
        border: 1px solid #eff2f5;
        padding: 10px !important;
    }



.cancellation-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px dashed #EF0019;
    color: #EF0019;
    background-color: #fcced2;
    border-radius: 6px;
}

    .cancellation-footer i {
        color: #EF0019;
    }

.underlinePrice {
    font-size: 12px;
    font-weight: 700;
    text-decoration: line-through !important;
    line-height: 14px;
    margin-right: 5px;
    color: #2b2929 !important;
}

.price-area {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

    .price-area small {
        margin-right: 5px;
        font-size: 10px;
    }

.refundTag.positive p {
    margin-top: 4px;
    color: #3d8001;
    font-size: 12px;
    border: 1px solid #3d8001;
    border-radius: 4px;
}

.refundTag.negative p {
    margin-top: 4px;
    color: #cd1c07;
    font-size: 12px;
    border: 1px solid #cd1c07;
    border-radius: 4px;
}
/*===============*/
#modify-search .search-panel {
    padding: 28px 28px 50px 28px !important;
}


#modify-search #flt-search-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    bottom: -28px;
}
