
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/PoppinsMedium.ttf') format('opentype');
}

/*YOUR CUSTOM STYLES*/
.prettyline {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.popover-markup .popover {
    width: 150%;
}

.popover-markup label {
    padding: 0px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    vertical-align: central;
    text-align: center;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blue-border {
    border-radius: 5px;
    border: 1px solid #3d7994;
    box-shadow: 0 2px 1px rgb(0 0 0 / 15%);
}

.flightDetail-planeGidis, .flightDetail-planeDonus {
    width: 18px;
    margin-top: -3px;
    margin-right: 3px;
}

.modal-body .flightDetail-planeGidis, .modal-body .flightDetail-planeDonus {
    margin-right: 5px;
}

.flightDetail-planeSari {
    width: 15px;
    margin: 0 5px 2px 10px;
}

.closeReservation {
    float: right;
    padding: 2px 5px;
    color: #000000;
    /*display: inline-block;
    background: #f5f5f5;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

    .closeReservation:hover {
        float: right;
        padding: 2px 5px;
        cursor: pointer;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: #000000;
    }

.text-warning {
    font-size: 13px;
    color: #dc3545 !important;
    background: #fff;
    padding: 5px 10px 5px;
    border-top: 3px dashed #3d7994;
}

    .text-warning span {
        line-height: 18px;
        vertical-align: middle;
    }

.exclamation-triangle-brown {
    margin-right: 5px;
    margin-top: -3px;
}

.rules-img {
    height: 13px;
    width: 13px;
}

.ReservationBox {
    margin-bottom: 30px;
    background-color: #F4F4F4;
    padding-top: 15px;
    border: 1px solid #bec8d2;
    /*border-radius: 3px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 2px 5px #505050;
    background-color: #fafafa;
}

    .ReservationBox:hover {
        /*box-shadow: 2px 2px 5px rgba(0,0,0,.2);*/
    }


.flightDetailAltArea {
    border: 1px solid #ccc;
    margin: 0 0 20px !important;
    padding: 5px;
    background: linear-gradient(to bottom, #f7f7f7 0%,#f7f7f7 20%,#f7f7f7 20%,#f7f7f7 14%,#ffffff 14%,#ffffff 100%);
    padding-bottom: 8px;
}

    .flightDetailAltArea .badge-warning {
        background: #fec60a;
    }

    .flightDetailAltArea .badge-danger {
        background-color: #fec60a;
        color: #dc3545;
    }

.flightTitle {
    font-weight: bold;
}

.arrival-title, .departure-title, .arrivalTitle, .departureTitle {
    font-weight: bold;
    margin-right: 8px;
    padding-right: 5px;
    background: #fec60a;
    color: #383838;
    padding: inherit;
    margin-left: 0px;
}

.departure-title, .departureTitle {
    background: #383838;
    color: #fff;
}

@media (max-width: 980px) {
    .flightTitle {
        line-height: 26px;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        padding-right: 5px;
    }

    .arrival-title, .departure-title {
        padding: 11px 15px;
    }
}

.duration .one-line, .duration .one-line-small {
    background-color: #a6a6a3;
    width: 100%;
    height: 1px;
    float: left;
    position: relative;
}

.transmission {
    padding: 10px 10px 15px;
    width: 100%;
}

    .transmission .one-line-small:before {
        content: url(../img/icons/cut-arrow-right.png);
        color: #a6a6a3;
        display: inline-block;
        margin: -7px -8px;
        font-size: 8px;
        float: right;
    }

.stopInlineTable {
    padding: 4px;
    text-align: center;
    /*border: 1px dashed #4391cd;
    color: #4391cd;
    background: #f2f6f9;*/
    font-size: 14px;
    width: 100%;
    max-width: 100%;
}


.transmission .one-line-small:after {
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-left: -5px;
    background: #a6a6a3;
    float: left;
}

/* FONT SIZES */

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

/* FONT SIZES END */


.radiomargin0 {
    margin: 0px;
}

.darkbold {
    color: black;
    font-weight: bold;
}

.whitebold {
	color: white;
	font-weight: bold;
}

.table-total-price {
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
    display: inline-block;
}

#flight-price, .grandtotal > .currencyChangeArea {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

table.price-table {
    margin-bottom: 0;
}


.screen-xs .price-table.table th, .screen-xs .price-table.table td {
    padding: 0.4rem;
    font-size: 12px;
}

.table.price-table th {
    border: none;
    background: #f9f9f9;
    /*font-weight: normal;*/
    padding: 0.3rem 0.75rem;
}

.flightDetails-div .price-table i {
    font-style: normal;
}

.screen-xs .price-table.table th, .screen-xs .price-table.table td {
    white-space: nowrap;
    max-width: 70px;
    font-size: 11px;
}

.screen-xs .price-table.table tbody td:last-child {
    border-right: none;
}

.screen-xs .price-table.table tfoot td:first-child {
    display: none;
}

.currencyChangeArea i {
    font-style: normal;
}

    .currencyChangeArea i.currency {
        padding-left: 3px !important;
    }

.irs-withprice {
    position: relative;
    display: block;
    height: 40px;
}

.irs-withprice-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 12px;
    top: 25px;
    background: #ccc;
}

.irs-withprice-line-left,
.irs-withprice-line-mid,
.irs-withprice-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 12px;
}

.irs-withprice-line-left {
    left: 0;
    width: 10%;
}

.irs-withprice-line-mid {
    left: 10%;
    width: 10%;
}

.irs-withprice-line-right {
    right: 0;
    width: 10%;
}

.irs-withprice-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 12px;
    top: 25px;
    background: #ed8323;
}

