body {
    background: #fff;
}

ul li {
    list-style: none;
}
.min-height {
	min-height: 400px;
}
.modal-header .close {
    font-size: x-large;
}
/* .deneme2{ */
/* 	margin-left: -90px !important; */

/* } */

.international-list-branded-rules{
	min-height: 180px !important;
}
.international-list-branded-rules-mobile{
	min-height:unset

}

.datepicker-box-blank {
    display: block;
    height: 54px;
    width: 100%;
    padding-left:0;
    position: relative;
    border-radius:  3px;
    border: 1px solid #DBE0E6;
    background:  #FFF;
}
.datepicker-box table.back-tb{
    margin: 10px 0;
}
.datepicker-box-blank button {
    background: transparent;
    border: none;
    width: 100%;
    padding: 5px 4px 4px 4px;
}
@media (max-width: 991px) {
    .datepicker-box-blank button {
        padding: 10px 4px 10px 12px !important;
    }
    .passenger-search-list a{
        justify-content: flex-start;
        gap: 3px;
    }
    #traditionalSearch{
        margin-bottom:8px;
        margin-top: 0px;
    }
}


.datepicker-box table tbody tr .tdday span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #9CA1AE;
}

.datepicker-box table.back-tb .tdtext{
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #9CA1AE;
    padding-bottom:5px;
}
.datepicker-box table tbody tr .tdday {
    font-size: 14px;
    font-weight: 400;
    color: #1F2126;
}
.datepicker-box table tbody tr .tdday b{
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
}

/* Extended */

.e-px-1 {
    padding: 0 0.2rem !important;
}

button {
    background: transparent;
    border: none;
}

[data-toggle="tooltip"] {
    cursor: help !important;
}

#modalLoadingCheckout .modal-dialog {
    max-width: 576px;
}

#modalLoadingCheckout img {
    margin:40px 0px 24px;
}

#modalLoadingCheckout h3 {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 4px;

}
#modalLoadingCheckout p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #61656E;
}

.search-form {
    margin: 4px 0 24px 0 ;
    padding: 0 !important;
    border: 1px solid #EBF1FA;
    background:  #F6F9FD;
    height: 72px;
    border-width: 1px 0px;
}

.search-form .search-area{
   margin: 0px;
}

#searchForm .form-control.searchBarInput{
    border-radius: 3px;
    border: 1px solid  #DBE0E6;
    background: #FFF;
}
@media (max-width: 991px) {
    #searchForm .form-control.searchBarInput {
        padding-bottom: 0px;
    }
}

#searchForm.search-form-inner .container .row .search-col {
    margin: 9px 0 0px;
}

.exchangeIcon {
    float: right;
    width: 7%;
    display: inline-block;
    margin: 0 -5px;
    padding-bottom: 19px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.search-area .exchangeIcon svg {
    font-size: 18px;
    margin-top: 18px;
    margin-left:1px !important;
}

.search-area .exchangeIcon:hover svg{
    color:#056BFD
}

.search-form .search-area {
    background: none;
    position: relative;
    padding-top: 0;
}

#btn-hide-search-form {
    font-size: 24px;
    right: 10px;
    top: 0px;
    margin-top: -8px;
    position: absolute;
    display: none;
    z-index: 2;
    cursor: pointer;
    font-weight: bold;
}

.flight-summary {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    display: none;
}

.flight-summary span.city {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    /*     vertical-align: top; */
}

.flight-summary span.city i {
    margin-left: -3px;
    padding-top: 0px;
}

.flight-summary .bg-bg_gidisdonus {
    margin-bottom: -5px;
}

[data-roundtrip="false"] .flight-summary span.city i {
    margin-top: 4px
}

.flight-summary div.date {
    font-size: 12px
}

.flight-summary div.date span {
    border-right: 1px solid #CCC;
    padding-right: 5px;
    margin-right: 2px;
}

.flight-summary div.date span:last-child {
    border: none;
}

.flight-summary #btn-change-flight {
    color: #007bff;
}

.results {
    font-size: 11px !important;
}
.results .no-flight-found{
    text-align: center;
    margin-top: 52px;
    display: none;
}

.results .no-flight-found span{
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

.results .no-flight-found span:after{
    content: '';
    width: 100px;
    height: 100px;
    background: #F6F9FD;
    border-radius:50%;
    display: block;
    position: absolute;
    top: -20px;
    z-index: 0;
    left: -35px;
}
.results .no-flight-found span svg{
    font-size: 75px;
    z-index: 1;
    position: relative;
    color: #82B5FE;
}


.results .no-flight-found h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 24px 0;
    padding: 0px;
}



.results .helper {
    width: 100%;
    text-align: center;
    display: none;
}

.results .filter-results {
    text-align: right;
    font-size: 12px;
}

.results .list-border {
/*     border: 1px solid #e2e1e1; */
}

/* .results .flight-list .list-border { */
/*     border-right: none; */
/* } */

.search-international .results .list-border {
    border: none;
}

@media (min-width: 1200px) {
	[data-roundtrip="true"] #flights-table {
	    width: calc(100% + 1px);
	}
}

/* .flight-item */

.sub-table-item-ct{
    /*
    border: 1px solid #EBF1FA;
    */
    border-radius: 6px;
    width: 100%;
    text-align: center;
    color: #1F2126;
}


table.tablesorter .flight-item >td{
    padding:20px 0px;
    border: 1px solid #EBF1FA;
    border-width: 1px 0;
    text-align: center;
}

table.tablesorter .flight-item td:first-child{
    border-left: 1px solid #EBF1FA;
    border-radius: 6px 0 0 0;
}
table.tablesorter .flight-item td:last-child{
    border-right: 1px solid #EBF1FA;
    border-radius: 0 6px 0 0;
}

table.tablesorter .flight-item td.flight-select.flight-price,.search-international table.tablesorter>thead tr th.borderRight{
    border-right: 1px solid #EBF1FA;
    border-radius: 0 6px 0 0;
}

table.tablesorter{
    border-spacing: 0;
    border-collapse: inherit;
}




table.tablesorter .flight-item td.hidden,table.tablesorter .none{
    display: none;
}


tr.flight-item.hidden {
    display: none;
}

table.tablesorter .sub-table-item-ct .airlineCt{
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}
table.tablesorter .sub-table-item-ct .airlineCt img{
    margin-bottom: 5px;
}
table.tablesorter .sub-table-item-ct .airlineCt .airline,table.tablesorter .sub-table-item-ct .airlineCt .type{
    color:#61656E
}

table.tablesorter .sub-table-item-ct .airlineCt .flight-number{
    font-weight: 700;
}
table.tablesorter .sub-table-item-ct.departure {
    font-weight: 700;
    color: #1F2126;
}
table.twoFly .domestic-brand-box{
    height: auto;
}
.flight-list{
    padding-right: 7px;
}

.return-flight-list{
    padding-left: 7px;
}



tr.flight-item .operating-airline {
    color: #FF8308;
    font-size: 9px;
}
tr.flight-item .operating-airline em{
  font-style: normal;
    font-weight: 600;
}

.screen-md .operating-airline {
    white-space: normal;
}

tr.flight-item .flight-number {
    font-weight: bold;
}

tr.flight-item .flight-time {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}

