
.md-mr-4{margin-right: 4px}
.mt-25{margin-top: 25px }
.activeAutoReserve {
    background-color: aquamarine;
}

.businessClass {
    border-radius: 5px;
    padding: 0px 5px;
    background-color: var(--subColors);
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    margin-left: 5px;
}

.li-style-disc li {
    list-style: none;
    position: relative;
    display: flex;
    margin-left: 10px;
}

.li-style-disc li::after {

}

.roundedXL {
    border-radius: 50%;
}

.itemFlight {
    border-radius: 8px;
    padding: 0px 20px 0 20px;
    transition: all ease 0.5s;

}

.itemFlight.disable *:not(.btmSec > span) {
    color: #768ea2;
}

.itemFlight.disable img {
    filter: grayscale(1);
}

.itemFlight.disable .btmSec button {
    background-color: #b6bec5;
}

.itemFlight.disable .btmSec button span {
    color: white;
}

.btmSec button {
    background-color: var(--subColors);
    color: white;
}

.wrpAdditionalInfo {
    position: absolute;
    left: 0;
    top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wrpAdditionalInfo .foreignClass, .wrpAdditionalInfo .garantyPrice {
    background-color: #ebf9fd;
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media all and (max-width: 767px) {
    .size-18 {
        font-size: 16px !important;
    }

    .size-16 {
        font-size: 14px !important;
    }

    .size-20 {
        font-size: 18px !important;
    }

    .itemFlight {
        padding-left: 10px;
    }

    .itemFlight .btmSec {
        padding-left: 0px;
        padding-right: 0px;
        justify-content: center;
    }
}

.skeleton {
    opacity: 0.7;
    animation: skeleton infinite ease-in-out alternate 1s;
}

.skeleteon-filter {
    width: 60%;
    height: 20px;
    border-radius: 15px;
    display: inline-block;
}

.skeltonCart .w-20 {
    width: 20%;
}

.skeltonCart .w-80 {
    width: 80%;
}

.skeltonCart .skeleteon-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.skeltonCart .h-5px {
    height: 5px;
}

.skeltonCart .w-100px {
    width: 100px;
}

.skeltonCart .w-200px {
    width: 200px;
}

.skeltonCart .skeleteon-line {
    flex: 1;
    height: 4px;
    margin: 0 10px;
}

.skeltonCart .skeleteon-btn {
    padding: 15px 0;
    width: 100px;
    border-radius: 5px;
}

@keyframes skeleton {
    0% {
        background-color: #eee;
    }
    100% {
        background-color: #e7e7e7;
    }
}

.wrpSlider {
    background-color: white;
    border-radius: 8px;
    padding: 5px 0;
    position: relative;
}

.wrpSlider .wrpAll {
    width: calc(100% - 55px);
    margin-right: 25px;
}

.wrpSlider .slide {
    background-color: white;
    color: #29343d;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    height: 75px;
    width: 60px;
    margin: 0 4px;
    float: right;
    border-radius: 8px;
    overflow: hidden;
}

#sliderShow .wrpSlider .slide {
    min-width: 60px !important;
    background-color: #f3f5f7;
    border: 1px solid #d1d9e0;
}

#sliderShow .wrpLoadingItem:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.wrpSlider .slide span {
    color: #000 !important;
    font-size: 11px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.wrpSlider .slide.notPrice {
    color: #7e7e7e;
}

.wrpSlider .slide.active {
    background-color: #bfd7ff !important;
    border: 1px solid #4285f4 !important;
}

.wrpSlider .arrowPrev {
    right: 5px;
}

.wrpSlider .arrowNext {
    left: 5px;
}

.wrpSlider .arrowPrev, .wrpSlider ::v-deep .arrowNext {
    position: absolute;
    top: calc(50% - 5px);
    z-index: 10;
}

.wrpSlider .arrowPrev.deactive, .wrpSlider .arrowNext.deactive {
    color: #7e7e7e !important;
}


.wrpLoading .loading {
    position: relative;
    width: 25px;
    height: 25px;
    animation: loadeingPrd 0.5s ease-in-out;
    animation-iteration-count: infinite;
}

.wrpLoading .loading span::after, .wrpLoading .loading span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #505050;
    position: absolute;
}

