﻿body {
    font-family: "IRANSansWeb";
    text-align: right;
    direction: rtl;
}

#main-wrapper {
    background: #f6f7f8;
}

#mainSlider {
    display: none;
}

#header.bg-header2 {
    position: unset;
}

.booking-title {
    background-color: #ffffff;
    border-radius: 0;
    color: #607D8B;
}

.booking-filters-fb {
    border-radius: 5px;
    font-size: 11px;
    /*background: #ffffff;*/
    padding: 22px 0;
    width: 100%;
    /*border: 1px solid gainsboro;*/
}

    .booking-filters-fb .booking-filters-list > li {
        margin-top: 15px;
        background-color: white;
        padding: 15px 20px 10px 20px;
        border: 1px solid #e6e6e6;
        list-style: none;
        /*border-top: 1px solid #3b3b3b;*/
    }

.custome-validate {
    border: 1px solid #fa253c !important;
}

.traveler-tag {
    display: block;
}

.sa-collapse {
    background-image: url('/Content/Website/img/pattern5.png');
    background-color: white;
    height: auto;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 2px darkgrey;
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    padding-left: 20px !important;
}

.flex-line {
    display: flex;
    padding-right: 15px;
}


.booking-item:hover, .booking-item.active {
    color: #737373;
    /*border: 1px solid #ed8323;*/
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
}

.fb-btn-reserve:hover, .fb-btn-reserve:focus, .fb-btn-reserve:active, .fb-btn-reserve.active, .open .dropdown-toggle.fb-btn-reserve {
    color: white;
    outline: none;
}

a {
    color: #737373;
}

    a:hover {
        color: #737373;
    }

.right-to-left .booking-title {
    text-align: start !important;
}

.right-to-left .i-check, .i-radio {
    right: -7px;
    margin-right: -13px;
    float: right;
    text-align: center;
    margin-left: 0;
}

.right-to-left .booking-filters-fb .booking-filters-list > li .booking-filters-title small {
    top: 5px;
    float: left;
}

.right-to-left .booking-item-flight-details .booking-item-departure, .booking-item-flight-details .booking-item-arrival {
    float: right;
}

    .right-to-left .booking-item-flight-details .booking-item-departure .fa-plane, .booking-item-flight-details .booking-item-arrival .fa-plane {
        float: right;
        margin-left: 5px;
        margin-right: 0;
    }

    .right-to-left .booking-item-flight-details .booking-item-departure .booking-item-date, .booking-item-flight-details .booking-item-arrival .booking-item-date {
        padding-right: 32px;
    }

.booking-title-fb {
    background: #ffffff;
    padding: 15px 10px;
    color: #808080;
    font-size: 15px;
    border: 1px solid gainsboro;
}

.sort-ul-fb {
    list-style: none;
    display: inline-flex;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}

    .sort-ul-fb li a:focus {
        text-decoration: none;
    }

    .sort-ul-fb li.active a {
        color: white;
        border-radius: 4px;
    }

.booking-item-airline-logo-fb {
    text-align: center;
    margin-top: 15px;
}

    .booking-item-airline-logo-fb img {
        border: 1px solid #b3b3b3;
        border-radius: 50%;
    }

.booking-item-flight-details-fb .plane-fb {
    transform: rotateY(180deg);
}

.fa-flip-vertical-fb {
    transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    position: absolute !important;
    top: 0 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.booking-item-destination-fb {
    font-size: 13px;
    line-height: 0.9;
    text-align: center;
    color: #ababab;
    margin-bottom: 29px;
}

.dep-time-fb, .arr-time-fb {
    display: inline;
}

.plane-fb {
    position: absolute !important;
    top: 0 !important;
    transform: rotateY(180deg);
}

.time-dur-fb {
    color: #757575;
    font-size: 13px;
    margin-top: 28px;
    margin-bottom: 5px;
}

.booking-item-flight-class-fb {
    margin-bottom: 7px;
    font-size: 13px;
    color: #8f8f8f;
    line-height: 1em;
    border: 1px solid #8f8f8f;
    text-align: center;
    margin: auto;
    padding: 4px;
    border-radius: 2px;
    writing-mode: vertical-lr;
}

.roundtrip-fb .booking-item-flight-class-fb {
    padding: 30px 5px;
}

.booking-item-flight-details-fb {
    overflow: hidden;
    margin-top: 20px;
}

    .booking-item-flight-details-fb .booking-item-departure,
    .booking-item-flight-details-fb .booking-item-arrival {
        /*float: left;*/
        /*width: 47%;*/
    }

        .booking-item-flight-details-fb .booking-item-departure .fa-plane,
        .booking-item-flight-details-fb .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 23px;
            margin-right: 5px;
            position: relative;
            top: 4px;
            color: #b1b1b1;
        }

.text-white {
    color: #fff !important;
}

