:root {
    --bs-body-color-gradient: linear-gradient(180deg, rgba(88, 44, 79, 1) 0%, rgb(0 0 0) 100%);
    --table-head-bg: #c6a2be;
    --btn-blue: #240a5e;
    --btn-gold: #b5934f;
    --blue-new: #454857;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.logo {
    width: 170px;
    margin-top: 15px;
}

.content-container {
    min-height: 600px;
    width: 100%;
    padding: 20px 20px 0 20px;
}

.btn-blue {
    background: #253d52;
    color: #fff;
}

    .btn-blue:hover {
        background: #55646e;
        color: #fff;
        border-color: #4F57AA;
    }

.btn-gold {
    background: #55646e;
    color: #fff;
}

    .btn-gold:hover {
        background: #454857;
        color: #fff;
        border-color: #454857;
    }
/*=========Flight Search==========*/
.flight-search {
    width: 100%;
}

    .flight-search form {
        padding: 0px;
    }

    .flight-search .tab {
        width: 100%;
        display: flex;
        gap: 15px;
        padding: 15px 15px 0px 15px;
    }

        .flight-search .tab .form-check .form-check-label {
            padding-left: 5px;
            font-size: 13px;
            color: #2d2d2d;
            cursor: pointer;
        }

    .flight-search .fare-type .form-check {
        margin-bottom: 0.5rem;
    }

        .flight-search .fare-type .form-check .form-check-label {
            padding-left: 0.5rem;
        }

    .flight-search .tab-content {
        padding: 10px 15px 15px 15px;
    }

        .flight-search .tab-content .form-group label span {
            font-size: 11px;
        }

        .flight-search .tab-content .form-check .form-check-label {
            padding-left: 0.5rem;
            font-size: 13px;
        }

        .flight-search .tab-content .btn-row {
            width: 100%;
            padding: 20px 0px 0px 0px;
        }

.datepicker-dropdown {
    min-width: 300px;
    z-index: 99999 !important;
}

    .datepicker-dropdown table {
        width: 100%;
        text-align: center;
    }

        .datepicker-dropdown table td, .datepicker-dropdown table th {
            border: 1px solid #ccc;
            padding: 5px;
            cursor: pointer;
        }

        .datepicker-dropdown table td {
            background: #fff;
            color: #000;
        }

            .datepicker-dropdown table td.disabled {
                color: #999;
                cursor: default;
            }

            .datepicker-dropdown table td.today {
                background: #fff;
                color: #000;
            }

.main-panel .row.first {
    margin: 0px;
}

.fare-type {
    display: none;
}

    .fare-type.show {
        display: block;
    }

.multicity-content {
    display: none;
}

    .multicity-content .row {
        position: relative;
    }

        .multicity-content .row .close-div {
            position: absolute;
            right: -30px;
            top: 2px;
            width: auto;
            background: var(--blue-new);
            min-height: 43px;
            line-height: 43px;
            border-radius: 5px;
            cursor: pointer;
        }

    .multicity-content .bg-whites .col-md-4 {
        position: relative;
    }

    .multicity-content .bg-whites .form-group i {
        color: #253d52;
        position: absolute;
        right: 21px;
        top: 17px;
    }

    .multicity-content .bg-whites .form-control {
        padding-right: 25px;
    }