tr.flight-item .airport {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

tr.flight-item .flight-duration {
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

tr.flight-item .segment-count {
    text-align: center;
    display: block;
    margin-top: 11px;
    font-weight: 400;
}

.twoFly tr.flight-item .flight-time {
    font-size: 13px;
    font-weight: 700;
}

.twoFly tr.flight-item .airport{
    font-size: 11px;
    font-weight: 400;
    cursor: pointer !important;
}

/* end of .flight-item */

.search-header {
    position: relative;
    background: #EBF1FA;
    font-size: 14px;
    color: #1F2126;
    padding: 10px 16px;
    margin: 0 0 16px 0;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #DBE0E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-header b{
    font-size: 16px;
    font-weight: 600;
    color:#1F2126;
    margin-left: 2px;
}

.search-header img.flight-icon {
    width: 18px;
    margin: -3px 4px 0 0;
}

.search-header .flight-date-changer{
    border-radius:  6px;
    border: 1px solid  #DBE0E6;
    background: #F6F9FD;
    padding: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    transform: translate(all 0.2);
}

.search-header .flight-date-changer i,.search-header .flight-date-changer svg{
  padding: 0 5px;
    cursor: pointer;
}

.search-header .flight-date-changer:hover{
    border-color: #056BFD;
}


.return-flight-list .search-header .fa-plane{
    transform: rotate(180deg);
}

.search-header .btn-prev-day {
    background: url(/resources/img/icons/date-arrow-l.png);
    height: 12px;
    width: 12px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

.search-header .btn-next-day {
    background: url(/resources/img/icons/date-arrow-r.png);
    height: 12px;
    width: 12px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}



table.tablesorter {
    width: 100%;
    background-color: #FFF;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

table.tablesorter>thead {
    background-color: #F6F9FD;
    color: #61656E;
    border: 1px solid #EBF1FA;
    border-radius: 6px 6px 0px 0px;
    font-size: 12px;
    font-weight: 400;
}




.language-ru .search-domestic [data-roundtrip="true"] .tablesorter-header-inner, .language-en .search-domestic [data-roundtrip="true"] .tablesorter-header-inner,
.language-fr .search-domestic [data-roundtrip="true"] .tablesorter-header-inner, .language-de .search-domestic [data-roundtrip="true"] .tablesorter-header-inner  {
       width: calc(100% - 20px);
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
   }
table.tablesorter>tbody {
    border: none;
    /*     border-left: 1px solid rgba(255, 198, 0, 0); */
    /*     border-right: 1px solid rgba(255, 198, 0, 0); */
}


table.tablesorter>thead tr th {
    border: 1px solid #EBF1FA;
    border-width: 1px 0;
    text-align: center !important;
    padding: 0;
    margin: 0;
    width: auto !important;
    font-size: 12px;
    font-weight: 400;
    color:#61656E;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-wrap: nowrap;
}
table.tablesorter>thead tr th:first-child{
    border-left: 1px solid #EBF1FA;
    border-radius: 6px 0 0 0;
}
table.tablesorter>thead tr th:not(.none):last-child{
    border-right: 1px solid #EBF1FA;
    border-radius: 0 6px 0 0;
}
table.tablesorter>thead tr th svg,table.tablesorter>thead tr th i {
    font-size: 12px;
    color: #61656E;
    padding: 0 6px;
}

table.twoFly>thead tr th{
    font-size: 11px;
}

table.tablesorter .tablesorter-filter-row {
    display: none;
}




/* table.tablesorter.oneway thead tr th, table.tablesorter.oneway thead tr th.price { */
/*     width: auto !important; */
/* } */

@-moz-document url-prefix() {
	[data-roundtrip="true"] #flights-table tbody {
	    border-right: 1px solid #e1e2e1;
	}
}


.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(1) {
	width: 88px !important;
}
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(2),
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(3),
.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(4){
	width: 78px !important;
}

.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(5){
    width: 100px !important;
}

.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(1),
.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(5),
.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(6){
	width: 163px;
}
.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(2),
.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(3),
.search-domestic [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(4){
	width: 120px;
}



.search-domestic [data-roundtrip="true"] .flight-select {
	width: 35px !important;
	position: relative;
}
.tablesorter-headerUnSorted:hover,.tablesorter-headerUnSorted:hover svg{
    color: #056BFD !important;
}
.tablesorter-headerAsc,.tablesorter-headerDesc,.tablesorter-headerAsc:hover,.tablesorter-headerDesc:hover {
    color: #056BFD !important;
}
.tablesorter-headerAsc i,.tablesorter-headerDesc i,.tablesorter-headerAsc svg,.tablesorter-headerDesc svg{
    color: #056BFD !important;
}

.tablesorter-headerUnSorted {
    color: #61656E;
}


.tablesorter-headerAsc:nth-last-child(-n+5), .tablesorter-headerDesc:nth-last-child(-n+5), .tablesorter-headerUnSorted:nth-last-child(-n+5) {
    background: none !important;
}

@media (max-width: 980px) {

}

/* BLANK ROWS */

.blank-row-5 {
    height: 5px;
}

.blank-row-10 {
    height: 10px;
}

.blank-row-15 {
    height: 15px;
}

.blank-row-20 {
    height: 20px;
}

/* BLANK ROWS */


.price-note {
    font-size: 10px;
    line-height: 11px;
    max-width: 90px;
    padding-top: 5px !important;
    margin: 0 auto !important;
    text-align: center;
}

.flight-price {
    text-align: center;
}

.flight-price .same-provider-discount {
    font-weight: bold;
    text-decoration: line-through;
    display: none;
}

.flight-price .same-provider-discount.line-through {
    display: table;
    margin: 0 auto;
}

.btn-center {
    display: table;
    margin: 0 auto !important;
    /* width: max-content; */
    /* text-align: -webkit-match-parent; */
}

.flight-price {
    text-align: inherit !important;
}

.flight-price .price-big {}

.flight-price .price-big.currencyChangeArea {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.twoFly .flight-price .price-big.currencyChangeArea{
    font-size: 13px;
    font-weight: 700;
}


.flight-price .lastseat {
    display: inline-block;
    font-size: 12px;
    color: #dc3545 !important;
    text-align: center;
	width: 100%;
}

.flight-select {
    text-align: center;
}


tr.flight-detail {
    display: none;
}

tr.flight-detail .operating-airline {
	color: #a6a6a3;
    font-size: 9px;
}

.stop-clock-icon {
    display: inline-block;
    height: 14px;
}

.stop-clock-icon.line1 {
    height: 30px;
    margin-top: -5px;
}

.seat-icon {
    display: inline-block;
    margin-top: 5px;
}

.transmission {
    margin: 6px 30%!important;
    position: relative;
}

.transmission .one-line, .transmission .one-line-small {
    background-color: #17CEC4;
    width: 100%;
    height: 4px;
    float: left;
    border-radius: 20px;
}
/*
.transmission .one-line-small:before {
    content: url(/resources/img/icons/cut-arrow-right.png);
    color: #a6a6a3;
    display: inline-block;
    margin: -5px -8px;
    font-size: 8px;
    float: right;
}

.transmission .one-line-small:after {
    content: '';
    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;
}*/

.transmission .stop {
    position: absolute;
    left: calc(50% - 9px);
    top: -4px;
    background-color: #17CEC4;
    border-radius: 20px;
    width: 16px;
    border: 4px solid #fff;
    height: 12px;
}

.twoFly .transmission .stop{
    left: calc(50% - 6px);
    top: -3px;
    width: 14px;
    border: 3px solid #fff;
    height: 10px;
}

.flight-select label {
    width: 35px;
    height: 100%;
    min-height: 70px;
    display: block;
    padding-top: 70%;
}
.flight-select input[type="radio"] {
    display: inline-block !important;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* margin: 4px 0 0; */
    vertical-align: middle;
    cursor: pointer;
    content: "";
    background-color: #FFF;
    border-width: 2px;
    border-style: solid;
    border-color: #007bff;
    box-sizing: border-box;
    -moz-transition: all .12s;
    -o-transition: all .12s;
    -webkit-transition: all .12s;
    transition: all .12s;
    -webkit-appearance: none;
    /* float: right; */
/*     position: absolute; */
/*     right: 5px; */
/*     margin: 0 auto; */
}

.flight-select input[type="radio"]:checked {
    border-width: 5px !important;
    background-color: #FFF !important;
}

.btn.btn-show-all-flights {
    width: 100%;
    display: none;
}
.btn.btn-reset-filter{
    width: auto;
}

.btn.btn-show-all-flights svg, .btn.btn-reset-filter svg {
    font-size: 12px;
}

.btn.btn-reset-filter {
    display: block;
    margin: 0 auto;
}

.summary-before-onepagecheckout {
    margin-bottom: 16px;
    width: 100%;
}

.total-sum {
    position: relative;
    border-radius: 6px;
    border: 2px solid #EBF1FA;
    background:  #F6F9FD;
    padding: 16px;
    display: flex;
    gap:16px;
}

.total-sum >div{
    border-radius: 6px;
    border: 1px solid #EBF1FA;
    background: #FFF;
    padding:7px 16px;
    text-align: center;
    width: 100%;
}

.total-sum .currency {
    font-size: 16px;
}

.total-sum .total-sum-price {
    display: inline-block;
}

.total-sum b {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color:#1F2126;
}

.total-sum .all-price {
    display: inline-block;
}

.total-sum .currencyChangeArea {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color:#FF8308;

}

.total-sum .total-sum-price .currencyChangeArea {
    color: #61656E;
}

.total-sum .total-sum-price.discount .currencyChangeArea i:not(.currency){text-decoration: line-through;}


/** Details **/

.btn-hide-detail {
    border: none;
    font-size: 24px;
    position: relative;
    float: right;
    margin: -5px 2px 0 0;
    cursor:pointer;
    display: none;
}

/* TAB Style the list */

ul.tabs-menu {
    font-size: 12px;
    padding-inline-start: 0;
    padding: 0;
    margin: 0!important;
    z-index: 2;
    background: #fff;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.tabs-menu li {
    height: 37px;
    line-height: 37px;
    list-style: none;
    display: inline-block;
    background: #fff;
}

.tabs-menu li.current {
    position: relative;
}

.tabs-menu li.current:after {
    content: '';
    width: 50%;
    border-radius: 84px;
    background: #056BFD;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    translate: 50% 0;
}

.tabs-menu li a {
    padding:11px 18px;
    color: #1F2126;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.tabs-menu .current a {
    color: #1F2126;
}

.tab {
    background-color: #fff;
    float: left;
    width: 100%;
    border-radius: 0 6px 6px 6px;
}

.tab-content {
    width: 100%!important;
    padding: 24px 0;
}

.tab-content ul {
    padding-inline-start: 10px;
}

.tab-content ul li {
    font-size: 12px !important;
    color: #343434 !important;
    margin-top: 5px;
    margin-left: 15px;
    list-style: inherit;
    text-indent: 0px;
}

.tab-content ul li li {
    list-style: none;
    margin-left: 0;
}

.flight-baggage .table td {
    padding: 0.75rem 0;
}

.flight-baggage .text-warning {
    color: #F85156 !important;
    font-size: 11px;
    margin: 0px;
    display: inline-flex;
    align-content:center;
}

.flight-baggage .text-warning img{
   margin-right: 4px;

}

.search-list-detail .flight-rules table {
    font-size: 11px !important;
    border-top: none !important;
    width: 100% !important;
    color:#1F2126 !important;
    table-layout: auto !important;
    border-top: none !important;
    margin-bottom: 24px !important;
    line-height: 14px;
}

.search-list-detail .flight-rules table thead th{
    border-bottom:1px solid #dee2e6;
    font-weight: 600 !important;
}
.search-list-detail .flight-rules table:last-child{
    margin-bottom: 0px;
}


.search-list-detail .flight-rules table th,.search-list-detail .flight-rules table td{
    border: 4px solid #fff !important;
    text-align: center;
    padding: 0px;
}

.search-list-detail .flight-rules table th{
    text-align: left;
    color:#1F2126;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    border-top: none !important;
    padding: 8px;
}

.search-list-detail .flight-rules table td{
    text-align: left;
    color:#3E3CD4;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600 !important;
    background: #F6F9FD;
    border-radius: 4px !important;
    padding: 8px !important;
}


.search-list-detail .flight-rules table strong{
   font-weight: 600;
}
.search-list-detail .flight-rules .text-warning {
    color: #F85156 !important;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 24px;
}

.search-list-detail .flight-baggage table{
    margin: 0px;
}
.search-list-detail .flight-baggage table thead th{
    font-size: 11px;
    font-weight: 400;
}
.search-list-detail .flight-baggage table thead th,.search-list-detail .flight-baggage table  td{
    border: 0px;
    padding: 0px;
    margin: 0px;
    background: none;
}

.search-list-detail .flight-baggage table  td span{
    border-radius: 4px;
    background: #F6F9FD;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color:#3E3CD4;
    display: inline-block;
    margin-top: 8px;
}

.search-list-detail .flight-baggage .brandfareinfo{
    border-radius: 6px;
    border: 1px solid #EBF1FA;
    padding: 16px 24px;
    background: #fff;
}
.search-list-detail .flight-baggage h4{
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #DBE0E6;
    background: #EBF1FA;
    padding: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #1F2126;
    margin: 0px 0 -2px;
    display: flex;
    align-items: center;
    position: relative;
}

.search-list-detail .flight-baggage h4 svg{
    margin-right: 8px;
    font-size: 14px;
}

.search-international .table-intern .search-list-detail .flight-baggage .brandfareinfo{
    padding: 8px;
}


.search-list-detail .flight-rules h3,.search-list-detail .flight-baggage h3{
    margin: 0px 0 16px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600;
    color:#056BFD;
    display: block;
    border: 0px;
}

.search-list-detail .flight-rules{
    padding:24px 8px;
}

.search-list-detail .flight-rules ul{
    font-size: 12px;
    font-weight: 400;
    color:#1F2126;
    line-height: 16px;
    margin-bottom: 24px;
    padding: 0px;
}

.search-list-detail .flight-rules ul li{
    margin-bottom: 16px;
}

.search-international .flight-baggage table th {
    text-align: left !important;
}

.stop-clock {
    content: url(/resources/img/icons/clock-l.png);
    height: 12px;
    width: 12px;
}

.stop-clock-small {
    content: url(/resources/img/icons/clock-s.png);
    height: 9px;
    width: 9px;
}

.flightClock {
    font-style: normal;
    background: #F6F9FD;
    padding: 2px 4px;
    color:#3E3CD4;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 5px;
}
b.flightClock{
    font-weight: 600 !important;
    font-size: 11px;
}

.flight-itineraries {
    width: 100%;
    border: none;
    line-height: 14px;
}


.twoFly .fly-detail{margin:0}
.twoFly .fly-detail >div{
    padding:0 5px;
    border:0px
}

.twoFly .fly-detail .line2{
    font-size:9px;
    letter-spacing:0px;
}
.twoFly .fly-detail .line3{
    font-size:9px;
}
.twoFly .fly-detail .line2 b{
    font-size:10px;
}
.twoFly .fly-detail .tm-time{
    font-size:10px;
    font-weight:500;
}
.twoFly .fly-detail .flightClock{
    font-size:9px;
}
.twoFly .fly-detail .emptySeat{
    font-size:9px;
}

.twoFly .fly-detail .emptySeat svg{
    font-size:10px;
}




.flight-baggage {
    width: 100%;
}

.tab-border {
    border-bottom: 1px solid #fffdf0;
    background: #fffdf0;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 10px;
}

.search-list-detail h3 {
    font-size: 14px;
    color: #007bff;
    border-bottom: 1px solid #007bff;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding: 3px;
    margin-left: 7px;
    font-weight: bold;
}

.lineDotted {
    border-right: 1px dotted #666;
}

.lineSolid{
    border-right: 1px solid #F6F9FD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line1 {
    color: #1F2126;
    margin-bottom:4px;
    padding: 0;
    display: block;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}


.line1 b{
    font-weight: 500;
}


.line2 {
    color: #61656E;
    padding: 0;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.3px;
}

.line2 b{
    font-size: 11px;
    font-weight: 700;
}

.line3 {
    color: #1F2126;
    padding: 0;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.3px;
}

.tm-time{
    font-size: 13px;
    font-weight: 600;
    color:#1F2126;
    min-width: 96px;
}

.emptySeat{
    padding:2px 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color:#3E3CD4;
    display: inline-flex;
    align-items: center;
    background: #F6F9FD;
    border-radius: 4px;
}

.emptySeat svg{
   margin-right: 4px;
    font-size: 12px;
}

.stopDuration .stopInlineTable {
    border-bottom: 1px solid #EBF1FA;
    background: #F6F9FD;
    padding: 8px;
    font-size: 9px;
    color: #1F2126;
    line-height: 14px;
    display: flex;
    text-align: center;
    position: relative;
    height: auto;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
}

.stopDuration .stopInlineTable .bold{
    font-weight: 600;
}

.stopDuration .stopInlineTable .timer{
   color:#3E3CD4;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
}
.stopDuration .stopInlineTable .timer svg{
    margin-right: 5px;
    font-size: 12px;
}

.stopDuration .stopInlineTable b{
    font-weight: 600;
}

.stopInlineTable {
    margin-top: 10px;
}
.stopInlineTechnicalTable {
    border: 1px dashed red !important;
    color: red !important;
    background: #ffeaea !important;
}
.filter-row {
    display: none;
}

.filter-row button {
    color: #007bff;
    font-size: 12px !important;
}

/** filter ***/

.btn-mini {
    border: 1px solid #eaeaea;
    background: #fff;
    color: #383838;
    padding: 3px 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.btn-mini:hover {
    background: #ffc600;
}

#btn-show-filter {
    width: max-content;
    margin-top: -6px;
    display: block;
    float: left;
    color: #007bff;
    display: none;
}

#btn-hide-filter {
    display: none;
}
#btn-hide-filter-x {
	display: none;
	float: right;
    font-size: 24px;
    font-weight: bold;
/*     margin-right: -25px !important; */
}

.filter {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 16px;

}

.filter-header{
    width: 100%;
    padding-bottom: 16px;
}

.filter-header i,.filter-header svg{
   margin-right: 2px;
}

.filter h2 {
    margin: 6px 0 0;
    font-size: 14px;
    background: #EEE;
    padding: 5px;
    font-weight: 700;
}

.filter h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
}

.filter h3:hover {
    color:#056BFD;
}


.filter .filter-category {

}

.filter .filter-category span.filter-title {
    font-size: 14px;
    color: #1F2126;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    border-top: 1px solid #EBF1FA;
    padding: 16px 0 0;
    width: 100%;
    position: relative;
}

.filter .filter-category .filter-content {
    margin-bottom: 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color:#1F2126;color:#1F2126;
}

.filter .filter-category .filter-content .accordionBox.off {
    height: 148px;
    overflow: hidden;
}

.filter .filter-category .filter-content .filterOff {
   cursor: pointer;
}
.filter .filter-category .filter-content .filterOff.on svg{
    transform: rotate(180deg);
}




.filter .filter-category .filter-content .flight-time input, .filter .filter-category .filter-content .flight-duration input,
	.filter .filter-category .filter-content .return-flight-duration input,
	.filter .filter-category .filter-content .flight-price input, .filter .filter-category .filter-content .return-flight-price input
	{
	border: none;
	display: inline-block;
	width: 75px;
	padding: 0;
	background: transparent;
    font-size: 11px;
    font-weight: 600;
    color:#3E3CD4;
}

.filter .filter-category .filter-bg{
    background: #F6F9FD;
    font-size: 11px;
    font-weight: 600;
    color:#3E3CD4;
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 4px;
}

.filter-div .custom-control {
    min-height: auto !important;
    line-height: 1;
    padding: 5.5px 0;
}

.filter-div .custom-control.custom-checkbox:hover .custom-control-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.filter .filter-category .custom-control button.only {
    font-size: 12px;
    display: none;
    font-weight: 500;
    color: #056BFD;
    cursor: pointer;
    border-radius: 4px;
    background: #F6F9FD;
    padding:6px 4px;
    opacity: 0.9;
    margin: -4px 0 -4px 8px;

}

.filter  .ui-slider-horizontal .ui-slider-handle{
    margin-left: 0px;
}

.filter  .ui-slider-horizontal{
    width: calc(100% - 16px);
}

.filter .filter-category .custom-control:hover button.only {
    display: inline-block;
}

#btn-clean-all-filters, .btn-clean-filter {
    float: right;
    display: none;
    cursor: pointer;
}


[data-filter="all"].btn-clean-filter {
    margin-top: 0px;
    margin-right: 0;
}

.filtered {
    display: none;
}

/* RANGE */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: 6px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.43em;
    margin-left: 0
}