.booking-list-fb {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .booking-list-fb li {
        /*margin: 12px 0;*/
        position: relative;
        text-align: right;
        display: -webkit-box;
        /*margin-top: 5px;*/
        /* padding-right: 20px; */
    }

.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 15px;
    border: 1px solid #e6e6e6;
    background-color: white;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-hr {
    margin-top: 13px;
    margin-bottom: 13px;
}

/*.booking-item-container .booking-item-details {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, height 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s, height 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s, height 0.3s;
    transition: opacity 0.3s, transform 0.3s, height 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}*/

.booking-item-container .booking-item-details h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

    .booking-item-container .booking-item-details h5.list-title {
        margin-bottom: 0;
    }

.booking-item-container .booking-item-details .list {
    margin-bottom: 20px;
    line-height: 1.2;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fb-detail-btn {
    width: 100%;
    font-size: 12px;
}

.tab-label-fb {
    font-size: 11px;
    color: #a2a2a2;
    padding: 1px 5px;
}

.nav-tabs > li.active > a {
    background-color: #ffffff !important;
    box-shadow: 1px 2px 7px 0px gainsboro;
}

.irs {
    position: relative;
    display: block;
    height: 40px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    height: 12px;
    top: 25px;
    background: #ccc;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
    height: 12px;
}

.irs-line-left {
    left: 0;
    width: 10%;
}

.irs-line-mid {
    left: 10%;
    width: 10%;
}

.irs-line-right {
    right: 0;
    width: 10%;
}

.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 12px;
    top: 25px;
}

.irs-slider {
    position: absolute;
    display: block;
    left: 0;
    width: 5px;
    height: 18px;
    top: 22px;
    cursor: pointer;
}

    .irs-slider.single {
        left: 10px;
    }

        .irs-slider.single:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: -30%;
            width: 160%;
            height: 160%;
        }

    .irs-slider.from {
        left: 100px;
    }

        .irs-slider.from:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            left: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.to {
        left: 300px;
    }

        .irs-slider.to:before {
            content: '';
            position: absolute;
            display: block;
            top: -30%;
            right: 0;
            width: 200%;
            height: 170%;
        }

    .irs-slider.last {
        z-index: 2;
    }

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.333;
    top: 4px;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #666;
    font-size: 13px;
    line-height: 1.333;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid {
    height: 60px;
}

    .irs-with-grid .irs-grid {
        display: block;
    }

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #b3b3b3;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-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-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background: #000;
    z-index: 2;
}

.irs-disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.booking-filters .irs-from,
.booking-filters .irs-to,
.booking-filters .irs-single {
    color: #fff;
}

.booking-filters .irs-grid-text {
    color: #d9d9d9;
}

.booking-filters.booking-filters-white .irs-from,
.booking-filters.booking-filters-white .irs-to,
.booking-filters.booking-filters-white .irs-single {
    color: #737373;
}

.i-check,
.i-radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border: solid 1px #aeaeb5;
}

    .i-check:before,
    .i-radio:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translate3d(0, -25px, 0);
        -moz-transform: translate3d(0, -25px, 0);
        -o-transform: translate3d(0, -25px, 0);
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        color: #fff;
        font-size: 14px;
    }




    .i-check.checked:before,
    .i-radio.checked:before {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .i-check.disabled,
    .i-radio.disabled {
        border-color: #d9d9d9 !important;
    }

        .i-check.disabled.checked,
        .i-radio.disabled.checked {
            background: #ccc !important;
        }

    .i-check.i-check-stroke.checked {
        background: #fff;
    }

        .i-check.i-check-stroke.checked:before {
            color: #ed8323;
        }

.fb-flight-num {
    color: #b1afaf;
    font-size: 12px;
}


.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .booking-list > li {
        margin-bottom: 15px;
        position: relative;
    }

.booking-item {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /*padding: 17px;*/
    border: 1px solid #e6e6e6;
    color: #737373;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background-color: white;
}

    .booking-item:hover .booking-item-number,
    .booking-item.active .booking-item-number {
        background: #808080;
    }

    .booking-item:hover .booking-item-img-wrap .booking-item-img-num,
    .booking-item.active .booking-item-img-wrap .booking-item-img-num {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        background: rgba(0,0,0,0.5);
    }

    .booking-item.booking-item-small {
        padding: 11px;
    }

        .booking-item.booking-item-small .booking-item-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item.booking-item-small .booking-item-rating-stars {
            font-size: 12px;
            margin-bottom: 0;
            color: #ed8323;
        }

        .booking-item.booking-item-small .booking-item-price {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 2px;
            display: inline;
        }

        .booking-item.booking-item-small .booking-item-price-from {
            font-size: 12px;
            margin-bottom: 2px;
        }

.booking-item-title {
    margin-bottom: 7px;
}

.booking-item-description {
    font-size: 13px;
    line-height: 1.5em;
}

.booking-item-img-wrap {
    position: relative;
}

    .booking-item-img-wrap .booking-item-img-num {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: rgba(0,0,0,0.01);
        padding: 5px 7px;
        font-size: 13px;
        line-height: 1em;
    }

        .booking-item-img-wrap .booking-item-img-num > .fa {
            margin-right: 3px;
        }

.booking-item-last-booked {
    font-size: 11px;
}

.booking-item-rating {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}

    .booking-item-rating .booking-item-rating-stars {
        display: inline-block;
        margin-right: 17px;
        margin-bottom: -5px;
        color: #ed8323;
    }

        .booking-item-rating .booking-item-rating-stars .fa {
            margin-right: 0;
        }

    .booking-item-rating .booking-item-rating-number {
        margin-right: 7px;
    }

        .booking-item-rating .booking-item-rating-number > b {
            font-size: 25px;
        }

.booking-item-address {
    line-height: 1em;
    font-size: 13px;
}

.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

.booking-item-price {
    font-size: 47px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 12px;
}

.booking-item-number {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e6e6e6;
    text-align: center;
    color: #fff;
    display: block;
    top: 2px;
    right: 2px;
    font-size: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.booking-item-flight-details {
    overflow: hidden;
}

    .booking-item-flight-details .btn-tour {
        color: #fff;
        padding: 8px 30px;
        background-color: #07c;
        border: solid 1px #fff;
    }

        .booking-item-flight-details .btn-tour:hover {
            background-color: #003580;
        }

    .booking-item-flight-details .booking-item-departure,
    .booking-item-flight-details .booking-item-arrival {
        float: left;
        width: 47%;
    }

        .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-flight-details .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 30px;
            margin-right: 5px;
            position: relative;
            top: 4px;
        }

        .booking-item-flight-details .booking-item-departure h5,
        .booking-item-flight-details .booking-item-arrival h5 {
            margin-bottom: 0;
        }

        .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-flight-details .booking-item-arrival .booking-item-date {
            margin-bottom: 7px;
            font-size: 12px;
            line-height: 1em;
            padding-left: 32px;
        }

    .booking-item-flight-details .booking-item-departure {
        margin-right: 6%;
    }

    .booking-item-flight-details .booking-item-destination {
        font-size: 12px;
        line-height: 1.3em;
    }

.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3em;
}

