﻿.layout01 main {
    flex: 1;
}

#page_flightresult {
    background: #f5f5f5;
    height: 100%;
}

#page_flightbooking {
    position: relative;
    z-index: 101;
    background: #f5f5f5;
}

.body-cont {
    padding: 15px 0px;
}

    .body-cont img {
        width: auto;
    }

/*.flightBox {
    padding: 3rem 15px 0px 15px !important;
    margin-bottom: 0;
}*/

.con_flight {
    font: normal 1rem "Roboto", "arial";
    color: #141A25;
    padding-top: 45px;
    height: 470px;
    box-sizing: border-box;
    background: url(../../Content/img/airticket/flight_bg.jpg) center /cover;
}

    .con_flight.flight_result {
        height: 100%;
        padding-bottom: 15px;
        padding-top: 12px;
    }

    .con_flight.flight_booking {
        background: #fff;
        padding-bottom: 0;
        padding-top: 0;
    }


.w10 {
    width: 10px;
}

.w11 {
    width: 11px;
}

.w12 {
    width: 12px;
}

.w13 {
    width: 13px;
}

.w14 {
    width: 14px;
}

.w15 {
    width: 15px;
}

.w16 {
    width: 16px;
}

.w17 {
    width: 17px;
}

.w18 {
    width: 18px;
}

.w24 {
    width: 24px;
}

.pr-38 {
    padding-right: 38px !important;
}

.flight_search {
    width: auto;
    margin: 10px 20px 0;
    background: #fff;
    border-radius: 5px;
    padding: 25px 10px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

    .flight_search > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

.flight_result {
    position: relative;
    background: #fafafa;
    padding-top: 0;
}

    .flight_result .card {
        margin: 0px 8px 0;
        background: #fff;
        border-radius: 5px;
        padding: 10px 10px 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        margin-top: 10px;
        cursor: pointer;
    }

        .flight_result .card > div {
            margin: 0 0 10px;
        }

        .flight_result .card .row, .flight_result .moreDetails .row {
            margin-right: 0;
            margin-left: 0;
            justify-content: center;
            align-items: center;
            margin: 8px 0 0;
        }

            .flight_result .card .row > div {
                margin-left: 0;
                margin-right: 0;
                padding-left: 0;
                padding-right: 0;
                min-width: 100px;
            }

        /*.flight_result .card img {
            vertical-align: sub;
        }*/

        .flight_result .card.cheapest {
            margin: 10px 8px 0;
            background: #fff;
            border: 1px solid #EB1414;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
            overflow: unset;
        }

            /* .flight_result .card.expensive:before {
                content: 'Most Expensive available flight';
                display: block;
                position: absolute;
                top: -14px;
                left: 50%;
                transform: translate(-50%, 0);
                height: 28px;
                width: 231px;
                background: url(../../Content/img/airticket/icon-airplane-w.png) no-repeat 10% /18px #EB1414;
                color: #fff;
                border-radius: 14px;
                padding: 0 0 0 15px;
                font-size: 0.75rem;
                line-height: 28px;
                text-align: center;
            }

            .flight_result .card.earliest:before {
                content: 'Earliest available flight';
                display: block;
                position: absolute;
                top: -14px;
                left: 50%;
                transform: translate(-50%, 0);
                height: 28px;
                width: 200px;
                background: url(../../Content/img/airticket/icon-airplane-w.png) no-repeat 10% /18px #EB1414;
                color: #fff;
                border-radius: 14px;
                padding: 0 0 0 15px;
                font-size: 0.75rem;
                line-height: 28px;
                text-align: center;
            }

            .flight_result .card.latest:before {
                content: 'Latest available flight';
                display: block;
                position: absolute;
                top: -14px;
                left: 50%;
                transform: translate(-50%, 0);
                height: 28px;
                width: 200px;
                background: url(../../Content/img/airticket/icon-airplane-w.png) no-repeat 10% /18px #EB1414;
                color: #fff;
                border-radius: 14px;
                padding: 0 0 0 15px;
                font-size: 0.75rem;
                line-height: 28px;
                text-align: center;
            } */

    .flight_result > div {
        display: flex;
        flex-direction: column;
    }

.con_flight .flightHeader {
    flex-direction: row;
    background: #479FF6;
    vertical-align: baseline;
    align-items: center;
    padding: 2px 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    z-index: 1;
}


.flightHeader > div {
    padding-right: 2px;
    padding-left: 2px;
}

    .flightHeader > div:first-child {
        padding: 10px 2px 10px 12px;
    }

    .flightHeader > div:last-child {
        padding: 0;
    }

    .flightHeader > .container-fluid {
        max-width: 1200px;
    }

.flightHeader .small {
    opacity: 0.6;
}

.flightHeader .col > div {
    margin: 5px 0;
}

.top_logo {
    width: 60px;
    margin: 0 5px 10px;
    padding: 0 5px;
}

.flightTime {
    width: 100px;
    margin: 0 8px !important;
    text-align: center;
}

    .flightTime > .txt-st-g14 {
        font-size: clamp(12px, 1.2vw, 14px);
        margin-bottom: 5px;
        padding-bottom: 3px;
        position: relative;
    }

        .flightTime > .txt-st-g14::before {
            content: "";
            display: block;
            position: absolute;
            width: calc(100% - 1px);
            height: 1px;
            bottom: 0;
            left: 0;
            background: #888;
        }

        .flightTime > .txt-st-g14::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translate(0, 50%);
            width: 6px;
            height: 8px;
            background: url(../../Content/img/airticket/icon-arrow-head.png) no-repeat right /6px;
        }

    .flightTime > .stop {
        position: relative;
    }

        .flightTime > .stop::after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 50%;
            transform: translate(50%, -10px);
            width: 9px;
            height: 9px;
            border: 2px solid #fff;
            border-radius: 50%;
            background: #EB1414;
        }

.header_multi_query {
    display: flex;
    flex-flow: row wrap;
}


.header_multi_query > .col > div {
    margin: 0;
}

.header_multi_query > .col > .txt-st-w16 {
    font-size: clamp(16px, 1.66vw ,20px);
    margin-bottom: 4px;
}

.header_multi_query.d-lg-none > .col > .txt-st-w16 {
    font-size: clamp(14px, 1.33vw ,16px);
    line-height: 1.4;
}

.header_multi_query > .col-12:last-of-type {
    border-top: 1px solid rgba(255,255,255,0.7);
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 2px;
}

.overlayDetail .flightTime {
    max-width: 45vw;
}

.outbound, .inbound {
    padding-bottom: 10px;
    border-bottom: 1px solid #DBE1E8;
}

.normalBox > .outbound, .normalBox > .inbound {
    padding: 10px 8px 2px;
}

    .normalBox > .outbound i.txt-st-g19, .normalBox > .inbound i.txt-st-g19 {
        position: relative;
        top: -2px;
    }

    .normalBox > .outbound > .row:first-child, .normalBox > .inbound > .row:first-child {
        margin-bottom: 5px;
    }

.flightHeader * {
    color: #fff;
}