/*=========Result Page==========*/
.result {
    width: 100%;
    color: #000;
}

    .result .allfares {
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

.allfares .col-md-2 {
    padding-right: 0px !important;
}

.allfares .col-md-10 {
    padding-left: 0px !important;
}

.allfares .left-c {
    width: 100%;
    border-right: 1px solid #ccc;
    height: 100%;
    background: #253d52;
}

    .allfares .left-c li {
        list-style: none;
        font-weight: 500;
        font-size: 13px;
        padding: 4px 10px;
        min-height: 38px;
        line-height: 30px;
        text-align: center;
        background: #253d52;
        color: #e1e1e1;
    }

        .allfares .left-c li ~ li {
            border-top: 1px solid #72818B;
        }

        .allfares .left-c li h2 {
            font-size: 17px;
            color: #e1e1e1;
            margin: 0px;
            line-height: 30px;
        }

.allfares .right-c {
    width: 100%;
    position: relative;
}

    .allfares .right-c .col-r {
        border-right: 1px solid #ccc;
        text-align: center;
        width: 117px;
        min-width: 117px;
    }

        .allfares .right-c .col-r li {
            list-style: none;
            font-weight: 500;
            font-size: 13px;
            padding: 4px 7px;
            min-height: 38px;
            line-height: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2d2d2d;
            cursor: pointer;
        }

            .allfares .right-c .col-r li:hover {
                background: #253d52;
                color: #fff;
            }

    .allfares .right-c li ~ li {
        border-top: 1px solid #ccc;
        font-size: 12px;
        line-height: 13px;
        display: flex;
        flex-flow: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

        .allfares .right-c li ~ li span {
            display: block;
            color: #8F002E;
            display: flex;
            width: 100%;
            justify-content: center;
        }

    .allfares .right-c .owl-prev.disabled {
        display: none;
    }

    .allfares .right-c .owl-next.disabled {
        display: none;
    }

    .allfares .right-c .owl-next, .allfares .right-c .owl-prev {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        color: var(--blue-new);
        border: none;
        font-size: 70px;
        line-height: 40px;
        padding: 4px 5px;
    }

    .allfares .right-c .owl-prev {
        left: 0px;
        right: auto;
    }


/*========= owl-carousel ============*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.allfares .right-c {
    display: flex;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    overflow-x: auto;
    flex-wrap: nowrap;
}

    .allfares .right-c .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .allfares .right-c .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .allfares .right-c .owl-stage-outer {
        position: relative;
        overflow: hidden;
    }

    .allfares .right-c .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

.owl-nav.disabled {
    display: none;
}

/*========= owl-carousel ============*/

.select-flight {
    width: 100%;
    color: #000;
    margin-bottom: 15px;
}

    .select-flight .card {
        padding: 10px;
    }

    .select-flight .text-muted {
        font-size: 20px;
    }

    .select-flight .result-filter {
        width: 100%;
        display: flex;
    }

        .select-flight .result-filter .segment-l {
            width: 100%;
            display: flex;
        }

    .select-flight h3 {
        font-size: 16px;
        margin: 4px 0px 10px 0px;
    }

.result-filter .col-f {
    position: relative;
    width: 100%;
    border-right: 1px solid #3d2573;
}

    .result-filter .col-f.ariline-c {
        width: 14%;
    }

    .result-filter .col-f.depart-c {
        width: 15%;
    }

    .result-filter .col-f.duration-c {
        width: 14%;
    }

    .result-filter .col-f.fromto-c {
        width: 14%;
    }

    .result-filter .col-f.stops-c {
        width: 14%;
    }

    .result-filter .col-f.fare-typ {
        width: 14%;
    }

.result-list li .c-col.t-price {
    width: 18%;
}

.result-list li .c-col.airline-logo {
    width: 14%;
}

.result-list li .c-col.dep-time {
    width: 15%;
}

.result-list li .c-col.ttl-duration {
    width: 14%;
}

.result-list li .c-col.from-to {
    width: 14%;
}

.result-list li .c-col.airline-stops {
    width: 14%;
}

.result-list li .c-col.fare-tye {
    width: 14%;
}

.result-filter .col-f.price-c {
    width: 18%;
}

.select-flight .result-filter .col-f.price-c {
    width: 18%;
}


.result-list li .c-col.t-price .price-row {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: space-between;
}

.result-list li .c-col.airline-logo {
    flex-flow: nowrap;
    gap: 7px;
    justify-content: left;
}

.result-filter .col-f.price-c strong {
    color: #454857;
}

.result-filter .dd-tab {
    padding: 13px 30px 11px 10px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    background: #253d52;
    color: #e3e3e3;
    font-weight: 500;
}

    .result-filter .dd-tab:after {
        width: 8px;
        height: 8px;
        border-left: 2px solid #d9d9d9;
        border-bottom: 2px solid #cecece;
        content: "";
        display: inline-block;
        position: absolute;
        right: 0px;
        right: 10px;
        transform: rotate(-45deg);
        top: 24px;
    }

.result-filter .dd-text {
    padding: 15px;
    color: #fff;
    border-radius: 0px 3px 3px 3px;
    min-width: 200px;
    position: absolute;
    background: #52596e;
    display: none;
}

    .result-filter .dd-text .form-check .form-check-label {
        color: #fff;
        padding-left: 5px;
    }

    .result-filter .dd-text h4 {
        font-size: 16px;
        border-bottom: 1px solid #999;
        padding-bottom: 5px;
        color: #ffffff;
    }

    .result-filter .dd-text strong {
        font-size: 14px;
        font-weight: 500;
        display: block;
        padding-top: 8px;
    }

    .result-filter .dd-text .col-50 {
        width: 50%;
        float: left;
    }

    .result-filter .dd-text .price-display, .result-filter .dd-text .time-display {
        margin-bottom: 10px;
    }

    .result-filter .dd-text .ui-slider {
        margin: 0 10px 15px 10px;
    }

.result-filter .col-f:last-child .dd-text {
    right: 0px;
}

.result-filter .col-f:nth-last-child(2) .dd-text {
    right: 0px;
}

.result-filter .col-f:nth-last-child(2) .dd-text,
.result-filter .col-f:last-child .dd-text {
    border-radius: 3px 0px 3px 3px;
}
    .result-filter .col-f:last-child .dd-text.price-dropdown{left:auto;}

    .result-filter .col-f.active .dd-text {
        display: block;
    }

    .result-filter .col-f.active .dd-text li ~ li {
        margin-top: 8px;
    }

.result-filter .dd-text.dep-time {
    width: 350px;
}

.result-filter .dd-text.fare-tyoe {
    width: 300px;
}

    .result-filter .dd-text.fare-tyoe span {
        margin-bottom: 15px;
        display: block;
    }

.result-filter .col-f.active .dd-tab {
    background: #52596e;
    color: #fff;
}

    .result-filter .col-f.active .dd-tab:after {
        transform: rotate(-225deg);
        top: 21px;
        border-color: #fff;
    }

.result-filter .col-f.ariline-c .dd-text {
    min-width: 230px;
}

.result-filter .dd-text .price-display #amount {
    background: none;
    border: none;
    color: #fff;
}

.result-list {
    width: 100%;
}

    .result-list ul {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 2px;
        border-top: 1px solid #d4d4d4;
    }

    .result-list li .column {
        display: flex;
        background: #fff;
        color: #000;
        font-size: 12px;
        line-height: 20px;
        height: 50%;
    }

        .result-list li .column ~ .column {
            border-top: 1px solid #d4d4d4;
        }

    .result-list li ~ li {
        border-top: 1px solid #d4d4d4;
    }

    .result-list li .c-col {
        width: 100%;
        padding: 10px 10px;
        border-right: 1px solid #d4d4d4;
        min-height: 70px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

        .result-list li .c-col:first-child {
            border-left: 1px solid #d4d4d4;
            align-items: center;
        }

    .result-list li span {
        display: block;
    }

    .result-list li .c-col.airline-logo img {
        width: 30px;
        border-radius: 5px;
    }

    .result-list li .c-col.t-price strong {
        font-size: 17px;
        color: #222;
        line-height: 16px;
        letter-spacing: -1px;
    }

    .result-list li .btm-info {
        display: flex;
        justify-content: space-between;
        padding-top: 5px;
        flex-flow: wrap;
        gap: 5px;
        border-top: 1px solid #d4d4d4;
        margin-top: 5px;
    }

    .result-list li .c-col.t-price .btn.btn-fw {
        min-width: auto;
        padding: 10px 13px;
        font-size: 14px;
        min-width: 70px;
    }

        .result-list li .c-col.t-price .btn.btn-fw.book-n {
            padding: 10px 19px;
        }

    .result-list li .btm-info .btn, .result-list li .c-col.t-price .price-row .btn {
        padding: 7px 5px !important;
        font-size: 13px !important;
        line-height: normal;
    }

    .result-list li .c-col.t-price .price-row .btn {
        min-width: 100px;
    }

    .result-list li .segment-l.oneway .column, .result-list li .segment-l.oneway {
        height: 100%;
    }

    .result-list li .c-col.t-price {
        padding: 4px 5px;
    }

    .result-list li .segment-r .ng-scope {
        background: #dee1e6;
        width: 100%;
    }


    .result-list li .segment-r {
        display: flex;
        width: 100%;
        background: #dee1e6;
    }

        .result-list li .segment-r .segment-l {
            width: 100%;
        }

        .result-list li .segment-r .c-col {
            min-height: auto;
        }

    .result-list li .segment-l .c-col {
        padding: 5px 8px;
    }


    .result-list li .c-col.t-price .btn.btn-fw span {
        display: inline-block;
    }

.result-filter .col-f.price-c .form-group {
    margin: 0px;
}

.result-list li .c-col.t-price .btn.btn-fw .form-check-input {
    margin-right: 4px;
}

.result-list li .c-col.t-price .b-now {
    width: 100%;
    text-align: right;
    padding-top: 5px;
    display: none;
}

.result-list li.head .column {
    background: #52596e;
    font-size: 13px;
    color: #fff;
}

.result-list li.head .c-col {
    min-height: auto;
}

    .result-list li.head .c-col.t-price strong {
        font-size: 13px;
        color: #fff;
    }

.result-list li.head .segment-l {
    width: 100%;
    display: flex;
}

.result-filter .col-f.price-c .price-display {
    display: flex;
    gap: 15px;
}

.flight-passengers .f-details {
    padding: 10px;
}

.f-details {
    display: none;
    padding: 10px 10px 0px 10px;
    background: #253d52;
}

    .f-details .tables, .passenger-info .tables {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background: #dddddd;
        padding: 0px;
        color: #000;
    }

        .f-details .table-row, .passenger-info .tables .table-row {
            display: flex;
            background: #fff;
        }

    .f-details .header {
        font-weight: 600;
        background-color: #52596e;
    }

    .f-details .table-cell, .passenger-info .tables .table-cell {
        flex: 1;
        padding: 6px;
        border-bottom: 1px solid #4d505e;
        text-align: left;
        font-size: 12px;
        line-height: 17px;
        border-right: 1px solid #949ab5;
    }

    .f-details .table-row.header {
        color: #fff;
    }

    .f-details .title-row {
        background: #ffffff;
        font-size: 14px;
        color: #000;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        font-weight: 500;
        border-right: 1px solid #ccc;
    }

    .f-details .table-cell.flight {
        flex: 2;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .f-details .table-cell .f-info {
        color: #000;
        font-weight: 500;
    }

        .f-details .table-cell .f-info span {
            font-size: 11px;
        }

    .f-details .table-cell span {
        display: block;
        color: #000;
        padding: 0px;
        font-weight: normal;
        font-size: 11px;
    }

    .f-details .total-fare {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background: var(--bs-body-color-gradient);
        margin-bottom: 10px;
        background: #253d52;
    }

        .f-details .total-fare .flight-nav ul {
            display: flex;
            gap: 25px;
            border: none;
            margin-bottom: 0px;
        }

        .f-details .total-fare .flight-nav li:nth-child(even) {
            background: none;
        }

        .f-details .total-fare .price {
            font-size: 16px;
            color: #e1e1e1;
            font-weight: 500;
        }

        .f-details .total-fare .flight-nav li {
            border: none;
            cursor: pointer;
            color: #e1e1e1;
            position: relative;
            padding-right: 10px;
            font-size: 13px;
        }
            /*.f-details .total-fare .flight-nav li:before {font-family: 'FontAwesome';content: "\f111";position: absolute;left: -5px;font-size: 8px;top: 5px;}*/
            .f-details .total-fare .flight-nav li:after {
                content: "\f105";
                font-family: 'FontAwesome';
                position: absolute;
                right: -2px;
                font-size: 15px;
                top: -1px;
            }

            .f-details .total-fare .flight-nav li:first-child {
                color: #e1e1e1;
            }

    .f-details .common-table {
        width: 100%;
        background: #e5ecf6;
        margin-top: 5px;
        display: none;
    }

        .f-details .common-table .title {
            display: flex;
            justify-content: space-between;
            color: #000;
            padding: 10px 12px 5px 12px;
            font-weight: 500;
            font-size: 13px;
        }

            .f-details .common-table .title h3 {
                font-size: 16px;
                font-weight: 500;
                margin: 0px;
            }

                .f-details .common-table .title h3 span {
                    display: inline-block;
                    padding-left: 15px;
                    color: #684a10;
                    text-decoration: underline;
                }

            .f-details .common-table .title .close-btn i {
                font-size: 20px;
                cursor: pointer
            }

        .f-details .common-table .table-cell sup {
            font-size: 13px;
            color: #ee2d24;
            top: 0px;
            left: 1px;
        }

        .f-details .common-table.active {
            display: block;
        }

    .f-details .table-cell sup {
        color: red;
        font-size: 13px;
        line-height: 13px;
        position: relative;
        top: 0px;
        left: 2px;
    }

    .f-details .tables .note {
        padding: 7px 0 7px 10px;
        font-size: 12px;
    }

        .f-details .tables .note span {
            display: inline-block;
            color: #8F002E;
        }

.fare-rule-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99999;
}

    .fare-rule-popup .innerb {
        width: 800px;
        background: #fff;
        min-height: 360px;
        position: relative;
    }

    .fare-rule-popup h3 {
        background: var(--blue-new);
        padding: 8px 0px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin-bottom: 1px;
        margin: 0px;
    }

    .fare-rule-popup .ruletabbing {
        width: 100%;
        display: flex;
        max-height: 500px;
        overflow-y: auto;
        flex-flow: wrap;
    }

.ruletabbing .left-tab {
    width: 30%; /* background:#ececec; */
}

.ruletabbing .tab-content {
    width: 70%;
    padding: 15px;
    color: #000;
}

.ruletabbing .left-tab li {
    list-style: none;
}

    .ruletabbing .left-tab li span {
        color: #000;
        text-decoration: none;
        padding: 7px 15px;
        display: block;
        background: #e5ecf6;
        font-size: 13px;
        line-height: 22px;
        cursor: pointer;
        border-bottom: none;
    }

        .ruletabbing .left-tab li span:hover {
            color: #fff;
            background: var(--blue-new);
        }

.ruletabbing .tab-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.ruletabbing .tab-content p {
    font-size: 13px;
    line-height: 22px;
}

.fare-rule-popup .close-p {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #000;
    cursor: pointer;
    border-radius: 5px;
}

    .fare-rule-popup .close-p:hover {
        background: #000;
        color: #fff;
    }

.ruletabbing .left-tab li span.active {
    color: #fff;
    background: var(--blue-new);
}

.ruletabbing .tab-content {
    display: none;
}

    .ruletabbing .tab-content.show {
        display: block;
    }

.fare-rule-popup.active {
    display: flex;
}

.user-profile {
    margin-bottom: 20px;
}

.passenger-detail {
    margin-bottom: 15px;
}

    .passenger-detail .card {
        padding: 10px;
    }

    .passenger-detail .row.justify-content-end {
        padding-right: 12px;
        gap: 20px;
    }

        .passenger-detail .row.justify-content-end .btn-danger {
            width: auto;
        }

    .passenger-detail .head {
        background: #52596e;
        padding: 10px 15px;
        color: #fff;
        font-size: 18px;
    }

    .passenger-detail p {
        margin-bottom: 5px;
    }

    .passenger-detail .gender-b, .passenger-edit-fm .gender-b {
        display: flex;
        gap: 20px;
        padding-top: 5px;
    }

        .passenger-detail .gender-b .form-check .form-check-label, .passenger-edit-fm .gender-b .form-check .form-check-label {
            padding-top: 3px;
        }

.flight-view-list .f-details {
    display: block;
}

.submit-passenger-detail {
    margin-bottom: 15px;
}

    .submit-passenger-detail .card {
        padding: 10px;
    }

    .submit-passenger-detail .t-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        align-items: center;
    }

        .submit-passenger-detail .t-row h3 {
            margin: 0px;
            font-size: 17px;
        }

        .submit-passenger-detail .t-row .btn.btn-fw {
            padding: 10px 25px;
        }

        .submit-passenger-detail .t-row .invoice-dld {
            margin-left: auto;
            margin-right: 10px;
            background: #ff7800;
            color: #fff;
            padding: 10px 14px;
            border-radius: 4px;
            cursor: pointer;
            text-decoration: none;
            font-size: 14px;
        }

            .submit-passenger-detail .t-row .invoice-dld i {
                padding-left: 5px;
            }

        .submit-passenger-detail .t-row form {
            margin-left: auto;
        }

.passenger-info .tables .table-cell ~ .table-cell {
    flex: 4;
}

.passenger-info .tables .table-cell:first-child {
    font-weight: 500;
    background: #253d52;
    color: #ececec;
    font-size: 14px;
}

.passenger-info .tables .toggle-div {
    display: none;
}

.passenger-info .tables .show-f-info {
    width: 29px;
    height: 20px;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    margin: 0 10px;
    background: #454857;
}

    .passenger-info .tables .show-f-info i {
        position: relative;
        top: -4px;
        color: #fff;
    }

    .passenger-info .tables .show-f-info.active i {
        transform: rotate(180deg);
        top: 3px;
    }

.passenger-info .row.justify-content-end {
    padding: 20px 10px 10px 0px;
}

    .passenger-info .row.justify-content-end .btn-danger {
        width: auto;
    }

.f-details.add-ticket-tbl {
    background: none;
    padding: 0px;
    margin: 10px 0px;
}

    .f-details.add-ticket-tbl .tables {
        box-shadow: none;
    }

        .f-details.add-ticket-tbl .tables .form-control {
            padding: 5px;
            height: 30px;
        }

        .f-details.add-ticket-tbl .tables .table-cell {
            padding: 5px 10px;
            align-items: center;
            display: flex;
            width: 100%;
            border-bottom: 1px solid #ddd;
        }


.home-textb .card .card-title {
    margin-bottom: 10px;
}

.home-textb .card p {
    padding-bottom: 20px;
    line-height: 24px;
}

.home-textb .card .card-title .bg-warning {
    background: none;
    background-color: transparent !important;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 7px;
}

.flight-view-list .f-details .total-fare .flight-nav li:first-child {
    color: #fff;
}

.flight-view-list .flight-itinerary .ticket-info {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    color: #40424a;
    background: #e5ecf6;
    margin: 10px 0px;
}

    .flight-view-list .flight-itinerary .ticket-info p {
        margin-bottom: 0px;
        color: #40424a;
    }

    .flight-view-list .flight-itinerary .ticket-info ul {
        display: flex;
        gap: 20px;
    }

    .flight-view-list .flight-itinerary .ticket-info li {
        color: #40424a;
    }

        .flight-view-list .flight-itinerary .ticket-info li span {
            display: inline-block;
            padding-left: 15px;
        }

        .flight-view-list .flight-itinerary .ticket-info li a {
            color: #8F002E;
            text-decoration: none;
        }

.f-details .title-row.dep-row {
    background: #e5ecf6;
    font-size: 13px;
}

.common-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

    .common-popup .innerb {
        background: #f8f9fa;
        min-height: 360px;
        position: relative;
        width: 100%;
        border-radius: 5px;
        padding: 15px;
    }

        .common-popup .innerb .close-p {
            position: absolute;
            right: 15px;
            top: 15px;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            color: #fff;
            background: #454857;
            cursor: pointer;
            border-radius: 3px;
        }

            .common-popup .innerb .close-p:hover {
                background: #000;
                color: #fff;
            }

    .common-popup h3 {
        font-size: 22px;
        color: #454857;
        padding: 0px;
        margin-bottom: 15px;
    }

.width-50 {
    max-width: 50%;
}

.width-60 {
    max-width: 60%;
}

.width-70 {
    max-width: 70%;
}

.width-80 {
    max-width: 80%;
}

.width-90 {
    max-width: 90%;
}

.width-95 {
    max-width: 95%;
}

.ssr-details .success-msg {
    background: #198754;
    padding: 5px 10px;
}


.passenger-detail .ff-no .ff-row, .passenger-edit-fm .ff-no .ff-row {
    display: flex;
    justify-content: space-between;
}

.passenger-detail .ff-no .ff-input1, .passenger-edit-fm .ff-no .ff-input1 {
    width: 60px;
}

.passenger-detail .ff-no .ff-input2, .passenger-edit-fm .ff-no .ff-input2 {
    width: calc(100% - 70px);
}

.passenger-detail .m-no .no-row, .passenger-edit-fm .m-no .no-row {
    display: flex;
    gap: 5px;
}

.passenger-detail .m-no .form-control, .passenger-edit-fm .m-no .form-control {
    padding: 10px;
}

.passenger-detail .m-no .f-input1,
.passenger-detail .m-no .f-input2, .passenger-edit-fm .m-no .f-input1, .passenger-edit-fm .m-no .f-input2 {
    width: 60px;
}

.passenger-detail .m-no .f-input1 {
    width: 115px;
}


.passenger-info .tables .more-d {
    display: inline-block;
}

.flex-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pass-edit .edit-detail {
    background: #454857;
    color: #fff;
    padding: 8px 25px 8px 15px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}

    .pass-edit .edit-detail:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: 10px;
        font-size: 15px;
        top: 7px;
    }

    .pass-edit .edit-detail:hover {
        background: #55646e;
    }