.booking-item-airline-logo > img {
    width: 40px;
}

.booking-item-flight-class {
    margin-bottom: 7px;
    margin-top: -5px;
    font-size: 11px;
    color: #8f8f8f;
    line-height: 1em;
}

.booking-item-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .booking-item-features > li {
        float: left;
        position: relative;
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .booking-item-features > li:hover > i {
            border-color: #127cdc;
        }

        .booking-item-features > li .booking-item-feature-sign {
            position: absolute;
            bottom: 2px;
            left: 0;
            display: block;
            text-align: center;
            font-size: 10px;
            line-height: 1em;
            width: 100%;
        }

        .booking-item-features > li > i {
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            font-size: 23px;
            display: block;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            color: #686868;
        }

.booking-item-features-dark > li > i {
    background: #4d4d4d;
    border: 1px solid #333;
    color: #fff;
}

.booking-item-features-rentals {
    margin-top: 10px;
}

    .booking-item-features-rentals > li {
        margin-bottom: 0;
    }

.booking-item-car-title {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
}

.booking-item-features-sign > li {
    padding-bottom: 15px;
}

.booking-item-features-small > li {
    margin-right: 5px;
    margin-bottom: 5px;
}

    .booking-item-features-small > li > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }

        .booking-item-features-small > li > i > img {
            width: 20px;
        }

.booking-item-features-expand {
    display: block;
}

    .booking-item-features-expand .booking-item-feature-title {
        position: relative;
        line-height: 37px;
        margin-left: 7px;
        color: #686868;
    }

    .booking-item-features-expand > li {
        float: none;
        display: block;
        overflow: hidden;
    }

        .booking-item-features-expand > li:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .booking-item-features-expand > li > i {
            float: left;
        }

.booking-item-features-2-col > li {
    float: left;
    width: 50%;
    margin-right: 0;
}

.icon-blue {
    color: #0077cc;
}

.booking-title {
    margin-bottom: 25px;
    margin-top: 15px;
}

    .booking-title > small {
        font-size: 12px;
        margin-left: 5px;
    }

.booking-filters {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    background: #fff;
    color: #333;
    padding: 15px 0;
    width: 263px;
    border: 1px solid #ddd;
}

    .booking-filters > h3 {
        padding: 0 20px;
    }

.booking-filters-list li a {
    font-size: 16px;
    text-align: center;
    display: block;
}

.booking-filters .booking-filters-list > li {
    margin-top: 15px;
    padding: 15px 20px 0 20px;
    border-top: 1px solid #ddd;
}

    .booking-filters .booking-filters-list > li .booking-filters-title {
        margin-bottom: 5px;
    }

        .booking-filters .booking-filters-list > li .booking-filters-title small {
            font-size: 11px;
            font-weight: 400;
            position: relative;
            top: 10px;
            float: right;
            line-height: 1.3em;
            color: #ccc;
        }

    .booking-filters .booking-filters-list > li .booking-filters-sub-title {
        font-size: 15px;
        line-height: 1em;
        margin-top: 10px;
    }

.booking-filters .irs-from,
.booking-filters .irs-to,
.booking-filters .irs-single {
    color: #fff;
}

.booking-filters .irs-grid-text {
    color: #d9d9d9;
}

.booking-filters.booking-filters-white {
    color: #737373;
    background: #fafafa;
    border-color: #ccc;
}

    .booking-filters.booking-filters-white .irs-from,
    .booking-filters.booking-filters-white .irs-to,
    .booking-filters.booking-filters-white .irs-single {
        color: #737373;
    }

    .booking-filters.booking-filters-white .booking-filters-list > li {
        border-color: #ccc;
    }