.wrpLoading .loading span:first-of-type::after {
    top: 0;
    left: calc(50% - 2px);
}

.wrpLoading .loading span:first-of-type::before {
    bottom: 0;
    left: calc(50% - 2px);
}

.wrpLoading .loading span:last-of-type::after {
    left: 0;
    top: calc(50% - 2px);
}

.wrpLoading .loading span:last-of-type::before {
    right: 0;
    top: calc(50% - 2px);
}

@keyframes loadeingPrd {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wrpLoadingItem {
    width: calc(100% - 20px);
    margin-right: 10px;
    overflow-x: hidden;
}

.wrpLoadingItem > div {
    display: flex;
    width: 1056px;
}

.wrpLoadingItem .active .line80 {
    border-color: #0077db
}



.wrpLoadingItem .line80 {
    width: 80%;
    border-bottom: 1px solid #d1d9e0;
}

.routed svg {
    transition: all ease 0.5s
}

.routed180 {
    transform: rotate(180deg)
}

.svgRout svg {
    transform: rotate(0deg) !important;
}

#topSort .srtWD .svg {
    transform: rotate(180deg)
}

#topSort .srtWD {
    color: #768ea2;
    cursor: pointer;
}

#topSort .srtWD.active {
    color: var(--subColors);
}

body {
    font-size: 14px;
}

.btn2 {
    border: 0;
    padding: 4px 12px;
    cursor: pointer;
    color: white;
    min-width: 43px;
    min-height: 20px
}

.fontSet {
    min-height: 55px;
    background-color: var(--subColors);
    color: #fff;
    left: -2px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fontSet span {
    font-size: 13px
}

.itemFlight:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1) !important;
}

.itemFlight .flightRules {
    display: flex
}

.itemFlight .cobinPersian {

    background-color: #F3F5F7;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    right: -13px;
    text-align: center;
    min-width: 55px;
}
.itemFlight .cobin {
    background-color: #F3F5F7;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    right: -13px;
    text-align: center;
    min-width: 55px;
}
.topSec{padding: 0 5px;min-height: 55px;display: flex;align-items: center}
.itemFlight .fts {
    font-size: 17px;}
#itemFlightList ul li:first-child{padding: 0}

.filterMobile {
    position: fixed;
    display: block;
    background-color: #fff;
    z-index: 5;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
}
.wrpBtnFooter {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    padding: 7px;
    bottom: 5px;

    justify-content: center;
    align-items: center;
}
.hide{display: none !important;}

@media all and (max-width: 767px) {
    #itemFlightList ul li:nth-child(2) span{ flex-direction: column}
    .itemFlight .fts {
        font-size: 20px;
        position: relative;
        top: -8px;

    }
    .md-mr-4{margin-right: 0}
    .wrpLoadingItem {overflow: scroll;}
    .wrpLoadingItem-hidden::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge add Firefox */
    .wrpLoadingItem-hidden {
        -ms-overflow-style: none;
        scrollbar-width: none; /* Firefox */
    }

    .itemFlight .fts {
        font-size: 13px
    }
    .itemFlight .fts2 {

        font-size: 11px;
        position: absolute;
        top: 21px;
    }

    .itemFlight {
        padding-left: 0;
        padding: 0 15px
    }

    .fontSet {

        left: 0px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 5px
    }

    .justify-center-sm {
        justify-content: center
    }

    .itemFlight ul li:nth-child(2) {
        padding: 0
    }

    .itemFlight ul li:nth-child(3) {
        padding: 0
    }

    .d-sm-none {
        display: none
    }

    .fontSet {
        border-top-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 5px
    }
    .wrpBtnFooter{display: flex}
    .pr-sm-0{padding-right: 0px}
}