/*.ui-slider .ui-slider-handle:last-child{
    margin-left: -16px;
}*/

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

/* # */

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #DBE0E6;
}

.ui-slider-horizontal {
    position: relative;
    border: 0px !important;
    margin: 12px 0px 25px;
    background: #EBF1FA;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider-handle,.ui-slider-handle.ui-state-hover,.ui-slider-handle.ui-state-focus {
    box-shadow: 0px 2px 2px 0px #4F4F4F;
    height: 16px !important;
    width: 16px !important;
    border-radius: 10px;
    background: #ffffff !important;
    border:2px solid #056BFD !important;
    cursor: pointer !important;
    -webkit-appearance: none;
}


/* RANGE */

/* Calendar */

/** AirlineMatrix **/

.airlineMatrixContainer {
    margin-bottom: 16px;
    padding: 0px;
}

#airlineMatrix {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
    z-index: 1;
}

@media ( max-width: 980px) {
    #airlineMatrix {
        display: none;
    }
}

#airlineMatrix img {
    height: 50%;
    float: left;
    padding: 15px 0;
    margin: 0 8px 0 4px;
}


.matrix-menu, .matrix-content .airline{
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color:#1F2126;
}

.matrix-menu, .matrix-content .type{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color:#1F2126;
}
.matrix-menu, .matrix-content .priceText{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color:#1F2126;
}