/*mobile*/
@media(max-width:991px) {
    .fb-btn-choose-pass {
        margin-top: 30px;
    }

    a#show_help {
        display: block;
        font-size: 11px !important;
        margin: 18px 0;
    }

    #modal_FlightDetails .modal-dialog {
        width: 95% !important;
    }

    .notfound-ticket {
        margin: 80px 0 35px 0;
        padding: 50px 0;
    }

    .pay-box .table tr td {
        height: 35px;
        display: flex;
    }

    .pay-form {
        display: inline-block;
    }

    .passenger-line {
        display: block;
    }

        .passenger-line .radio-label {
            margin-top: 6px;
            margin-bottom: 6px;
        }

    .wizard .wizard-text {
        padding-top: 10px;
    }

    .rwd-table tr.hotel-room-type td.check-td {
    }

    .rwd-table tr.hotel-room-type td {
        height: 35px;
    }

    .booking-item-container .booking-item img {
        max-height: 195px;
        padding-top: 15px;
    }

    .hotel-booking-name {
        padding-top: 15px;
    }

    .refresh-modal .modal-dialog {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        width: 90%;
        margin: auto;
    }

    .fb-btn-reserve {
        margin-top: 20px;
    }

    .timer-count {
        width: 100%;
        margin: 20px 0;
    }

    .sort-fb ul li {
        font-size: 13px;
    }

    .booking-item-airline-logo-fb img {
        width: 35px;
    }

    .mb0-xs {
        margin-bottom: 0 !important;
    }

    .traveler-tag {
        text-align: center;
    }

    .filter-margin-xs {
        margin: 3px 0 15px 0;
    }
    /*.booking-item {
        margin-top: 10px;
    }*/
    .second-plane {
        margin-top: 42px;
    }

    .irs-single {
        display: none !important;
    }

    .sidebar-fb {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #f6f6f6;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

        .sidebar-fb a {
            text-decoration: none;
            color: #333;
            display: block;
            transition: 0.3s;
            background-color: white;
            border-radius: 100%;
        }

        /*    .sidebar-fb a:hover {
      color: #f1f1f1;
    }*/

        .sidebar-fb .closebtn {
            position: fixed;
            bottom: 60px;
            right: 10px;
            font-size: 16px;
            padding: 1.5rem 1rem;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%);
        }

    .fb-filter-btn {
        position: fixed;
        bottom: 2px;
        right: 2px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background-color: white;
        z-index: 100;
    }
    /*.booking-item-flight-details-fb {
        display: flex;
    }*/
    .no-padding-xs {
        padding: 0;
    }

    .booking-title-fb {
        margin-top: 10px;
    }

        .booking-title-fb a.searchagain {
            font-size: medium;
            padding: 5px;
            border: 1px solid;
            display: block;
            text-align: center;
            margin-top: 10px;
        }

    .sort-ul-fb {
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }

        .sort-ul-fb li.active a {
            padding: 0 5px;
            border: none;
        }

        .sort-ul-fb li.active {
            border-radius: 3px;
        }

        .sort-ul-fb li a {
            padding: 0 5px;
            border: 1px solid #dcdcdc;
            border-radius: 3px;
        }

    .hidden-xs {
        display: none;
    }
}
/*desktop*/
@media(min-width:992px) {
    .table-responsive > .table-bordered {
        border: 1px solid #dcdcdc;
    }

    #modal_FlightDetails .modal-dialog {
        width: 70% !important;
    }

    .notfound-ticket {
        margin-top: 37px;
        padding-top: 55px;
        padding-bottom: 180px;
    }

    .room-btn-next, .room-btn-next:hover {
        width: 100%;
    }

    .rwd-table tr.hotel-room-type td.check-td {
        padding: 10px;
    }

    .booking-item-container .booking-item img {
        max-height: 132px;
    }

    .timer-count {
        width: 100%;
        /*margin: 20px 18px;*/
        margin-right: 15px;
    }

    .refresh-modal .modal-dialog {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        width: 35%;
    }

    .booking-item-airline-logo-fb img {
        width: 35px;
    }

    .irs-single {
        display: none !important;
    }

    .booking-item {
        padding-top: 10px;
    }

    .fb-btn-reserve {
        width: 100%;
    }

    .text-center-lg {
        text-align: center;
    }

    .hidden-lg {
        display: none;
    }

    .right-to-left .nav-tabs > li.active > a, .right-to-left .nav-tabs > li.active > a:hover, .right-to-left .nav-tabs > li.active > a:focus {
        border-left: none;
        border-right: none;
        border-bottom: 2px solid;
    }

    .booking-title-fb a.searchagain {
        font-size: medium;
        color: #FFCC80;
        float: left;
        padding: 0 5px;
        border: 1px solid;
    }

    .sort-ul-fb:before {
        content: attr(data-label);
        color: #3b3b3b;
        padding-left: 10px;
        font-family: 'IRANSansWeb', arial, helvetica, sans-serif;
    }

    .sort-ul-fb li a {
        padding: 2px 10px;
    }
    #navbarNav {
        display: flex !important;
    }
}