.passenger-info.pass-edit .tables .table-cell:first-child {
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.history-sec {
    width: 100%;
    margin-bottom: 15px;
}

    .history-sec .card {
        padding: 10px;
    }

    .history-sec .c-tables {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #949ab5;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        padding: 0px;
        color: #000;
        border-bottom: none;
    }

        .history-sec .c-tables .table-row {
            width: 100%;
            display: flex;
        }

            .history-sec .c-tables .table-row.header {
                font-weight: 600;
                background-color: #253d52;
                color: #fff;
            }

            .history-sec .c-tables .table-row .table-cell {
                padding: 10px 10px;
                border-bottom: 1px solid #55646e;
                text-align: left;
                font-size: 13px;
                line-height: 20px;
                border-right: 1px solid #949ab5;
            }

                .history-sec .c-tables .table-row .table-cell sup {
                    color: red;
                    font-size: 13px;
                    line-height: 13px;
                    position: relative;
                    top: 0px;
                    left: 2px;
                }

    .history-sec .notes {
        background: #454857;
        color: #fff;
        font-size: 13px;
        padding: 5px 5px 5px 10px;
        margin-top: 8px;
    }

        .history-sec .notes sup {
            color: red;
            font-size: 13px;
            line-height: 13px;
            position: relative;
            top: 0px;
        }

    .history-sec .c-tables .table-row .table-cell:first-child {
        width: 10%;
    }

    .history-sec .c-tables .table-row .table-cell:nth-child(2) {
        width: 15%;
    }

    .history-sec .c-tables .table-row .table-cell:nth-child(3) {
        width: 60%;
    }

    .history-sec .c-tables .table-row .table-cell:nth-child(4) {
        width: 15%;
    }

    .history-sec h3 {
        font-size: 17px;
    }

.booking-notes {
    width: 100%;
    margin-bottom: 15px;
}

    .booking-notes .card {
        padding: 10px;
    }

    .booking-notes .t-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .booking-notes .t-row h3 {
            margin-bottom: 0px;
            font-size: 17px;
        }

    .booking-notes .notes-list, .booking-notes .list-arrow {
        width: 100%;
    }

        .booking-notes .list-arrow li {
            color: #454857;
        }

.add-notes-p .textarea {
    min-height: 100px;
}

.add-notes-p .justify-content-center .btn-danger {
    width: auto;
}

.add-notes-p .textarea {
    margin: 15px 0px;
}

.up-ssr-details .f-details {
    padding: 0px;
    background: none;
    margin-bottom: 15px;
}

.up-ssr-details .remove {
    color: #8f1000;
    cursor: pointer;
    font-weight: 500;
}

    .up-ssr-details .remove:hover {
        text-decoration: none;
    }


.c-ppup {
    background: rgb(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .c-ppup .card {
        padding: 0px;
    }

    .c-ppup .inner-box {
        width: 100%;
        max-width: 1000px;
        background: #fff;
        padding: 10px;
        border: 6px solid #868ba5;
        border-radius: 4px;
        position: relative;
    }

    .c-ppup .close-btn {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        background: #868ba5;
        font-weight: normal;
        cursor: pointer;
        border-radius: 2px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .c-ppup .inner-box .close-btn:hover {
        background: #1d202e;
    }

    .c-ppup .inner-box .heading {
        color: #fff;
        background: #454857;
        padding: 7px 15px;
        font-size: 17px;
        font-weight: 500;
    }

    .c-ppup .inner-box .note {
        font-size: 13px;
        padding: 8px 0px 0px 0px;
        margin-bottom: 10px;
        color: #424558;
    }

    .c-ppup .card {
        box-shadow: none;
    }

    .c-ppup.active {
        display: flex;
    }

    .c-ppup.medium .inner-box {
        max-width: 700px;
    }

    .c-ppup .btn-row .btn {
        width: auto;
        font-size: 16px;
        padding: 10px 20px;
    }

    .c-ppup .form-control, .c-ppup .form-select {
        height: 45px;
        font-size: 13px;
        border: 1px solid #9a9da9;
    }

    .c-ppup .form-group label {
        font-size: 13px;
        font-weight: 500;
        color: #6d7185;
    }

    .c-ppup .success-msg {
        background: #378131;
        padding: 6px 15px;
        font-size: 16px;
        text-align: center;
        margin: 3px 0px;
    }

    .c-ppup .justify-content-center {
        gap: 15px;
    }

    .c-ppup .form-select {
        color: #4b5564 !important;
    }

.passenger-edit-fm-eticket .close-btn {
    right: -15px;
    top: -15px;
}


.quote-queue {
    width: 100%;
    padding: 10px;
}

    .quote-queue .table {
        margin-bottom: 10px;
    }

        .quote-queue .table thead th {
            color: #ffffff;
            background: #253d52;
        }

    .quote-queue .table {
        border-color: #ddd;
    }

    .quote-queue .table-striped tr:nth-child(odd) td {
        color: #2d2d2d;
    }

    .quote-queue .pagination {
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .quote-queue .pagination .c-button, .quote-queue .pagination .page-link.c-button {
            padding: 6px 25px 6px 15px;
        }

            .quote-queue .pagination .c-button:after {
                top: 6px;
                right: 10px;
            }

        .quote-queue .pagination .page-link {
            border: 1px solid #454857;
            padding: 5px 10px;
            color: #2d2d2d;
            background: #5f647a;
            color: #fff;
            border-radius: 2px;
            line-height: 20px;
            font-size: 13px;
        }

        .quote-queue .pagination .c-button .page-link {
            padding: 0px;
            border: none;
            background: none;
            color: #fff;
        }

        .quote-queue .pagination li.active .page-link {
            background: #454857;
        }

    .quote-queue .table th, .quote-queue .table td {
        font-size: 13px;
        padding: 6px 10px;
        color: #2d2d2d;
        box-shadow: none;
    }

    .quote-queue .table th {
        font-size: 14px;
        padding: 13px 10px;
    }

    .quote-queue .table .move-arch {
        background: #db0606;
        color: #fff;
        text-decoration: none;
        padding: 8px 15px;
        font-size: 12px;
        border-radius: 3px;
        transition: all ease 0.5s;
        border: none;
    }

        .quote-queue .table .move-arch:hover {
            background: #454857;
        }

    .quote-queue .table td span {
        display: inline-block;
        min-width: 100%;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 600;
        color: #db0606;
        text-decoration: underline;
    }

    .quote-queue .top-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .quote-queue .top-row .left-col {
            width: 50%;
        }

            .quote-queue .top-row .left-col ul, .quote-queue .top-row .right-col ul {
                display: flex;
                gap: 3px;
                margin-bottom: 1px;
            }

            .quote-queue .top-row .left-col li, .quote-queue .top-row .right-col li {
                padding: 6px 15px;
                color: #fff;
                font-size: 13px;
                border-radius: 3px;
                background: #253d52;
                cursor: pointer;
            }

                .quote-queue .top-row .left-col li.active, .quote-queue .top-row .right-col li.active {
                    background: #454857;
                }

    .quote-queue .disabled > .page-link {
        background: #e6eff7 !important;
        color: #767676 !important;
        border-color: #e6eff7;
    }

    .quote-queue .top-row .right-col {
        width: 50%;
    }

        .quote-queue .top-row .right-col .booking-filter {
            width: 800px;
            border: 6px solid #253d52;
            right: 120px;
            background: #fff;
            position: absolute;
            z-index: 9;
            display: none;
        }

            .quote-queue .top-row .right-col .booking-filter .inner-b {
                padding: 10px;
            }

            .quote-queue .top-row .right-col .booking-filter h3 {
                color: #fff;
                background: #253d52;
                padding: 12px 15px;
                font-size: 20px;
                font-weight: 500;
            }

            .quote-queue .top-row .right-col .booking-filter .close-p {
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 32px;
                font-size: 18px;
                color: #fff;
                background: #868ba5;
                font-weight: normal;
                cursor: pointer;
                border-radius: 2px;
                position: absolute;
                right: 20px;
                top: 19px;
            }

            .quote-queue .top-row .right-col .booking-filter .form-group {
                margin: 0px 0px 8px 0px;
            }

            .quote-queue .top-row .right-col .booking-filter .form-control,
            .quote-queue .top-row .right-col .booking-filter .form-select {
                height: 35px;
            }

            .quote-queue .top-row .right-col .booking-filter .row .col-md-4:first-child .form-group {
                margin-bottom: 0px;
            }

            .quote-queue .top-row .right-col .booking-filter label {
                line-height: 40px;
                font-weight: 500;
                display: block;
                text-align: right;
                font-size: 13px;
            }

            .quote-queue .top-row .right-col .booking-filter .btn-row {
                width: 100%;
                text-align: center;
            }

                .quote-queue .top-row .right-col .booking-filter .btn-row .btn {
                    padding: 7px 40px;
                }

            .quote-queue .top-row .right-col .booking-filter .datepicker {
                background: url(../images/icon-calender.jpg) right 10px center no-repeat;
                background-size: 14px;
                padding-right: 35px;
            }

    .quote-queue #divFindYourBookingsList {
        margin-top: 25px;
    }

    .quote-queue .btn-row .btn {
        padding: 10px 30px;
    }

    .quote-queue .findyourbooking td {
        padding: 8px 10px;
    }

.v-hidden {
    visibility: hidden;
}

.c-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    z-index: 99999;
    justify-content: center;
    display: flex;
    align-items: center;
}

    .c-overlay .innerb {
        background: #fff;
        padding: 25px;
        text-align: center;
        width: 500px;
        border-radius: 25px;
        border: 10px solid #162c3f;
        position: relative;
    }

        .c-overlay .innerb p {
            font-size: 17px;
            line-height: 22px;
            color: #2c2e33;
            padding-top: 15px;
        }

        .c-overlay .innerb .btn {
            background: #253d52;
            color: #fff;
            font-size: 20px;
            padding: 7px 30px;
            border-radius: 23px;
            font-weight: 500;
        }

            .c-overlay .innerb .btn:hover {
                background: #2d2d2d;
            }

        .c-overlay .innerb .close-btn {
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            font-size: 18px;
            color: #fff;
            background: #868ba5;
            font-weight: normal;
            cursor: pointer;
            border-radius: 2px;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0px 10px 0px 0px;
        }

            .c-overlay .innerb .close-btn:hover {
                background: #1d202e;
            }


.passenger-edit-fm-eticket .psg-head {
    color: #fff;
    background: #454857;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 5px 0px;
}

/*================= Datepicker css ============= */
.ui-datepicker {
    background: #2c3e50 !important;
    border: 1px solid #1abc9c imo !important;
    color: white !important;
    border-radius: 8px;
    padding: 10px;
}

.ui-datepicker-header {
    background: #fff !important;
    color: white;
    font-weight: bold;
    border-radius: 0;
    padding: 5px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: white;
    cursor: pointer;
}

.ui-datepicker-calendar .ui-state-active {
    background: #e74c3c !important;
    color: white !important;
    border: 1px solid #c5c5c5 !important;
}

.ui-datepicker-calendar td a:hover {
    background: #3498db !important;
    color: white !important;
}

.ui-datepicker-calendar td {
    padding: 5px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
    font-size: 12px;
    border-radius: 13px;
    padding: 0px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border: none;
}
/*================= Datepicker css ============= */

/*================= Dropdown menu on search css ============= */
.ui-menu .ui-menu-item-wrapper {
    text-decoration: none;
    font-size: 13px;
    padding: 6px 6px 6px 30px !important;
    display: block;
    background-image: url(../images/flight_i.png) !important;
    background-size: 13px !important;
    background-position: left 8px center !important;
    background-repeat: no-repeat !important;
}

    .ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper:focus, .ui-widget-content.ui-autocomplete .ui-state-active {
        background: url(../images/flight_i_h.png) left 8px center no-repeat #2a435a !important;
        color: #fff;
        border-color: #2a435a !important;
        background-size: 15px !important;
    }
/*================= Dropdown menu on search css ============= */


/*===On Hover Transition Css=======*/
.f-details .total-fare .flight-nav li, .pass-edit .edit-detail, .c-ppup .inner-box .close-btn, .up-ssr-details .remove {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
/*===On Hover Transition Css=======*/


/*===COmmon -button css =======*/
.c-button {
    background: #454857;
    color: #fff;
    padding: 10px 35px 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    border: none;
    font-size: 14px;
}

    .c-button:after {
        content: "\f105";
        font-family: 'FontAwesome';
        position: absolute;
        right: 17px;
        font-size: 15px;
        top: 10px;
    }

    .c-button:hover {
        background: #55646e;
    }
/*===COmmon -button css=======*/


/*================= Generate Quote css ============= */
.generate-quote .f-details {
    display: block;
    padding: 0px;
    background: #fff;
}

.generate-quote .inner-box {
    max-width: 1250px;
}

.generate-quote .table-head {
    color: #fff;
    background: #454857;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.generate-quote .tables .table-cell {
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
}

.generate-quote .tables {
    border: none;
}

    .generate-quote .tables .flex-row {
        display: flex;
    }

        .generate-quote .tables .flex-row .table-row {
            width: 70%;
        }

            .generate-quote .tables .flex-row .table-row:first-child {
                width: 30%;
                border-right: 1px solid #a8a8ac;
            }

.generate-quote .btn-row {
    background: #fff;
    text-align: center;
    border-top: 1px solid #424553;
    padding-top: 10px;
}

    .generate-quote .btn-row .c-button {
        padding: 8px 25px;
        display: inline-block;
        text-decoration: none;
    }

        .generate-quote .btn-row .c-button:after {
            display: none;
        }

.generate-quote .close-btn {
    z-index: 99;
}

.generate-quote .table-row {
    border-bottom: 1px solid #424553;
}

.generate-quote.c-ppup .inner-box .close-btn {
    top: 14px;
}

.generate-quote .tables .header .table-cell {
    padding: 10px;
}
/*================= Generate Quote css ============= */


/*================= User Detail css ============= */
.user-d {
    width: 100%;
}

    .user-d .card {
        padding: 15px;
    }

        .user-d .card h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }

    .user-d label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }

    .user-d .card .btn {
        padding: 9px 29px;
    }

    .user-d .card .userstatus {
        margin-top: 14px;
        float: left;
    }
/*================= User Detail css ============= */

.welcome-text {
    text-align: center;
}

    .welcome-text .new-t {
        text-align: left
    }

        .welcome-text .new-t + p {
            text-align: left;
        }

.home-textb {
    height: 100%;
}

    .home-textb .row {
        height: 100%;
    }

.main-panel .pb-3 {
    height: 100%;
}

.home-textb .card .card-title {
    padding-top: 30px;
}

.home-textb .card p {
    margin-bottom: 0px;
}

.create-menu.user-d .card .btn {
    padding: 13px 25px;
}

.create-menu .DealDetails tr td, .set-permissone .DealDetails tr td, .create-page .DealDetails tr td {
    color: #2d2d2d;
}

.create-page .btn-blue, .set-permissone .btn-blue {
    margin-top: 16px;
}

.spantd span {
    cursor: pointer;
}

.transaction-detail .table-striped.table thead th, .DealDetails th, .branch-details .table-bordered th {
    background: #253d52;
    color: #fff;
    padding: 9px 7px;
}

.transaction-detail .table-striped.table-striped tr:nth-child(odd) td {
    background: none !important;
    color: #000;
}

.transaction-detail .table-striped.table-striped td {
    padding: 10px 7px;
    font-size: 13px;
    color: #000;
}

.branch-details .table-bordered .btn {
    padding: 5px 20px
}

.branch-details .table-bordered td {
    color: #454857 !important;
    padding: 6px !important
}

.user-table-deatil {
    font-size: 14px;
}

    .user-table-deatil th {
        font-size: 14px;
        padding: 13px 10px;
        font-weight: normal;
        border: 1px solid #56585c;
    }

    .user-table-deatil td {
        color: #000;
        font-size: 13px;
        padding: 6px 10px;
        border: 1px solid #454857;
    }

.popup-product {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0,0,0, 0.8)
}

.user-table-deatil .btn {
    padding: 5px 10px !important;
    margin: 5px;
    font-size: 12px;
}

.loader-common {
    border: 8px solid #f3f3f3; /* Light gray */
    border-top: 8px solid #444545; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 100px auto; /* Center it */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.red-btn {
    background: #db0606;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 3px;
    transition: all ease 0.5s;
    border: none;
}

    .red-btn:hover {
        background: #454857;
    }

.f-details .total-fare .flight-nav.li-bg-non li:first-child:after {
    display: none;
}

.comming-soon {
    width: 50%;
    text-align: center;
    background: #fff;
    border: 8px solid #253d52;
    margin: auto;
}

    .comming-soon h3 {
        font-size: 45px;
        font-weight: 800;
        padding-top: 40px;
    }

    .comming-soon p {
        font-size: 18px;
    }

    .comming-soon img {
        text-align: center;
        max-width: 700px;
    }

    .comming-soon .card {
        min-height: 500px;
    }

        .comming-soon .card h2 {
            font-size: 50px;
            padding-top: 60px;
            color: #253d52;
            text-align: center;
        }

.auth.login-bg .field-validation-error {
    font-size: 13px;
    color: red;
}

.no-result h1 {
    color: #2d2d2d;
}

.no-result .no_result {
    padding: 25px;
}

.home-textb .card .card-title.bg-welcome {
    background: #253d52;
    padding: 20px;
    padding-top: 20px;
    color: #fff;
    border-radius: 10px;
}

.bg-welcome .card-title {
    padding: 0px;
}

.home-textb .card .card-title.bg-welcome .bg-warning {
    color: #fff !important;
    font-size: 28px;
    margin-bottom: 10px;
}

.search-conatainer {
    width: 720px;
    margin: 0 auto;
}

.fare-type {
    margin-top: 20px;
}

    .fare-type .column {
        display: flex;
        gap: 20px;
    }

    .fare-type h4 {
        color: #253d52;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 7px;
        font-size: 16px;
    }

/*#ui-id-2{max-height:250px;overflow-y:scroll;overflow-x:hidden;}*/
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 49% !important;
    margin: 0 0.5%;
}