.matrix-content .priceText{
    font-size: 13px;
    font-weight: 600;
    color:#3E3CD4;
}

.matrix-content {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    justify-content: space-between;
}
.matrix-content li >ul{
    border: 1px solid #EBF1FA;
    background: #F6F9FD;
    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
    margin-right: 8px;
    border-radius: 6px;
    padding: 8px;
    transition: all 0.5s ease;
    line-height: 17px;

}
.matrix-content li >ul:hover{
    background: #EBF1FA;
    cursor: pointer;
}

.matrix-content li >ul >li:nth-child(2){
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}


.matrix-menu {
    text-align: left;
    padding-inline-start: 0;
    margin-bottom: 24px;
}

.matrix-menu >li {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    color:#1F2126;
    font-style: normal;
    position: relative;
    font-weight: 500;
    margin-right: 20px;
}


.matrix-menu .current:after{
    content: "";
    background-color: #056BFD;
    height: 5px;
    border-radius: 3px;
    width: 80%;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.matrix-content>li {
    display: inherit;
    background: white;
    max-width: 1030px;
    overflow: hidden;
}


.matrix-content>li#bestFlightTime {
    display: none;
}

.matrix-best-price, .matrix-best-flightTime {
    float: left;
    padding: 4px;
    min-height: 57px;
}


.matrix-best-price li, .matrix-best-flightTime li {
    width: 146px;
    text-align: left;
    font-size: 11px;
    cursor: pointer;
    color: #1F2126;
}

.matrix-best-price .priceCurrencyLabelArea, .matrix-best-flightTime .priceCurrencyLabelArea {
    margin: 0;
    font-size: 11px;
    padding: 0 0 3px;
    font-weight: bold;
}

#btn-matrix-next,#btn-matrix-prev {
    border-radius: 100px;
    background: #F6F9FD;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    cursor: pointer;
}
#btn-matrix-next,#btn-matrix-prev svg{
    font-size: 14px;
    color: #056BFD;
}

.priceCalendartext p{
    font-size: 14px;
    color:#61656E;
    font-weight: 600;
    margin: 8px 0;
}
.priceCalendartext {
    font-weight: 400;
    color:#61656E;

}

.no-matrix-action svg {
    color:#C4CBD5 !important;
}
.no-matrix-action {
    background:#F6F9FD !important;
}

.matrixLoadingImg {
    text-align: center !important;
    float: none !important;
    padding: 0 !important;
}

#btn-masterPriceCalendar {
    cursor: pointer;
    z-index: 2;
    float: right;
    margin-bottom: -25px;
    position: relative;
}

#btn-show-all-flights {
    display: none;
    color: #007bff;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 0px;
    font-size: 12px !important;
    font-weight: normal !important;
    float: right;
}

/** **/

#monthCalendarContent {
    position: relative;
    margin-bottom: 15px;
}

.month-calendar {
    width: 100%;
    margin: 0px;
    position: relative;
}

/*
[data-roundtrip="true"] #departureCalendarContent {
    padding-right: 3px;
}

[data-roundtrip="false"] #departureCalendarContent {
    !* margin-top: 7px; *!
    padding-left: 1px;
}*/

#monthCalendarContent .btn-calendar-next,#monthCalendarContent .btn-calendar-prev {
    background: #EBF1FA;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:0px;
    top: calc(50% - 12px);
    padding: 0px;
}

#monthCalendarContent .btn-calendar-next svg,#monthCalendarContent .btn-calendar-prev svg{
    color: #056BFD;
    font-size: 14px;
}

#monthCalendarContent .btn-calendar-prev {
    left: 0;

}
#monthCalendarContent .btn-calendar-next{
    right: 0;

}

/* [data-roundtrip="true"] #returnCalendarContent { */
/*     margin-top: 30px; */
/* } */

.month-calendar ul {
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

.month-calendar ul li {
    display: inline-block;
    padding: 16px;
    text-align: left;
    border: 1px solid #EBF1FA;
    cursor: pointer;
    border-radius: 6px;
    min-width: 142px;
    line-height: 14px;
}
.month-calendar ul li:hover {
    background: #F6F9FD;
    border: 1px solid #056BFD !important;
}

.datelistCt{
    padding: 16px;
    border:1px solid #EBF1FA;
    border-radius: 6px;
}
.datelistCt .fa-plane,.datelistCt .fa-plane{
    color:#DBE0E6;
}

.alternative-day .currencyChangeArea, .current-day .currencyChangeArea {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color:#1F2126;margin-top: 2px;
}

[data-roundtrip="true"] #departureCalendarContent .month-calendar ul {
   /* left: 17px;
    right: 17px;
    width: calc(100% - 30px);*/
}

[data-roundtrip="false"] #departureCalendarContent .month-calendar ul li {
    min-width: 134px;

}
[data-roundtrip="false"] #departureCalendarContent .iconbox {
    justify-content: flex-end;
}

/*[data-roundtrip="true"] #returnCalendarContent .month-calendar ul {
    left: 17px;
    right: 17px;
    width: calc(100% - 30px);
}

[data-roundtrip="true"] #returnCalendarContent .month-calendar ul li {
    width: 54px;
}*/

.btn-calendar-graph svg {
  font-size: 16px !important;
    margin-top: -7px;
    margin-right: -5px;
}

.iconbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 35px;
}

/* [data-roundtrip="true"] .btn-calendar-graph { */
/*     height: 26px; */
/* } */

@media ( max-width: 992px) {
    [data-roundtrip="true"]#monthCalendarGraphContent {
        display: none;
    }


	.filter .filter-category .filter-content .flight-time, .filter .filter-category .filter-content .flight-price,
		.filter .filter-category .filter-content .flight-duration {
		max-width: 100%;
		margin: 0 auto 20px 0;
	}
	[data-roundtrip="true"].monthCalendarBox {
        display: none;
    }
}

.month-calendar ul li span price {
    font-size: 11px;
    margin-right: 2px;
}

.month-calendar ul li span currency {
    font-size: 8px;
}

.month-calendar-price {
    font-size: 11px;
    margin-right: 2px;
}

.month-calendar-currency {
    font-size: 8px;
}

.label-no-padding {
    padding-bottom: 0;
    padding-top: 0;
}

.noprice-day, .alternative-day, .past-day {
    background: #fff;
}

.month-calendar .current-day {
    background: #F6F9FD;
    border: 1px solid #056BFD !important;
}


.dayHeader {
    color: #056BFD;
    font-size: 12px;
    font-weight: 500;
}

.month-calendar ul li span:not(.dayHeader) {
    display: block;
    color:#1F2126;
    font-size: 11px;
    font-weight: 700;
}

.btn-calendar-next {
    height: 36px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin-top: 0px;
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
    position: absolute;
    color: #656565;
    padding: 10px 0 0 2px;
}

.btn-calendar-prev {
    left: 0;
    height: 36px;
    background: #fff none repeat scroll 0% 0%;
    padding: 10px 0 0 1px;
    position: absolute;
    margin-top: 0;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #656565;
    text-align: center;
}

.btn-calendar-next.calendar-disabled, .btn-calendar-prev.calendar-disabled {
    background: rgb(204, 204, 204) none repeat scroll 0% 0% !important;
    cursor: default;
    color: #848484;
}

.btn-calendar-graph {
    cursor: pointer;
}

.btn-calendar {
    position: absolute;
    top: 16px;
    right: 16px;
    line-height: 14px !important;
}

.btn-calendar svg{
    font-size: 14px;

    margin: 0 5px 0 0;
}

[data-roundtrip="true"] [data-direction="departure"].btn-calendar {
    display: none;
}

[data-roundtrip="true"] #departureGraphContent .btn-calendar {
    display: none;
}

.btn-calendar-graph:before {
    display: block;
    padding-bottom: 2px;
}

.alternative-day.soft-hidden, .current-day.soft-hidden, .past-day.soft-hidden, .noprice-day.soft-hidden, .prev-load.soft-hidden, .next-load.soft-hidden {
    display: none;
}

.calendarLoader {
    width: 20px;
    margin-top: 5px;
}

.month-calendar .past-day {}

.month-calendar .current-day {}

.month-calendar .alternative-day {}

.month-calendar .noprice-day {}

/* GRAPH AREA */

.calendarGraphArea {
    width: 100%;
    background: #fff;
    padding: 16px;
    border: 1px solid #EBF1FA;
    position: relative;
    border-radius: 6px;
}


[data-roundtrip="true"] #departureGraphContent {
    width: 485px;
    position: absolute;
    left: 0;
}

[data-roundtrip="true"] #returnGraphContent {
    width: 485px;
    position: absolute;
    right: 0;
}

.dailyGraph {
    position: relative;
    margin: 75px 35px 0px;
}