.card-top {
    display: block !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.fb-form, .pay-form {
    background-color: white;
    padding: 20px 5px;
    border: 1px solid #e6e6e6;
    direction: rtl;
    text-align: justify;
}

.fb-form-header, .service-form-header, .pay-form-header {
    color: white;
    padding: 10px;
    font-size: 17px;
}

.flex-line span {
    padding: 2px 9px;
    padding-right: 0;
}

.form-label-fb {
    margin-right: 10px;
}

.traveler-tag span {
    font-size: 18px;
    padding: 0 15px;
}

.pay-title {
    padding-bottom: 20px;
}

    .pay-title span {
        font-size: 18px;
        padding: 0 15px;
    }

.traveler-tag {
    padding-bottom: 20px;
    padding-top: 20px;
}

.rule-content {
    padding-top: 10px;
    line-height: 2.4;
}

.date-format select, .date-format input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    color: #888;
    padding-right: 5px;
}

.date-format input {
    width: 18%;
}

.date-format select {
    width: 28%;
}

.pay-btn {
    background-color: #4b8a4b;
    color: white;
    font-weight: lighter;
}

.airline-coming, .airline-going {
    padding: 5px;
}

.fb-btn-reserve {
    margin-bottom: 8px;
    color: white;
}

.no-padding {
    padding: 0px !important;
}

.form-group.form-group-lg .input-icon {
    width: 45px;
    height: 45px;
    line-height: 32px;
    font-size: 18px;
    position: absolute;
    top: 29px;
    text-align: center;
}

.form-group.form-group-lg {
    margin-bottom: 8px;
    position: relative;
}

.form-group-fb .form-control {
    height: 34px !important;
    font-size: 13px;
}

#SearchAgain ul li a {
    padding: 5px 10px;
    font-size: 13px;
}

.booking-title-fb a.searchagain i {
    font-size: 12px;
    display: inline-block;
    padding: 5px;
}

.booking-item-details {
    background-color: white;
}

    .booking-item-details .nav-tabs li a {
        font-size: 11px;
    }

.list-det-fb {
    font-size: 11px;
}

.time-det-fb {
    font-size: 14px;
}

.tooltip .tooltiptext {
    z-index: 1;
}

.dash-line {
    border-top: dotted 2px #aeaeae;
    margin: 3px 0;
}

    .dash-line:before {
        width: 6px;
        height: 6px;
        border: 2px solid #ff9a00;
        position: absolute;
        content: "";
        display: block;
        top: 23px;
        border-radius: 50%;
        right: 0;
    }

    .dash-line:after {
        font-family: FontAwesome;
        /*width: 6px;
    height: 6px;
    border:2px solid #ff9a00;*/
        position: absolute;
        content: "\f072";
        transform: rotate(-135deg);
        display: block;
        top: 14px;
        border-radius: 50%;
        left: 0;
    }

.pause-fb {
    text-align: center;
    display: block;
    font-size: 12px;
}

.pause-det-fb {
    font-size: 12px;
}

.going-pause, .coming-pause {
    position: relative;
}

.one-pause-city {
    text-align: center;
}

    .one-pause-city span {
        font-size: 11px;
    }

    .one-pause-city:before {
        font-family: FontAwesome;
        position: absolute;
        content: "\f00d";
        top: 15px;
        right: 48%;
    }

.date-detail {
    font-size: 11px;
    line-height: 1.2;
}

.detail-left {
    float: left;
    text-align: left;
    line-height: 2;
    font-size: 11px;
    color: #a2a2a2;
}

.float-left {
    float: left;
    text-align: left;
}

.pause-hr {
    margin: 10px 0;
    border-top: 1px dashed;
}

.right-to-left .form-group .input-icon {
    left: auto;
    right: 1px;
}

.hotel-stars {
    display: inline;
    padding-left: 5px;
}

    .hotel-stars .fa-star {
        color: #fac917;
    }

.hotel-booking-name {
    font-weight: 700;
    font-size: 17px;
    display: block;
    padding-bottom: 7px;
}

.hotel-address-booking {
    font-weight: 600;
    font-size: 11px;
}

.map-button {
    display: inline;
    font-size: 11px;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 2px;
}

.offer-tag {
    background: orange;
    color: white;
    position: absolute;
    right: 0;
    top: 5px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 2px 10px;
}

.long-addr {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    margin: 7px 0px 3px 0;
}

.long-addr2 {
    padding-bottom: 5px;
    margin-top: 0;
}

.service-tag {
    font-size: 12px;
    border: 1px solid orange;
    padding: 0 5px;
    border-radius: 2px;
    margin-left: 7px;
    display: inline-flex;
}

.refresh-room {
    padding-top: 3px;
    font-size: 13px;
}

    .refresh-room:hover, .refresh-room:focus {
        color: #55bf55;
    }

.hotel-detail {
    background-color: white;
    display: none;
}

.booking-item:hover {
    /*color: #737373;*/
    /*border: 1px solid #ed8323;*/
    /*-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);*/
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    background-color: #e9f0fa;
}

.hotel-detail .table th, .hotel-detail .table td {
    text-align: center !important;
}

.start-end-date span, .start-end-date i {
    font-size: 12px;
}

.staying-night span, .staying-night i {
    font-size: 12px;
    color: gray;
    font-weight: lighter;
}

.hotel-tour {
    border-bottom: 1px solid gainsboro;
    padding: 10px 0;
}

.flight-tour {
    padding: 10px 0;
}