/* Multi query result style */
.card.multi_query {
    counter-reset: segment;
}
.card.multi_query > .outbound >div:first-of-type {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card.multi_query > .outbound >div:first-of-type::before {
    content: counter(segment);
    counter-increment: segment;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cce5ff;
    color: #1e8fff;
    font-size: .75rem;
    font-weight: 500;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50vh;
    margin-right: 6px;
}

.multi_city .flightDetail .container {
    counter-reset: num2;
}
.multi_city .flightDetail .container > div > .card > div:first-of-type:before{
    content: counter(num2);
    counter-increment: num2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cce5ff;
    color: #1e8fff;
    font-size: .75rem;
    font-weight: 500;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50vh;
    margin-right: 6px;
}

.flight_booking .normalBox.multi_city {
    counter-reset: num3;
}

.flight_booking .normalBox.multi_city > div:not(.totalBox) >div:first-of-type >div:first-of-type >div:before {
    content: counter(num3);
    counter-increment: num3;
    display: inline-block;
    background: #cce5ff;
    color: #1e8fff;
    font-size: .75rem;
    font-weight: 500;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    border-radius: 50vh;
    margin-right: 6px;
}

/* Multi query result style end */

.btn-st-a24 {
    display: inline-block;
    padding: 0 8px;
    margin: 0 0 0 10px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    border: 1px solid #479FF6;
    color: #479FF6;
    font-size: 0.813rem;
}

.btn-st-a45 {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    background: #479FF6;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.btn-st-g45 {
    display: block;
    height: 45px;
    border-radius: 3px;
    line-height: 45px;
    background: #ADB5BD;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.btn-st-w28 {
    display: block;
    width: 100%;
    height: 28px;
    border-radius: 3px;
    line-height: 28px;
    background: #fff;
    color: #479FF6 !important;
    font-size: .875rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    padding: 0 8px;
}

.txt-st-b13.plusDay::after {
    content: "+1";
    display: inline-block;
    position: relative;
    color: #EB1414;
    font-size: 9px;
    font-weight: 500;
    top: -7px;
    left: 0px;
}

.list-st-01 {
    margin: 5px 0;
    padding: 0;
}

    .list-st-01 li {
        position: relative;
        padding-left: 4px;
        color: #888;
        font-size: 14px;
        line-height: 1.4;
        list-style-type: none !important;
    }

        /*.list-st-01 li::after {
            content: "";
            display: block;
            position: absolute;
            width: 3px;
            height: 3px;
            background: #888;
            border-radius: 50%;
            top: 6px;
            left: 10px;
        }*/

.flight_sel > div {
    font-weight: 600;
    font-size: 16px;
    color: #ADB5BD;
    margin: 0 20px 10px;
    white-space: nowrap;
}

    .flight_sel > div.on {
        color: #479FF6;
        padding-bottom: 3px;
        border-bottom: 2px solid #479FF6;
        white-space: nowrap;
    }

.icon-b20 {
    font-size: 20px;
    color: #888;
}

.flightLoc {
    padding: 10px;
}

    .flightLoc > div {
        padding: 12px 0 0;
    }

    .flightLoc .txt-loc {
        padding-top: 12px;
    }

    .flightLoc > div:first-child {
        background: url(../../Content/img/airticket/icon-takeoff.png) no-repeat top /18px;
    }

    .flightLoc > div:last-child {
        background: url(../../Content/img/airticket/icon-land.png) no-repeat top /18px;
    }

    #multi_way .flightLoc > div {
        background-image: none;
        align-items: center;
    }

.exchange > img {
    width: 14px;
}

.txt-city {
    padding-top: 3px;
}

.flight_date > div {
    padding: 10px 0;
}

.fligh_pax > div {
    padding: 10px 0;
    background: url(../../Content/img/airticket/icon-user.png) no-repeat 20px /16px;
}

.fligh_class > div {
    padding: 10px 0 10px 40px;
    background: url(../../Content/img/airticket/icon-seat.png) no-repeat 20px /16px;
}

.flightLoc .no-loc {
    padding: 21px 0 20px;
}

.flight_class {
    margin: 0;
}

    .flight_class .row {
        justify-content: space-between;
    }

        .flight_class .row > div {
            padding: 10px;
            border: 1px solid #bababa;
            margin: 0px 0px 7px 0px;
            text-align: center;
            border-radius: 4px;
            font-weight: 500;
            font-size: 15px;
            color: #9d9d9d;
        }

            .flight_class .row > div.col-6 {
                flex: 0 0 49%;
                max-width: 49%;
            }

.flight_direct {
    padding: 8px 0 0;
    border-top: 1px solid #dee2e6 !important;
}

    .flight_direct > .row {
        border-bottom: 1px solid #dee2e6 !important;
        padding-bottom: 15px;
    }

    .flight_direct .row > div {
        padding: 10px;
        border: 1px solid #bababa;
        margin: 0;
        text-align: center;
        border-radius: 4px;
        font-weight: 500;
        font-size: 15px;
        color: #9d9d9d;
    }

#modalSelectClass .modal-header {
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    text-align: center;
}

#modalSelectClass .modal-content button {
    margin: 10px 8px 0;
    background: #479FF6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

    #modalSelectClass .modal-content button:active {
        background: #007bff;
    }

#modalSelectClass .modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 600px;
}

.slide-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1020;
    box-shadow: 12px 0px 17px 4px;
    overscroll-behavior-y: none;
}

    .slide-modal .hdr {
        background: #479ff6;
        text-align: center;
        padding: 10px;
    }

        .slide-modal .hdr .sld-ok, .overlayPanel .sld-ok {
            position: absolute;
            right: 13px;
            font-weight: 500;
            font-size: 16px;
        }

        .slide-modal .hdr .sld-clear, .overlayPanel .sld-clear {
            position: absolute;
            right: 13px;
            font-weight: 500;
            font-size: 23px;
            color: #479ff6;
            top: 8px;
        }

        .slide-modal .hdr .sld-close {
            position: absolute;
            left: 10px;
        }

        .slide-modal .hdr .sld-back {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding: 10px 0 10px 10px;
        }

#pt-div .row {
    margin: 0;
    padding: 10px 8px 10px 8px;
    border-bottom: 1px solid rgba(71, 159, 246, 0.2);
    align-items: center;
}

#pt-div .col-pt {
    width: 53vw;
    margin-left: 10px;
}

#pt-div .col {
    padding: 0;
    text-align: center;
}

#pt-div .pax-typ-btn {
    width: 25px;
}

#pt-div .pax-typ-sel {
    width: 65px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.search-dest-style {
    position: relative;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    padding: 7px 30px;
}

.destination-list-style {
    background: #fff;
    width: 100%;
    list-style-type: none;
    max-height: 156vw;
    overflow: auto;
    margin-top: 11vw;
    padding-left: 0;
    font-size: 16px;
}

    .destination-list-style li:active {
        background-color: #dadada !important;
    }

    .destination-list-style li.dest-hdr:before {
        content: "\e8b4";
        font-family: "Material Icons";
        font-size: 21px;
        float: left;
        margin-top: -5px;
        margin-right: 6px;
        color: #b1b1b1;
        margin-left: 7px;
    }

    .destination-list-style li.dest-hdr {
        padding: 14px 12px 14px 2px;
        background: #e3f1fe;
        margin-bottom: 0;
        /*background-image: url(http://icons.iconarchive.com/icons/icons-land/vista-map-markers/32/Map-Marker-Marker-Outside-Azure-icon.png);
        background-repeat: no-repeat;
        background-position: 13px center;
        background-size: 24px;*/
    }

    .destination-list-style li.dest-airport:before {
        content: "\E195";
        font-family: "Material Icons";
        font-size: 21px;
        float: left;
        margin-top: -5px;
        margin-right: 6px;
        color: #b1b1b1;
    }

    .destination-list-style li.dest-station:before {
        content: "train";
        font-family: "Material Icons";
        font-size: 21px;
        float: left;
        margin-top: -5px;
        margin-right: 6px;
        color: #b1b1b1;
    }

    .destination-list-style li.dest-airport, .destination-list-style li.dest-station {
        display: flex;
        flex-wrap: wrap;
        padding: 14px 12px 14px 27px;
        text-align: left;
        border-bottom: 1px solid #eef1f4;
        cursor: pointer;
    }
        .destination-list-style li.dest-airport .dest-airport-desc, .destination-list-style li.dest-station .dest-station-desc {
            flex: 1;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .destination-list-style li.dest-airport:hover, .destination-list-style li.dest-station:hover {
            background: #e4e4e4;
        }

        .destination-list-style li.dest-airport:last-child, .destination-list-style li.dest-station:last-child {
            border-bottom: none !important;
        }

    .destination-list-style li.dest-hdr .dest-hdr-code {
        float: right;
        color: #377ba2;
    }

    .destination-list-style li.dest-airport .dest-airport-cty:before, .destination-list-style li.dest-station .dest-station-cty:before {
        content: "\e8b4";
        font-family: "Material Icons";
        vertical-align: bottom;
    }

    .destination-list-style li.dest-airport .dest-airport-cty, .destination-list-style li.dest-station .dest-station-cty {
        color: #000000;
        font-size: 12px;
        text-align: left;
        opacity: 0.6;
        float: right;
        margin-right: 4px;
        margin-top: 3px;
        order: 4;
    }

    .destination-list-style li.dest-airport .dest-airport-code, .destination-list-style li.dest-station .dest-station-code {
        float: right;
        background: #999999;
        color: #fff;
        padding: 3px 8px;
        width: 41px;
        text-align: center;
        border-radius: 5px;
        opacity: 0.7;
        font-size: 12px;
        order: 5;
    }

.def-airport, .def-station {
    color: #286192;
}

#dest-div,#stat-div {
    width: 100%;
}