.flight-markup .content-header h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #253d52;
}

.flight-markup .add-mark {
    margin-bottom: 15px;
}

.markup-table br {
    display: none;
}

.markup-table {
    margin-top: 15px;
}

    .markup-table .table-responsive {
        padding: 15px;
    }

        .markup-table .table-responsive td {
            padding: 8px 8px !important;
            font-size: 13px;
        }

.flight-markup .content-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .flight-markup .content-header h1 {
        margin-bottom: 0px;
    }

.addflight-markup .card {
    padding: 15px;
}

.addflight-markup .content-header h1 {
    font-size: 18px;
    color: #253d52;
}

.check-b input[type="checkbox"] {
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
}

.heading-mng {
    position: relative;
}

    .heading-mng h3 {
        position: absolute;
        top: -25px;
        font-size: 16px;
    }

.heading-mng2 {
    margin-top: 20px;
}

    .heading-mng2 .col-md-3 h3 {
        font-size: 16px;
        border-bottom: 1px solid #a1a6aa;
        padding-bottom: 10px;
    }

.fare-type-markup {
    border-bottom: 1px solid #a1a6aa;
    margin-bottom: 10px;
}

    .fare-type-markup h3 {
        font-size: 16px;
        color: #253d52;
    }

    .fare-type-markup ul {
        display: flex;
        gap: 20px;
    }

        .fare-type-markup ul li input[type="checkbox"] {
            width: 17px;
            height: 17px;
            position: relative;
            top: 4px;
            margin-right: 3px;
        }