.dailyGraph.roundTrip {
    width: 450px;
}

.dailyGraph ul {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 0px;
    padding-left: 55px;
    display: inline-block;
}

.dailyGraph ul li {
    width: 26.5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 100px;
    float: left;
    margin-right: 4px;
}

.dailyGraph.roundTrip ul {}

.dailyGraph.roundTrip ul li {
    width: 26px;
}
.dailyGraph .data-null{
    position: absolute;
    bottom: 24px;
    height: 36px;
    width: 100%;
    background: #F6F9FD;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.dailyGraph .data-null svg{
    color:#056BFD;
    font-size: 14px;

}
.amountGraph {
    background: #fff;
    display: block;
    background: linear-gradient(180deg, #82B5FE 0%, #056BFD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82B5FE', endColorstr='#056BFD', GradientType=0);
    /* IE6-9 */
    background: -ms-linear-gradient(bottom, #82B5FE 0%, #056BFD 100%);
    /* IE10+ */
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.amountGraph.graph-10 {
    display: block;
    background: #056BFD;
    height: 10px;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.amountGraph.graphCurrent {
    background: linear-gradient(180deg, #82B5FE 0%, #056BFD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82B5FE', endColorstr='#056BFD', GradientType=0);
    /* IE6-9 */
    background: -ms-linear-gradient(bottom, #82B5FE 0%, #056BFD 100%);
    /* IE10+ */
}

.amountGraph.graph-10.graphCurrent {
    background: #056BFD;
}

.graphDay {
    background: #F6F9FD;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 9px;
    height: 29px;
    position: absolute;
    bottom: -4px;
    padding: 2px 0 4px;
    line-height: 12px;
    border-radius: 0px 0px 4px 4px;

}

.graphDay b{
   font-weight: 600;
    font-size: 10px;
}

.graphDay.graphCurrent{
    background: #1F2126;
    color:#fff;
}

.dayCurrent {
    background: #fec60a;
}

.graphPriceLine {
    position: absolute;
    bottom: 5px;
    left: auto;
    width: 100%;
    border-top: 1px solid #EBF1FA;
    z-index: auto;
    color: #1F2126;
    font-weight: 600;
    font-size: 11px;
}

.graphLineMonthArea {
    width:100%;
    position: absolute;
    padding-left: 60px;
    top: -30px;
}

.graphLineMonthArea.roundTrip {
    width: 440px;
}

.graphPriceLine currency {
    font-size: 9px;
}

.graphPriceLine span {
    position: absolute;
    top: -4px;
    left: 0px;
    background: #fff;
    padding-right: 16px;
}

.graphLineMonth {
    position: relative;
    height: 2px;
    display: inline-block;
    margin-right: 5px;
}

.graphLineMonthName {
    position: absolute;
    top: -20px;
    left: 45%;
    font-size: 11px;
    font-weight: 500;
    color:#61656E;
}

.btn-calendar-graph-prev {
    left: 16px;
    top: calc(50% - 12px);
}

.btn-calendar-graph-next {
    right: 16px;
    top: calc(50% - 12px);
}

.btn-calendar-graph-prev,.btn-calendar-graph-next{
    color:#056BFD;
    cursor: pointer;
    border-radius: 50%;
    border: 0px;
    padding: 0px;
    background: #EBF1FA;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.monthCalendarContent {
    display: none;
}

.fa.fa-search.graph {
    position: absolute;
    left: 10%;
    bottom: 5px;
    color: #737373;
    margin: 0 auto;
}

@media ( max-width: 1200px) {
    .calendarGraphArea {
        width: 100% !important;
        margin: 0 auto !important;
        border: navajowhite;
    }
}

.calendarGraphArea h5 {
    position: absolute;
    left: 24px;
    top: 20px;
    color: #DBE0E6;
    font-size: 14px;
}

.calendarGraphArea h5 svg{
    color: #DBE0E6;
    font-size: 14px;
}

@media ( max-width: 640px) {
    .dailyGraph ul li {
        width: 14px !important;
    }
    .return-flight-list {
    margin-top:10px !important;
}
}

#monthCalendarGraphContent {
    position: relative;
    width: auto;
    margin-bottom: 16px;
}

[data-roundtrip="true"] #monthCalendarGraphContent {
    margin-left: -14px;
}

[data-roundtrip="true"] #monthCalendarGraphContent .calendar-div{
    /*
    padding-right: 0px !important;
    */
}

@media ( max-width: 1199px) {
    #monthCalendarGraphContent {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    #monthCalendarContent {
        margin-left: 10%
    }
}

@media ( max-width: 992px) {
    #monthCalendarGraphContent, #monthCalendarContent {
        display: none !important;
    }
}

/* mobile */

.monthCalendarBox {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0px 0 7px 0;
}

.noprice-day span.dayHeader {
    white-space: nowrap;
}

.monthCalendarBox ul li {
    white-space: normal;
    padding: 16px;
    max-width: 97px;
    display: inline-block;
    cursor: pointer;
    text-align: left;
    border: 1px solid #EBF1FA;
    background: #fff;
    line-height: 14px;
    border-radius:  6px;
    width: auto;
}

.monthCalendarBox ul {
    white-space: nowrap;
    padding-inline-start: 0;
}

.monthCalendarBox ul .current-day {
    background: #F6F9FD;
    border: 1px solid #056BFD;
}

.noprice-day span {
    margin-top: -3px;
}

.noprice-day span i {
    display: inline-block;
}

.dayHeader {
    background: none;
}

@media ( min-width: 759px) {
    .monthCalendarBox {
        display: none;
    }
}

/*  */

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #333;
}

.cfc-day {
    display: block;
    font-size: 11px !important;
}

.cfc-price {
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #000;
}

.cfc-carrier {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.cfc-search {
    display: block;
    font-size: 13px !important;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #363636;
}

.cfc-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 300px;
    background-color: #61656E;
    border: 1px solid #61656E;
    border-radius: 4px;
    padding: 8px 8px 16px 8px;
    margin-left: 10px;
}
.cfc-tooltip:after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #61656E;
    position: absolute;
    left: -10px;
    bottom: 10px;
}