.irs-withprice-slider {
	position: absolute;
	display: block;
	left: 0;
	width: 5px;
	height: 18px;
	top: 22px;
	background: #0d5c78;
	cursor: pointer;
}

    .irs-withprice-slider.single {
        left: 10px;
    }

        .irs-withprice-slider.single:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
        }

    .irs-withprice-slider.from {
        left: 100px;
    }

        .irs-withprice-slider.from:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: 0;
            width: 200%;
            height: 170%;
        }

    .irs-withprice-slider.to {
        left: 300px;
    }

        .irs-withprice-slider.to:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            right: 0;
            width: 200%;
            height: 170%;
        }

    .irs-withprice-slider.last {
        z-index: 2;
    }

.irs-withprice-min,
.irs-withprice-max {
    position: absolute;
    display: block;
    cursor: default;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.333;
    top: 4px;
}

.irs-withprice-min {
    left: 0;
}

.irs-withprice-max {
    right: 0;
}

.irs-withprice-from,
.irs-withprice-to,
.irs-withprice-single {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #666;
    font-size: 13px;
    line-height: 1.333;
}

.irs-withprice-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-withprice-with-grid {
    height: 60px;
}

    .irs-withprice-with-grid .irs-grid {
        display: block;
    }

.irs-withprice-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #b3b3b3;
}

    .irs-withprice-grid-pol.small {
        height: 4px;
    }

.irs-withprice-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #808080;
}

.irs-withprice-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: #000;
    z-index: 2;
}

.irs-withprice-disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
.bgColorCustomGray {
    background-color: #E0E0E0 !important; 
}
.customBorderRadiusTopRightLeft {
    border-radius: 20px 20px 0px 0px !important;
}
.customBorderRadiusTopRight {
    border-radius: 20px 0px 0px 0px !important;
}
.customBorderRadiusTopLeft {
    border-radius: 0px 20px 0px 0px !important;
}
.customBorderRadiusBottomRightLeft {
    border-radius: 0px 0px 20px 20px !important;
}
.customBorderRadius20px {
    border-radius: 20px !important;
}
.customBorderRadius10px {
    border-radius: 10px !important;
}
.customBorderRadius15px {
    border-radius: 15px !important;
}
.customBorderRadius8px {
    border-radius: 8px !important;
}
.bgColorCustomWhite {
    background-color: #FFFFFF !important;
}
.bgMainColor {
    background-color: #5CB4B7;
}
.bgInfoColor {
    background-color: #F9F9F9;
}
.textColorFF0000 {
    color: #FF0000;
}
.infoCustomCSS{
    background: #F9F9F9;
    border-top: 0px;
    color: #7E7E7E;
}
.tableDesignBottomLineSolid {
    border-bottom: 1px solid #F0F0F0;
}
.noBorder {
    border:0px !important;
}
.borderTopLeft {
    border-top-left-radius: 20px;
}
.borderTopRight {
    border-top-right-radius: 20px;
}
.borderBottomRight {
    border-bottom-right-radius: 20px;
}
.borderBottomLeft {
    border-bottom-left-radius: 20px;
}
.borderTopRight {
    border-top-right-radius: 20px;
}
.textColorWhite {
    color:#FFFFFF
}
.cursorPointer {
    cursor: pointer;
}
.customDropdownMutliLine {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    background-color: transparent;
    transition: var(--bs-navbar-toggler-transition);
}
.h-10 {
    height: 10%;
}
.w-10 {
    width: 10%;
}
.w-4 {
    width: 4%;
}
.textWrapManualWidth {
    width: 6rem;
}
.textWrapManualWidth8rem {
    width: 8rem;
}
.pricing-body-update {
    border: 1px solid #F0F0F0;
    overflow-y: auto;
}
.custom-select-container {
    position: relative;
}