#modalSelectAirport .hdr {
    text-align: center;
    padding: 0;
    box-shadow: 0 0 20px -6px #a9a9a9;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-bottom: 4px;
}

/*#stations .hdr {
    text-align: center;
    padding: 0;
    box-shadow: 0 0 20px -6px #a9a9a9;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-bottom: 4px;
}*/

#modalSelectDate .content {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

#modalSelectDate .container .cal-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    height: 100%;
}

.daterangepicker.single .drp-calendar.single {
    margin-top: 20px;
}

.cal-cont {
    /* height: 145vw;
    overflow: auto; */
    position: relative;
}


.cal-hdr {
    background: #479ff6;
    text-align: center;
}

    .cal-hdr p {
        margin: 0;
    }

        .cal-hdr p span {
            color: #9fcdfa;
            width: 40vw;
            display: inline-block;
            font-size: 14px;
        }

.cal-cont ul {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #5aa9f7;
    padding: 0;
}

    .cal-cont ul li {
        display: inline-block;
        padding: 4px 19px;
        color: #5aa9f7;
    }

    #dtDepartSel .txt-st-g14, #dtReturnSel .txt-st-g14 {
        color: #fff !important;
        width: auto !important;
    }

    #dtDepartSel .txt-st-a20, #dtReturnSel .txt-st-a20 {
        color: #fff !important;
        width: auto !important;
        font-weight: 100;
        font-size: 21px;
        margin: 0 5px;
    }


.priceInfo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1051;
}

    .priceInfo .card {
        display: inline-block;
        min-width: 320px;
        padding: 3vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .priceInfo .card [class*=col] {
        padding-left: 0;
        padding-right: 0;
    }

    .priceInfo .card .priceDetail > div {
        display: flex;
        justify-content: space-between;
        padding: 1px 8px;
    }

    .priceInfo .totalBox {
        display: flex;
        justify-content: space-between;
        padding: 0 8px 0 !important;
        align-items: baseline;
        /*border-top: 1px solid rgba(0,0,0,.125);*/
    }

    .priceInfo.show {
        display: block;
    }

#modalFlightSearchContent {
    /*padding: 0;*/
    padding: 0px 10px 0px 10px;
    text-align: center;
}

#modalFlightSearchHeader {
    font-size: 16px;
    color: #3d556d;
    
}

.panelFilter .totalBox {
    padding: 8px;
}

#result-pane {
    margin: 0 auto;
    width: 95vw;
    height: 29vw;
    display: none;
}

.card_loading {
    text-align: center;
}

    .card_loading p {
        margin: 0;
    }

.priceInfo .title {
    margin-bottom: 4px;
}

.priceDetail {
    border-bottom: 1px solid #479ff6;
    margin-bottom: 5px;
    font-size: 12px;
}

#page_flightbooking .priceDetail {
    border: 1px solid #479ff6;
    margin-bottom: 8px;
    padding: 4px 4px;
    border-radius: 0.25rem;
    margin-left: 4px;
    margin-right: 4px;
}

#page_flightbooking .totalBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 0;
}

.body-bottom {
    padding: 15px 0;
    text-align: center;
}

    .body-bottom .btn {
        display: block;
    }

/*------------------dylan------------------------*/


.totalBox {
    text-align: right;
    margin-bottom: 0 !important;
}

.flight_booking .totalBox {
    align-items: center;
    text-align: left;
}

    .flight_booking .totalBox > div {
        padding-left: 0;
        padding-right: 0;
    }

    .flight_booking .totalBox .btn-st-a45 {
        text-align: center;
        display: inline-flex;
        width: auto;
        font-size: 14px;
    }

.totalBox > span:first-child {
    margin-right: 8px;
}

.price-peso {
    color: #EB1414;
    font-size: 1.25rem;
    font-weight: 600;
}

    .price-peso::before {
        content: "₱";
        font-size: 0.75rem;
        font-weight: 300;
        margin-right: 5px;
    }

.price-peso-bs {
    color: #141A25;
    font-size: 14px;
    font-weight: 500;
}

    .price-peso-bs::before {
        content: "₱";
        font-size: 0.75rem;
        font-weight: 300;
        margin-right: 5px;
    }

.flightBox [class^="panel"]:not(.panelTitle) {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: flex-start;
    transition: transform 0.3s;
    z-index: 1051;
    transform: translate(100%,0);
    backface-visibility: hidden;
}

.overlayWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*padding-top: 75px;*/
}

.filterBox:first-child {
    padding-top: 52px;
}

.flightBox [class^="panel"].active {
    transform: translate(0, 0);
}

.flightBox [class^="panel"] .card {
    margin: 0px 8px 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}

    .flightBox [class^="panel"] .card .detailsBtn {
        border-top: 1px solid rgba(0,0,0,.125);
        margin: 5px -10px 0;
        padding: 10px 10px 0;
        text-align: center;
        line-height: 1.5;
    }

.detailsBtn .material-icons {
    font-size: 12px;
    transform: rotate(-90deg);
    position: relative;
    top: -2px;
    margin-left: 2px;
    transition: all 0.3s;
}

.detailsBtn.rotate .material-icons {
    transform: rotate(90deg);
    top: 4px;
}

.flightBox [class^="panel"] .outbound, .flightBox [class^="panel"] .inbound {
    border-bottom: none;
    margin: 10px 0 5px;
    padding-bottom: 0;
}

.flightBox [class^="panel"] .title {
    border-bottom: none;
    margin: 5px 20px 7px;
}

.flightBox [class^="panel"] .totalBox {
    position: relative;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    justify-content: space-between;
    align-items: center;
    text-align: left;
    z-index: 1002;
}

    .flightBox [class^="panel"] .totalBox > div {
        padding-left: 0;
        padding-right: 0;
    }

        .flightBox [class^="panel"] .totalBox > div:first-child {
            margin: 0 0 0 12px;
        }

    .flightBox [class^="panel"] .totalBox .price-peso {
        margin-top: 4px;
    }

    .flightBox [class^="panel"] .totalBox .btn-st-a45 {
        width: auto;
        /*font-weight: 600;*/
    }

.add_info {
    margin: 0 8px;
}

    .add_info .title {
        margin: 10px 0 0 !important;
    }

.plusDay, .plus2Day {
    position: relative;
}
    .plusDay::after {
        content: "+1";
        display: inline-block;
        position: relative;
        color: #EB1414;
        font-size: 10px;
        font-weight: 500;
        top: -10px;
        left: 3px;
    }

    .plus2Day::after {
        content: "+2";
        display: inline-block;
        position: relative;
        color: #EB1414;
        font-size: 10px;
        font-weight: 500;
        top: -10px;
        left: 3px;
    }

.overlayDetail {
    flex: 1 1 0%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}

    .overlayDetail > div {
        margin-top: 14px !important;
    }

.moreDetails {
    position: relative;
    padding-top: 7px !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
    border-top: 1px solid rgba(0,0,0,.125);
}