.tooltip div:last-child {
    background: #61656E;
    color: #FFF;
    opacity: 1;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.tooltip .arrow::before {
    border-bottom-color: #61656E;
}

body .cfc-tooltip {
    border-width: 2px;
    left: 25px;
}

@media ( max-width: 640px) {
    .cfc-tooltip {
        left: 30% !important;
    }
}

.tt-content {
    position: relative;
    width: 200px;
    font-size: 12px;
    color:#fff;
}
.tt-content span{
    display: block;
}
.tt-content ul{
   padding-left: 30px;
    margin: 0px;
}
.tt-content ul li {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;

}
.tt-content ul li em{
    font-size: 10px;
    font-style: normal;
    font-weight: 400;

}
.tt-content-info {
    position: relative;
    width: 200px;
    padding: 5px;
    font-size: 12px;
    color:#fff;
    line-height: 18px;

}

.tt-carrier img{
    width: 25px;
    margin-right: 4px;
}

.cfc-tt-price{
    padding-left: 30px;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.withTransfer{
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
}
.cfc-btn {
    font-weight: bold;
}

.cfc-last-seat {
    font-weight: bold;
    color: red;
}

.cfc-customer-info {
    font-size: 11px;
    height: 20px;
    display: block;
}

/* .flight-itineraries .row .text-center, .flight-itineraries .row .lineDotted { */
/*     margin: auto 0; */
/* } */

/* International */

.search-international .results .list-border {
    border: none;
}

.search-internationa tr.flight-item {
    height: 110px;
    border-bottom: none;
}

.search-international table.tablesorter>thead tr th {
    width: auto;
}

.search-international table.tablesorter>thead tr th.none, .search-international table.tablesorter>tbody tr td.none,
.search-multipoint table.tablesorter>thead tr th.none, .search-multipoint table.tablesorter>tbody tr td.none  {
    display: none;
}

.search-international  table.tablesorter>thead tr th:nth-child(1).tablesorter-header {
    background: none !important;
}

.search-international table.tablesorter>thead tr th:nth-child(2) {
    width: 100px !important;
}

.search-international table.tablesorter>thead tr th:nth-child(3) {
    width: 150px !important;
}

.search-international table.tablesorter>thead tr th:nth-child(4) {
    min-width: 60px !important;
}

.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(1),
.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(5),
.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(6){
    width: 163px;
}
.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(2),
.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(3),
.search-international [data-roundtrip="false"] table.tablesorter .sub-table-item-ct >td:nth-child(4){
    width: 120px;
}


.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(3),
.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(4),
.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(5){
    width: 143px;
}
.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(2){
    width: 150px;
}

.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(6){
    width: 180px;
}

.search-international [data-roundtrip="true"] table.tablesorter .sub-table-item-ct >td:nth-child(1){
    width: 60px;
    text-align: right;
    color:#DBE0E6;
    font-size: 14px;
}

.search-international [data-roundtrip="true"] .baggage table td{
    display: flex;
    gap: 15px;
}




/* .search-international table.tablesorter>thead tr th:nth-child(6) { */

/*     width: 200px !important; */

/* } */

.filter-content .flight-price {
    border: none !important;
}

.search-international .flight-price .price-note {
    font-size: 9px;
    white-space: normal;
    vertical-align: middle;
    max-width: max-content;
    /* margin-top: 10px; */
    padding: 0 5px;
    margin: 3px auto 2px;
}

.search-international .flight-price .lastseat {
    display: block;
    font-size: 12px;
    color: #dc3545 !important;
    display: block;
    padding-top: 4px;
}

.search-international .noBaggageDepart-diff span{
    color: #1F2126;
    font-weight: 600;
    margin-right: 4px;
}

.search-international .noBaggageDepart-diff{
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.search-international .noBaggageDepart-diff svg{
   margin: 0 4px;
}

.search-international .search-list-detail .tab-content.flight-itineraries {
    padding: 0 !important;
}

.search-list-detail .csprite {
    display: inline-block;
}

.search-international .flight-summary {
    margin-bottom: 0;
}

.search-international .search-list-detail .flight-itineraries-detail{
    padding: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}
.search-international .search-list-detail .flight-itineraries-detail:last-child{
}

.search-international .search-list-detail .flight-itineraries-ct{
    border: 2px solid #F6F9FD;
    border-width: 0 2px 2px 2px;
    border-radius:0 0  6px 6px;
    padding: 16px 0;
}

.search-international .flight-itineraries-detail h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid  #DBE0E6;
    background: #EBF1FA;
    padding: 16px;
    display: flex;
    align-items: center;
    margin:0;
}

.search-international .flight-itineraries-detail h4 svg{
    font-size: 14px;
    margin-right: 8px;
}



.search-international [data-roundtrip="true"] tr.flight-item td{
    border-bottom: 1px solid #F6F9FD;
}

.search-international [data-roundtrip="true"] tr.return-flight-item >td{
    border-width: 0px 0 1px;
}
.search-international [data-roundtrip="true"] tr.return-flight-item >td:nth-child(1){
    border-left-width: 1px;
    border-radius: 0px;
    text-align: right;
}
.search-international [data-roundtrip="true"] tr.return-flight-item >td:nth-child(1) svg{
  color:#DBE0E6;
    font-size: 14px;
}


.search-international [data-roundtrip="true"] tr.flight-item .flight-select{
    border-left: 1px solid #F6F9FD;
}


.search-international [data-roundtrip="true"] tr.flight-item .flight-select .price-big{
   margin-bottom: 8px;
}



/** flexible **/

.flexible-date-price-container {
    width: 100%;
    overflow-x: auto;
}

.flexible-date-price-container .header {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.rotate-45-degree {
    transform: rotate(90deg);
    margin-top: -15px;
    padding: 5px 0;
    margin-left: -2px;
}

.flexible-date-price-container .priceCurrency-ct{
    border:1px solid #EBF1FA;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 16px;
    overflow: auto;
}
.flexible-date-price-container table thead tr th{
    background: #EBF1FA;
    font-weight: 400;
}
.flexible-date-price-container table thead tr th, .flexible-table-td {
    padding: 8px 0;
    text-align: center;
    border: 1px solid #fff;
}


.flexible-date-price-container table tbody tr td {
    font-weight: 600;
    padding: 8px;
    border: 1px solid #fff;
}

.flexible-date-price-container table tbody tr  {
    background: #EBF1FA;
}

.flexible-date-price-container table tbody >tr:nth-of-type(odd)  {
    background: #F6F9FD;
}



.flexible-date-price-container table tbody tr td.dateCover {
   font-weight: 500 !important;
    text-wrap: nowrap;
}

.flexible-date-header-to {
    border: 1px solid #ccc;
    padding: 5px 20px 5px 10px;
    margin: -1px -11px;
}

.flexible-price-link {
    cursor: pointer;
}

.flexible-date-header-from .text {
    top: 10px;
    position: relative;
}

.flexible-date-price-container table {
    width: 100%;
    font-size: 11px;
    color:#1F2126;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}


.flexible-table-information {
    float: right;
}

.flexible-table-information span {
    margin-left: 15px;
    display: inline-flex;
    padding: 6px 8px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
}


.flexible-table-information span svg{
    margin-right: 4px;
    font-size: 12px;
}


.flexible-box-best-price{
    background: #DCF8F6;
    color:#3E3CD4;
    border: 1px solid #DCF8F6;

}

.flexible-box-current-price{
    background: #fff;
    border:1px solid #EBF1FA;
    color:#1F2126;
}


.masterPriceDialogBox {
    top: 50px !important;
}

.columnYellow {
    background-color: #FFF !important;
}
.cheapestPrice {
    background-color: #DCF8F6 !important;
    color:#3E3CD4 !important;
}

.flexible-table-td:hover {
    background-color: #F5F5F5;
    cursor: pointer;
}


.search-multipoint .flight-summary {
    display: block;
    background-color: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 6px #afafaf;
    padding-top: 5px !important;
    margin-bottom: 8px;
}

.search-multipoint .btnAddLeg, .search-multipoint .btnRemoveLeg {
    margin-top: 20px;
}

.search-multipoint .flight-summary .date, .search-multipoint .flight-summary .city.arrival {
    padding: 3px 0;
    border-right: 1px solid #CCC;
    padding-right: 5px;
}

.search-multipoint .flight-summary .date, .search-multipoint .summary-passengers {
    font-size: 13px;
}

.search-multipoint .flight-summary .date:last-child {
    border: none;
}

.search-multipoint #btn-hide-search-form {
    display: block;
    margin: 0 5px 0 0;
}

.search-multipoint tbody [rowspan]~td {
	border-left: none;
}


/* MEDIA */
@media (min-width: 992px) {

    .passenger-search-list .passenger-list .passenger-row label {
        display: block !important;
    }
}

@media (max-width: 1199px) {
	.btn-calendar-graph-prev {
    	left: 5px;
	}
	.btn-calendar-graph-next {
	    right: 5px;
	}
	.dailyGraph.roundTrip ul li {
	    width: 18px;
	}
	.data-null .bg-buyutec_alt {
    	margin: 0px 2px;
	}
	.dailyGraph ul li {
	    text-align: left;
	}
	.dailyGraph ul {
	    text-align: right;
	    padding-right: 20px;
	}
	[data-roundtrip="true"] #monthCalendarGraphContent {
	    margin-left: 0;
	}
	.graphPriceLine {
	    left: 60px;
	    width: 83%;
	}
}

@media (max-width: 991px) {

    .search-list-detail .flight-baggage h4{
        margin: 0 16px;
        padding: 8px 16px;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
    }

    .search-international .flight-itineraries-detail h4{
        padding: 8px 16px;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
    }

    .search-international .search-list-detail .tab-content.flight-itineraries .flight-itineraries-detail:last-child{
        margin-top: 0px;
    }
    .search-international .search-list-detail .tab-content.flight-itineraries .flight-itineraries-detail:first-child{
        padding-bottom: 0px;
    }

    .transmission .stop {
        left: 40%;
        top: -3px;
        width: 10px;
        height: 10px;
        border: 3px solid #fff;
    }

    .filter-div {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFF;
        margin: 0;
        padding-left: 0;
        height: 100%;
        width: 100%;
        z-index:999;
    }
    .filter .filter-header {
        position: absolute;
        top: 0;
        left: 0;
        background: #FFF;
        height: 64px;
        width: 100%;
        z-index: 9999;
        box-shadow: 0px 0px 9px #0000002e;
        text-align: center;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .filter .filter-body {
        overflow: hidden;
        overflow-y: scroll;
        height: 85%;
        width: 100%;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0px;
        position: fixed;
        padding: 16px !important;
    }
    .filter .filter-body .filter-category:first-child span.filter-title{
        border: 0px;
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .filter .filter-category .filter-content .flight-time b{
        font-size: 11px;
        color: #61656E;
        font-weight: 500;
    }
    .filter .filter-footer {
        text-align: center;
        padding: 8px 24px;
        position: absolute;
        bottom: 0px;
        height: 56px;
        display: block;
        width: 100%;
        left: 0;
        background:#EBF1FA;
    }
    .flight-summary {
        display: block;
        padding: 8px !important;
        background: #EBF1FA;
        border: 0px;
        position: relative;
        margin-bottom: 16px;
        margin-top: 0px;
    }
    .flight-summary-sub{
        background: #FFF;
        padding: 8px;
        border-radius: 3px;
    }
    .flight-summary span.city{
        font-size: 12px;
        font-weight: 600;
    }
    .flight-summary span .fa-arrow-right-arrow-left,.flight-summary span .fa-arrow-right-long{
        color: #1F2126;
        margin: 0 4px;
    }
    .flight-summary div.date{
        font-size: 10px;
        color:#1F2126;
        font-weight: 400;
    }
    .flight-summary .summary-passengers{
        font-size: 10px;
        color:#1F2126;
        font-weight: 400;
    }
    .flight-summary #btn-change-flight{
        position: absolute;
        top:50%;
        right: 8px;
        translate: 0% -50%;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
    }
    .flight-summary #btn-change-flight svg{
      font-size: 14px;
        vertical-align: middle;
    }
    .search-form {
        display: none;
        height: auto;
        margin-top: 0px !important;
    }
    #btn-show-filter {
        display: block;
        width: calc(100% - 26px);
        margin: 16px 13px;
    }
    #btn-clean-all-filters {
		float: none !important;
        margin-left: auto;
        padding: 8px 12px;
        margin-top: -3px;
	}

    .filter-div {
        display: none;
    }
    #btn-hide-search-form {
        display: none;
    }
    #btn-hide-filter {
        display: inline-block;

    }
    #btn-hide-filter-x {
		display: block;
        font-size: 18px;
        padding: 0px;
        margin: 0px;
	}
    .filter-row {
        display: block;
    }
    button.only {
        display: none !important;
    }
    #back-to-top {
        display: none !important;
    }
    .price-note {
        margin: 5px auto 0 !important;
        display: table;
        max-width: 90px;
        padding-top: 5px !important;
        position: relative;
        text-align: center;
    }
    .flight-rules table th, .flight-rules table td {
    	width: 33.33%;
    }
    .flight-baggage .table td {
    	width: 50%;
    }
   .mobile-button-select{
   		display:block !important;
   }
    .web-button-select{
   		display:none !important;
   }

}