.service-tour-booking p {
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

ul.checkmark li::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 3px;
    height: 6px;
    border: solid gray;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

button.rule-btn, button.rule-btn:focus {
    font-size: 13px;
    width: 85%;
    background-color: white;
    font-weight: lighter;
    border: 1px solid gainsboro;
}

.choose-btn, .choose-btn:focus, .choose-btn:hover {
    color: white;
    width: 85%;
    margin-top: 5px;
}

.select-booking {
    position: relative;
    background: white;
    top: 0;
}

.top-m {
    margin-top: 20px;
}

.timer-count {
    text-align: center;
    direction: ltr;
    background-color: white;
    padding: 27px;
    margin-top: 7px;
    box-shadow: -3px 0px 1px 1px #f1f1f1;
}

    .timer-count p {
        padding-bottom: 10px;
    }

.table tr th {
    text-align: center !important;
}

.table tr td {
    text-align: center !important;
}

.right-to-left table > tbody > tr > td, .right-to-left table > tbody > tr > th, .right-to-left table > tfoot > tr > td, .right-to-left table > tfoot > tr > th, .right-to-left table > thead > tr > td, .right-to-left table > thead > tr > th {
    text-align: unset;
}

.openbtn {
    position: fixed;
    bottom: 95px;
    right: 8px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%) !important;
}

.room-btn-next, .room-btn-next:hover {
    color: white;
}

.wizard {
    margin: 20px auto;
    /*background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    /*background: #e0e0e0;*/
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    color: #5f5f5f;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #f6f6f6;
    border: 2px solid #b8b7b7;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid red;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid red;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: red;
}

.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 65px;
    margin-top: 15px;
    border-radius: 100%;
    padding: 0;
    pointer-events: none;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.wizard .wizard-text {
    position: absolute;
    top: 49px;
    color: gray;
    line-height: 1.5;
}
/*.done-wizard {
    background: pink;
}*/
.all-services {
    float: left;
}

    .all-services .checkbox {
        margin: 0;
    }

    .all-services .i-check {
        margin-left: 10px;
    }

        .all-services .i-check input.i-check {
            margin-left: 0;
        }

.right-to-left .all-services .i-check {
    margin-right: -25px;
    width: 17px;
    height: 17px;
    background: white;
}

#hotel_services .hotel-service-form {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    border: 1px solid gainsboro;
    margin: 10px 0;
    margin-bottom: 75px;
    /*padding: 15px;*/
    background: white;
    display: block;
    position: relative;
}

    #hotel_services .hotel-service-form .service-name {
        font-size: 15px;
        font-weight: bold;
        text-align: right;
    }

.price-table {
    background: white;
}

    .price-table tr {
        background: white;
    }

.service-footer {
    background: #e7e7e7;
    padding: 15px;
    position: absolute;
    bottom: -50px;
    width: 100%;
}

    .service-footer .checkbox {
        margin: 0;
        display: inline-block;
    }

        .service-footer .checkbox .i-check {
            border: 1px solid gray;
            /*height: 15px !important;
    width: 15px !important;*/
        }

.pay-box {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    text-align: right;
}

    .pay-box ul li {
        line-height: 32px;
        font-size: 14px;
    }

        .pay-box ul li strong {
            color: #575757;
            padding-left: 5px;
        }

    .pay-box ul {
        margin: 0;
    }

.info-header {
    background: #9e9e9e;
    color: white;
    padding: 10px;
    font-size: 17px;
    display: -webkit-box;
}

.pay-box .table-title {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #555;
}

.pay-box .table thead {
    border-top: 1px solid gainsboro;
    background: #f9f9f9;
}

.total-price-box li {
    line-height: 2.4;
}

.pay-box .table tr th {
    text-align: right !important;
}

.pay-box .table tr td {
    text-align: right !important;
}

.booking-item-container .booking-item img {
    width: 100%;
}

.booking-item-container {
    width: 100%;
    margin-top: 5px;
}

.right-to-left .prev-day {
    border-left: 1px solid #e4e4e4;
    border-right: none;
    direction: rtl;
}

.prev-day {
    border-right: 1px solid #e4e4e4;
    direction: ltr;
}

.right-to-left .next-day {
    border-right: 1px solid #e4e4e4;
    border-left: none;
    direction: rtl;
}

.next-day {
    border-left: 1px solid #e4e4e4;
    direction: ltr;
}

.reserve-date {
    display: block;
    text-align: center;
    direction: ltr;
}

.right-to-left .reserve-date {
    direction: rtl;
}

.change-days i {
    padding: 0 10px;
    /*transform: rotateY(180deg);*/
}

.next-day i {
    transform: rotateY(180deg);
}

.right-to-left .change-days i {
    padding: 0 10px;
    transform: rotateY(0deg);
}

/*.refresh-modal .modal-dialog .btn {
    width: 35%
}*/
.refresh-modal .modal-dialog .index-btn {
    width: 35%;
    float: left;
}

.refresh-modal img {
    width: 45%;
    display: block;
    margin: auto;
}

.refresh-modal .modal-desc {
    padding: 10px;
    padding-bottom: 25px;
    color: black;
    display: block;
    text-align: right;
    white-space: pre;
}

.refresh-modal i {
    display: block;
    text-align: center;
    font-size: 20px;
    /*padding-top: 20px;*/
}

.refresh-modal .modal-title {
    padding: 10px;
    color: gray;
    font-size: 16px;
    display: block;
    text-align: center;
}