.dropdown-header {
    padding: 16px 24px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
}

.dropdown-title {
    font-weight: bold;
    font-size: 16px;
}

.dropdown-confirm-button {
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    background-color: var(--background-color);
    margin-left: 12.5%;
    margin-right: 12.5%;
    color: white;
    border: none;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    text-align: center;
}

.dropdown-item-main-search {
    padding: 8px 0px;
}

    .dropdown-item-main-search:hover {
        cursor: pointer;
        background-color: var(--selectbox-hover-color);
    }

    .dropdown-item-main-search strong {
        color: var(--background-color);
    }

    .dropdown-item-main-search small {
        color: var(--gray-color);
    }

.pCompleteReservation {
    margin-top: 8px;
    font-size: 14px;
    color: #7E7E7E;
}

.step.active .pCompleteReservation {
    color: #5CB4B7;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.circleCompleteReservation {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #7E7E7E;
    background-color: white;
    box-sizing: border-box;
}

.step.active .circleCompleteReservation {
    border-color: #5CB4B7;
    background-color: #5CB4B7;
}

.line {
    width: 80px;
    height: 3px;
    background-color: #7E7E7E;
    margin: 0 10px;
}

    .line.active {
        background-color: #5CB4B7;
    }

.sticky-footer {
    position: sticky;
    bottom: 0;
    width: 100%;
}
.special {
    width: 100%;
}

    .special>.tab-content {
        margin-bottom: 20px;
        margin: auto;
        box-shadow: 0px 16px 33px 10px #cccccc;
        min-width: 40%;
        padding: 10px;
        font: unset;
        /* background: #CCC; */
        /* border-radius: 20px;*/
        display: flow-root
    }

    .special>.nav-tabs {
        border-bottom: 0px solid #dddddd;
    }

    .special>.row {
        min-width: 100%;
    }

    .special>.nav > li > a {
        position: relative;
        display: block;
        padding: 10px 5px;
    }
.menu-container {
    background-color: #FFFFFF;
    margin-top: -20px;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-item {
    padding: 10px 20px;
}
.customa {
    color: #7E7E7E !important;
    font-size: 14px !important;
}

    .customa.active {
        color: #000000 !important;
        border-block-end: 2px solid #000000;
    }
.dropdown-item.active {
    background-color: #5CB4B7 !important;
    color:#FFFFFF !important;
}
.dropdown-item:hover {
    color: #FFFFFF !important;
}

.flatpickr-day.selected {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
}

    .flatpickr-day.selected:hover {
        background-color: var(--background-color) !important;
        border-color: var(--background-color) !important;
    }

.flatpickr-day.startRange {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
}

    .flatpickr-day.startRange:hover {
        background-color: var(--background-color) !important;
        border-color: var(--background-color) !important;
    }

.flatpickr-day.selected.startRange {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
}

    .flatpickr-day.selected.startRange:hover {
        background-color: var(--background-color) !important;
        border-color: var(--background-color) !important;
    }

.flatpickr-day.endRange {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
}

    .flatpickr-day.endRange:hover {
        background-color: var(--background-color) !important;
        border-color: var(--background-color) !important;
    }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 var(--background-color) !important;
}

.flatpickr-day.selected.endRange {
    background-color: var(--background-color) !important;
    border-color: var(--background-color) !important;
}

    .flatpickr-day.selected.endRange:hover {
        background-color: var(--background-color) !important;
        border-color: var(--background-color) !important;
    }


.list-group-item-custom {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    
}

.counter-button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Stroke, #F0F0F0);
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
}

.counter-value {
    font-size: 16px;
    text-align: center;
    width: 40px;
}
.customBoxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.errorMsgInputDrawingColor {
    border: 1px solid rgb(255, 0, 0) !important;
}