/* Search International / Multipoint - 768 */

@media ( max-width: 768px) {
    .search-international table.tablesorter>tbody tr.flight-item td:nth-child(1) svg {
        display: none;
    }
    .search-international table.tablesorter>tbody tr.flight-item td:nth-child(1){
        width: 1px !important;
    }
    .search-international table.tablesorter>thead tr th:nth-child(4), .search-international table.tablesorter>tbody tr.flight-item td:nth-child(4) {
        width: 50px !important;
        text-align: center !important;
    }

    .search-international table.tablesorter>thead tr th:nth-child(2) {
        width: 60px !important;
        text-align: center !important;
        /* padding-left: 15px !important; */
    }
    .search-international table.tablesorter>thead tr th:nth-child(3),   .search-international table.tablesorter>thead tr th:nth-child(5) {
        width: 55px !important;

    }
    .search-international table.tablesorter>thead tr th:nth-child(4) {
    }
    .search-international table.tablesorter>thead tr th:nth-child(6) {
        width: 95px !important;
    }
    .search-multipoint .flight-summary {
        background: none;
        box-shadow: inherit;
        border-radius: inherit;
        border: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px !important;
    }
    .search-multipoint .search-form {
        display: block;
    }

    #btn-masterPriceCalendar {
        margin: 0 10px;
        float: none;
        width: calc(100% - 20px);
     }

    .search-international .flight-summary{
        margin-bottom: 10px;
    }

    .search-multipoint #btn-hide-search-form {
	    margin-top: -8px
	}

	/* Oneway */
   .search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 75px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 50px !important;
	}
    .search-international [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(2) {
        border-left: 1px solid #EBF1FA;
        border-radius: 6px 0 0 0;
    }
    .search-international [data-roundtrip="true"] table.tablesorter>tbody tr.return-flight-item td:nth-child(2) {
        border-radius: 0px ;
    }

    .search-international [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(1) {
        border-left: 0px !important;
    }
	.search-domestic table.tablesorter>thead tr th:nth-child(2),
	.search-domestic table.tablesorter>thead tr th:nth-child(4) {
		text-align: center !important;
		padding: 3px 0;
	}
    table.tablesorter>thead tr th svg, table.tablesorter>thead tr th i{
        padding-right: 0;
    }

	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 85px !important;
	}
	.search-domestic [data-roundtrip="false"] .flight-select {
		width: 40px !important;
	}


	.language-ru  .tablesorter-header-inner, .language-en .tablesorter-header-inner,
	.language-fr .tablesorter-header-inner, .language-de .tablesorter-header-inner  {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    [data-roundtrip="false"] .baggage-list-table-international{
		margin-left: -110px !important;
	}
	[data-roundtrip="false"] .bagg-inter-nobag{
		margin-left: -34px !important;
	}
	[data-roundtrip="true"] .baggage-list-table-international{
		margin-left: -45px !important;
	}

	.baggage-list-table-international-rt{
		margin-left:auto !important;
	}
	.noBaggageDepart-diff{
		margin-left:auto !important;
	}
	.hand-baggage-inter-rt{
		margin-left: -59px !important;
	}

}


@media (max-width: 376px) {
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 85px !important;
	}
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 50px !important;
	}


	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="true"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 95px !important;
	}
	.search-domestic [data-roundtrip="true"] .flight-select {
		width: 20px !important;
	}
    /* Oneway */
   .search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(1) {
		width: 69px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(2),
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(4) {
		width: 55px !important;
	}

	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(3) {
		width: 65px !important;
	}
	.search-domestic [data-roundtrip="false"] table.tablesorter>tbody tr td:nth-child(5) {
		width: 95px !important;
	}
	.search-domestic [data-roundtrip="false"] .flight-select {
		width: 30px !important;
	}

    .language-ru  .tablesorter-header-inner, .language-en .tablesorter-header-inner, .language-fr .tablesorter-header-inner, .language-de .tablesorter-header-inner  {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   	.language-de .de-responsive  {
   		display:none;
    }

}

/* MEDIA */

.btn-detail {
	background: #0564b0 !important;
    color: #FFF;
    border: #0564b0;
}
.btn-detail:hover {
	color: #FFF;
}
@media (max-width: 767px) {
	 .multipoint-baggage{
	 	margin-left:0px !important;
	 }
}

.border-brand-international{
	border-left:1px solid #dee2e6!important;
	border-right:1px solid #dee2e6!important;
	border-bottom:1px solid #dee2e6!important;
}

.table-intern .table {

}

.branded-fares-row{
	display: none;
}


.branded-fares{
    padding: 0px 16px;
    border:1px solid #EBF1FA;
    border-width: 0px 1px 1px 1px;
    margin-top: -1px;
    background: #fff;
}

.twoFly .branded-fares .pr-0{
    padding-right: 15px !important;
}
.results .no-flight-found
.twoFly .branded-fares{
    padding: 0 16px;
}

.domestic-brand-box{
	background: #F6F9FD;
	border-radius: 6px;
	min-height: 130px;
	border: 1px solid #EBF1FA;
    padding: 16px 0;
    margin-bottom: 16px;
}
.domestic-brand-box .btn{
    width: 100%;
    margin-top: 20px;
}
.rt-returnFlights-domestic-brand-box, .rt-flights-domestic-brand-box{
	min-height: 70px;
}

.domestic-brand-box:not(.active-init,.active):hover{
    border: 2px solid #056BFD;
    cursor: pointer;
    margin: -1px -1px 15px -1px;
    background: #EBF1FA;

}
.domestic-brand-box.active{
	border: 2px solid #056BFD;
    margin: -1px  -1px 16px -1px;
    background: #EBF1FA;

}
.domestic-brand-box.active-init{
	border: 2px solid #007bff;
    background: #EBF1FA;
}

.domestic-list-branded-rules{
	min-height: 105px;
}
.domestic-list-branded-rules-four-col{
	min-height: 180px !important;
}

.domectic-list-branded-header{
    font-size: 13px;
    font-weight: 600;
    color: #1F2126;
    margin-bottom: 16px;
}

.domestic-brand-box.active-init .domectic-list-branded-header,.domestic-brand-box.active .domectic-list-branded-header,.domestic-brand-box.active-init .domectic-list-branded-header,.domestic-brand-box.active .domectic-list-branded-header{
    color:#056BFD;
}

.domestic-list-branded-rules ul,.domestic-list-branded-rules ul li{
    list-style: disc;
    font-size: 12px;
    font-weight: 400;
    color:#1F2126;
}
.rt-domestic-brand-rules ul li{
	padding-right: 20px !important;
}
.domestic-list-branded-rules ul{
	padding-left: 15px;
	line-height: 20px;
    margin-bottom: 0;
}
.rt-domestic-brand-rules ul li{
	float: left;
}
.rt-domestic-brand-rules{
	min-height: 40px !important;
}
.branded-list-baggage-info{
	font-size: 10px;
    margin-top: 2rem;
    padding: 5px;
    background: #ffffff;
	border: 1px solid #E2E1E2;
	border-radius: 3px;
}
.same-provider-branded{
	text-decoration: line-through;
	display: none;
	font-weight:400 !important;
}
.same-provider-branded-discount{
	padding-left: 15px;
	display: none;
}
.branded-title-res{
	display:unset !important;
}
.no-car-found{padding-top:30px !important;}
.btn-reset-car{float: none;margin:10px auto !important; color:#383838;}
/* .loadingImgFilter{ */
/* 	    position: absolute; */
/*     	top: 50px; */
/*     	left: 50%; */
/*     	z-index: 1; */
/* } */



#loadingImgFilter {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
    z-index: 1;
}

@media ( max-width: 980px) {
    #loadingImgFilter {
        display: none;
    }
}

#loadingImgFilter img {
    height: 40%;
    float: left;
    padding: 15px 0;
    margin-right: 7px;
}


.loadingImg {
    text-align: center !important;
    float: none !important;
    padding: 0 !important;
}



.searchHead{
	font-size: 24px;color: #1f2126;display: inline;
}

@media (max-width: 980px) {
	.searchHead{
		font-size: 18px;color: #1f2126;display: inline;
	}
}

 .flight-detail-bar {
    border: 1px solid #d6d9dd;
/*     box-shadow: inset -1px 0px 0px #e2e0e2; */
/*     border-right: none; */
    margin-right: 1px;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

.btn-baggage-flight-detail {
    font-size: 12px;
    color: #007bff;
    margin-left: 10px;
    cursor: pointer;
}

.flight-detail-ct:has(> .btn-flight-detail.opened) {
    border-bottom: none;
    border-radius: 0;
}

@media (max-width: 768px){
	.flightInfo:not(.mobile){
		display:none !important;
	}
    .flightInfo.mobile{
        border: 0px;
        justify-content: center;
    }
}

#exampleModalLongFlight .modal-dialog{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	width:95%;
}

.flightInfo{
    border-radius: 6px;
    border: 1px solid #EBF1FA;
    display: flex;
    padding: 8px;
    align-items: center;
    color:#82B5FE;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.flightInfo svg,.flightInfo i{
   font-size: 18px;
    margin: 0 5px;
    color:#82B5FE;
}