.flight_booking .moreDetails {
    display: none;
    width: 100%;
    position: relative;
    padding-top: 7px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 6px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.125);
}

    .flight_booking .moreDetails .inbound, .flight_booking .moreDetails .outbound {
        padding-bottom: 0;
        border-bottom: none;
    }

.flight_result .card .moreDetails .row {
    justify-content: center;
}

.moreDetails .row > div:first-child {
    position: relative;
    flex: 0 0 14%;
    max-width: 14%;
    margin: 0 9vw 0 4.2vw;
}

    .moreDetails .row > div:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        border: 1px solid #ADB5BD;
        border-radius: 50%;
        background: #fff;
        left: 16.6vw;
        top: 3px;
        z-index: 2;
        transform: translate(-50%, 0);
    }

.moreDetails .flightInfo > div:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    padding: 2px;
    border: none;
    border-radius: 0;
    background: url(../../Content/img/airticket/icon-airplane-g.png) no-repeat #fff center /auto 80%;
    left: 16.4vw;
    top: -6px;
    z-index: 2;
    transform: rotate(180deg) translate(50%, 0);
}

.moreDetails::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 45px);
    background: #ADB5BD;
    top: 20px;
    left: 20.5vw;
    z-index: 1;
}

.moreDetails .row > div:nth-child(2) {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.moreDetails .outbound, .moreDetails .inbound {
    align-items: flex-start !important;
}

.inbound .moreDetails {
    display: none;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.moreDetails .flightInfo {
    margin: 10px 0 !important;
}

.flightInfo > div:nth-child(2) {
    padding-left: 10px !important;
}

.logoAirline {
    width: auto;
    height: 20px;
    vertical-align:sub;
    margin-right: 4px;
}

/*.overlayDetail .logoAirline {
    margin: 2px 0 0 5px;
    vertical-align: bottom;
}*/

.flight_result [class^="panel"] .card > div:first-child {
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flightInfo > div:first-child {
    bottom: 8px;
}

.filterBox:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 10px;
}

.filterBox:last-child {
    margin-bottom: 10px;
}

.filterBox .row {
    margin-left: 0;
    margin-right: 0;
}

.filterBox .material-icons {
    font-size: 14px;
    margin-right: 4px;
}

[class*='BtnArea'] {
    padding: 0 8px;
    text-align: center;
}

.inputPax [class*='BtnArea'] {
    padding: 0;
}

[class*='BtnArea'] > div {
    padding: 10px;
    border: 1px solid #bababa;
    margin: 0 4px;
    text-align: center;
    border-radius: 4px;
    font-weight: normal;
    font-size: 15px;
    color: #9d9d9d;
}

    [class*='BtnArea'] > div.active {
        border: 1px solid #479FF6;
        color: #ffffff;
        background: #479FF6;
    }

.airlines > div {
    margin: 2px 0;
}

    .airlines > div.active {
        background: #fff !important;
        color: #479FF6;
    }

.subTit {
    margin: 8px 0 0 10px;
}

.selTimes > div:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 12px;
    background: #fff url(../../Content/img/airticket/morning-icon.png) no-repeat 50% 8px /50%;
}

    .selTimes > div:nth-child(1).active {
        color: #479FF6;
        background: #fff url(../../Content/img/airticket/morning-icon.png) no-repeat 50% 8px /50%;
    }

.selTimes > div:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 12px;
    background: #fff url(../../Content/img/airticket/afternoon-icon.png) no-repeat 50% 8px /50%;
}

    .selTimes > div:nth-child(2).active {
        color: #479FF6;
        background: #fff url(../../Content/img/airticket/afternoon-icon.png) no-repeat 50% 8px /50%;
    }

.selTimes > div:nth-child(3) {
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 12px;
    background: #fff url(../../Content/img/airticket/dawn-icon.png) no-repeat 50% 8px /50%;
}

    .selTimes > div:nth-child(3).active {
        color: #479FF6;
        background: #fff url(../../Content/img/airticket/dawn-icon.png) no-repeat 50% 8px /50%;
    }

.selTimes > div:nth-child(4) {
    padding-top: 40px;
    padding-bottom: 5px;
    font-size: 12px;
    background: #fff url(../../Content/img/airticket/night-icon.png) no-repeat 50% 8px /50%;
}

    .selTimes > div:nth-child(4).active {
        color: #479FF6;
        background: #fff url(../../Content/img/airticket/night-icon.png) no-repeat 50% 8px /50%;
    }

span.poCenter {
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.totalBox .btn-st-a45.my-2 {
    width: 60px !important;
}

.popBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1051;
}

    .popBox .card {
        display: inline-block;
        min-width: 280px;
        padding: 3vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .popBox.proceedBox .card {
        display: inline-block;
        min-width: 344px;
        padding: 3vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.priceDetail > div {
    display: flex;
    justify-content: space-between;
    padding: 3px 8px;
}
.priceDetail > div:last-child {
    font-weight: 500;
}
.priceDetail > div > div:last-child {
    font-weight: 500;
}

.popBox .totalBox {
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px;
    margin: 5px 6px 0;
    align-items: baseline;
}

.popBox.show {
    display: block;
}

.normalBox {
    /* background: #fff; */
    margin: 0 0 15px;
    font-size: 15px;
}

    .normalBox.inputPax {
        padding: 20px 8px;
    }

    .normalBox label {
        margin-bottom: 4px;
        font-size: 16px;
        color: #888888;
        line-height: max(1.25rem, 120%);
    }

    .normalBox .row {
        margin-right: 0;
        margin-left: 0;
    }

        .normalBox .row > div {
            padding-right: 0;
            padding-left: 0;
        }

    .normalBox.inputPax .row {
        margin: 10px 0;
    }

.inputPax input {
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    /*height: calc(2.25rem + 2px);*/
    /*padding: .375rem .75rem;*/
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .inputPax input::placeholder {
        font-size: 14px;
        color: #ADB5BD;
        font-style: normal;
    }

.forInput input {
    display: block;
    border: none;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #141A25;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .forInput input::placeholder {
        font-style: normal;
        color: #ADB5BD;
    }

.btnStyle1 > div {
    border: 1px solid rgba(0,0,0,.125);
    color: #b4a2a2;
    padding: 10px 0;
    margin: 0;
}

    .btnStyle1 > div:nth-child(1) {
        border-radius: 3px 0 0 3px;
        border-right: none;
    }

    .btnStyle1 > div:nth-child(2) {
        border-radius: 0 3px 3px 0;
        border-left: none;
    }

.normalBox .invalid-feedback {
    display: block;
    font-size: 12px;
}

.inputPax input.form-control::placeholder, .inputPax input.form-control::-moz-placeholder {
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
}

.normalBox .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.normalBox .form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    background-image: none;
}

.forInput .flightHeader {
    background: #fff;
}

.forInput .countryList > div {
    font-size: 14px;
    font-weight: 500;
    padding: 14px 0 14px 40px;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.forInput .overlayDetail > div {
    margin-top: 0 !important;
    font-size: 14px;
    font-weight: 600;
}

.countryCat {
    background: rgba(71, 159, 246, 0.15);
    padding: 14px 0 14px 20px;
}

.proceedBox .row {
    margin-right: 0;
    margin-left: 0;
}

.btnArea {
    border-top: 1px solid #eae8e8;
    padding-top: 19px;
}

.stopInfo {
    background: rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    padding: 8px 0 8px 27vw;
    margin: 10px 0 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #141A25;
}

    .stopInfo::before {
        content: "";
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        border: 1px solid #888888;
        border-radius: 50%;
        background: #fff;
        left: 20.7vw;
        top: 16px;
        z-index: 2;
        transform: translate(-50%, 0);
    }

    .stopInfo i {
        margin-right: 5px;
    }

.flightTime .stop {
    color: #EB1414 !important;
}


.fPass {
    font-family: NotoSansCJKsc-Light;
    color: black;
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    display: inline-block;
}

/*--------------------custom css by JERALD-----------------------------*/

.btnLogin {
    background: linear-gradient(#ef7300, #eb6300, #e85100);
    color: white;
    
    font-weight: bold;
    font-size: 1rem;
    border-radius: 1vw;
    padding: 2vw 16vw;
    cursor: pointer;
    width: 48vw;
    text-align: center;
    display: inline-block;
}


.btnGenerate {
    
    font-size: 1rem;
    font-weight: bold;
    background-color: #f1f5fc;
    border: 1px solid #c1d7ff;
    margin-top: 5vw;
    color: #63a0dc;
    text-align: center;
    width: 100%;
}

.inputPax strong {
    color: #ff0000;
    margin-left: 4px;
}

.incDoca, .chkFirstPax {
    margin-top: 1vw;
    margin-left: 0vw;
    border-radius: 1vw;
    padding: 1vw 0vw 1vw 9vw;
    padding-left: 9vw !important;
}


.include_doca {
    margin-top: 1vw;
    margin-left: 0vw;
    border-radius: 1vw;
}

.passReq {
    background: #f9ecec;
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 9px;
    display: block;
    padding: 10px;
    color: #ff4949;
    border-radius: 4px;
    width: 100%;
}


.checkDir {
    background: transparent url(../../Content/img/airticket/checkbox.png) no-repeat;
    background-position: center left+1vw;
    background-size: 7vw;
}

.checkDis {
    pointer-events: none;
    background: transparent url(../../Content/img/airticket/checkbox_dis.png) no-repeat;
    background-position: center left+1vw;
    background-size: 7vw;
}

.uncheckDir {
    background: transparent url(../../Content/img/airticket/uncheckbox.png) no-repeat;
    background-position: center left+1vw;
    background-size: 7vw;
}

.seniorpwdDiv {
    color: #ccc;
    border-top: .5px solid #d1d1d1;
    margin-top: 10px;
    padding-top: 20px;
}

#welcomePanel {
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #2b66a0;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #dbe1e8;
}

.fPass {
    width: 168px;
    font-size: 12px;
    color: #828282;
}

#memberPanelHeader {
    padding-top: 0px;
    padding-bottom: 0px;
}

    #memberPanelHeader .twoBtnArea {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        background: #fff;
    }

.twoBtnArea {
    background: #fff;
}


#slideModalNtly_ClearBtn {
    margin-top: 12px;
}