.checkradio {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    background-color: white;
    border: 1px solid gray;
}

.checkradio-hotel {
    top: -12px;
}

.checksquare {
    position: absolute;
    top: 10%;
    left: 94%;
    height: 22px;
    width: 22px;
    border: 1px solid gray;
    border-radius: 0;
}

.checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-label:hover input ~ .checkradio {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-label .checkradio:after {
    border: solid white;
    border-width: 0 3px 3px 0;
}
/* Show the checkmark when checked */
.radio-label input:checked ~ .checkradio:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-label .checkradio:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    /*border: solid #ff9a00;
  border-width: 0 3px 3px 0;*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-label .checksquare:after {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 3px 3px 0;
    left: 6px;
    top: 2px;
    width: 8px;
    height: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-label {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #6d6e71;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.bank-list {
    padding-top: 20px;
    display: inline-flex;
}
/*.btn--loading {
    background-color: pink !important;
}*/

#div_ServiceFlight {
    direction: rtl;
}

.ui-autocomplete {
    width: 105px;
    height: 160px;
    overflow: auto;
}

#div_ServiceFlight .panel {
    border: none !important;
}

.tb_mob_res .tr_mob_res .ui-autocomplete-input {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    width: 100%;
}

.tb_mob_res .tr_mob_res .td_mob_res input {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    width: 100%;
}


@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }

    .flightdetail-modal .modal-dialog {
        right: 0;
        left: 0;
        top: 5%;
        margin: auto;
    }

    .rwd-table tr.hotel-room-type {
        border-bottom: 1px solid #bfbfbf;
    }

        .rwd-table tr.hotel-room-type td {
            background-color: white !important;
            border: none;
            text-align: left !important;
        }

    .rwd-table {
        margin: auto;
        border-collapse: collapse;
    }

        .rwd-table th {
            display: none;
        }

        .rwd-table td {
            display: block;
        }

            .rwd-table td:last-child {
                margin-bottom: .5em;
            }

            .rwd-table td:before {
                content: attr(data-th) " ";
                font-weight: bold;
                min-width: 120px;
                max-width: 150px;
                width: auto;
                display: inline-block;
                color: #000;
                float: right;
                text-align: right;
                right: 25px;
            }

        .rwd-table th,
        .rwd-table td {
            text-align: right;
        }

    .rwd-table {
        color: #333;
        border-radius: .4em;
        overflow: hidden;
        min-width: 100%;
        max-width: 100%;
    }

        .rwd-table tr {
            border-color: #bfbfbf;
        }

        .rwd-table th,
        .rwd-table td {
            padding: .5em 1em;
        }

        .rwd-table thead tr td {
            vertical-align: middle;
        }
}
/*desktop*/
@media screen and (min-width: 600px) {

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.notfound-ticket {
    background-color: white;
    border: 1px solid #e6e6e6;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.15);
}

    .notfound-ticket p {
        text-align: center;
        font-size: 17px;
        line-height: 1.8;
    }

    .notfound-ticket .desc-nf {
        display: block;
        text-align: center;
        margin-bottom: 35px;
        font-size: 12px;
        padding: 10px 5px;
    }

    .notfound-ticket .search-again {
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: center;
        float: unset;
    }

    .notfound-ticket .search-nf {
        color: white;
        display: block;
        margin: auto;
    }

    .notfound-ticket .date-nf {
        display: block;
        margin: auto;
    }

        .notfound-ticket .date-nf:hover {
            color: white;
        }

        .notfound-ticket .date-nf.prev {
            border-radius: 1px 16px 16px 1px;
            direction: rtl;
            font-size: 13px;
            padding: 10px;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

    .notfound-ticket .date-nf.prev i {
        transform: rotateY(0deg)
    }

        .notfound-ticket .date-nf.next {
            border-radius: 16px 1px 1px 16px;
            direction: rtl;
            font-size: 13px;
            padding: 10px;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

    .notfound-ticket .date-nf.next i {
        transform: rotateY(0deg);
    }

.right-to-left .notfound-ticket .nf-prev {
    border-left: 1px solid #e4e4e4;
    border-right: 0;
}

.right-to-left .notfound-ticket .nf-next {
    border-right: 1px solid #e4e4e4;
    border-left: 0;
}

.notfound-ticket .nf-prev {
    border-right: 1px solid #e4e4e4;
}

.notfound-ticket .nf-next {
    border-left: 1px solid #e4e4e4;
}

.notfound-img {
    width: 23%;
    display: block;
    margin: auto;
}

#ticket-col {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

.color-default {
    color: var(--first-color);
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    padding: 0;
    text-align: center;
}


/*-------- Loading Sidebar --------*/
.loading-sidebar {
    margin-top: 30px;
}

    .loading-sidebar .li-load {
        margin-bottom: 15px;
        width: 100%;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        padding: 15px 20px 10px 20px;
    }

    .loading-sidebar .li-load1 {
        height: 140px;
    }

    .loading-sidebar .li-load2 {
        height: 140px;
    }

    .loading-sidebar .li-load3 {
        height: 190px;
    }

    .loading-sidebar .li-load4 {
        height: 150px;
    }

    .loading-sidebar .rect {
        background-color: #f3f3f3;
        background: linear-gradient(to right,#f3f3f3 5%,#eee 20%,#f3f3f3 35%);
        animation: placeholderShimmer 5s linear 0s infinite normal forwards;
        border-radius: 5px;
    }

    .loading-sidebar .rect1 {
        height: 15px;
        width: 50%;
        margin-top: 15px;
    }

    .loading-sidebar .rect2 {
        height: 15px;
        width: 100%;
        margin-top: 15px;
    }

    .loading-sidebar .rect3 {
        height: 15px;
        width: 30%;
        margin-top: 15px;
    }

    .loading-sidebar .rect4 {
        height: 15px;
        width: 45%;
        margin-top: 20px;
    }

@keyframes placeholderShimmer {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

@media (max-width: 991px) {
    #loading_sidebar {
        display: none !important;
    }
    .bank-name .radio-label {
        padding-right: 10px;
    }
    .checksquare {
        top: 10%;
        right: -8%;
    }
    .rule-accept .checkbox {
        display: inline-flex;
        padding-left: 0 !important;
    }
    .bank-name {
        width: 50%;
    }
    #header .container .navbar-collapse {
        z-index: 0;
        padding: 0;
        top: 2.6rem;
    }
    #content {
        padding-top: 0;
    }
    #header .w-100.first-color-bg .container {
        display: flex;
        position: relative;
        z-index: 10;
    }
    #ticket-col #sort-col .change-days {
        display: flex;
        justify-content: center;
    }
        #ticket-col #sort-col .change-days .btnNextDay {
            padding-right: 15%;
        }
        #ticket-col #sort-col .change-days .btnBeforeDay {
            padding-left: 15%;
        }
}
/*------------------------*/