.flightInfo >div{
   display: flex;
}
.flight-detail-ct{
    background: #F6F9FD;
    display: flex;
    padding: 8px;
    align-items: center;
    border:1px solid #EBF1FA;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 6px 6px;
}
.flight-detail-ct .btn-select-flight{
    border-radius: 4px;
    margin-left: auto;
}
.flight-detail-ct .baggage{
    margin-left: 16px;
    font-size: 11px;
    font-weight: 500;
    color:#61656E;
    border-left: 1px solid  #EBF1FA;
    padding: 8px 16px;
}
.flight-detail-ct .baggage b{
    font-weight: 600;
    margin-left: 8px;
}

.flight-sub-detail-ct{
    width: 100%;
    border:1px solid #EBF1FA;
    border-width: 0px 1px;
    margin-bottom: 16px;
    border-bottom-width: 1px;

}
.flight-sub-detail-ct td{
    background: #F6F9FD;
    padding: 8px;
}

.search-button{
   width: 100%;
}

.search-form-inner .searchForm-btn-balancer{
    padding-right: 0px;
}

@media ( max-width: 991px) {
    .domestic-list-branded-rules-four-col{
        min-height: auto !important;
    }


    .flight-detail-ct .baggage{
        margin-left: 4px;
        border: 0;
        padding: 8px 4px;
        font-size: 10px;
    }
    .search-international .noBaggageDepart-diff span{
        font-size: 11px;
    }
    .search-international [data-roundtrip="true"] .baggage table td{
        gap: 8px;
    }


    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 3px;
        padding-left: 3px;
    }

    .row{
        margin-left: -3px;
        margin-right: -3px;
    }

    #result-content.container, #searchForm .container{
        padding: 0 3px;
    }

    .monthCalendarBox{
        margin: 0 -3px;
        width: auto;
    }

    .search-header{
        padding: 8px 16px;
    }

    .search-header b{
        font-size: 13px;
    }
    .search-header svg{
        font-size: 13px;
    }

    table.tablesorter>thead tr th{
        font-size: 9px;
        height: 30px;
        line-height: 28px;
    }
    table.tablesorter>thead tr th svg, table.tablesorter>thead tr th i{
        font-size: 9px;
    }
    .flight-price .price-big.currencyChangeArea{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color:#1F2126;
    }
    tr.flight-item .flight-time{
        font-size: 11px;
    }
    tr.flight-item .flight-duration,tr.flight-item .segment-count,tr.flight-item .airport,tr.flight-item .airport{
        font-size: 10px;
    }
    table.tablesorter .sub-table-item-ct .airlineCt{
        font-size: 9px;
        line-height: 12px;
    }
    .tabs-menu li a{
        padding: 8px;
    }

    .search-list-detail .flight-itineraries div,.search-list-detail .flight-itineraries span,.search-list-detail .flight-itineraries b{
        font-size: 9px;
    }
    .stopDuration .stopInlineTable{
        margin: 10px -10px;
    }
    .flight-itineraries{
        padding: 16px 8px;
    }
    .flight-itineraries .emptySeat svg{
       font-size: 9px;
    }
    .flight-itineraries img{
        display: none;
    }
    .flight-sub-detail-ct td{
        padding-bottom: 0px;
    }
    .search-list-detail .flight-rules .text-warning,.search-list-detail .flight-rules h3{
        margin-bottom: 16px;
    }
    .search-list-detail .flight-rules .text-warning,.search-list-detail .flight-rules h3, .search-list-detail .flight-baggage h3{
        font-size: 11px;
    }
    .search-list-detail .flight-rules ul li{
        font-size: 10px !important;
    }
    .search-list-detail .flight-rules ul li{
        margin: 4px 0 4px 15px;
    }
    .search-list-detail .flight-rules table td{
        vertical-align: middle !important;
    }
    .search-list-detail .flight-rules table{
        margin-bottom: 16px !important;
    }
    .search-list-detail .flight-rules p{
        margin-bottom: 8px !important;
    }
    .search-list-detail .flight-baggage .brandfareinfo{
        padding: 16px;
        margin: 0 16px;
    }
    .domestic-brand-box .flight-baggage .brandfareinfo{
       margin: 0px;
        border: 0px;
    }
    .domestic-brand-box .flight-baggage .brandfareinfo table{
        border-collapse: inherit;
        border-spacing: 6px 0px;
        text-align: center !important;
    }
    .domestic-brand-box .flight-baggage .brandfareinfo table th{

        text-align: center !important;
    }
    .domestic-brand-box .flight-baggage .brandfareinfo  table td span{
        width: 100%;
    }
    .tab-content{
        padding-top:16px;
        padding-bottom: 16px;
    }
    .search-list-detail .flight-baggage table td span{
        margin-top: 4px;

    }
    .branded-fares{
        padding:0 8px;
    }
    .domestic-brand-box{
        padding: 16px;
        border-width: 1px;
        min-height: auto;
    }
    .domestic-brand-box.active-init{
        padding: 16px;
        border-width: 1px;
    }
    .table-intern{
        display: none;
    }
     .brand-title-span{
        color:#1F2126;
         font-size: 11px;
    }
    .domestic-list-branded-price-mobile{
        background: #fff;
        border-radius: 6px;
        padding: 4px 8px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        text-align: right;
        margin-top: 16px;
        position: relative;
    }
    .domestic-list-branded-price-mobile:after{
        border: 1px solid  #DBE0E6;
        width: 20px;
        height: 20px;
        display: inline-block;
        float: right;
        border-radius: 50%;
        content:'';
        text-align: right;
        margin-left: 8px;
    }
    .domestic-brand-box.active-init .domestic-list-branded-price-mobile:after, .domestic-brand-box.active .domestic-list-branded-price-mobile:after{
        border: 2px solid #056BFD;
    }
    .domestic-brand-box.active-init .domestic-list-branded-price-mobile:before,.domestic-brand-box.active-init .domestic-list-branded-price-mobile:before, .domestic-brand-box.active .domestic-list-branded-price-mobile:before{
        background: #056BFD;
        border-radius: 50%;
        content:'';
        width: 14px;
        height: 14px;
        position: absolute;
        right: 11px;
        top: 7px;
    }

    .domestic-brand-box.active-init .brand-title-span{
        color:#056BFD;
    }
    .domestic-brand-box:not(.active-init,.active):hover{
        border-width: 1px;
        margin: 0px 0 16px;
        border: 1px solid #EBF1FA;
        background: #F6F9FD;

    }
    .domestic-list-branded-rules ul, .domestic-list-branded-rules ul li{
        font-size: 10px;
        float: left;
        padding-right: 25px;
    }
    .domestic-list-branded-rules {
        min-height: auto;
    }
    .rt-domestic-brand-rules{
        min-height: auto !important;
    }
    .transmission{
        margin-top: 8px;
    }
    .filter-div .custom-control{
        margin: 0px;
    }
    .filter-content .filter-row{
        display: none !important;
    }
    .filter .filter-category .filter-content{
        margin-bottom: 10px;
    }
    .results .no-flight-found span:after{
        width: 57px;
        height: 57px;
        top: -10px;
        left: -20px;
    }
    .results .no-flight-found span svg{
        font-size: 45px;
    }
    .results .no-flight-found h3{
        color:#61656E;
    }
    .twoFly .branded-fares .pr-0{
        padding-right: 0px !important;
    }
    .total-sum{
        display: flex;
        flex-wrap: wrap; /* Öğeleri sarma (wrap) */
        width: 100%;
        margin-top: 24px;
        gap: inherit;
    }
    .total-sum >div{
        flex: 0 0 50%;
        box-sizing: border-box;
    }
    .total-sum >button{
       width: 100%;
        margin-top: 8px;
    }
    .total-sum >div{
        margin-bottom: 16px;
    }

    .total-sum-price:not(.discount){
        display: none !important;
    }

    .total-sum >div:nth-child(-n+2) {
        flex-basis: 49%;
        margin-left: 2%;
    }
    .total-sum >div:nth-child(n+3) {
        flex-basis: 100%;
    }
    .total-sum .total-sum-price{
        margin: 0px 0 16px !important;
    }

    .total-sum .all-price.w100{
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }
    .search-form {
        margin-bottom: 16px;
    }
    .flight-search-area, .hotel-search-area, .car-search-area, .transfer-search-area{
        padding: 0px;
    }
    .searchForm-btn-balancer{
        margin-top: 8px;
        padding: 0px 8px !important;
    }
    .search-button{
        font-size: 16px !important;
        margin-bottom: 8px;
    }
    .datepicker-box table tbody tr td:last-child{
        width: 100% !important;
    }
    #searchForm .container .row .search-col:first-of-type{
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    #searchForm .container .row .search-col{
        padding:0 0 0 8px  !important;
    }
    #searchForm .container .row .search-col.where-date-go{
        padding-left: 5px !important;
    }
    #searchForm .container .row .search-col.where-date-turn{
        padding-right: 0px !important;
    }
    #searchForm.search-form-inner .container .row .search-col.passenger-select{
        margin-top: 0px !important;
        padding-left: 5px !important;
    }
    #searchForm.search-form-inner .where-date-turn .form-group .back-close{
        right: 10px;
    }
    .passenger-search-list .fa-angle-down{
        position: absolute;
        font-size: 16px;
        right: 16px;
        top:50%;
        translate: 0% -50%;
    }
    table.tablesorter .flight-item >td{
        padding: 14px 0;
    }
    .search-international .search-list-detail .flight-itineraries-ct{
        padding: 8px 0;
    }
    .exchangeIcon{
        display: none;
    }
    .datepicker-box table tbody tr .tdday span{
        margin-bottom: 4px;
    }
}