.confirmContent {
    padding: 8px 5px;
    text-align: left;
}

.miscCon {
    background: #fff1f1;
    padding: 11px;
    margin-bottom: 11px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 7px;
}

    .miscCon span {
        color: #a32727;
    }

    .miscCon p {
        padding: 0;
        margin: 0;
        margin-top: 6px;
    }

.confirm-box .review-panel {
    font-size: 12px;
    padding: 12px;
    display: block;
    border-top: 1px solid #eae8e8;
    margin: 0px -15px;
    padding-left: 41px !important;
}

.itinRight {
    display: flex;
    font-size: 13px;
    padding-top: 6px;
    width: 100%;
}

#bookingSummaryDiv h3 {
    margin-top: 17px;
    margin-bottom: 10px;
    
    font-weight: 600;
    color: #067dc2;
    font-size: 16px;
}

#success-top .suc_origin, #success-top .suc_dest {
    
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 2vw;
    display: inline-block;
    color: #fff;
}

.info-pane p {
    margin: 0;
    font-size: clamp(14px, 1.33vw, 16px);
}

#bookingSummaryDiv {
    background: #fff;
    margin: 1rem auto;
    padding: clamp(10px, 4vw, 20px);
    display: block;
    border-radius: 0.25rem;
    border: 1px solid #d1d1d1;
    text-align: left;
    width: 96%;
}

#bookingSummaryDiv .rTable {
    counter-reset: flights;
    border: 1px solid #c5c5c5;
    border-radius: 0.25rem;
}

#bookingSummaryDiv .rTable .rT_tr .td::before {
    content: attr(data-th);
    display: inline-block;
    width: auto;
    font-size: clamp(12px, 1.16vw, 14px);
    color: #fff;
    background: #afafaf;
    /* border: 1px solid #dee2e6; */
    padding: 1px 6px;
    border-radius: 0.25rem;
    margin-right: 4px;
}

#bookingSummaryDiv .rTable .rT_tr > .td:first-child::before {
    counter-increment: flights;
    content: attr(data-th) " " counter(flights);
    color: #636262;
    background: #fff;
    font-weight: 500;
}

#stbl1 label {
    margin: 0;
}


#pnrBox {
    padding: 2vw;
    background: #eaeaea;
    text-align: center;
    margin-bottom: 4vw;
    border-radius: 6px;
}

    #pnrBox span {
        
        font-size: 1rem;
        font-weight: bold;
        display: block;
        color: #797474;
        margin-bottom: 1vw;
        padding-bottom: 1vw;
        border-bottom: 1px solid #d8d8d8;
    }

    #pnrBox strong {
        font-size: 1.25rem;;
        display: block;
        text-align: center;
        color: #b70d0d;
        
        font-weight: bold;
    }


.suc_info {
    display: none;
}

.suc_info_opt {
    display: block;
    background: #ffdfdf;
    color: #dc0d0d;
    padding: 4px 4px;
    margin: 4px 0px;
    border-radius: 5px;
}

.flight_result .flightHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform:translate3d(0,0,0);
}

.flight_result .overlayWrap .card .row > div {
    min-width: auto;
}

.flight_result .overlayWrap .flightHeader {
    z-index: 1060;
}

#modalSelectClass .modal-header {
    width: 100%;
    background: #479ff6;
    overflow: hidden;
}

#modalSelectClass .modal-title {
    color: #fff;
}

.slide-modal .totalBox {
    position: fixed;
    width: 100%;
    padding: 8px;
    bottom: 0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 10000;
    background: #fff;
}

.slide-modal .material-icons {
    font-size: 28px;
}

#modalSelectClass [class*='BtnArea'] > div.active {
    position: relative;
    border: 1px solid #479FF6;
    color: #479FF6;
    background: #fff;
}

.flight_direct .active::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    border: solid #479FF6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -8px;
    top: -2px;
}

.flightClass .active::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: -8px;
    top: -2px;
}

.slide-modal .hdr .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 45px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 0px;
}

.slide-modal .hdr .input {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.divAlert {
    text-align: center;
    
    font-weight: 100;
    border-radius: 2vw;
}

    .divAlert span {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px;
        color: #d47a7a;
        display: block;
    }

    .divAlert img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }

    .divAlert p {
        font-size: 15px;
        color: #545864;
        margin: 0;
    }


#divNoResultFromFilter {
    display: none;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

    #divNoResultFromFilter .material-icons, .noFlight .material-icons {
        font-size: 40px;
        margin-bottom: 6px;
    }

    #divNoResultFromFilter p, .noFlight p {
        font-size: 14px;
    }

.noscroll {
    overflow: hidden;
    height: 0;
}

.slide-modal .hdr .input::before, .overlayPanel .input::before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../../Content/img/airticket/search-icon.png) no-repeat center /contain;
    left: 5px;
    top: 5px;
    z-index: 10;
}

.confirm-box p {
    font-size: 13px;
    margin: 6px;
}

.passportLbl {
    font-size: 1rem;
    font-family: calibri;
    color: #da1919;
    border-bottom: 1px solid #f9d2d2;
    text-align: center;
    display: block;
}

#passportDiv {
    margin-top: 2vw;
    padding: 4vw 4vw;
    display: none;
}

    #passportDiv input:-moz-read-only { /* For Firefox */
        background-color: #f3f3f3;
    }

    #passportDiv input:read-only {
        background-color: #f3f3f3;
    }

    #passportDiv .hdrPanel {
        margin-top: 3vw !important;
    }


#passportpaxinfo label {
    
    font-size: 1rem;
    color: black;
    display: block;
    padding-top: 3vw;
}