/*-------- Loading Main --------*/

/*--------For Desktop --------*/
.loading-main {
    margin-top: 37px;
    margin-bottom: 45px;
    width: 90%;
    height: 530px;
    padding: 0px;
    direction: rtl;
    background-color: white;
    box-shadow: 0 2px 5px 0 grey;
    border-radius: 5px;
}

.loading-main-row {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.loading-main-col {
    height: 100%;
}

.loading-main-ul {
    padding: 20px 0px 20px;
    height: 100%;
    margin: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

.loading-main-banner {
    height: 40%;
    margin-bottom: 25px;
}

.loading-main-tit {
    display: inline-block;
    margin-bottom: 10px;
}

.loading-main-des {
    height: 14%;
}

.loading-main-foot {
    width: 100%;
    margin-top: 70px;
}

.loading-main-wait {
    overflow: hidden;
    color: var(--first-color);
    border-left: 0.15em solid var(--first-color);
    white-space: nowrap;
    animation: typing 1.5s steps(20, end) forwards, blink 0.75s infinite;
    max-width: 94%;
    font-size: 14px;
    line-height: inherit;
    margin-right: 25px;
}

#loading_main_img {
    width: 100%;
    height: 100%;
}

#loading_main_tit {
    font-size: 16px;
    font-weight: bold;
}

#loading_main_des {
    font-size: 13px;
    line-height: inherit;
}

#loading_main_btn {
    border-radius: 30px;
    height: 40px;
    width: 25%;
    box-shadow: 0 1px 3px 0 grey;
    padding: 10px 10px;
}

[data-loader="circle-side2"] {
    position: inherit;
    width: 25px;
    height: 25px;
    margin-left: -15px;
    margin-top: -5px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid var(--first-color);
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

#search_svg {
    height: 40%;
    width: 20%;
    position: relative;
    bottom: 60%;
    left: 7%;
    -webkit-animation: circleAround 3s linear infinite;
    -moz-animation: circleAround 3s linear infinite;
    -o-animation: circleAround 3s linear infinite;
    animation: circleAround 3s linear infinite;
}

.margin-svg {
    margin-top: 16%;
    margin-bottom: 18%;
}

.loading-main-svg {
    fill: var(--first-color);
}

[data-toggle=buttons] > .btn input[type=radio] {
    position: relative !important;
    left: auto;
    display: none;
}

@keyframes typing {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    from {
        border-color: transparent;
    }

    to {
        border-color: hsl(var(--first-color-hsl) / 70%);
    }
}

@-webkit-keyframes circleAround {
    from {
        -webkit-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@-moz-keyframes circleAround {
    from {
        -moz-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@-o-keyframes circleAround {
    from {
        -o-transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

@keyframes circleAround {
    from {
        transform: rotate(0deg) translateX(40px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(40px) rotate(-360deg);
    }
}

/*--------For Mobile --------*/
@media (max-width: 991px) {
    .loading-main {
        margin: 70px 0px 45px 0px;
        height: 420px;
    }

    .loading-foot {
        width: 100%;
        margin-top: 38px;
    }

    #loading_main_btn {
        border-radius: 17px;
        height: 35px;
        width: 35%;
        padding: 5px 10px;
    }

    #search_svg {
        height: 35%;
        width: 17%;
        position: relative;
        bottom: 57%;
        left: 7%;
    }

    .margin-svg {
        margin-top: 23%;
        margin-bottom: 20%;
    }

    .loading-main-banner {
        height: 35%;
    }

    .loading-main-wait {
        font-size: 10px;
        margin-right: 20px;
    }
}

/*----------------------------*/