.btn-red {
    background: red;
    color: #fff;
    border: none;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.btn-green {
    background: #1e640a;
    color: #fff;
    border: none;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.btn-view {
    background: #253d52;
    color: #fff;
    border: none;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.divrelative {
    position: relative;
}

    .divrelative .clse_fst, .divrelative .clse_scnd {
        position: absolute;
        right: 10px;
        top: 34px;
        color: #253d52;
        font-size: 13px;
    }

.findcompdetail .card {
    padding: 15px;
}

.findcompdetail .findpagetracker {
    width: 100%;
}

    .findcompdetail .findpagetracker td {
        padding: 8px 15px !important;
        font-size: 13px;
    }

.pagi_nation {
    width: 100%;
    padding: 15px 0px;
}

    .pagi_nation ul {
        width: 100%;
        display: flex;
        gap: 3px;
        justify-content: center;
    }

    .pagi_nation li a {
        width: 25px;
        height: 25px;
        background: #253d52;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
    }

.opencompanydetail .card {
    padding: 15px;
}

.tab-manage {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
}

    .tab-manage li a {
        padding: 10px 25px;
        display: block;
        background: #253d52;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        font-size: 13px;
    }

.opencompanydetail .new-tab-css {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.tab-manage li a.active {
    background: #000;
}

.opencompanydetail .new-tab-css h4 {
    color: #2d2d2d;
    font-size: 16px;
}

.opencompanydetail .new-tab-css .table {
    margin-bottom: 15px;
}

.ui-widget-header {
    background: #253d52 !important;
    color: #fff !important;
}

.editcompdetails h3 {
    font-size: 16px;
    margin: 15px 0px 5px 0px;
}

.editcompdetails .row {
    background: #f4f4f4;
    padding: 5px 0px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

    .editcompdetails .row input[type="checkbox"] {
        width: 17px;
        height: 17px;
        position: relative;
        top: 4px;
    }

.editcompdetails h3:first-child {
    margin-top: 0px;
}

.airline-masking .card .btn {
    padding: 8px 18px;
}

.booking-rpt .top-row {
    width: 100%;
    margin-bottom: 15px;
}

.booking-rpt .quote-queue .top-row .right-col {
    padding: 0 0 0 20px
}

.booking-rpt .quote-queue .top-row .btn {
    width: 100%;
    cursor: pointer;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    height: 28px;
    border-radius: 3px;
    font-size: 13px !important;
    margin: 0 4px 0 4px !important;
    position: relative;
    top: -2px;
    padding: 0 3px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #fff;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px !important;
}

.booking-rpt .quote-queue .table td {
    padding: 10px;
}

.queue-p .quote-queue {
    padding: 0px;
}

    .queue-p .quote-queue .top-row {
        margin-bottom: 10px;
    }

        .queue-p .quote-queue .top-row .right-col ul {
            justify-content: end;
        }


@media only screen and (max-width:1299px) {
    .sidebar .nav .nav-item .nav-link {
        padding: 6px 8px;
    }

    .sidebar .nav .nav-item .menu-icon {
        width: 26px;
        height: 26px;
    }

        .sidebar .nav .nav-item .menu-icon i {
            font-size: 12px;
        }

    .sidebar .nav .nav-item .nav-link .menu-title {
        font-size: 12px;
    }

    .sidebar .nav li {
        padding-right: 20px;
    }

    .sidebar .nav .nav-item > .nav-link:after {
        width: 7px;
        height: 7px;
        border-top: 2px solid #253d52;
        border-right: 2px solid #253d52;
        top: 13px;
        right: 11px;
    }

    .result-list li .segment-r .c-col .btm-info {
        gap: 0px;
    }

    .result-list li .c-col.t-price .price-row .btn {
        min-width: 92px;
    }

    .result-list li .segment-r .c-col .btm-info .btn,
    .result-list li .c-col.t-price .price-row .btn {
        font-size: 12px !important;
    }
}


.flight-ui {
    background: #f3f3f3;
    padding: 10px;
    font-family: 'Open Sans',sans-serif;
}

    .flight-ui .flight-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        align-items: start;
        margin-bottom: 7px;
    }

    .flight-ui .flight-head {
        background: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 6px;
        display: flex;
        align-items: center;
        padding: 13px 16px;
        margin-bottom: 8px;
    }

        .flight-ui .flight-head div {
            font-size: 12px;
            color: #333;
            font-weight: 600;
        }

    .flight-ui .h-airline {
        width: 25%;
    }

    .flight-ui .h-depart {
        width: 18%;
    }

    .flight-ui .h-duration {
        width: 18%;
    }

    .flight-ui .h-arrival {
        width: 16%;
    }

    .flight-ui .h-price {
        width: 24%;
    }

    .flight-ui .flight-card {
        background: #fff;
        border: 1px solid #dddddd;
        border-radius: 6px;
        overflow: hidden;
    }

    .flight-ui .flight-top {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        gap: 8px;
    }

    .flight-ui .airline {
        width: 25%;
        display: flex;
        gap: 7px;
    }

    .flight-ui .logo {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
    }

        .flight-ui .logo img {
            width: 30px;
        }

    .flight-ui .airline-info h3 {
        font-size: 13px;
        color: #2d2d2d;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .flight-ui .airline-info p {
        font-size: 12px;
        color: #707070;
        line-height: 1.5;
        margin: 0px;
    }

    .flight-ui .departure {
        width: 18%;
    }

    .flight-ui .arrival {
        width: 16%;
    }

        .flight-ui .departure h2, .flight-ui .arrival h2 {
            font-size: 15px;
            color: #222;
            margin-bottom: 2px;
            font-weight: 700;
        }

        .flight-ui .departure p, .flight-ui .arrival p {
            font-size: 11px;
            color: #707070;
            line-height: 1.4;
            margin: 0px;
            ;
        }

    .flight-ui .duration {
        width: 18%;
    }

    .flight-ui .change {
        font-size: 11px;
        color: #707070;
        margin-bottom: 7px;
    }

    .flight-ui .line {
        width: 45px;
        height: 2px;
        background: #d2d2d2;
        position: relative;
        margin-left: 3px;
        ;
    }

        .flight-ui .line:before, .flight-ui .line:after {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #c8c8c8;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .flight-ui .line:before {
            left: -2px;
        }

        .flight-ui .line:after {
            right: -2px;
        }

    .flight-ui .duration-time {
        font-size: 11px;
        color: #555;
        margin-top: 7px;
    }

    .flight-ui .price-section {
        width: 24%;
    }

    .flight-ui .price-option {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 14px;
        cursor: pointer;
    }

    .flight-ui .radio {
        width: 16px;
        height: 16px;
        border: 1.8px solid #bdbdbd;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
        transition: .2s;
        margin-top: 2px;
        background: #fff;
    }

        .flight-ui .radio.active {
            border-color: #1a73e8;
        }

            .flight-ui .radio.active:after {
                content: '';
                width: 8px;
                height: 8px;
                background: #1a73e8;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

    .flight-ui .price-detail h2 {
        font-size: 16px;
        color: #333;
        line-height: 1;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .flight-ui .badge {
        display: block;
        font-size: 11px;
        padding: 1px 5px;
        border-radius: 2px;
        margin-right: 0px;
    }

    .flight-ui .normal {
        background: #f8ebae;
        color: #715900;
        display: block;
    }

    .flight-ui .flexi {
        background: #ffe0c7;
        color: #ca6d00;
        text-align: left;
    }

    .flight-ui .corporate {
        background: #ffd9df;
        color: #d2466a;
    }

    .flight-ui .info {
        font-size: 11px;
        color: #666;
    }

    .flight-ui .dropdown-arrow {
        width: 22px;
        height: 22px;
        border: 1px solid #a2a2a2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        cursor: pointer;
        transition: .3s;
    }

        .flight-ui .dropdown-arrow span {
            font-size: 18px;
            color: #777;
            position: relative;
            top: -1px;
        }

            .flight-ui .dropdown-arrow span:after {
                width: 8px;
                height: 8px;
                border-left: 2px solid #a2a2a2;
                border-bottom: 2px solid #a2a2a2;
                content: "";
                display: inline-block;
                position: absolute;
                right: 0px;
                right: -4px;
                transform: rotate(-45deg);
                top: -4px;
            }

        .flight-ui .dropdown-arrow.active {
            transform: rotate(180deg);
        }

    .flight-ui .more-prices {
        display: none;
    }

    .flight-ui .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px 14px;
    }

    .flight-ui .seat {
        background: #dcecff;
        color: #3e6ea8;
        padding: 2px 7px;
        border-radius: 2px;
        font-size: 12px;
        font-weight: 600;
    }

    .flight-ui .flight-detail {
        font-size: 13px;
        color: #666;
    }

.flight-grid .flight-detail-btn {
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.flight-grid .flight-detail-box {
    display: none;
    border-top: 1px solid #e5e5e5;
    background: #fafafa
}

.flight-grid p {
    margin: 0px;
}

.flight-grid .tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5
}

.flight-grid .tab-btn {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative
}

    .flight-grid .tab-btn.active {
        color: #1976d2
    }

        .flight-grid .tab-btn.active:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #1976d2
        }

.flight-grid .tab-content {
    display: none;
    padding: 18px
}

    .flight-grid .tab-content.active {
        display: block
    }

.flight-grid .detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eee;
    padding: 14px;
    margin-bottom: 2px
}

.flight-grid .detail-left {
    display: flex;
    align-items: center;
    gap: 14px
}

.flight-grid .detail-logo {
    width: 42px;
    height: 42px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .flight-grid .detail-logo img {
        width: 25px
    }

.flight-grid .detail-airline h4 {
    font-size: 13px;
    color: #333;
    margin-bottom: 3px;
}

.flight-grid .detail-airline p {
    font-size: 12px;
    color: #777
}

.flight-grid .detail-time h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
}

.flight-grid .detail-time p {
    font-size: 11px;
    color: #777
}

.flight-grid .detail-duration {
    text-align: center
}

    .flight-grid .detail-duration p {
        font-size: 12px;
        color: #777
    }

.flight-grid .detail-class h4 {
    font-size: 13px;
    color: #333;
    margin-bottom: 3px;
}

.flight-grid .detail-class p {
    font-size: 12px;
    color: #777
}

.flight-grid .layover {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    margin: 3px 0
}

.flight-grid .fare-box, .flight-grid .rule-box, .flight-grid .bag-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px
}

    .flight-grid .fare-box h3, .flight-grid .rule-box h3, .flight-grid .bag-box h3 {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px
    }

    .flight-grid .fare-box p, .flight-grid .rule-box p, .flight-grid .bag-box p {
        font-size: 13px;
        color: #666;
        line-height: 1.8
    }

.flight-ui.oneway-fair .flight-grid {
    grid-template-columns: 1fr;
}

.flight-ui.oneway-fair .h-airline,
.flight-ui.oneway-fair .airline {
    width: 18%;
}

.flight-ui.oneway-fair .h-depart,
.flight-ui.oneway-fair .departure {
    width: 15%;
}

.flight-ui.oneway-fair .h-duration,
.flight-ui.oneway-fair .duration {
    width: 15%;
}

.flight-ui.oneway-fair .h-arrival,
.flight-ui.oneway-fair .arrival {
    width: 15%;
}

.flight-ui.oneway-fair .h-price,
.flight-ui.oneway-fair .price-section {
    width: 20%;
}

.flight-ui.oneway-fair .flight-top {
    gap: 0px;
}

.flight-ui.oneway-fair .button-select {
    width: 16%;
    text-align: right;
}

@media(max-width:1100px) {
    .flight-ui .flight-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {
    .flight-ui .flight-top {
        flex-wrap: wrap;
    }

    .flight-ui .airline, .flight-ui .departure, .flight-ui .duration, .flight-ui .arrival, .flight-ui .price-section {
        width: 100%;
        margin-bottom: 18px;
    }
}

.select-flight {
    padding-bottom: 40px;
}

.flight-parent {
    width: 1125px;
    margin: auto
}

.flight-card-btm {
    min-width: 1156px;
    background: #464858;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    border-radius: 10px;
}

    .flight-card-btm .flight-box {
        width: 31%;
        padding: 8px 18px;
        border-right: 1px solid rgba(255,255,255,.25)
    }

        .flight-card-btm .flight-box:last-child {
            border-right: none
        }

    .flight-card-btm .flight-title {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 5px
    }

        .flight-card-btm .flight-title span {
            padding: 0 5px
        }

    .flight-card-btm .flight-row {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .flight-card-btm .flight-left {
        display: flex;
        align-items: center
    }

    .flight-card-btm .flight-icon {
        font-size: 20px;
        color: #ff6b00;
        margin-right: 10px
    }

    .flight-card-btm .flight-time {
        font-size: 15px;
        font-weight: 500;
        color: #fff
    }

    .flight-card-btm .flight-price {
        font-size: 15px;
        font-weight: 500;
        color: #fff
    }

    .flight-card-btm .flight-detail {
        font-size: 14px;
        color: #2ec7ff;
        padding-left: 38px;
        margin-top: 10px;
        cursor: pointer
    }

    .flight-card-btm .total-box {
        width: 38%;
        padding: 10px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    .flight-card-btm .total-left {
        text-align: right
    }

    .flight-card-btm .total-price {
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        line-height: 1
    }

        .flight-card-btm .total-price span {
            font-size: 22px;
            vertical-align: top;
            position: relative;
            top: 5px
        }

    .flight-card-btm .adult {
        font-size: 12px;
        color: #fff;
    }

    .flight-card-btm .fare-detail {
        font-size: 14px;
        color: #2ec7ff;
        margin-top: 6px;
        cursor: pointer
    }

    .flight-card-btm .total-btns {
        display: flex;
        flex-direction: column
    }

    .flight-card-btm .book-btn {
        background: linear-gradient(to bottom,#5f9cff,#3b72ef);
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        cursor: pointer;
        margin-bottom: 10px;
        padding: 10px 20px;
    }

    .flight-card-btm .lock-btn {
        width: 155px;
        height: 50px;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        cursor: pointer
    }

    .flight-card-btm .arrow {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #59a6ff;
        cursor: pointer;
        transition: .3s
    }

        .flight-card-btm .arrow.active {
            transform: translateY(-50%) rotate(180deg)
        }

    .flight-card-btm .flight-extra {
        display: none;
        background: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-top: none
    }

        .flight-card-btm .flight-extra h3 {
            font-size: 20px;
            color: #08244a;
            margin-bottom: 10px
        }

        .flight-card-btm .flight-extra p {
            font-size: 14px;
            color: #555;
            line-height: 1.8
        }

@media(max-width:991px) {
    .flight-card-btm .flight-parent {
        width: 100%
    }

    .flight-card-btm .flight-card {
        flex-wrap: wrap
    }

    .flight-card-btm .flight-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    .flight-card-btm .total-box {
        width: 100%
    }
}

@media(max-width:600px) {
    body {
        padding: 10px
    }

    .flight-card-btm .flight-row {
        flex-direction: column;
        align-items: flex-start
    }

    .flight-card-btm .flight-price {
        margin-top: 10px
    }

    .flight-card-btm .total-box {
        flex-direction: column;
        align-items: flex-start
    }

    .flight-card-btm .total-left {
        text-align: left;
        margin-bottom: 15px
    }

    .flight-card-btm .total-btns {
        width: 100%
    }

    .flight-card-btm .book-btn, .flight-card-btm .lock-btn {
        width: 100%
    }

    .flight-card-btm .flight-detail {
        padding-left: 0
    }

    .flight-card-btm .total-price {
        font-size: 34px
    }

    .flight-card-btm .arrow {
        top: 20px;
        transform: none
    }

        .flight-card-btm .arrow.active {
            transform: rotate(180deg)
        }

    .cancel-pnr-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.55);
        z-index: 9998;
    }

    .cancel-pnr-popup {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }

        .cancel-pnr-popup.active {
            display: flex;
        }

    .cancel-pnr-box {
        width: 520px;
        max-width: 95%;
        background: #fff;
        border-radius: 8px;
        position: relative;
        padding: 20px;
    }

    .cancel-pnr-close {
        position: absolute;
        right: 15px;
        top: 12px;
        cursor: pointer;
        font-size: 18px;
    }

    .cancel-pnr-heading {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .cancel-pnr-card .form-group {
        margin-bottom: 15px;
    }

    .cancel-penalty-box {
        display: none;
        background: #fff3cd;
        border: 1px solid #ffeeba;
        padding: 12px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
}