#passportpaxinfo span {
    
    font-size: 1.25rem;
    color: #6d93a4;
    display: inline-block;
    font-weight: bold;
    margin-top: -2vw;
}

.passportInputNationality {
    padding: 3vw !important;
    margin-bottom: 10px;
    border: 1px solid #c1d7ff !important;
    outline: none;
    color: #666666 !important;
    font-family: Verdana !important;
    font-size: 1rem;
    width: 85.5vw;
}

.passportInputPassportNo {
    padding: 3vw !important;
    margin-bottom: 10px;
    border: 1px solid #c1d7ff !important;
    outline: none;
    color: #666666 !important;
    font-family: Verdana !important;
    font-size: 1rem;
    width: 79vw;
}

#passportDiv .hdrPanel {
    font-size: 14px;
    font-weight: bold;
    margin-left: -2px;
    color: #565656;
    
    text-align: left;
}

.lblDocHdr {
    
    font-size: 1rem;
    margin-bottom: 0vw;
    margin-top: 1vw;
    display: block;
    color: #00a0e9;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.dialog-warning {
    color: #ad0f0f;
    font-size: 14px;
    text-align: left;
}

    .dialog-warning .material-icons {
        vertical-align: middle;
        margin-right: 5px;
    }

.paxAgeC {
    background: #f7e8e8;
    padding: 2px 9px;
    color: #7b1919;
    border-radius: 3px;
    margin-left: 8px;
    border: 1px solid #c57b7b;
    white-space: nowrap;
    border-radius: 48px;
    font-size: 14px;
    vertical-align: text-bottom;
    width:auto !important;
}

/*.paxDOB_Month, .paxPE_Month {
    width: 155px !important;
    border: 1px solid #ccc !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat #fff !important;
    background-position: right+7px center !important;
    background-size: 12px !important;
}*/

/*.paxDOB_Day, .paxPE_Day {
    width: 92px !important;
    border: 1px solid #ccc !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat #fff !important;
    background-position: right+7px center !important;
    background-size: 12px !important;
}*/

/*.paxDOB_Year, .paxPE_Year {
    width: 125px !important;
    border: 1px solid #ccc !important;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat #fff !important;
    background-position: right+7px center !important;
    background-size: 12px !important;
}*/

.flight-stop {
    display: inline-block;
    background: #e0eeff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #bcdaff;
    width: 225px;
}

.canxRulesInfo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1051;
}

    .canxRulesInfo .card {
        display: flex;
        min-width: 280px;
        padding: 3vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 96%;
        height: 96%;
    }

    .canxRulesInfo > div {
        display: flex;
        justify-content: space-between;
        padding: 3px 8px;
    }

.canxDetail {
    display: flex;
    height: 145vw;
    /*height: 185vw;*/
    width: 89vw;
    overflow: auto;
    font-size: 11px;
    padding: 10px;
    background: #ecf6ff;
}

.canxRulesInfo.show {
    display: block;
}

.canxHeader {
    margin-bottom: 7px;
    color: #2b5f94;
}

.canx-loading {
    background: transparent url(../../Content/img/gif/loader.gif) no-repeat;
    background-size: 27vw;
    background-position: center;
    width: 100%;
    height: 100%;
}

#modalSelectClass .modal {
    z-index: 9999 !important;
    background-color: rgba(0,0,0,.5);
}

#modalSelectClass .modal-header {
    padding: 7px 13px !important;
}

#modalFlightSearch .modal-header {
    display: flex;
    padding: 15px 20px !important;
    border-bottom: 1px solid #dee2e6;
}

.opCar img {
    width: auto;
    margin: 0px 7px;
}

#txtSearchNtly {
    margin: 8px 0;
}

.airbooking {
    text-align: center;
    background: #f5f5f5;
    /*margin-top: 50px;*/
    /*margin-left: -15px;
    margin-right: -15px;*/
    padding-bottom: 4px;
    margin-bottom: -49px;
}

#btnGoMyPage {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#flightDetTop {
    /*margin-top: -28px;*/
}

#flightEventPromo .eventLink, #impNoticeDiv .visaNoticeItem, #eventList .eventLink {
    cursor: pointer;
}

    #impNoticeDiv .visaNoticeItem:hover, #impNoticeDiv .flightNoticeItem:hover {
        background: #f1f1f1;
    }

.search-dest-style::placeholder, #txtSearchNtly::placeholder {
    color: #a3a1a1;
    font-family: sans-serif !important;
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 300 !important;
}

.inputPax input:focus {
   background:#fff;
}

.thPaxInfoName {
    width: 44vw;
}

.thFlightInfo {
    width: 24vw;
}

.flightDetail {
    padding-top: 70px;
}

.slideNationality {
    z-index: 9999;
}

.panelOverlay .flightHeader .hdrAlign {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.panelOverlay .flightHeader .w16 {
    width: clamp(12px, 1.33vw, 16px);
    margin: 0 4px;
}

.flightManage {
    position: absolute;
    width: 180px;
    top: calc(100% - 4px);
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
    z-index: 1;
}

.flightManage::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: -15px;
    border-radius: 0 0 0 6px;
    transform: skewX(26deg);
}

.flightManage::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    background: #ffffff;
    top: 0;
    right: -15px;
    border-radius: 0 0 6px 0;
    transform: skewX(-26deg);
}

.flightManage >a:hover {
    color: #141A25 !important;
}

#page_flightsearch {
    position: relative;
    background: url(../img/airticket/flight-bg.jpg) no-repeat center /cover;
    padding: 0 14px;
}
.visiHdn{
    visibility:hidden;
}

.multiSelectDes {
    font-weight: 500;
    color: #9fcdec;
    font-style: italic;
    font-size: 21px;
}

.fl-tax-br-hdr {
    font-size: 14px;
    border-bottom: 1px solid #6f6868;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.fl-tax-br p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 100;
}

    .fl-tax-br p label {
        font-size: 12px;
        font-weight: 100;
        color: #5fe0ff;
        display: inline-block;
        width: 203px;
        text-align: left;
        margin: 0 !important;
    }

    .fl-tax-br p span {
        font-size: 12px;
        font-weight: 100;
        width: 71px;
        display: inline-block;
        text-align: right;
    }

.brktooltip, .taxbrktooltip {
    font-size: 14px;
    color: #007bff;
}

.taxbrktooltip {
    font-size: 14px;
    color: #007bff;
    margin-right: 5px;
}

.baggage-div {
    background: #2f2f2f;
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-left: -59px;
    display: none;
    z-index: 3;
}

.taxbreakdown-div {
    background: #2f2f2f;
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-left: -203px;
   display: none;
    z-index: 3;
    width: 315px;
}

    .fl-bgg-br-hdr {
    font-size: 14px;
    border-bottom: 1px solid #6f6868;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.fl-bgg-br p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 100;
}

    .fl-bgg-br p label {
        font-size: 12px;
        font-weight: 100;
        color: #5fe0ff;
        display: inline-block;
        width: 50px;
        text-align: left;
        margin: 0 !important;
    }

    .fl-bgg-br p span {
        font-size: 12px;
        font-weight: 100;
        width: 242px;
        display: inline-block;
        text-align: left;
    }

.custom-control-label[for='btnReviewChk'] {
    font-weight: bold !important;
    color: #524c4c !important;
}

@media (min-width: 1200px) {
    #main_controller .slide-modal, #main_controller .panelFilter {
        right: 0px !important;
        max-width: 700px !important;
        left: unset !important;
    }

    #pt-div .col-pt {
        width: 476px !important;
    }

    #main_controller .slide-modal .totalBox {
        width: 703px !important;
    }

    #main_controller .flightDate {
        /* margin: 8px 0 !important; */
        padding-bottom: 8px;
    }

    #main_controller .destination-list-style {
        max-height: 877px !important;
        overflow: auto !important;
        padding-left: 0 !important;
        font-size: 18px !important;
    }

        .destination-list-style li.dest-airport .dest-airport-cty {
            font-size: 17px !important;
            margin-right: 11px !important;
            margin-top: unset !important;
        }

    #stations .destination-list-style {
        max-height: 877px !important;
        overflow: auto !important;
        padding-left: 0 !important;
        font-size: 18px !important;
    }

    .destination-list-style li.dest-station .dest-station-cty {
        font-size: 17px !important;
        margin-right: 11px !important;
        margin-top: unset !important;
    }

    .cal-cont ul li {
        padding: 4px 20px !important;
    }

    .con_flight.flight_result {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        border-right: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        padding: 20px 20px 20px;
    }

    #main_controller .card .txt-st-g12 {
        font-size: 14px !important;
    }

    #main_controller .card .txt-st-b16 {
        font-size: 20px !important;
    }

    #main_controller .opCar label {
        font-size: 12px;
    }

    #main_controller .price-peso {
        font-size: 1.375rem;
    }

        #main_controller .price-peso::before {
            content: "₱";
            font-size: 1rem;
            margin-right: 5px;
        }

    #main_controller .loader_container {
    }

    #main_controller .segment_loadingImg {
    }

    #main_controller span.loading_image {
        width: 100px;
        height: 100px;
    }

    .s_d1 {
        font-size: 20px;
        padding-bottom: 9px;
    }

    .arrowRightBig_search {
        width: 0;
        height: 0;
        border-bottom: 30px solid transparent;
        border-top: 30px solid transparent;
        border-left: 33px solid #e9eaeb;
        font-size: 0;
        line-height: 0;
        position: absolute;
        left: 104px;
        top: 0;
    }

    .tbl_ftr li img {
        width: 50px;
        height: 50px;
        padding: 0px;
        margin: 12px;
    }

    .load_d1 {
        max-width: 1000px;
    }


    .tbl_ftr {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

        .tbl_ftr li span {
            width: auto !important;
            font-weight: bold;
            display: inline-block;
            color: #626262;
            font-size: 20px;
            vertical-align: middle;
        }

    .overlayDetail .outbound, .overlayDetail .inbound, .overlayDetail .add_info {
        max-width: 12000px;
        margin: 0 auto !important;
        width: 1200px;
    }

    .canxDetail {
        display: flex;
        height: 805px;
        width: 100%;
        overflow: auto;
        font-size: 13px;
        padding: 10px;
        background: #ecf6ff;
    }

    .canxRulesInfo .card {
        display: inline-block;
        min-width: 655px;
        padding: 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .canx-loading {
        background: transparent url(../../Content/img/gif/loader.gif) no-repeat;
        background-size: 100px;
        background-position: center;
        width: 100%;
        height: 100%;
    }

    #filterTimeMorningOut, #filterTimeMorningIn, #filterTimeDawnOut, #filterTimeDawnIn, #filterTimeNightOut, #filterTimeNightIn, #filterTimeNoonOut, #filterTimeNoonIn {
        background-position: center 5px;
        background-size: 48px;
    }

    .uncheckDir, .checkDir {
        background-position: center left;
        background-size: 27px;
        cursor:pointer;
    }

    /*.incDoca, .chkFirstPax {
        padding-left: 43px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }*/

    .flightBox [class^="panel"] .totalBox {
        position: relative;
        width: 100%;
        border-top: 1px solid #ccc;
        box-shadow: none;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        z-index: 1002;
        margin: 0 auto;
        background: #fff;
        padding: 11px;
        /* max-width: 1200px; */
        /* margin-bottom: 16px !important; */
        /* border-radius: 5px; */
    }

    .add_info {
        padding: 0px 14px;
    }

    .passengerInfo .txt-st-b14 {
        font-size: 19px;
        padding: 0 10px;
    }

    .priceInfo .card {
        display: inline-block;
        min-width: 550px;
        padding: 16px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .popBox .card {
        display: inline-block;
        min-width: 550px;
        padding: 16px !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .moreDetails .row > div:first-child {
        position: relative;
        flex: 0 0 14%;
        max-width: 14%;
        margin: 0 -48px 0 89px;
    }

        .moreDetails .row > div:first-child::before {
            content: "";
            display: block;
            position: absolute;
            width: 9px;
            height: 9px;
            border: 1px solid #ADB5BD;
            border-radius: 50%;
            background: #fff;
            left: 82px;
            top: 3px;
            z-index: 2;
            transform: translate(-50%, 0);
        }

    .moreDetails .flightInfo > div:first-child::before {
        content: "";
        display: block;
        position: absolute;
        width: 23px;
        height: 23px;
        padding: 2px;
        border: none;
        border-radius: 0;
        background: url(../../Content/img/airticket/icon-airplane-g.png) no-repeat #fff center /auto 80%;
        left: 81px;
        top: -6px;
        z-index: 2;
        transform: rotate(180deg) translate(50%, 0);
    }

    .moreDetails::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% - 45px);
        background: #ADB5BD;
        top: 20px;
        left: 171px;
        z-index: 1;
    }

    .stopInfo::before {
        content: "";
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        border: 1px solid #888888;
        border-radius: 50%;
        background: #fff;
        left: 171px;
        top: 16px;
        z-index: 2;
        transform: translate(-50%, 0);
    }

    .normalBox.inputPax .row {
        margin: 10px auto;
        width: 500px;
    }

    .normalBox.inputPax {
        padding: 20px 21px;
    }

    #memberPanelHeader {
        text-align: -webkit-center;
    }

    .hdrAlign {
        text-align: center;
    }

    .hdrDes {
        font-size: 24px;
    }

    .flightDetail {
        padding-top: 65px !important;
        background: #fafafa;
    }

    .flightDetail .container .moreDetails {
        padding-top: 16px !important;
    }

    .flightInfo .txt-st-b12 {
        font-size: 13px;
    }

    .flightInfo .txt-st-b13, .detailsBtn.txt-st-a13 {
        font-size: 14px;
    }

    .bookingCon .txt-st-b13 {
        font-size: 15px;
    }

    #paxInfoHdr {
        font-size: 22px;
        padding: 10px;
    }

    .flightBox [class^="panel"] {
        /* box-shadow: 12px 0px 17px 4px; */
    }

    .info-pane {
        background: #fff;
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #d1d1d1;
        
        max-width: 1200px;
        margin: 10px auto;
    }

    #bookingSummaryDiv {
        background: #fff;
        margin: 10px;
        padding: 25px;
        display: inline-block;
        border-radius: 8px;
        border: 1px solid #d1d1d1;
        text-align: left;
        width: 1200px;
    }

    #pnrBox {
        padding: 14px;
        background: #eaeaea;
        text-align: center;
        border-radius: 6px;
        float: right;
        width: 261px;
    }

        #pnrBox span {
            
            font-size: 18px;
            font-weight: bold;
            display: block;
            color: #797474;
            margin-bottom: 2px;
            padding-bottom: 2px;
            border-bottom: 1px solid #d8d8d8;
        }

        #pnrBox strong {
            font-size: 27px;
            display: block;
            text-align: center;
            color: #b70d0d;
            
            font-weight: bold;
        }

    #bookingSummaryDiv table td {
        padding: 0px;
        font-size: 18px;
        
        vertical-align: top;
    }

    #stbl1 {
        /*width: 498px;*/
        width: 600px;
    }

    .thPaxInfoName, .thFlightInfo {
        width: auto !important;
    }

    .paymentmode {
        text-align: left;
        max-width: 1200px;
        margin: 0 auto;
    }

    .bookingHeader {
        font-size: 28px;
        
        color: #262626;
        font-weight: bold;
        margin-top: 20px;
    }

    #success-top {
        background: url(../../Content/img/airticket/success_bg.jpg) no-repeat;
        background-size: unset;
        padding-bottom: 0;
        background-position: -14px;
    }

        #success-top .suc_origin, #success-top .suc_dest {
            font-size: 32px;
            font-weight: bold;
            margin: 0 38px;
            display: inline-block;
            color: #fff;
            width: 291px;
            white-space: nowrap;
        }

        #success-top .suc_origin {
          text-align:right;
        }

        #success-top .suc_dest{
            text-align:left;
        }
        
        #success-top img {
            margin-top: -13px;
            height: 30px;
            width: 31px;
        }


    #finalButton {
        padding-top: 20px;
    }

    #success-information {
        margin: 0px auto;
        padding-top: 0;
        text-align: center;
        color: #fff;
        
    }

    #finalButton {
        padding-top: 40px;
        padding-bottom: 96px;
    }

    .itinRight {
        font-size: 15px;
        padding-top: 4px;
        width: 100%;
    }

    .itinCityCode, .itinFlight {
        font-size: 19px;
        font-weight: bold;
        color: #636262;
        display: inline-block;
        vertical-align: top;
        margin-left: 3px;
        line-height: 1;
    }

    .pay-mode {
        margin: 0 37px;
        height: 40px;
        width: auto;
    }

    #totalAmtSum {
        text-align: right !important;
        font-size: 34px !important;
        font-weight: bold;
        color: #e95800;
    }

    #totalText {
        font-size: 26px !important;
        font-weight: bold;
        color: #646262;
        padding: 2px !important;
    }

    .memberPayment {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 23px;
        border-radius: 8px;
        padding: 18px;
        border: 1px solid #d1d1d1;
        background-color: #ffffff;
        text-align: center;
    }

    .suc_info_opt {
        display: block;
        background: #ffdfdf;
        color: #f16a6a;
        padding: 12px;
        margin: 4px 0px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 19px;
    }

    #btnGoMyPage, #btnPayNow, #btnSubmitPassport {
        padding: 15px;
        width: 185px;
    }

    #passportDiv {
        padding: 25px;
        display: none;
        max-width: 1200px;
        margin: 0 auto;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .passportLbl {
        font-size: 19px;
        font-family: calibri;
        color: #da1919;
        border-bottom: 1px solid #f9d2d2;
        display: block;
        font-weight: bold;
        text-align: left;
        padding-bottom: 9px;
    }

    .lblDocHdr {
        
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 8px;
        display: block;
        color: #00a0e9;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }

    #passportDiv .hdrPanel {
        margin-top: 15px !important;
    }

    #modalFlightSearchContent {
        padding: 15px 20px 15px 20px;
        text-align: center;
    }

    #bookingSummaryDivLoading .dlAirSegment {
        margin: 0 auto;
        border-radius: 8px;
        max-width: 1200px;
    }

        #bookingSummaryDivLoading .dlAirSegment p {
            font-size: 28px;
            color: #b9b9b9;
        }

    .miscCon .material-icons {
        vertical-align: middle;
    }

    /*.confirm-box .btnReviewChk.uncheckDir, .confirm-box .btnReviewChk.checkDir {
        background-position: center left+7px;
        background-size: 27px;
    }*/

    .flight_booking .totalBox {
        align-items: center;
        text-align: left;
        /*border: 1px solid #ccc;*/
        padding: 11px;
        border-radius: 5px;
    }

    #main_controller .overlayBack, #main_controller .flightHeader .back, #main_controller .sld-back, #main_controller .sld-close, #main_controller .sld-clear, .sld-ok {
        cursor: pointer;
    }

    #main_controller .btn-st-a45:hover {
        color: #fff !important;
        background: #3684d2;
    }

    .btnViewCanxRules:hover {
        color: #fff;
        background: #479FF6;
    }

    #main_controller .txt-st-b14 {
        color: #757373;
        font-size: 16px;
        font-weight: bold;
    }

    #divNoResultFromFilter {
        /* margin-top: 130px;
        margin-bottom: 115px; */
    }

    .flight_result .card.cheapest, .flight_result .card.expensive, .flight_result .card.earliest, .flight_result .card.latest {
        /*padding: 25px 14px 10px; due to promo*/
        padding:14px;
    }

    .priceDetail {
        font-size: 14px;
    }

    #page_flightbooking .detail > div > .priceDetail {
        max-width: 360px;
    }    

    #page_flightbooking .detail > div > .priceDetail:only-of-type {
        max-width: 500px;
    }    

    .flight_result .card img {
        width: auto;
    }

    .error_panel {
        background: url(../img/airticket/flight-bg.jpg) no-repeat center /cover;
        height: 677px;
        padding-top:300px;
    }

    .payment_error {
        background: rgba(255,255,255,0.8);
        margin: 0 auto;
        border-radius: 9px;
        padding: 16px;
        border: 1px solid #ccc;
        width: 600px;
    }
}

.ui-autocomplete {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -6vw;
    margin-top: 3vw;
    padding: 0;
    border: 1px solid #ccc;
    width: 497px !important;
}

.ui-autocomplete .ui-menu-item {
    font-family: calibri;
    color: #414042;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    cursor: pointer;
    padding: 5px 12px;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #eaeaea
}

#summaryHdr {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
    font-size: 14px;
    font-weight: normal;
}

    #summaryHdr p {
        margin: 0;
        padding: 0;
    }

#btnPrintBooking {
    margin-top: 1px;
    font-size: 12px;
}

.print-layout #btnPrintBooking, .print-layout #success-top, .print-layout .info-pane, .print-layout .paymentmode, .print-layout .header-st-1, .print-layout #footer {
    display: none;
}

.print-layout #pnrBox {
    padding: 14px !important;
    background: #eaeaea !important;
    text-align: center !important;
    border-radius: 6px !important;
    float: right !important;
    width: 261px !important;
}

.print-layout #stbl1 {
    width: 421px !important;
}

.print-layout .thPaxInfoName{
    width: 250px !important;
}

.print-layout .airbooking {
    padding-top: 15px;
}

.print-layout #totalAmtSum {
    text-align: right !important;
    font-size: 34px !important;
    font-weight: bold !important;
    color: #e95800 !important;
}


.baggage-col {
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding-top: 10px;
    background: #fff;
    border-radius: 7px;
}

    .baggage-col .price-peso {
        font-size: 17px !important;
    }

    .baggage-col .nav .nav-item {
        border-color: #dee2e6;
        margin-right: 8px;
    }

    .baggage-col .nav-tabs .nav-link.active {
        border-color: #dee2e6 #dee2e6 #fff;
    }

.baggage-subtotal {
    position: absolute;
    margin: -2px 10px;
}

.baggage-list {
    text-align: center;
    padding: 0;
    margin: 0;
}


    .baggage-list li.active {
        background-color: #dcf2ff;
        background-image: url(https://icons.iconarchive.com/icons/custom-icon-design/flatastic-9/48/Accept-icon.png);
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: 5px 6px;
    }

    .baggage-list li:hover {
        background-color: #dcf2ff;
    }

    .baggage-list li {
        list-style-type: none;
        border: 1px solid #848484;
        width: 109px;
        height: 114px;
        margin: 7px;
        display: inline-block;
        text-align: center;
        border-radius: 6px;
        padding: 14px;
        cursor: pointer;
        vertical-align: top;
        line-height: 16px;
    }

        .baggage-list li .fas {
            color: #676767;
            padding: 5px;
            font-weight: bold;
            font-size: 30px;
            display: block;
        }

        .baggage-list li .bag-kg {
            color: #676767;
            padding: 5px;
            font-weight: bold;
        }

        .baggage-list li .bag-fee {
            font-size: 16px;
            display: block;
            margin: 10px 0 0 0;
        }

.highlightInfo {
    display: block;
    background: #ffd2d2;
    padding: 6px 9px;
    color: #983939;
    text-align: center;
    font-weight: bold;
    margin: 0 -5px 10px -5px;
    border-radius: 7px;
}

#InvalidPromoCode {
    text-align: center;
    border: 1px solid #ffc59b;
    background: #ffc59b;
    color: #ce5905;
    border-radius: 50vh;
    font-size: 0.875rem;
    padding: 0.25rem 0.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}