html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}
body {
    background-color: #fbfbfb;
    font-family: "Inter", sans-serif !important;
}

.modal-password-change {
    font-size: 13px;
}

.modal-password-change .alert-password-expired {
    margin-bottom: 10px;
    font-size: 14px;
}

.modal-password-change  input, .modal-password-account-approval .form-group input {
    width: 90%;
    border: 0;
    height: 100%;
    padding: 0.6rem;
}

.modal-password-change .form-control {
    padding: 0 !important;
    margin-bottom: 25px;
}

.modal-password-change .new-password {
    margin-bottom: 0.2rem;
}

.input-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    user-select: none;
}
.password-rules {
    list-style: none;
    padding: 1px 0 15px 3px;
    font-size: 11px;
}
.password-rules li {
    color: #797979;
    font-size: 11px;
}
.password-rules li.valid {
    color: #67AC39;
}
.password-rules .dot {
    font-size: 3px;
}

.password-rules i {
    vertical-align: middle;
    width: 12px;
    display: inline-block;
}
.password-rules .invalid {
    visibility: visible;
    color: #ff0000 !important;
}
#form-password-change svg {
    padding: 3px;
}

.modal-password-change .change-password-error {
    font-size: 11px;
}
.password-rules .tick,
.password-rules .invalid .tick,
.password-rules .valid .dot
{
    display: none;
}
.password-rules .invalid .dot {
    display: inline;
    color: #ff0000;
}

.password-rules .valid .tick {
    display: inline;
}
.password-rules .pass-message {
    margin-left: 12px;
}
.change-password-success {
    display: none;
}
.change-password-error{
    display: none;
    color: #ff0000;
}

.modal-password-change select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.modal-password-change .button-group {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.toggle-password {
    float: right;
    margin: 4px;
}
.toggle-password i{
    font-size: 25px;
}
#form-signup .toggle-password {
    position: absolute;
    right: 0;
    font-size: 25px;
}
.modal-password-change .cancel {
    padding: 5px 10px !important;
    border: 1px solid #fec60a !important;
    color: #383838 !important;
    font-weight: 500 !important;
    background-color: #ffffff;
    margin-right: 2%;
    min-width: 55%;
    float: right;
}
.modal-password-change .btn-primary {
    width: 27%;
}
.new-password-form-control {
    margin-bottom: 5px !important;
}
.mat-group-validation {
    margin-top: 0 !important;
}

.modal-backdrop{
	z-index: 1040 !important;
}
.card-img-top{
	height:25vh;
	object-fit: cover;
	width: 100%;
}
.popover{
 max-width: 500px;
}
.ucuzabilet-logo{
	margin-right: 25px;
    padding-bottom: 5px;
}

[contenteditable="false"] {
    -webkit-user-select: text;
    user-select: text;
}

.swiper-pagination-bullet {
        padding: 2px 10px;
        border-radius: 0;
        width: 5px;
        height: 1px;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
      }
.swiper-pagination-bullet-active {
  color: #fff;
  background: #fdc60d;
}

*:focus {
    border: none;
    outline: none !important;
}

label {
    margin-bottom: 0.2rem;
}

label.error {
    display: block;
    padding: 3px 0 0 0;
    margin: 0;
    font-size: 0.8rem;
    color: red;
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.8rem !important;
    }
}


.fixed {
	position: fixed;
}

.capitalize {
    text-transform: capitalize;
}

a.hide-anchor {
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.mb-m-1 {
    margin-bottom: -1.0rem;
}

a {
    text-decoration: none;
}

[data-cursor="on"] {
    cursor: pointer;
}

.no-decoration a {
    text-decoration: none;
    color: #000;
}

.currencyChangeArea i {
	font-style: normal;
}

.currencyChangeArea i.currency{
	padding-left: 3px !important;
}
.discountFlightPrice i.currency{
	padding-left:0 !important;
}
.stretched-link:after {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.header {
    position: relative;
    min-height: 57px;
    font-size: 12px;
}
.header .navbar-expand-lg{
	min-height: 57px;
}
.form-group {
    margin-bottom: 0.6rem;
}

.navbar {
    z-index: 3;
}

/** .btn-*  **/

.btn-block {
    cursor: pointer;
}

.btn-transparent {
    background-color: transparent;
    border-color: #CCC;
}

.btn-transparent:focus,
.btn-transparent:hover {
    background-color: #fec60a;
    border-color: #fec60a;
}

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

.center-w-flex {
    display: flex;
    align-items: center;
}

.breadcrumb {
    padding: 5px 10px;
    list-style: none;
    background-color: #fff;
    font-size: 14px;
    margin: 15px 0;
    border: 1px solid #ccc;
}


@media (max-width: 768px) {
    .breadcrumb {
        padding: 5px 0 5px 5px;
    }
}

@media (max-width: 576px) {
    .navbar-container {
        margin-left: 0;
        margin-right: 0;
    }
}

#ubfly-logo {
    height: 34px;
    padding: 2px 0;
}

@media (max-width: 768px) {
    #ub-ets-logo {
        width: 116px;
        height: 24px;
    }
}

.form-pnr{
	margin-left: 20px;
	margin-right: 20px;
}

.nav-pills .product-link.active,
.nav-pills .show>.product-link {
    color: #383838;
    border-spacing: 10px;
    border-bottom: 3px solid #fec60a;
    border-radius: 0;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.nav-pills .product-link,
.nav-pills .show>.product-link {
	color: #292929;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #fff;
    color: #383838;
    border-bottom: 3px solid #fec60a;
    border-radius: 0;
    font-weight: bold;
}

#banner-nav {
    float: right;
    position: relative;
    margin: 0 !important;
    width: 100%;
    text-align: right;
    background-color: pink;
}

.footer {
    position: relative;
    width: 100%;
    padding: 15px 0 0;
    overflow: hidden;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .footer-navbar {
        margin-bottom: 15px;
    }
    .close-button-res{
    	justify-content:center !important;
    }
    .footer-card-logo{
    	margin-bottom:10px;
    }
    .reservation-search-product {
    	gap: 16px  !important;
    }
}

.footer-image-row {
    min-height: 60px;
    margin: 10px 0;
}

.footer-navbar .nav {
    list-style: none;
    display: block;
}

.regulation-wrapper {
    margin-right: 11px;
    margin-left: auto;
    width: 320px;
    border-radius: 6px;
    padding: 9px 15px;
    font-size: 11px;
    opacity: 0.60;
    background-color: #0C0C0C;
}

@media (max-width:991px) {
    .footer-navbar .nav {
        display: block;
    }
    .regulation-wrapper {
        text-align: center;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #797979;
        opacity: 1;
        padding: 0;
        height: auto;
        background: none;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.copyright {
    width: 100%;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #DFDFDF;
}

.headline {
    width: 100%;
    position: relative;
}

.close-left {
    float: left;
}

.fa {
    margin-right: 5px;
}

.exchangeIcon i {
    margin-left: 8px;
}

.fa.m0 {
    margin: 0 !important;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
}
.chat-active #back-to-top {
	bottom: 65px !important;
}
.chat-woot-active #back-to-top {
	bottom: 90px !important;
	right: 30px !important;
}
.social-connect a, .social-connect button[type="button"], .social-connect button[type="submit"], .btn-facebook-signin{
    background: #4666b8;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 7px 0 7px 23px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

.btn-facebook-signin, .social-connect .btn-facebook-signup{
    padding: 11px;
    border: none;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-buttons {
    display: flex;
    gap: 16px;
}


@media (max-width: 991px){
    .social-buttons {
        flex-wrap: wrap;
        gap: 8px;
        max-width: 331px;
    }
    .social-buttons-wrapper{
        display: flex;
        justify-content: center;
    }
    .login-page .social-buttons{
        max-width: 300px;
    }
}
.social-connect .csprite {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -1px;
}

.kobi-promotion {
	background: #f4f9fc; border: 1px solid #c8dae5;
	border-radius: 4px;
	position: relative;
	color: #000 !important;
    padding: 8px 14px;
    display: flex;
    justify-content: space-between;
    margin: 16px 4px 0 0;
}

.kobi-promotion .info-text {
    line-height: normal;
    max-width: 309px;
}

.kobi-promotion a {
    border: 1px solid #96adbb;
    background: #fff;
    cursor: pointer;
    color: #2b4f65;
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: max-content;
}

.checkbox input {
    margin-right: 0.5rem;
    font-size: 16px;
    height: 15px;
}

.card-header {
    padding: 8px 10px;
    color: #292929;
    font-size: 16px;
}
.card-header-landing{
	border-radius: 4px 4px 0 0;
	border: 1px solid #DFDFDF;
	border-bottom:none;
	background: #FAFAFA;
}
.card-header>h2 {
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
}

.content-area a {
    color: #000;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #eee;
}

/* Sidebar navigasyon */

.sidebar {
    padding-left: 0;
    padding-right: 0;
}

.sidebar .nav {
    margin-bottom: 20px;
}

.sidebar .nav-item {
    width: 100%;
}

.sidebar .nav-item+.nav-item {
    margin-left: 0;
}

.sidebar .nav-link {
    border-radius: 0;
}

/* Alertler */

.alert {
    padding: 5px 10px;
    font-size: 12px;
}

.alert-danger {
    background-color: #b34444;
    border-color: #9a1c1c;
    color: #ffffff;
}
.alert-light {
    color: #383838;
    font-size: 12px;
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 10px;
    background: #fffcf2;
    margin: 5px 0 10px !important;
}

.alert-info {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #fff;
    color: #383838;
}

.alert-danger .alert-link,
.alert-success .alert-link {
    color: #ffffff;
    text-decoration: underline;
}

.alert-info .alert-link {
    color: #383838;
    text-decoration: underline;
}

/* Breadcrumb */
.landing-page .breadcrumb {
    margin-left: 0;
    margin-right: 0;
}

.breadcrumb-item.active a {
    color: #007bff;
}

/* Butonlar */


.btn-primary {
    color: #383838;
    background-color: #fec60a;
    border-color: #fec60a;
}
.btn-primary.outline {
    color: #383838;
    background-color: #FFFFFF;
    border-color: #fec60a;
}
.btn-primary.disabled, .btn-primary:disabled{
	color: #383838;
    background-color: #fec60a;
    border-color: #fec60a;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:focus{
	color: #fff;
    background-color: #d4a507;
    border-color: #d4a507;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d4a507;
    border-color: #d4a507;
}

.btn-danger {
    color: #fff !important;
    background-color: #b34444;
    border-color: #b34444;
}

.btn-danger:hover {
    color: #fff;
    background-color: #9a1c1c;
    border-color: #9a1c1c;
}

.btn-secondary {
    color: #4e4e4e;
    background: transparent !important;
    border: 1px solid #4e4e4e;
}

.btn-secondary:hover {
    text-decoration: underline;
    color: #4e4e4e !important;
}

.btn-secondary:focus {
    color: #4e4e4e !important;;
}

.btn-full-seat {
    color: #383838;
    background-color: #fec60a;
    border-color: #fec60a;
}

/* Kartlar */

.card-header h6 a {
    color: #383838;
}

.card-header h6 a:hover,
.card-header h6 a:focus {
    text-decoration: none;
}

/* Liste Grupları */

.list-group-item.active {
    color: #383838;
    background-color: #fec60a;
    border-color: #fec60a;
}

/* HEADER */

.cookie-notification-inner {
    background-color: rgba(32, 32, 32, .95);
    width: 270px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px;
    color: #c9c9c9;
    font-size: 12px;
    line-height: 17px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    border-radius: 5px;
}

.close-cookie-notification {
    color: #FFF;
}

.cookie-notification-inner a,
.cookie-notification-inner a:hover {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

button.close-cookie-notification {
    float: none;
    font-size: 1.4rem;
    line-height: 0.8;
    /* opacity: .7; */
    border: none;
    border-radius: 20px;
    padding: 0 4px 8px 4px;
    text-shadow: none;
    color: #FFF !important;
    position: absolute;
    top: 2px;
    right: 0;
}

@media (max-width: 767px) {
    .cookie-notification-inner {
        left: 0;
        top: auto;
        bottom: 0;
        border-radius: 0 5px 0 0 !important;
        width: 80%;
        height: 75px;
    }
    button.close-cookie-notification {
        top: 5px;
        right: 0;
    }
}

.navbar-container .nav-link .csprite {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

/* HEADER */

/* SEARCH BAR */

#searchForm {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 20px;
}

.searchFormPosition {
    padding-top: 95px !important;
}
#traditionalSearch {
    margin: 0;
}

@media (max-width: 767px) {
    #searchForm {
/*         margin-bottom: 20px; */
        padding-top: 60px;
/*         padding-bottom: 30px; */
    }
}

@media (max-width: 992px) {
    #searchForm .container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #searchForm .container {
        width: 540px;
    }
    .kobi-promotion .col-4 {
		padding-top: 6%;
	}
}

@media (max-width: 576px) {
    #searchForm .container {
        width: 100%;
    }
    #traditionalSearch {
        margin: 0 0.25rem;
    }
}

#searchForm .container .row .search-col {
    margin: 10px 0;
    padding: 0 16px 0 0;
}
#searchForm .container .row .search-col:first-child {
    padding-left: 0px;
}

#searchForm .container #multiwaySearch.row .search-col {
    margin: 10px 0 0;
}

#searchForm .searchCategoryTabs {
    margin-left: -15px;
    margin-right: -15px;
}

#searchForm ul.searchCategoryTab {
    margin: 0;
    padding: 0;
}

#searchForm ul.searchCategoryTab li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 3px 3px 0 0;
    min-width: 107px;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    color: #757575;
}

#searchForm ul.searchCategoryTab li[data-active="true"] {
    font-weight: bold;
}

[name="rbFlightSearchType"]:checked+label,
[name="rbBusSearchType"]:checked+label
{
    font-weight: bold;
}

.sign-up-agreement {
    margin: 2px 0 7px;
}

@media (max-width: 575px) {
    #searchForm ul.searchCategoryTab li {
        padding: 5px 10px !important;
        display: inline-grid;

    }

    #searchForm ul.searchCategoryTab li{
        min-width: 60px;
    }
    #searchForm ul.searchCategoryTab li img{
        max-width: 16px;
        margin: 0 auto;
    }
    .search-flight-icon.car-icon {
        height: 16px;
        object-fit: contain;
    }
}

@media (max-width: 375px) {
    .additionalContent-Direct {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
}

#searchForm ul.searchCategoryTab li[data-active="true"] {
    background: rgba(255, 255, 255, 0.95);
    color: #383838;
    box-shadow: none;
    font-weight: bold;
}

#searchForm ul.searchCategoryTab li[data-active="false"] .search-flight-icon {
    opacity: 0.6;
}

.search-area {
	background-color: #fff;
    margin: 0 -15px;
}

.search-area img{
	margin-right: 4px;
	margin-top: auto;
    margin-bottom: auto;
}
.search-area .calendar-icon{
    margin-bottom: 3px;
}

.search-area .down-icon{
    width:13px;
    margin-left: 3px;
}
.search-area .exchange{
   margin-left:5px;
   width: 14px;
   height: 12px;
    cursor: pointer;
}
.search-area .stay-night{
    width: 10px;
    height: 10px;
    margin-right:0px;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    #multiwaySearch {
        width: 100%;
    }
}

#multiwaySearch .where-date-go {
    padding-right: 5px;
}

#multiwaySearch .where-date-go {
    padding-right: 15px;
}

.slim {
    min-height: 220px !important;
}

@media (max-width: 768px) {
    .slim {
        display: none;
    }
}

.slim #searchForm {
    width: 100%;
    padding-top: 50px;
}

#searchForm .container .row .search-col label {
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
}

.passenger-search-list .passenger-list .passenger-row label {
    font-size: 13px;
    font-weight: 500;
}

.language-ru .passenger-search-list .passenger-list .passenger-row label {
	font-size:12px;
}

#searchForm .form-control.searchBarInput {
    padding: 1rem .75rem;
    height: 50px;
    width: 94%;
    display: inline-block;
    font-weight: 700;
    color: #292929;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

#searchForm #traditionalBusSearch .form-control.searchBarInput {
    width: 100%;
}
#searchForm.searchFormV2 .form-control.searchBarInput {
	width: 100%;
}
#searchForm #traditionalBusSearch .bus-from-wrapper {
    padding-right: 12px;
}
#searchForm #traditionalBusSearch .bus-to-wrapper {
    padding-left: 12px;
}

#searchForm .form-control.searchBarInput::placeholder {
    font-weight: 300;
}

.exchangeIcon {
    width: 14px;
    display: inline-block;
}

#searchForm.searchFormV2 .exchangeIcon {
	position: absolute;
	left:49%;
	bottom: -30px;
  	transform: rotate(90deg);
   	opacity: 0.7;
}

@media (max-width: 991px) {
    #to_text {
        width: 100% !important;
    }
    #searchForm .container .row .search-col {
        margin: 16px 0 0 0;
        padding: 0;
    }
    #searchForm.multiwaySearchActive .container .row .search-col {
        padding: 0 16px 0 0;
    }
    #searchForm .container .row .search-col label {
        line-height: normal;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }
    #searchForm .form-control.searchBarInput::placeholder{
        color: #797979;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #hotelSearch .row .search-row.search-col:first-child,
    #traditionalBusSearch .row .search-col:first-child,
    #traditionalCarSearch .row .search-col:first-child{
        margin-top: 24px;
    }
    #traditionalCarSearch .row .checkIn-datepicker-car.search-col:first-child{
        margin-top: auto;
    }
    #searchForm .container .row .where-date-go,
    #searchForm .container .row .search-col.checkIn-datepicker
    {
        padding-right: 8px;
    }
    #searchForm .container .row .where-date-turn,
    #searchForm .container .row .search-col.checkOut-datepicker{
        padding-left: 8px;
    }
}

@media (max-width: 768px) {
    .exchangeIcon {
        display: none;
    }


}

.plane-gidis {
    height: 10px;
    padding: 0 5px 2px 0;
}

.plane-donus {
    height: 8px;
    padding: 0 5px 2px 0;
}

.calendar-gidis,
.calendar-donus {
    height: 14px;
    padding: 0 5px 2px 0;
}

.yolcular{
    height: 13px;
    padding: 0 5px 2px 0;
}

.addDatePlus {
    font-size: 2.8rem;
    padding: 0;
    color: #575757;
    font-style: inherit;
    font-weight: 100;
    line-height: 0;
}

@media (max-width: 1199px) {
    .addDatePlus {
        padding-top: 2px;
    }
}

.where-date-turn .form-group .back-close, .back-close-transfer, .back-close-bus {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.where-date-turn .form-group .back-close i, .back-close-transfer i, .back-close-bus i {
    font-size: 12px;
    background: #fec60a;
    border-radius: 31px;
    line-height: 8px;
    margin-right: 4px;
    cursor: pointer;
    font-style: normal;
    padding: 0 4px 1px 5px;
    font-weight: bold;
}

.datepicker-box-blank {
    display: block;
    background: #fff;
    border: 1px solid #ced4da;
    height: 50px;
    border-radius: 3px;
    width: 100%;
    padding-left: 0.2rem;
    position: relative;
}

.datepicker-box-blank button {
	cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
}

.checkIn-datepicker .ui-datepicker-trigger,
.checkOut-datepicker .ui-datepicker-trigger {
    font-size: 14px;
    height: 100%;
    text-align: left;
    padding-left: 8px;
}

.datepicker-box table {
    margin-top: -2px;
}

.datepicker-box table tbody tr .tdday {
    font-size: 30px;
    padding-right: 4px;
    font-weight: 500;
    color: #292929;
}

.datepicker-box table tbody tr td:last-child {
    font-size: 12px;
    margin: 0;
    text-align: left;
    width: 60px;
    padding-top: 2px;
    line-height: normal;
}
.pickup-date-wrapper, .dropoff-date-wrapper {
    max-width: 135px;
    box-sizing: content-box;
}
.pickup-date-wrapper {
    margin-left: 16px;
}

@media (max-width: 991px) {
    .datepicker-box table tbody tr td:last-child {
        font-size: 1rem;
        width: 62px !important;
    }
    .datepicker-box-blank {
        padding: 0;
    }
    .datepicker-box-blank button {
        padding: 8px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .datepicker-box table tbody tr .tdday {
        font-size: 30px;
    }
    .datepicker-box table tbody tr td:last-child {
        font-size: 14px;
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .hotelSearchFormButtonWrapper {
        margin: 16px 0;
    }
}

.tdtext {
    text-align: left;
    line-height: 18px;
    padding: 2px 5px 0 0;
    font-weight: 400;
    color: #575757;
}

.passenger-select label {
    white-space: nowrap;
}

.passanger-search {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    margin: 0 !important;
    height: 48px;
}

.passenger-search-list a {
    width: auto;
    color: #292929 !important;
    margin-left: 8px;
}

.passenger-search-list .down-icon {
    height: 9px;
    width: auto;
    margin-left: auto;
}
#hotelSearch .passenger-search-list .down-icon {
    margin-right: 8px;
}
#hotelSearch .flight-search-area {
    margin-right: 0;
}
.passenger-search-list {
    background: #fff;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 3px;
    text-align: start;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
}
.passenger-search-list-es{
	padding-top:6px;
	line-height:18px;
}
.passenger-list {
    background-color: #FFF;
    width: 270px;
    padding: 5px 5px 5px 0;
    position: absolute;
    top: 65px;
    left: -55px;
    z-index: 999999;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #000;
}

.passenger-list .form-control[readonly] {
    background: none;
    font-weight: bold;
}

@media (max-width: 667px) {
    .passenger-list {
        background-color: #FFF;
        width: 100%;
        padding: 16px;
        position: fixed;
        top: 0px;
        left: 0 !important;
        z-index: 25;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 0px 86px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 86px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 86px -3px rgba(0, 0, 0, 0.75);
        border-radius: 0;
    }
    .passenger-list::after {
        display: none;
    }
    .passenger-list-inner {
        margin: 0 auto;
    }
    .passenger-list .passenger-row {
        margin-bottom: 24px ;
    }
    .passenger-list .input-group-addon {
        height: 36px;
        font-size: 22px;
    }
    .passenger-list .input-group .form-control {
        height: 36px;
        font-size: 18px;
        max-width: 72px;
        color: #292929;
        font-weight: 600;
    }
    .passenger-list  .passenger-count-buttons {
        justify-content: flex-end;
    }
    .passenger-search-list {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .passenger-list {
        top: 308px;
    }
}

@media (max-height: 400px) {
    .passenger-list,
    .ubSelectView {
        height: 335px !important;
    }
}

.passenger-error {
    font-size: 0.8rem;
    color: red;
    display: inline-block;
    padding: 0 5px;
}

@media (max-width: 400px) {
    .passenger-error {
        max-width: 275px;
    }
}

.search-button {
    height: 50px;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    line-height: 24px;
}

.search-button.half-size {
    height: 50px;
    margin-top: 30px;
    padding: 13px 5%;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    width: 140%;
    margin-left: -25px;
    line-height: 24px;
}

.search-button-hotel {
    height: 50px;
    padding: 13px 5%;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    line-height: 24px;
}
.language-en .search-button, .language-ru .search-button, .language-de .search-button, .language-az .search-button, .language-es .search-button {
	font-size: 15px;
	padding: 0;
}

.language-fr .search-button {
	padding: 0;
	font-size: 12px;
}
.language-ru .search-button-hotel, .language-fr .search-button-hotel, .language-de .search-button-hotel {
	font-size: 16px;
}

#multiwaySearchFormSubmit {
    width: 100%;
}

.searchFormPickerArea {
    max-width: 100%;
    flex: 34%;
    -ms-flex: 34;
}
.non-visible {
    visibility: hidden;
}
@media (max-width: 1199px) {
    .search-button {
        font-size: inherit;
    }
}

@media (max-width: 991px) {
    .search-button {
        margin-top: 0;
        margin-bottom: 15px;
        width: 50%;
        margin: 0 25% 15px;
        font-size: 20px;
    }
    .searchFormPickerArea {
        margin-left: 0;
        margin-top: -10px;
    }
    #multiwaySearch #multiwaySearchFormSubmit {
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    .search-button {
        width: 60%;
        margin: 0 20% 15px;
    }
    .searchFormPickerArea {
        margin-top: 0;
    }
    .searchFormPickerAreaCar {
        padding: 0 15px !important;
    }
    .searchFormPickerArea .passenger-select {
        margin-top: -8px !important;
    }
    .searchFormPickerAreaTransfer{
        padding: 0 15px !important;
    }
    .transferRight{
        margin: 0 !important;
    }
    .transferButtonArea{
        margin-top: 15px !important;
    }
    .transferButtonArea button{
        float: right;
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .search-button {
        width: 100%;
        margin: 0 0 15px;
    }
}

@media ( min-width: 980px) {
    .ubSelectViewmob {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .ubSelectView {
        display: block;
        position: absolute;
        z-index: 9999;
        left: 35% !important;
        width: 30%;
        height: auto;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
    }
}

@media (max-width: 667px) {
    .ubSelectView {
        left: 0 !important;
        top: 0 !important;
        width: 100%;
        position: fixed;
    }
}

@media (max-width: 575px) {
    .ubSelectView {
        top: 55px !important;
    }
}

@media (min-width: 992px) {
    .ubSelectView {
        position: absolute;
        margin: -12px -9px;
        float: right;
        width: 10%;
        left: auto;
        top: auto;
        height: auto;
        z-index: 9999;
        overflow: visible;
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
        -moz-box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
        box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.35);
    }
}

@media (min-width: 668px) {
    .ubSelectView::after {
        content: url(/resources/img/icons/datepicker-triangle.png);
        font-size: 15px;
        top: -17px;
        position: absolute;
        padding: 0 10px;
        left: 10px;
        z-index: 0;
    }
}

.ubSelectView .ubSelectViewList {
    box-shadow: none;
}

.ubSelectView .ubSelectViewList ul {
    overflow: hidden;
    padding: 10px 2px 0;
}

.ubSelectView .ubSelectViewList ul li {
    font-weight: normal;
    float: none;
    padding: 10px 0 4px 10px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.ubSelectView .ubSelectViewList ul li:first-child {
    padding-top: 0;
}

.ubSelectView .ubSelectViewList ul li:last-child {
    border-bottom: none;
}

.cabin-type-input {
    display: inline-block;
}

.cabin-type-input i {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.cabin-type-input a,
.cabin-type-input a:hover {
    color: #292b2c;
    padding-left: 5px;
}

.searchBar-additional {
    white-space: nowrap;
    margin-top: 10px;
}

.searchBar-additional .form-group {
    font-size: 13px;
}

.searchBar-additional .form-group .custom-control-indicator {
    margin-top: -1.5px;
}

#traditionalCarSearch .searchBar-additional {
    margin-bottom: 10px;
}

#searchForm .container .row .search-col.dropoff-date-wrapper {
    margin-left: 16px;
}

@media (min-width: 768px) {
    .searchBar-additional {
        margin-top: -15px;
        padding-left: 0;
        margin-bottom: -5px;
    }
    #traditionalBusSearch .searchBar-additional {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    .searchBar-additional {
        margin-top: 0;
    }
    #searchForm .container .row .search-col.dropoff-date-wrapper {
        margin-left: 0;
    }
}

.passengerCountInput {
    width: 35px !important;
    text-align: center;
}

.btnAddLeg,
.btnRemoveLeg {
    margin-top: 40px;
    font-weight: 600;
}

.language-ru .btnAddLeg, .language-fr .btnAddLeg, .language-de .btnAddLeg {
	font-size:12px
}

@media (max-width: 991px) {
    .btnAddLeg,
    .btnRemoveLeg {
        width: 100%;
        margin: 16px 0 0 0;
    }
}

.tab-new-area {
    position: absolute;
    background: #fec60a;
    padding: 1px 8px;
    margin: -55px 0 0 35px;
    font-size: 13px;
	color: #383838;
    font-weight: bold;
}

.tab-new-triangle {
    background: #fec60a;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    margin: -3px 0 0 11px;
}

@media (max-width: 767px) {
	.tab-new-area {
    margin: -35px 0 0 2px ;
    background: #383838;
    color: #fec60a;
	}
	.tab-new-triangle {
		background: #383838;
		margin: -3px 0 0 11px;
	}
	span.close-passengers-list {
	    font-size: 18px;
	}
}

/* SEARCH BAR */

/* SEARCH BAR AUTOCOMPLETE */
.hotel-autocomplete-icon, .ui-menu-item:hover .hotel-autocomplete-icon, .hotel-autocomplete-icon.ui-state-active{
	font-size: 16px !important;
	font-weight: normal !important;
}
.hotel-autocomplete-icon:before{
	padding-right: 4px !important;
}
.ui-menu .ui-menu-item {
    padding: 16px 15px;
    z-index: 99;
    font-size: 14px;
    line-height: normal;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper{
    font-weight: 700;
}
/* otel auto complete scrool */
.otel-autocomplete-list {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.otel-autocomplete-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.otel-autocomplete-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.ui-menu .ui-menu-item:hover {
    background: #fec60a;
}

@media (max-width: 767px) {
	.ui-menu .ui-menu-item:hover {
	    background: transparent;
	}
}

.navbar .dropdown-menu {
    background-color: #3D3B3A;
    min-width: 13rem;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0 !important;
}

/* bakılacak */
.ui-menu .ui-menu-item-wrapper.ui-state-active{
/*     border: none !important; */
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #333 !important;
}
.ui-menu .autocomplete-suggestion-item.ui-state-active{
/*     border: none !important; */
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #999999 !important;
    font-weight: normal !important;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: 1px solid #CED4DA;
    max-height: 344px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete .ui-airports-in-city {
    font-weight: bold;
    background-color: #ffd668;
    padding: 16px 15px;
}

.ui-autocomplete .ui-destination {
    font-weight: bold;
    background-color: #F3F3F3;
    padding: 4px 6px 4px 6px !important;
}

/* list hover style */
.ui-state-active,
.ui-widget-content .ui-state-active {
/*     border: none !important; */
/*     border: 1px solid #fec60a; */
    background: #fec60a !important;
    color: #333 !important;
/*     font-weight: bold !important; */
    padding: 0.2em;
}

.ui-datepicker-today .ui-state-default.ui-state-highlight {
    border: none;
    background: #FFF4CF;
    color: #383838;
    font-weight: normal;
}

/* SEARCH BAR AUTOCOMPLETE */



.passenger-list::after {
    content: url(/resources/img/icons/datepicker-triangle.png);
    font-size: 15px;
    top: -16px;
    position: absolute;
    padding: 0 10px;
    left: 95px;
}

/* DATEPICKER */

.ui-datepicker-group-last {
    border-left: 1px solid #ffe798;
}

.ui-datepicker-custom.ui-datepicker.ui-widget.ui-widget-content {
    margin-top: 60px;
    z-index: 1000 !important;
}

@media (max-width: 735px) {
    .ui-datepicker-custom.ui-datepicker.ui-widget.ui-widget-content {
        position: fixed !important;
        top: 308px !important;
        width: 100% !important;
        margin-top: 0;
        left: 0 !important;
        -webkit-box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 86px -3px rgba(0, 0, 0, 0.75);
    }
    .ui-datepicker-custom.ui-datepicker .ui-datepicker-title {
        font-size: 15px;
    }
    .ui-datepicker-custom.ui-datepicker::after {
        display: none !important;
    }
    .ui-datepicker-custom.ui-datepicker table {
        font-size: 16px;
        line-height: 1.5;
    }
    .ui-datepicker-custom.ui-datepicker table td a,
    .ui-datepicker-custom.ui-datepicker table td span {
        height: 32px;
        line-height: 32px;
        margin: auto;
        font-size: 13px;
    }
    .ui-datepicker-next span,
    .mapDatepicker .ui-datepicker-next span {
        background-image: url("https://images.ucuzabilet.com/resources/img/icons/datepicker-ok.png");
        left: 0;
        top: 12px;
        margin-top: -5px !important;
        margin-left: 0;
        width: 15px;
        height: 15px;
        background-position: -48px -192px;
        cursor: pointer;
    }
    .ui-datepicker-prev span,
    .mapDatepicker .ui-datepicker-prev span {
        background-image: url("https://images.ucuzabilet.com/resources/img/icons/datepicker-ok.png");
        left: 0;
        top: 12px;
        margin-top: -5px !important;
        margin-left: 0;
        width: 15px;
        height: 15px;
        background-position: -48px -192px;
        transform: rotate(180deg);
        cursor: pointer;
    }
    .ui-datepicker-custom .ui-datepicker-current-day a {
        border: 1px solid #fec60a !important;
        background-color: #fec60a !important;
        color: #383838 !important;
        font-weight: bold !important;
    }
    .ui-datepicker-custom .ui-datepicker-today a.ui-state-highlight {
        background-color: #f9d55e !important;
        border: 1px solid #f9d55e !important;
    }
    .ui-datepicker-custom.ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }
    #cfCalendar .ui-datepicker .ui-datepicker-title,
    .mapDatepicker .ui-datepicker .ui-datepicker-title {
        line-height: 3.1em;
        font-size: 18px;
    }
    #passangerSearchList .passenger-row .col-8 {
        width: 60% !important;
        max-width: 60% !important;
    }
    #passangerSearchList .passenger-row .col-4 {
        width: 40% !important;
        max-width: 40% !important;
    }
}

@media (max-width: 576px) {
    .ui-datepicker-custom.ui-datepicker table td a,
    .ui-datepicker-custom.ui-datepicker table td span {
        height: 45px;
        line-height: 45px;
        margin: auto;
        font-size: 18px;
    }
}

@media (max-height: 700px ) and (max-width:576px ) {
    .ui-datepicker-custom.ui-datepicker.ui-widget.ui-widget-content {
        top: 50% !important;
        transform: translateY(-50%);
    }
}

#ui-datepicker-div .ui-datepicker-close,
.btn-close-mobile {
    padding: 5px !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 14px !important;
    float: right;
    background: transparent;
    border: 1px solid #383838;
    margin-top: 5px;
}

#ui-datepicker-div .ui-datepicker-close:hover,
.btn-close-mobile:hover {
    background-color: #fec60a;
    border: 1px solid #fec60a;
}

.ui-datepicker::after {
    content: url(/resources/img/icons/datepicker-triangle.png);
    font-size: 15px;
    top: -15px;
    position: absolute;
    padding: 0 10px;
    z-index: -1;
}

@media (min-width: 575px) {
    [data-datepicker="whereDepartDate"].ui-datepicker::after {
        left: 120px;
    }
    [data-datepicker="whereBackDate"].ui-datepicker::after {
        left: 235px;
    }
    [data-datepicker="multiway"].ui-datepicker::after {
        left: 315px;
    }
}

@media (min-width: 992px) {
    [data-datepicker="whereDepartDate"].ui-datepicker::after {
        left: 110px;
    }
    [data-datepicker="whereBackDate"].ui-datepicker::after {
        left: 205px;
    }
    [data-datepicker="multiway"].ui-datepicker::after {
        left: 200px;
    }
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: transparent;
}

@media (min-width: 577px) {
    .ui-state-hover.ui-datepicker-next .ui-icon,
    .ui-state-hover.ui-datepicker-prev .ui-icon {
        background-image: url(images/ui-icons_444444_256x240.png);
    }
    .ui-state-hover.ui-datepicker-next .ui-icon {
        margin: -7px -9px;
    }
    .ui-state-hover.ui-datepicker-prev .ui-icon {
        margin: -7px;
    }
}

.ui-datepicker-next,
.ui-datepicker-prev {
    cursor: pointer;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: transparent;
}

#cfCalendar .ui-datepicker::after {
    content: none;
}

/* DATEPICKER */

/* DROPDOWN MENU */

.navbar .dropdown-menu a {
    color: #fff;
}

.transaction-menu img{
	margin-right:4px;
}

@media (max-width: 991px) {
    #navbarCollapse ul li a i {
        display: none;
    }
    #navbarCollapse ul li {
        padding: 2px 0;
        border-bottom: 1px solid #545454;
    }
    #navbarCollapse ul li:last-child {
        border-bottom: none;
    }
    .navbar .dropdown-menu a {
		font-size:12px;
	}
}

/* DROPDOWN MENU */

/* MODAL */

.modal-scroll.modal-dialog,
.modal-scroll .modal-content {
    /* 80% of window height */
    /*height: 90%;*/
}



.modal-scroll .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(90% - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-scroll.modal-no-header .modal-body {
    max-height: 100%
}
@media (max-width: 576px) {
	.modal-scroll.modal-dialog,
	.modal-scroll .modal-content {
	    /* 80% of window height */
	    height: 99%;
	}

	.modal-scroll .modal-body {
	    /* 100% = dialog height, 120px = header + footer */
	    max-height: calc(99% - 60px);
	}
}
/* SEARCH-LOADING SPLASH */

#modalLoadingFlight .modal-dialog{
    text-align: center;
    top: 15%;
}

#modalLoadingCar .modal-dialog, #modalLoadingHotel .modal-dialog{
    top: 8%;
}

@media (min-width: 576px) {
    #modalLoadingFlight .modal-dialog {
        max-width: 600px;
    }
}

#modalLoadingFlight .modal-content .modal-body .flightModalWaitText {
    margin: 20px 0 30px;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#modalLoadingFlight .modal-content .modal-body .searchLoadingLeg {
    margin-top: 30px;
}

.searchLoadingLeg div {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.searchLoadingLegCar div {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.progress-flight {
    padding: 20px 40px;
    background: none !important;
}

.progress-flight .lines {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 4px;
    background: #e8e8e8;
    width: 100%;
    position: relative
}

.progress-flight .fullprs .upper {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 96%;
    height: 4px;
    background: #ffc600;
    position: absolute;
    left: 0;
    -moz-animation: fullexpand 7s ease-out;
    -webkit-animation: fullexpand 7s ease-out;
    -keyframes-animation: fullexpand 7s ease-out;
    -ms-animation: fullexpand 7s ease-out
}

.progress-flight .fullprs .upper:after {
    content: "";
    position: absolute;
    right: -35px;
    margin: -14px 0;
    width: 34px;
    height: 33px;
    background: url('/resources/img/ub_hp_sprite.png') -10px -413px;
    background-repeat: no-repeat;
}

@-moz-keyframes fullexpand {
    0% {
        width: 0
    }
    100% {
        width: 96%
    }
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0
    }
    100% {
        width: 96%
    }
}

/* SEARCH-LOADING SPLASH */

/* PAGE STYLE */

.pageHeader {
    margin-top: -9px;
    margin-bottom: -60px;
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    padding: 0;
}

.pageHeader h1 {
    margin-top: 50px;
    margin-bottom: -83px;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .pageHeader {
        text-align: center;
    }
}

@media (max-width: 767px) {
	main{
		position:relative;
		overflow:hidden;
	}
    .pageHeader {
    	position:absolute;
        top: 12px;
        margin: 0;
    }
	.pageHeader h1 {
		font-size: 22px !important;
		font-weight: 700;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.search-car-mobil{
    	width:100% !important;
    }
}

/* PAGE STYLE */

/* CHECKBOX CUSTOM */

.custom-control-indicator {
    border: 2px solid #2392D8;
    width: 1.1rem;
    height: 1.1rem;
    background: transparent;
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: none;
}

/* CHECKBOX CUSTOM */

/* SOCIAL AREA */

.social-area .row span {
    text-align: center;
    margin: 10px 0;
}

.social-area .row h4 {
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.social-area .row span a img {
    width: 50px;
}

/* SOCIAL AREA */

/* INPUT */

.mat-inline {
    display: flex;
}

.screen-md .mat-inline .mat-control {
    margin-left: -5px;
}

.screen-xs .mat-inline .mat-control {
    margin-left: -5px;
}

.mat-group {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.mat-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    margin-bottom:10px;
}

.error .mat-control {
    border-bottom-color: red;
}

.mat-control-label {
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    width: 100%;
}
.active .mat-control-label {
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
    font-size: .8rem;
}
.mat-control-label:after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}
.error .mat-control-label:after {
    font-size: 0.8rem;
    content: attr(data-error);
    padding: 4px 2px;
    color: red;
    opacity: 1;
}

.error.active .mat-control-label:after {
    top: 40px;
}

.error.help-block {
    display: block;
    font-size: 12px !important;
    color: red;
}

.mat-inline .mat-group {
    padding: 0 5px;
}

/* end of INPUT */

/* DIVIDER */

.middle-divider {
    text-align: center;
}



.divider-line {
    width: 100%;
    display: block;
    background: #CCC;
    height: 1px;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

#modalSignup .divider-line {
    margin: 20px 0;
}

.middle-divider span {
    position: absolute;
    margin-top: -36px;
    background: #fff;
    padding: 0 10px;
    margin-left: -25px;
}

#modalSignup .middle-divider span {
    margin-top: -30px;
}
.signin-text-wrapper{
    margin: 16px 0 0;
}

/* DIVIDER */

/* MODAL */

.close-wo-header {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 4;
}

.screen-md .modal-large {
    max-width: 800px;
}

#modalSignin .modal-dialog .modal-body p {
    margin-top: 1rem;
}

.modal-xs .modal-header {
    padding: 5px 10px !important;
}

.modal-xs .modal-title {
    font-size: 14px;
}

.modal-xs .modal-body {
    font-size: 12px;
    padding: 10px !important;
}

/* end of MODAL */

/* COLORS */

.green{
	color: #2fb916;
}
.red{
	color: #ff0100;
}
ul.list {
    padding: 0;
}

ul.list li {
    list-style-type: none;
}

/* bg-colors */

.bg-dark-gray {
    /*  darker */
    background-color: #383636 !important;
}

.bg-gray {
    background-color: #3D3B3A !important;
}

.bg-light-gray {
    /* %20 lighter */
    background-color: #F5F5F5 !important;
}

.c-yellow {
    color: #FDC70F !important;
}

/* COLORS */

/* PARALLAX COVER IMAGE */

#cover-img {
    max-height: 100%;
}

@media (max-width: 575px) {
    #cover-img {
        background-position-x: -200px;
        background-size:cover;
    }
}

@media (min-width: 768px) {
    #cover-img.parallax-cover-image {
        min-height: 480px;
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 575px) {
    #cover-img.parallax-cover-image #searchForm {
        padding-top: 55px;
    }
}

/* PARALLAX COVER IMAGE */

/* INPUT ERROR */

input[type="text"].error,
input[type="tel"].error,
textarea.error,
select.error,
.ui-datepicker-trigger.error {
    border-color: red;
}

.input-error {
    font-size: 0.8rem;
    color: red;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}

/* INPUT ERROR */

/* MEMBERSHIP */

@media (max-width: 576px) {
    .close {
        margin-top: -5px;
    }
    .membershipAgreement h3 {
        font-size: 1.5rem;
    }
    .membershipAgreement h4 {
        font-size: 1.2rem;
    }
    .custom-control {
        margin-top: 1px;
        display: block;
        padding-left: 1.5rem;
    }
    .searchBar-additional .additionalContent-Direct {
        margin-right: 10px;
    }
    .search-area.flight-search-area .custom-control,
    .search-area.transfer-search-area .custom-control,
    .search-area.bus-search-area .custom-control
    {
        display: inline-block;
    }
    .searchBar-additional .additionalContent-Second-Direct {
        padding: 16px 0 0 .25rem;
    }
}

.flight-search-area .csprite {
    display: inline-block;
}

.flight-search-area, .hotel-search-area, .car-search-area, .transfer-search-area{
	border-radius: 0 8px 8px 8px;
}

.mat-group-bottom {
    padding: 0;
    margin: 0;
    display: block;
    text-align: right;
    margin-top: -14px;
    margin-bottom: 5px;
    font-size: 13px;
    cursor: pointer;
}
.btn-modal-remindPassword{
    line-height: normal;
    margin: -6px 0 12px;
}
#btn-signin{
    font-weight: 500;
    line-height: normal;
}
.remindPassword{
	z-index:1;
}

.mat-group.error ~ .remindPassword{
    float: right;
    margin-top: 20px;
}

span#btn-modal-signin2,
span.btn-modal-remindPassword {
    text-decoration: underline;
    margin: -10px 0 15px;
    float: right;
    width: fit-content;
    cursor: pointer;
}

#btn-signin,
#btnSendPasswordReminder {
    display: inline-block;
}

#loginAlert {
    display: inline-block;
    width: 100%;
}

/* MEMBERSHIP */

/* CONTENT AREA */

.content-area {
	border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 20px 20px 10px;
}

.content-area-landing{
	padding: 20px 0 10px;
	border:none;
	border-radius:0;
}

.content-area.p-i {
	padding: inherit;
}

/* CONTENT AREA */

/* MAP SECTION */

/* MAP SECTION */

/* FOOTER */

.footer-info {
    position: absolute;
    right: 0;
    bottom: 0;
}

.screen-md .footer-info {
    width: 300px;
}

footer .nav-link, .footer-seo a {
    color: #DFDFDF !important;
    padding: 6px 3px 6px 3px;
    text-align: left;
    font-size: 14px;
    display: block;

}
.footer-list-wrapper{
	list-style: none;
}
.footer-list-wrapper li{
	display: block;
}

.footer-seo {
	padding-bottom: 10px;
    border-bottom: 1px solid #737373;
    margin: 0 -15px;
    text-align: center;
}

footer .nav-link:hover {
    color: #fff !important;
}

footer .footer-navbar .nav-item h5 {
    text-align: left;
    color: #ffffff;
    font-size: 12px !important;
}

@media (max-width: 767px) {
    footer .nav-link,
    .footer-navbar .nav-item h5 {
        text-align: center;
    }
}

footer .footer-navbar .nav-item h5 .nav-link {
    color: #fff !important;
    padding: 0 !important;
}

footer .footer-navbar-row {
    border-bottom: 1px solid #737373;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer .footer-navbar-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    footer .footer-navbar-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* FOOTER */

/* UTILS */

.operation {
    width: 100%;
    text-align: center;
    font-size: 64px;
}

.operation-success .fa {
    color: #1C966A;
}

.operation-fail .fa {
    color: #E2252D;
}

.operation p {
    font-size: 16px;
}

/* UTILS */

#header-navigation #smartbanner .sb-close {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Inter';
}

.ui-datepicker table {
    font-size: 1em;
}

/* PAGE OFFER MODAL */

#modalPageOffer {
    margin-top: 10%;
}

/* #modalPageOffer .modal-header { */
/*     background: #fec60a; */
/* } */

#modalPageOffer .modal-body {
    text-align: center;
}

.catchUserCouponBorderArea,
.catchUserCouponTimerArea {
    display: inline-block;
    margin-right: 16px;
}

#couponCode {
    font-weight: bold;
    border: none;
    text-align: center;
    width: 80px;
}

#btnCouponDetail,
#btnCopyCoupon {
    border: none;
    background: #fec60a;
    padding: 4px 10px 4px;
    border-radius: 3px;
    color: #383838;
    font-weight: 500;
    margin-top: -4px;
    min-width: 75px;
    min-height: 25px;
}

#btnCouponDetail {
    margin: 10px 30% 0;
    background: transparent;
    float: none;
    text-align: center;
    display: -webkit-inline-box;
    text-decoration: underline;
}

.catchUserBasicArea p {
    margin-bottom: 0;
}

.catchUserBasicArea{
	border: 2px dashed #FDC60D;
	margin-left: 56px;
	margin-bottom: 12px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px;
	max-width: max-content;
    display: flex;
    align-items: center;
}

#modalPageOffer .modal-footer button {
    min-width: 75px;
}

#modalPageOffer .modal-footer {
    padding: 10px 15px;
}
#modalPageOffer .modal-title {
    width:100%;
    text-align: center;
    font-weight:700;
}

.copy-success-text {
    color: #4CAE19;
    font-size: 14px;
    font-weight: 700;
}



@media ( max-width: 767px) {
    .mobileBorderBottom {
        border-bottom: 1px solid #ccc;
    }
    .mobileMarginBottom20 {
        margin-bottom: 20px !important;
    }
}

@media ( max-width: 992px) {
    .listInline li {
        margin-bottom: 20px;
    }
}

@media ( min-width: 768px) {
    .browserBorderRight {
        border-right: 1px solid #ccc;
    }
    .browserBorderLeft {
        border-left: 1px solid #ccc;
    }
}

#cover-img.multiwaySearchBackground {
    min-height: 667px !important;
}

@media ( max-width: 992px) {
    #cover-img.multiwaySearchBackground {
        min-height: 667px !important;
        background-size: cover;
    }
}

.row-list {
    margin: 0;
    padding: 0;
}

.row-list li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.row-list li:first-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .ucuzabilet-logo{
		padding-bottom: 5px;
		margin-right:unset;
	}
	.navbar-brand{
		margin-right: 0 !important;
	}

}

.navbar .container .navbar-toggler .fa.fa-times {
    margin: 0;
    width: 26.25px;
    height: 26.25px;
    padding-top: 5px;
}

.paddingNone {
    padding: 0;
}

.paddingHorizontal-5 {
    padding: 0 5px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #4a4a4a;
}

/* SPRITE */

.arrow-up {
    width: 16px;
    height: 16px;
    background: url('/resources/img/ub_hp_sprite.png') -247px -413px;
    display: inline-block;
}

.bg-circleArrow-right {
    width: 20px;
    height: 20px;
    background: url('/resources/img/ub_hp_sprite.png') -418px -370px;
    display: inline-block;
}

.bg-circleArrow-left {
    width: 20px;
    height: 20px;
    background: url('/resources/img/ub_hp_sprite.png') -320px -125px;
    display: inline-block;
}

.bg-plane-loading {
    width: 34px;
    height: 33px;
    background: url('/resources/img/ub_hp_sprite.png') -10px -413px;
    display: inline-block;
}

.bg-landing_clock {
    width: 30px;
    height: 30px;
    background: url('/resources/img/ub_hp_sprite.png') -164px -413px;
    display: inline-block;
}

.bg-landing_currency {
    width: 30px;
    height: 30px;
    background: url('/resources/img/ub_hp_sprite.png') -64px -413px;
    display: inline-block;
}

.bg-landing_globe {
    width: 30px;
    height: 30px;
    background: url('/resources/img/ub_hp_sprite.png') -114px -413px;
    display: inline-block;
}

.searchLoadingLeg .csprite {
    display: inline-block;
    margin: 0 10px;
}

/* .searchLoadingLegCar .carbackground { */
/*     display: inline-block; */
/*     margin: 0 10px; */
/* } */

/* .carbackground { */
/* 	 background-image: url(/resources/img/loading-car.gif) !important; */

/* } */

.carModalWaitText{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #383838;
}
.modal-text-p{
	text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #383838;
    margin-top: -15px;
    padding-bottom: 13px;
}

.bg-hotel-placeholder {
    width: 9px;
    height: 11px;
    background: url(/resources/img/ub_hp_sprite.png) -480px -469px;
    display: inline-block;
    margin-right: 5px;
}

.bg-tab-flight {
    width: 14px;
    height: 14px;
    background: url(/resources/img/ub_hp_sprite.png) -478px -420px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}

.bg-tab-hotel {
    width: 14px;
    height: 16px;
    background: url(/resources/img/ub_hp_sprite.png) -479px -445px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}

.bg-tab-bus {
    background: url(/resources/img/buss.png) right no-repeat;
    background-size: 14px 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: -2px;
}
.search-flight-icon {
    display: inline-block;
    margin-right: 6px;
}

#searchForm ul.searchCategoryTab li[data-active="false"] .search-flight-icon {
    opacity: 0.6;
}

.bg-stay_night {
	width: 10px;
    height: 10px;
    background: url(/resources/img/ub_hp_sprite.png) -392px -129px;
    display: inline-block;
    margin-right: 2px;
}

.data-null .bg-buyutec_alt {
    position: absolute;
    bottom: 0;
    margin: 0 5px;
}

.first-letter-capitalized::first-letter {
    text-transform: capitalize;
}

.today{
	width: 70px;
	height: 50px;
	margin: 40px 0 0 0;
	padding: 10px 9px 10px 10px;
	border-radius: 3px;
	border: solid 1px #d0d1d3;
	background-color: #ffffff;
}

.tomorrow{
	width: 70px;
	height: 50px;
	margin: 40px 0 0 4px;
	padding: 10px 9px 10px 10px;
	border-radius: 3px;
	border: solid 1px #d0d1d3;
	background-color: #ffffff;

}
.active1{
	background:#fec60a;
}

/* SPRITE */

.exclamation-triangle-brown {
    margin-right: 5px;
    margin-top: -3px;
}

.language-ru .hpCardsUl li span, .language-fr .hpCardsUl li span  {
	font-size:11px;
	bottom: -2px !important;
}

#searchForm .flightTabs {
    margin-left: -15px;
}

#searchForm ul.flightTab {
    margin: 0;
    padding: 0;
}

#searchForm ul.flightTab li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 3px 3px 0 0;
    width: 112px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 -2px 3px #bdbdbd;
    color: #757575;
}

@media ( max-width: 320px) {
    #searchForm ul.flightTab li {
        width: 99px;
    }
}

#searchForm ul.flightTab li[data-active="true"] {
    background-color: #fff;
    color: #383838;
    box-shadow: none;
}

.search-area {
    background-color: #fff;
}

ul.listInline li {
    display: inline-block;
    list-style: none;
}

.listInline {
    padding: 0;
    text-align: center;
}

.listInline img {
    width: 100%;
}

.rowCampaignInfo {
    display: block;
    text-align: left;
    padding: 5px 0;
    font-size: 12px;
}

.cityRoute {
    text-align: left;
    display: block;
    position: absolute;
    font-size: 12px;
    padding-top: 3px;
}

.currencyIcon {
    font-size: 11px !important;
}

.cheapestDestination {
    display: inline-block;
    width: 40%;
}

.cheapestDestination .cityName {
    display: inline-block;
}

.cheapestDestination a.cityName {
    color: #000;
}

.cheapestDestination img {
    margin-right: 5px;
}

.cheapest-suggestion a {
    margin-left: 10px;
    padding: 2px 10px;
}

.cheapest-refresh a {
    color: #007bff;
    font-size: 12px;
}

#cheapest-flights th {
    white-space: nowrap;
}

@media (max-width: 767px) {
    #cheapest-flights {
        display: block;
        overflow-x: hidden;
    }
}

#cheapest-flights td .text-danger {
    white-space: nowrap;
}

#cheapest-flights select {
    cursor: pointer;
}

.btn-search-cheapest-flight {
    padding: 6px 15px 3px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

#cheapest-flights select {
    padding: 2px 5px;
    width: 90%;
    max-width: 190px;
}

#cheapest-flights tbody tr td:first-child {
    margin-left: 5px;
}

.cheapest-refresh {
    display: inline-block;
    width: 50%;
    padding: 10px 5px 0 10px;
}

.cheapest-suggestion {
    display: inline-block;
    width: 49%;
}

@media (max-width: 980px) {
    select {
        font-size: 11px;
        min-width: 55px;
    }
}

@media (max-width: 480px) {
    #cheapest-flights select {
        padding: 2px 5px;
        width: 90%;
        max-width: 70px;
    }
    #cheapest-flights td,
    #cheapest-flights th {
        font-size: 12px;
    }
    .tdHighlight {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 20px;
    }
    #cheapest-flights .dateTd {
        width: 80px;
        display: inline-block;
    }
    #cheapest-flights .dateTd select {
        width: 100%;
        font-size: 12px;
    }
}

[data-page="cheapestFlights"] body {
    background-color: #f9f9f9;
}

[data-page="cheapestFlights"] tbody td {
    line-height: 28px;
}

.btn-search-cheapest-flight em.currencyIconPart {
    font-style: normal;
}

.btn-search-cheapest-flight en.currencyIntPart {
    margin-right: -3px;
}

.landing-page-bg.international-bg {
    margin-bottom: -420px;
    top: -7px;
    min-height: 425px;
    padding: 0 20px;
    transition: all, .3s;
    position: relative;
}

.infoSignUp {
    width: 100%;
    text-align: center;
}

.infoSignUp a {
    font-size: 24px;
    color: #383838;
    font-weight: 300;
    background: #fec60a;
    padding: 5px 45px;
}

.infoSignUp a:hover {
    color: #fec60a;
    background: #383838;
    text-decoration: none;
}

.subscribeSend {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

[data-button="on"] {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #383838;
    padding: 4px 15px;
    background: transparent;
    display: block;
    margin: 0 auto;
}

[data-button="on"]:hover {
    color: #fff;
    background: #383838;
    text-decoration: none;
}

.mobileSend {
    display: inline-block;
}

.mobileSend a {
    color: #383838;
    font-size: 16px;
    font-weight: 200;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 6px 15px 7px;
    top: 1px;
    position: relative;
    border-radius: 3px;
}

.smallNotification {
    font-size: 11px;
    margin-top: 5px;
    padding-bottom: 10px;
}

a.rowCampaignInfo {
    color: #383838;
}

.btnShowAllFlights {
    text-align: center;
    margin: 20px 0;
}

.btnShowAllFlights a {
    border-radius: 3px;
    padding: 3px 15px;
    cursor: pointer;
}

@media ( max-width: 768px) {
    .mobileBorderBottom {
        border-bottom: 1px solid #ccc;
    }
    .mobileMarginBottom20 {
        margin-bottom: 20px !important;
    }
}

/*** Input Area **/

.input-split input {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 13px;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input-split input {
    height: 100% !important;
    border: 0;
    padding: 0;
}

.input-split input:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.input-char-10 {
    width: 80px;
}

.input-char-4 {
    width: 29px;
}

.input-char-3 {
    width: 24px;
}

.input-char-2 {
    width: 16px;
}

/*** End of Input Area **/

@media ( max-width: 992px) {
    .listInline li {
        margin-bottom: 20px;
    }
}

@media ( min-width: 768px) {
    .browserBorderRight {
        border-right: 1px solid #eaeaea;
    }
    .browserBorderLeft {
        border-left: 1px solid #eaeaea;
    }
}

#cover-img.multiwaySearchBackground {
    min-height: 667px !important;
}

@media ( max-width: 992px) {
    #cover-img.multiwaySearchBackground {
        min-height: 667px !important;
    }
}

.row-list {
    margin: 0;
    padding: 0;
}

.row-list li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.row-list li:first-child {
    padding-right: 0;
}

.aboutUsArea {
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
    .aboutUsArea {
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

.rd-goup label {
    margin-left: 5px;
    margin-right: 10px;
}

.rd-goup span {
    display: block;
}

.member {
    text-align: center;
    background: #f7f7f7;
    padding: 15px;
    color: #383838;
    border: 1px dashed #ccc;
}

.member h2 {
    font-weight: 200;
}

#accordion .card-block p {
    padding: 5px 10px;
    margin-bottom: 0;
}

#accordion .card-header a {
    color: #fff;
}

#accordion .card-header a:hover {
    text-decoration: none;
}

#accordion .card-header em {
    float: right;
}

.helpContent .row div {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.helpContent .row div a {
    color: #383838;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.checkinCountryRow a {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.checkinCountryRow a:hover {
    background: #ccc;
    text-decoration: none;
}

/* ONLINE CHECK IN PAGE */

.onlineCheckinBg,
.pnrSearchBg {
    background-size: cover;
    -moz-transition: all, .3s;
    -o-transition: all, .3s;
    -webkit-transition: all, .3s;
    transition: all, .3s;
    padding: 0 20px;
    background-position-y: top !important;
    min-height: 285px;
    top: -12px;
    margin-bottom: 15px;
    background-position-x: center !important;
}

.onlineCheckinArea a {
    cursor: pointer;
    text-decoration: underline !important;
}

.onlineCheckinArea div {
    display: inline-block;
    margin-bottom: -10px;
    width: 88%;
}

.onlineCheckinArea img {
    width: 26px;
    margin-right: 10px;
    vertical-align: top;
}

.checkinCountryRow a img {
    margin-right: 5px;
    margin-top: -3px;
}

.checkinFaq .content-area {
    padding: 15px 20px 5px 5px;
}

.checkinAirlineSection h4 {
    display: inline-block;
    margin-bottom: 0;
}

.checkinAirlineFilter {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#tb-filter-airline {
    width: 25%;
    right: 0;
    float: right;
    margin-right: -15px;
    margin-top: -40px;
}

.checkinAirlineSection .checkinCountryRow {
    margin-top: -5px;
}

@media (max-width: 767px) {
    .checkinCountryRow .col-md-4 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        padding: 0 0 15px 0;
    }
    .checkinCountryRow .col-md-4:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .checkinAirlineFilter {
        display: block;
    }
    #tb-filter-airline {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

/* ONLINE CHECK IN PAGE */

.information-services tr {
    border-bottom: 1px solid #ccc;
}

.information-services tr:last-child {
    border-bottom: none;
}

.information-services tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.information-services tr td:first-child {
    width: 20%;
}

.personalDataFormBtn {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 16px;
    color: #383838 !important;
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
}

.personalDataFormBtn:hover {
    background: #ccc;
    border: 1px solid #ccc;
    text-decoration: none;
}

.need-margin-bottom {
    margin-bottom: 275px;
}

@media (max-width: 767px) {
    .need-margin-bottom {
        margin-bottom: 25px;
    }
}

.horizontal-row {
    text-align: center;
}

.footer-horizontal-nav {
    display: inline-block;
}

.footer-horizontal-nav li.nav-item {
    padding: 5px 20px;
    display: inline-block;
}

.rem15 {
    font-size: 1.5rem !important;
}

.site-customizer {
    border-left: 1px solid #676767;
    padding: 0;
    cursor: pointer;
    margin-left: 0;
}

.site-customizer:hover {
    background: #565656;
}

.site-customizer:hover span {
    color: #fff !important;
}

#languageCurrencyMenu:after {
    display: none;
}

.siteCountryContentList {
    padding: 1px 5px;
}

.siteLanguageContentList,
.siteCurrencyContentList{
	padding: 5px 5px;

}
.siteLanguageContentList span {
    font: bold;
    font-size: 13px
}

.siteLanguageContentList ul {
    padding-left: 5px;
}

.siteLanguageContentList ul li {}

#siteLanguageSelect, #siteCurrencySelect, #siteCountrySelect {
    margin-bottom: 10px;
}

#siteLanguageSelect,
#siteCurrencySelect {
    cursor: pointer;
    min-width: 120px;
    padding: 0.25rem 0.75rem;
}

.siteLanguageContentList span,
.siteCountryContentList span,
.siteCurrencyContentList span {
    font-size: 11px !important;
    float:left;
}

.siteCurrencyContentList span {
    font-weight: bold;
    font-size: 13px
}

.siteCurrencyContentList ul {
    padding-left: 5px;
}

.siteCurrencyContentList ul li {}

.site-customizer span {
    color: #dfdfdf !important;
    font-size: 12px;
}

@media (max-width: 991px) {
    .nav-item.site-customizer {
        border: none;
    }
    .nav-item.site-customizer:hover {
        background: transparent;
    }
}

.penaltyInfo .currencyIntPart {
    font-weight: bold;
}

.penaltyInfo .currencyFractionalPart {
    font-weight: bold;
}

.penaltyInfo .currencyIconPart {
    font-weight: bold;
}

.bg-coupon-headline {
	background: #FFF9E7;
    color: #000;
    font-size: 12px;
}

.bg-coupon-headline #couponCode {
    background: transparent !important;
    width: 65px;
}

.bg-coupon-headline #btnCopyCoupon {
    margin-left: 10px;
    border: none;
    background: #fec60a;
    padding: 2px 10px 4px;
    border-radius: 3px;
    color: #383838;
    font-weight: 500;
    margin-top: -4px;
}

.bg-coupon-headline a.btn {
    font-weight: bold;
    padding: 5px 15px;
}

/** SURVIVOR MODAL END **/

.color-yellow {
    color: #fec60a;
}

.btn-clear {
    background: #fff;
    border: 1px solid #ccc;
    color: #383838;
}

.input-as-text {
    border: none;
    background: transparent;
    text-align: center;
    touch-action: none;
    pointer-events: none;
    max-width: 130px;
    margin-left: 0 !important;
}

.input-as-text:focus {
    border: none !important;
    box-shadow: none !important;
}

.headline .headline-text {
    width: 63%;
    font-size: 12px;
    background: #FFFFFF;
    padding: 15px;
    border: 2px dashed #FDC60D;
    border-radius: 8px;
    margin: 0;
}

.header-responsive-country-icon{
	width:16px;
	height:16px;
}

@media (min-width: 768px) {
    .headline .headline-text {
        width: auto;
        font-size: 14px;
        margin-right: 15px;
    }
    .header-responsive-country-icon{
    	display: none !important;
    }
}

@media (max-width: 768px) {
    .headline .headline-text {
        margin: auto;
        display: flex;
        align-items: center;
        width: fit-content;
    }
    .bg-coupon-headline #couponCode {
        margin-right: 10px;
    }
    .bg-coupon-headline #btnCopyCoupon {
        margin: 0;
    }
    .copy-success-text {
        font-size: 12px;
    }
}

.text-bold {
    font-weight: bold;
}

#sendSuggestionBTN.btn-primary.disabled {
    background-color: #8f9aa7;
    border-color: #6b6e71;
    cursor: not-allowed;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
}

#refundReceiptLink {
    color: #007bff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    -webkit-text-decoration-skip: objects !important;
}

/* FONT SIZES */

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

/* FONT SIZES END */

.mx-minus-1 {
    margin: 0 -30px;
}

.custom-control-label::before {
    /* top: 0.25rem; */
    /* left: 0; */
    border: 2px solid #007bff;
    width: 15px;
    height: 15px;
    background-color: transparent;
}

.custom-control-label::after {
    background-size: 70% 70%;
    left: -20px;
    top: 5px;
    width: 13px;
    height: 13px;
    cursor:pointer;
}

.custom-control-label {
    font-size: 0.9rem;
    padding-top: 2px;
}
.bus-label{
	padding-top:4px;
}

.copyright .footer-iata i,
.copyright .footer-tursab i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.copyright .footer-iata,
.copyright .footer-tursab {
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}

.copyright .footer-iata span,
.copyright .footer-tursab span {
    vertical-align: middle;
}

#page-announcement {
    background: #fec60b;
}

#page-announcement-message {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    margin: 0 10px;
}

.announcement-detail {
    display: inline-block;
    margin-left: 5px;
}

#btn-closeAnnouncement {
    font-size: 20px;
    color: #000;
    line-height: 14px;
    font-weight: bold;
    opacity: 0.5;
    padding: 2px;
    position: absolute;
    right: 0;
    margin: 5px -5px 5px 5px;
    top: 0;
}

#btn-closeAnnouncement:hover {
    text-decoration: none;
    opacity: 1;
}

/* 404 */

.background-404 {
    background: url(//images.ucuzabilet.com/resources/img/404/404-background.jpg);
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    background-repeat: no-repeat;
    background-position-x: center;
    z-index: -1;
    min-height: 95%;
}

.logo-404 {
    margin-top: 60px !important;
}

.text-area-404 {
    text-align: center;
    margin: 140px 0 -50px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

.text-area-404 h3 {
    font-weight: 300;
    margin-bottom: 20px;
}

.btn-404 {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    margin: 40px 0 -40px;
    font-size: 16px;
    padding: 0.375rem 20px;
}

.btn-404:hover {
    color: #383838;
    background: rgba(255, 255, 255, 0.6);
}

.container-404 #cover-img {
    min-height: unset;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .text-area-404 {
        margin: 80px 0 -50px;
    }
    .container-404 #cover-img {
        margin-top: 40px;
        margin-bottom: 0;
        background-image: none !important;
    }
    .btn-404 {
        margin: 20px 0 -20px;
    }
}

/* 404 */

/** flight - logo **/
.bg-25px {
    width: 25px;
    height: 19px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    background: url("//images.ucuzabilet.com/resources/img/flights-logo/logo25x19/css_sprite_25x19.png");
}



.bg-25px_0B {
    background-position: -55px -10px;
}

.bg-25px_2N {
    background-position: -460px -400px;
}

.bg-25px_3K {
    background-position: -10px -49px;
}

.bg-25px_3U {
    background-position: -55px -49px;
}

.bg-25px_4U {
    background-position: -100px -10px;
}

.bg-25px_5F {
    background-position: -100px -49px;
}

.bg-25px_5H {
    background-position: -10px -88px;
}

.bg-25px_5X {
    background-position: -55px -88px;
}

.bg-25px_6H {
    background-position: -100px -88px;
}

.bg-25px_7N {
    background-position: -145px -10px;
}

.bg-25px_7R {
    background-position: -145px -49px;
}

.bg-25px_8M {
    background-position: -145px -88px;
}

.bg-25px_8Q {
    background-position: -10px -127px;
}

.bg-25px_9U {
    background-position: -55px -127px;
}

.bg-25px_9W {
    background-position: -100px -127px;
}

.bg-25px_A3 {
    background-position: -145px -127px;
}

.bg-25px_A9 {
    background-position: -190px -10px;
}

.bg-25px_AA {
    background-position: -190px -49px;
}

.bg-25px_AB {
    background-position: -190px -88px;
}

.bg-25px_AC {
    background-position: -190px -127px;
}

.bg-25px_AD {
    background-position: -10px -166px;
}

.bg-25px_AF {
    background-position: -55px -166px;
}

.bg-25px_AH {
    background-position: -100px -166px;
}

.bg-25px_AI {
    background-position: -145px -166px;
}

.bg-25px_AM {
    background-position: -190px -166px;
}

.bg-25px_AR {
    background-position: -235px -10px;
}

.bg-25px_AS {
    background-position: -235px -49px;
}

.bg-25px_AU {
    background-position: -235px -88px;
}

.bg-25px_AT {
    background-position: -235px -127px;
}

.bg-25px_AV {
    background-position: -235px -166px;
}

.bg-25px_AY {
    background-position: -10px -205px;
}

.bg-25px_AZ {
    background-position: -55px -205px;
}

.bg-25px_B2 {
    background-position: -100px -205px;
}

.bg-25px_B6 {
    background-position: -145px -205px;
}

.bg-25px_B7 {
    background-position: -190px -205px;
}

.bg-25px_BA {
    background-position: -235px -205px;
}

.bg-25px_BE {
    background-position: -280px -10px;
}

.bg-25px_BG {
    background-position: -280px -49px;
}

.bg-25px_BH {
    background-position: -280px -88px;
}

.bg-25px_BI {
    background-position: -280px -127px;
}

.bg-25px_BL {
    background-position: -280px -166px;
}

.bg-25px_BR {
    background-position: -280px -205px;
}

.bg-25px_BT {
    background-position: -10px -244px;
}

.bg-25px_BW {
    background-position: -55px -244px;
}

.bg-25px_BV {
    background-position: -100px -244px;
}

.bg-25px_BX {
    background-position: -145px -244px;
}

.bg-25px_CA {
    background-position: -190px -244px;
}

.bg-25px_C9 {
    background-position: -235px -244px;
}

.bg-25px_CAI {
    background-position: -280px -244px;
}

.bg-25px_CI {
    background-position: -10px -283px;
}

.bg-25px_CL {
    background-position: -55px -283px;
}

.bg-25px_CM {
    background-position: -100px -283px;
}

.bg-25px_CX {
    background-position: -145px -283px;
}

.bg-25px_CU {
    background-position: -190px -283px;
}

.bg-25px_CY {
    background-position: -235px -283px;
}

.bg-25px_CZ {
    background-position: -280px -283px;
}

.bg-25px_DE {
    background-position: -325px -10px;
}

.bg-25px_DL {
    background-position: -325px -49px;
}

.bg-25px_DT {
    background-position: -325px -88px;
}

.bg-25px_DV {
    background-position: -325px -127px;
}

.bg-25px_EH {
    background-position: -325px -166px;
}

.bg-25px_EI {
    background-position: -325px -205px;
}

.bg-25px_EQ {
    background-position: -325px -244px;
}

.bg-25px_EL {
    background-position: -325px -283px;
}

.bg-25px_EK {
    background-position: -10px -322px;
}

.bg-25px_FB {
    background-position: -55px -322px;
}

.bg-25px_ET {
    background-position: -100px -322px;
}

.bg-25px_EW {
    background-position: -145px -322px;
}

.bg-25px_EY {
    background-position: -190px -322px;
}

.bg-25px_FI {
    background-position: -235px -322px;
}

.bg-25px_FV {
    background-position: -280px -322px;
}

.bg-25px_FJ {
    background-position: -325px -322px;
}

.bg-25px_FM {
    background-position: -370px -10px;
}

.bg-25px_FZ {
    background-position: -370px -49px;
}

.bg-25px_G3 {
    background-position: -370px -88px;
}

.bg-25px_G9 {
    background-position: -370px -127px;
}

.bg-25px_GA {
    background-position: -370px -166px;
}

.bg-25px_GE {
    background-position: -370px -205px;
}

.bg-25px_GF {
    background-position: -370px -244px;
}

.bg-25px_GK {
    background-position: -370px -283px;
}

.bg-25px_GP {
    background-position: -370px -322px;
}

.bg-25px_GQ {
    background-position: -10px -361px;
}

.bg-25px_GS {
    background-position: -55px -361px;
}

.bg-25px_H1 {
    background-position: -100px -361px;
}

.bg-25px_HA {
    background-position: -145px -361px;
}

.bg-25px_HD {
    background-position: -190px -361px;
}

.bg-25px_HO {
    background-position: -235px -361px;
}

.bg-25px_HM {
    background-position: -280px -361px;
}

.bg-25px_HU {
    background-position: -325px -361px;
}

.bg-25px_HR {
    background-position: -370px -361px;
}

.bg-25px_HX {
    background-position: -415px -10px;
}

.bg-25px_HY {
    background-position: -415px -49px;
}

.bg-25px_IB {
    background-position: -415px -88px;
}

.bg-25px_IG {
    background-position: -415px -127px;
}

.bg-25px_IR {
    background-position: -415px -166px;
}

.bg-25px_IT {
    background-position: -415px -205px;
}

.bg-25px_IY {
    background-position: -415px -244px;
}

.bg-25px_J2 {
    background-position: -415px -283px;
}

.bg-25px_J2BT {
    background-position: -415px -322px;
}

.bg-25px_J9 {
    background-position: -415px -361px;
}

.bg-25px_jenerik {
    background-position: -10px -400px;
}

.bg-25px_JJ {
    background-position: -55px -400px;
}

.bg-25px_JL {
    background-position: -100px -400px;
}

.bg-25px_JP {
    background-position: -145px -400px;
}

.bg-25px_JQ {
    background-position: -190px -400px;
}

.bg-25px_JU {
    background-position: -235px -400px;
}

.bg-25px_JZ {
    background-position: -280px -400px;
}

.bg-25px_KA {
    background-position: -325px -400px;
}

.bg-25px_KC {
    background-position: -370px -400px;
}

.bg-25px_KE {
    background-position: -415px -400px;
}

.bg-25px_KK {
    background-position: -460px -10px;
}

.bg-25px_KL {
    background-position: -460px -49px;
}

.bg-25px_KM {
    background-position: -460px -88px;
}

.bg-25px_KP {
    background-position: -460px -127px;
}

.bg-25px_KQ {
    background-position: -460px -166px;
}

.bg-25px_KU {
    background-position: -460px -205px;
}

.bg-25px_LA {
    background-position: -460px -244px;
}

.bg-25px_LG {
    background-position: -460px -283px;
}

.bg-25px_LH {
    background-position: -460px -322px;
}

.bg-25px_LN {
    background-position: -460px -361px;
}

.bg-25px_LO {
    background-position: -10px -10px;
}

.bg-25px_LQ {
    background-position: -10px -439px;
}

.bg-25px_LR {
    background-position: -55px -439px;
}

.bg-25px_LX {
    background-position: -100px -439px;
}

.bg-25px_LY {
    background-position: -145px -439px;
}

.bg-25px_M9 {
    background-position: -190px -439px;
}

.bg-25px_MA {
    background-position: -235px -439px;
}

.bg-25px_MD {
    background-position: -280px -439px;
}

.bg-25px_ME {
    background-position: -325px -439px;
}

.bg-25px_MF {
    background-position: -370px -439px;
}

.bg-25px_MH {
    background-position: -415px -439px;
}

.bg-25px_MI {
    background-position: -460px -439px;
}

.bg-25px_MK {
    background-position: -505px -10px;
}

.bg-25px_MN {
    background-position: -505px -49px;
}

.bg-25px_MS {
    background-position: -505px -88px;
}

.bg-25px_MT {
    background-position: -505px -127px;
}

.bg-25px_MU {
    background-position: -505px -166px;
}

.bg-25px_multiple_airlines {
    background-position: -505px -205px;
}

.bg-25px_NF {
    background-position: -505px -244px;
}

.bg-25px_NG {
    background-position: -505px -283px;
}

.bg-25px_NH {
    background-position: -505px -322px;
}

.bg-25px_NI {
    background-position: -505px -361px;
}

.bg-25px_NP {
    background-position: -505px -400px;
}

.bg-25px_NX {
    background-position: -505px -439px;
}

.bg-25px_NZ {
    background-position: -10px -478px;
}

.bg-25px_OA {
    background-position: -55px -478px;
}

.bg-25px_OD {
    background-position: -100px -478px;
}

.bg-25px_OG {
    background-position: -145px -478px;
}

.bg-25px_OK {
    background-position: -190px -478px;
}

.bg-25px_OM {
    background-position: -235px -478px;
}

.bg-25px_OS {
    background-position: -280px -478px;
}

.bg-25px_OU {
    background-position: -325px -478px;
}

.bg-25px_OV {
    background-position: -370px -478px;
}

.bg-25px_OZ {
    background-position: -415px -478px;
}

.bg-25px_PC {
    background-position: -460px -478px;
}

.bg-25px_PG {
    background-position: -505px -478px;
}

.bg-25px_PK {
    background-position: -550px -10px;
}

.bg-25px_PR {
    background-position: -550px -49px;
}

.bg-25px_PS {
    background-position: -550px -88px;
}

.bg-25px_PW {
    background-position: -550px -127px;
}

.bg-25px_PX {
    background-position: -550px -166px;
}

.bg-25px_PY {
    background-position: -550px -205px;
}

.bg-25px_PZ {
    background-position: -550px -244px;
}

.bg-25px_QF {
    background-position: -550px -283px;
}

.bg-25px_QM {
    background-position: -550px -322px;
}

.bg-25px_QR {
    background-position: -550px -361px;
}

.bg-25px_RB {
    background-position: -550px -400px;
}

.bg-25px_RE {
    background-position: -550px -439px;
}

.bg-25px_RJ {
    background-position: -550px -478px;
}

.bg-25px_RO {
    background-position: -10px -517px;
}

.bg-25px_S7 {
    background-position: -55px -517px;
}

.bg-25px_SA {
    background-position: -100px -517px;
}

.bg-25px_SB {
    background-position: -145px -517px;
}

.bg-25px_SD {
    background-position: -190px -517px;
}

.bg-25px_SK {
    background-position: -235px -517px;
}

.bg-25px_SN {
    background-position: -280px -517px;
}

.bg-25px_SP {
    background-position: -325px -517px;
}

.bg-25px_SQ {
    background-position: -370px -517px;
}

.bg-25px_ST {
    background-position: -415px -517px;
}

.bg-25px_SU {
    background-position: -460px -517px;
}

.bg-25px_SV {
    background-position: -505px -517px;
}

.bg-25px_SW {
    background-position: -550px -517px;
}

.bg-25px_SY {
    background-position: -10px -556px;
}

.bg-25px_SZ {
    background-position: -55px -556px;
}

.bg-25px_TB {
    background-position: -100px -556px;
}

.bg-25px_TF {
    background-position: -145px -556px;
}

.bg-25px_TG {
    background-position: -190px -556px;
}

.bg-25px_TK {
    background-position: -235px -556px;
}

.bg-25px_TKAJ {
    background-position: -280px -556px;
}

.bg-25px_TM {
    background-position: -325px -556px;
}

.bg-25px_TN {
    background-position: -370px -556px;
}

.bg-25px_TP {
    background-position: -415px -556px;
}

.bg-25px_TR {
    background-position: -460px -556px;
}

.bg-25px_TS {
    background-position: -505px -556px;
}

.bg-25px_TU {
    background-position: -550px -556px;
}

.bg-25px_U6 {
    background-position: -595px -10px;
}

.bg-25px_U8 {
    background-position: -595px -49px;
}

.bg-25px_UA {
    background-position: -595px -88px;
}

.bg-25px_UH {
    background-position: -595px -127px;
}

.bg-25px_UL {
    background-position: -595px -166px;
}

.bg-25px_UM {
    background-position: -595px -205px;
}

.bg-25px_UN {
    background-position: -595px -244px;
}

.bg-25px_UO {
    background-position: -595px -283px;
}

.bg-25px_UP {
    background-position: -595px -322px;
}

.bg-25px_US {
    background-position: -595px -361px;
}

.bg-25px_UT {
    background-position: -595px -400px;
}

.bg-25px_UX {
    background-position: -595px -439px;
}

.bg-25px_V7 {
    background-position: -595px -478px;
}

.bg-25px_VA {
    background-position: -595px -517px;
}

.bg-25px_VI {
    background-position: -595px -556px;
}

.bg-25px_VK {
    background-position: -10px -595px;
}

.bg-25px_VN {
    background-position: -55px -595px;
}

.bg-25px_VS {
    background-position: -100px -595px;
}

.bg-25px_VV {
    background-position: -145px -595px;
}

.bg-25px_VX {
    background-position: -190px -595px;
}

.bg-25px_VY {
    background-position: -235px -595px;
}

.bg-25px_W2 {
    background-position: -280px -595px;
}

.bg-25px_W5 {
    background-position: -325px -595px;
}

.bg-25px_WB {
    background-position: -370px -595px;
}

.bg-25px_WF {
    background-position: -415px -595px;
}

.bg-25px_WS {
    background-position: -460px -595px;
}

.bg-25px_WW {
    background-position: -505px -595px;
}

.bg-25px_WY {
    background-position: -550px -595px;
}

.bg-25px_X3 {
    background-position: -595px -595px;
}

.bg-25px_XC {
    background-position: -640px -10px;
}

.bg-25px_XF {
    background-position: -640px -49px;
}

.bg-25px_XG {
    background-position: -640px -88px;
}

.bg-25px_XQ {
    background-position: -640px -127px;
}

.bg-25px_XY {
    background-position: -640px -166px;
}

.bg-25px_Y4 {
    background-position: -640px -205px;
}

.bg-25px_Y9 {
    background-position: -640px -244px;
}

.bg-25px_YB {
    background-position: -640px -283px;
}

.bg-25px_YM {
    background-position: -640px -322px;
}

.bg-25px_Z4 {
    background-position: -640px -361px;
}

.bg-25px_Z6 {
    background-position: -640px -400px;
}

.bg-25px_Z9 {
    background-position: -640px -439px;
}

.bg-25px_ZH {
    background-position: -640px -478px;
}

.bg-25px_ZI {
    background-position: -640px -517px;
}

.bg-25px_ZM {
    background-position: -640px -556px;
}

.bg-25px_ZY {
    background-position: -640px -595px;
}

/** Common Sprite **/

.csprite {
    background: url('https://images.ucuzabilet.com/resources/img/sprite/csprite_v3.png');
    display: block;
}
.huawei{
	border-radius: 15px;
	margin-top: 8px;
}
.bg-ccard_amex {
	width: 80px;
	height: 20px;
	background-position: -748px -187px;
}

.bg-ucak {
	width: 14px;
	height: 14px;
	background-position: -349px -365px;
}

.bg-otel {
	width: 14px;
	height: 14px;
	background-position: -383px -365px;
}

.bg-nereye {
	width: 9px;
	height: 11px;
	background-position: -620px -365px;
}

.bg-ub_ets_logo {
	width: 568px;
	height: 52px;
	background-position: -260px -10px;
}

.bg-tursab {
	width: 40px;
	height: 16px;
	background-position: -214px -365px;
}

.bg-iata {
	width: 64px;
	height: 23px;
	background-position: -130px -365px;
}

.bg-mobile_phone {
	width: 230px;
	height: 240px;
	background-position: -10px -10px;
}

.bg-ad_grafik {
	width: 175px;
	height: 85px;
	background-position: -260px -82px;
}

.bg-ad_harita {
	width: 175px;
	height: 85px;
	background-position: -455px -82px;
}

.bg-ad_alarm {
	width: 175px;
	height: 85px;
	background-position: -650px -82px;
}

.bg-marketQr {
	width: 75px;
	height: 74px;
	background-position: -130px -270px;
}

.bg-bg_fb_beyaz {
	width: 13px;
	height: 13px;
	background-position: -522px -326px;
}

.bg-bg_gidisdonus {
	width: 28px;
	height: 22px;
	background-position: -10px -570px;
}

.bg-tekyon {
	width: 28px;
	height: 13px;
	background-position: -474px -326px;
}

.bg-bg_aylik_takvim {
	width: 13px;
	height: 14px;
	background-position: -587px -365px;
}

.bg-bg_ok_sag {
	width: 10px;
	height: 15px;
	background-position: -754px -510px;
}

.bg-bg_aylik_grafik {
	width: 14px;
	height: 12px;
	background-position: -555px -326px;
}

.bg-bg_ok_sol {
	width: 10px;
	height: 15px;
	background-position: -784px -510px;
}

.bg-arrow_up {
	width: 16px;
	height: 16px;
	background-position: -718px -510px;
}

.bg-bg_landing_clock {
	width: 29px;
	height: 30px;
	background-position: -790px -430px;
}

.bg-bg_landing_currency {
	width: 30px;
	height: 20px;
	background-position: -590px -510px;
}

.bg-bg_landing_globe {
	width: 29px;
	height: 29px;
	background-position: -490px -510px;
}

.bg-bg_minus {
	width: 14px;
	height: 14px;
	background-position: -417px -365px;
}

.bg-bg_plus {
	width: 14px;
	height: 14px;
	background-position: -451px -365px;
}

.bg-exchangeFlight {
	width: 14px;
	height: 12px;
	background-position: -589px -326px;
}

.bg-buyutec_alt {
	width: 14px;
	height: 14px;
	background-position: -485px -365px;
}

.bg-arrow_down {
	width: 13px;
	height: 9px;
	background-position: -625px -235px;
}

.bg-sinif {
	width: 10px;
	height: 10px;
	background-position: -717px -326px;
}

.bg-calendar_gidis {
	width: 10px;
	height: 11px;
	background-position: -657px -326px;
}

.bg-calendar_donus {
	width: 10px;
	height: 11px;
	background-position: -687px -326px;
}

.bg-yolcular {
	width: 10px;
	height: 10px;
	background-position: -747px -326px;
}

.bg-plane_donus {
	width: 14px;
	height: 6px;
	background-position: -692px -235px;
}

.bg-plane_gidis {
	width: 14px;
	height: 7px;
	background-position: -658px -235px;
}

.bg-ccard_ziraat {
	width: 80px;
	height: 17px;
	background-position: -225px -326px;
}

.bg-ccard_yk_world {
	width: 80px;
	height: 21px;
	background-position: -648px -187px;
}

.bg-bg_online_checkin {
	width: 16px;
	height: 14px;
	background-position: -313px -365px;
}

.bg-ccard_teb_world {
	width: 80px;
	height: 24px;
	background-position: -548px -187px;
}

.bg-header_giris {
	width: 14px;
	height: 12px;
	background-position: -623px -326px;
}

.bg-bg_cancel_ticket {
	width: 19px;
	height: 14px;
	background-position: -274px -365px;
}

.bg-header_magnify {
	width: 14px;
	height: 14px;
	background-position: -519px -365px;
}

.bg-header_user {
	width: 14px;
	height: 14px;
	background-position: -553px -365px;
}

.bg-rad_ok_sol {
	width: 19px;
	height: 19px;
	background-position: -640px -510px;
}

.bg-rad_ok_sag {
	width: 19px;
	height: 19px;
	background-position: -679px -510px;
}

.bg-footer_logos {
	width: 268px;
	height: 28px;
	background-position: -260px -187px;
}

.bg-ccard_axess {
	width: 48px;
	height: 14px;
	background-position: -406px -326px;
}

.bg-ccard_paraf {
	width: 31px;
	height: 20px;
	background-position: -539px -510px;
}

.bg-ccard_milessmiles {
	width: 68px;
	height: 25px;
	background-position: -452px -235px;
}

.bg-ccard_maximum {
	width: 61px;
	height: 15px;
	background-position: -325px -326px;
}

.bg-ccard_world {
	width: 65px;
	height: 10px;
	background-position: -540px -235px;
}

.bg-ccard_cardfinans {
	width: 75px;
	height: 20px;
	background-position: -256px -233px;
}

.bg-ccard_bonus {
	width: 77px;
	height: 14px;
	background-position: -355px -232px;
}

.bg-ccard-transfer{
    margin-right: 5px;
}

.bg-appstore {
	width: 120px;
	height: 35px;
	background-position: -509px -270px;
}

.bg-acik_gri_ok {
	width: 7px;
	height: 16px;
	background-position: -94px -570px;
}

.bg-googleplay {
	width: 120px;
	height: 35px;
	background-position: -649px -270px;
}

.bg-social_facebook {
	width: 60px;
	height: 60px;
	background-position: -10px -430px;
}

.bg-social_twitter {
	width: 60px;
	height: 60px;
	background-position: -90px -430px;
}

.bg-social_gplus {
	width: 60px;
	height: 60px;
	background-position: -170px -430px;
}

.bg-social_instagram {
	width: 60px;
	height: 60px;
	background-position: -250px -430px;
}

.bg-social_youtube {
	width: 60px;
	height: 60px;
	background-position: -330px -430px;
}

.bg-social_linkedin {
	width: 60px;
	height: 60px;
	background-position: -410px -430px;
}

.bg-hp_fatura {
	width: 40px;
	height: 40px;
	background-position: -490px -430px;
}

.bg-hp_opportunity {
	width: 40px;
	height: 40px;
	background-position: -550px -430px;
}

.bg-hp_travel {
	width: 40px;
	height: 40px;
	background-position: -610px -430px;
}

.bg-hp_team {
	width: 40px;
	height: 40px;
	background-position: -670px -430px;
}

.bg-hp_takvim {
	width: 40px;
	height: 40px;
	background-position: -730px -430px;
}

.bg-hp_guvenli {
	width: 40px;
	height: 40px;
	background-position: -10px -510px;
}

.bg-hp_taksit {
	width: 40px;
	height: 40px;
	background-position: -70px -510px;
}

.bg-hp_alarm {
	width: 40px;
	height: 40px;
	background-position: -130px -510px;
}

.bg-hp_etiket {
	width: 40px;
	height: 40px;
	background-position: -190px -510px;
}

.bg-hp_otel {
	width: 40px;
	height: 40px;
	background-position: -730px -372px;
}

.bg-hp_musteri {
	width: 40px;
	height: 40px;
	background-position: -250px -510px;
}

.bg-hp_grafik {
	width: 40px;
	height: 40px;
	background-position: -310px -510px;
}

.bg-hp_terazi {
	width: 40px;
	height: 40px;
	background-position: -370px -510px;
}

.bg-hp_firsat {
	width: 40px;
	height: 40px;
	background-position: -430px -510px;
}

.bg-homepage_location_pin {
	width: 16px;
	height: 21px;
	background-position: -58px -570px;
}

.bg-gidisdonus_sari {
	width: 100px;
	height: 75px;
	background-position: -10px -270px;
}

.bg-tekyon_sari {
	width: 100px;
	height: 45px;
	background-position: -10px -365px;
}

.searchForm-btn-balancer {
	margin-top: 30px;
}

@media ( max-width: 991px) {
    .searchForm-btn-mobile {
        display: block;
    }
    .searchForm-btn-web {
        display: none;
    }
    .searchForm-btn-balancer {
		padding-left: 15px !important;
	}
    #carSearchDateDiv {
		padding-right: 15px !important;
	}
}

@media ( min-width: 992px) {
    .searchForm-btn-mobile {
        display: none;
    }
    .searchForm-btn-web {
        display: block;
    }
    .search-form-inner .searchForm-btn-balancer {
   	 padding-left: 0;
   	 margin-top: 10px;
    }


}

/** **/


@media (max-width: 991px) {
	.hpMobileImageArea {
		display: none;
	}
	.huawei{
	vertical-align: bottom;
	border-radius: 5px;
	}
	.huawei img{
	border-radius: 5px;
	}
	.footer-list-wrapper{
		padding: 0;
	}
}

.bottom-footer-exp {
    margin-top: 10px;
    border-top: 1px solid #737373;
    padding-top: 10px;
    text-align: left;
}

.bottom-footer-exp p {
    font-size: 12px;
    line-height: 14px;
}

.bottom-footer-exp p a {
	color: #b5b5b5;
}

.text-primary {
    color: #007bff !important;
}

.hotel-dateRange-arrow {
	line-height: 0.6;
    font-size: 18px;
}

#searchForm .hotel-search-form .form-control.searchBarInput {
    width: 100%;
}

.hotel-search-stay-day {
    font-size: 13px;
    padding-bottom: 5px;
    margin-top: -4px;
    margin-left: -40px;
}

.hotel-search-form .row.no-gutters {
    padding-top: 2px;
}

#passenger-list-area a:hover {
    text-decoration: none;
}

.btn:focus, .btn:focus, .btn:active {
    box-shadow: none !important;
    text-decoration: none;
}

.hotel-search-form .datepicker-box table tbody tr td:last-child {
    width: 100%;
}

.hotel-search-form .passenger-list {
    padding: 5px;
}

#modalLoadingHotel .modal-dialog {
    max-width: 600px;
}

.hotel-preloader {
    text-align: center;
    padding: 20px;
}
.hotel-preloader-sprite {
  text-align: center;
  padding: 20px;
  width: 128px;
  height: 128px;
  margin: 2% auto;
  background: url('https://images.ucuzabilet.com/resources/img/hotel/hotel-preloader-sprite.png') left center;
  animation: playMonster 2.5s steps(8) infinite;
}

@keyframes playMonster {
   100% { background-position: -1024px; }
}

.hotel-search-form .search-col .passenger-list-inner .row label {
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer;
}

span.hotel-icon {
	background: url('/resources/img/hotel/hotel-icon.png') right no-repeat;
	background-size: 14px 14px;
    width: 14px;
    display: inline-block;
    height: 16px;
    margin: 2px 10px -2px 0;

}

span.landmark-icon {
	background: url('/resources/img/hotel/landmark-icon.png') right no-repeat;
	background-size: 14px 14px;
    width: 14px;
    display: inline-block;
    height: 16px;
    margin: 2px 10px -2px 0;

}
span.city-icon {
	background: url('/resources/img/hotel/city-icon.png') right no-repeat;
	background-size: 14px 14px;
    width: 14px;
    display: inline-block;
    height: 16px;
    margin: 2px 10px -2px 0;

}
span.country-icon {
	background: url('/resources/img/hotel/country-icon.png') right no-repeat;
	background-size: 14px 14px;
    width: 14px;
    display: inline-block;
    height: 16px;
    margin: 2px 10px -2px 0;
}

.autocomplete-suggestion-item, .autocomplete-suggestion-item:hover, .ui-menu-item:hover .autocomplete-suggestion-item {
    font-weight: normal !important;
    color: #999999;
    display: block;
    padding-left: 24px;
}
.invert-filter {
	filter: invert(100%);
}
#traditionalCarSearch .datepicker-box table tbody tr td:last-child {
    width: 60px;
}

.text-secondary {
	color: #000 !important;
}

/* Search Form V2 */

#searchForm.searchFormV2 {
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}
@media (max-width: 767px) {
	#searchForm.searchFormV2 {
	    padding-top: 25px !important;
	}
    .hotel-search-stay-day {
        margin-top: 4px;
    }
}

.searchFormV2 .tab-new-area {
	margin: -55px 0 0 35px;
    background: #383838;
    color: #fec60a;
}

.searchFormV2 .tab-new-area .tab-new-triangle {
    margin: -13px 0 0 -12px;
    background: #383838;
}
.searchFormV2 .searchCategoryTabs .custom-control-label {
	font-size: 0.8rem;
}
/* Search Form V2 */

.scale-70percent {
	transform: scale(0.7, 0.7);
}
.scale-60percent {
	transform: scale(0.6, 0.6);
}
.scale-50percent {
	transform: scale(0.5, 0.5);
}
.scale-40percent {
	transform: scale(0.4, 0.4);
}

[v-cloak] { display: none; }

.airline-list a {
	margin: 10px;
}

.sign-captcha {
	padding-bottom:15px;
}

@media(max-width:414px) {
	.sign-captcha {
		padding-bottom:35px;
	}
}

@media ( min-height : 700px) {
	[data-category="error"] body>.container {
		min-height: 565px;
	}
}

@media(max-width: 991px) {
	.mobile-card-dimension{
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-dimension{
		overflow: hidden;
	}
	.mobile-dimension img{
		max-width: 100px;
		width: 100%;
		 object-fit: contain;

	}
	.popover{
        max-width: 300px;
    }
	.travels-custom-title{
		width: 50%;
	}
    .hotel-search-form .passenger-list {
        padding: 16px;
    }
    .passenger-list .counter-wrapper {
        justify-content: end;
    }
    #searchForm .container .row .search-col label.passanger-info-label {
        color: #292929;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
    }
    .passenger-list .room-area-search-btn button {
        font-weight: 700;
    }
}
.headerline {
  width: 100%;
  height: 50px;
  line-height: 48px;
  background-color: #f3f3f3;
}
#smartbanner-container{
	width: 100%;
	height: 78px;
}

.btn-today{
	height:100%;
	margin-left:-16px !important;
	width:80px;
	border-radius: 3px;
	border: solid 1px #d0d1d3;
	background-color: #fff;

}

.btn-tomorrow{
	height:100%;
	margin-left:-20px !important;
	width:80px;
	border-radius: 3px;
	border: solid 1px #d0d1d3;
	background-color: #fff;

}
.activee{
	height:100%;
	margin-left:-16px;
	width:80px;
	border-radius: 3px;
	border: solid 1px #d0d1d3;
	background-color: #e7ae0e7a;
}
.search-button-bus{
    height: 50px;
    font-size: 20px;
    color: #383838;
    font-weight: bold;
    line-height: 24px;

}

.insurance-text{
	color:#4CAE19;
}

.siteCountryMatch a, .siteCountryMatch a:hover{
	color :#007BFF;
}
.discount-photo-wrapper{
	position: relative;
}
.close-discount-icon{
	position: absolute;
	right: 25px;
	top: 20px;
	cursor: pointer;
}

#carCheckout .card-header, .transfer-checkout .card-header {
    background: transparent;
    color: #383838;
    border-left: 5px solid #fec60a;
    margin: 10px;
    border-radius: 0;
    border-bottom: 0;
    padding: 2px 0 0 10px;
    font-size: 1.25rem;

}
#carCheckout .card-body, .transfer-checkout .card-body {
    border-top: 1px solid #f3f3f3;
}
#carCheckout .aggrement-label {
    margin-left: -6px;
    display: inline;
}

.flight-popover-info, .popover{
	max-width: 250px;
	display: flex;
	justify-content: center;
}

.car-popover-info, .popover{
	max-width: fit-content;
	display: initial;
	justify-content: center;
}

.data-sort-info-popover{
    max-width: 225px;
}

.ui-timepicker{
	text-align:unset !important;
}


.pickUpDivSize{
	min-width:-webkit-fill-available;
	min-width: -moz-available;
}

.ui-timepicker-standard a {
    color: #222;
    text-decoration: none;
    padding: 0;
}
.ui-timepicker-standard .ui-menu-item {
    padding: 13px;
}

.ui-timepicker-container::after {
    content: url(/resources/img/icons/datepicker-triangle.png);
    font-size: 15px;
    top: -15px;
    position: absolute;
    padding: 51px 13px;
    z-index: -1;
    margin-left: 150px;
    margin-top: -14px;
}

@media (min-width: 768px) and (max-width: 912px) {
	.checkIn-datepicker-car{
		margin-left:0px !important;
		margin-right:0px !important;
	}
 }

 @media (min-width: 913px) and (max-width: 1024px){
 	.checkOut-datepicker-car{
		margin-left:10px !important;
	}
 }

 .ui-timepicker-standard li {
	min-width:unset !important;
	padding:1px;
}
.navbar-container-size{
	max-width:1300px;
}
/*fiyat sabitleme*/
.price-constant{
    max-height: 80px;
    background: #FFF9E7;
}
.temp-content{
    height: 65px;
}
.time-box{
    display: flex;
    border: 1px dashed #FDC60D;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 6px;
}
.border-left-temp{
    border-left: 1px solid #383838;
    margin-left: 28px;
}
.from-to-box{
    padding-left: 28px;
}
.countdown-back{
    display: flex;
    align-items: center;
    padding-left: 11px;
    padding-right: 11px;
}
.close-temp-content{
    margin-right: 35px;
    cursor: pointer;
}
.btn-wrapper-checkout{
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.mobile-current-rez{
	background: #FFF9E7;
}
.vector-hide{
	display: none;
}
.temp-banner-mobile{
	height: 95px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.minute-box{
	border: 1px dashed #FDC60D;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.second-box{
	border: 1px dashed #FDC60D;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile-openable-content{
	display: none;
}
.global-time-box{
	display: flex;
}
.border-timer{
	border: 1px dashed #FDC60D;
	border-radius: 8px;
	display: inline-block;
}
.bottom-timer{
	display: none;
}

.onlinePaymentBanks {
	margin: 0;
	margin-top: 10px;
	padding:0;
}
.onlinePaymentBanks li {
	border: 1px solid #ccc !important;
    display: inline-block;
    padding: 5px 10px 2px !important;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc !important;
}
.compaySteps li {
    margin: 0 0 10px 20px;
}

.carPaycell{
	margin-left:-20px !important;
}


.datepicker-transfer-turn .form-group .back-close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.kvkk{
	color: rgb(62, 62, 62);
	font-size: 12px;
	white-space: normal;
	font-weight: bold;
}
.kvkk-area{
	font-size: 12px;
	white-space: normal;
}

.kvkk-info{
	color: rgb(62, 62, 62);
	font-size: 14px;
	white-space: normal;
	font-weight: bold;
}
.kvkk-area-info{
	color: rgb(62, 62, 62);
	font-size: 14px;
	white-space: normal;
}

[name="rbTransferSearchType"]:checked+label {
    font-weight: bold;
}
.searchFormPartner{padding-top:145px !important;}
@media (max-width: 575px){
	#cover-img.parallax-cover-image .searchFormPartner {padding-top: 110px !important;}
	.searchFormPartnerHeader{
		padding-top: 40px !important;
	}
    .back-close-transfer i {
        margin-right: 4px;
    }
}

.transfer-turn-item{display:flex;justify-content: space-between;}
.transfer-turn-item .datepicker-transfer-turn{width: 100%;}
.ui-timepicker-standard{z-index: 999 !important;}
[data-datepicker="transferDepartureDate"].ui-datepicker::after{left: 100px;}
[data-datepicker="transferReturnDate"].ui-datepicker::after{left: 190px;}
[data-datepicker="transferReturnDate"].ui-datepicker{margin-top: 60px;}
.searchFormPickerAreaTransfer .datepicker-box table tbody tr td:last-child, .datepicker-transfer-go table tbody tr td:last-child{width: 60px;}
.custom-control {
	z-index: unset;
}
.flightInformationDescription p{font-weight: 400;font-size: 13px;line-height: 15px;color: #797979;padding-left: 15px;}
@media (max-width: 821px){
	.searchFormPickerAreaTransfer{padding-left:15px !important;}
    #searchForm .container .row .search-col.datepicker-transfer-turn{padding-right:16px;}
	.transferNumber{padding-left:16px !important;}
	#transferToAutoComplete{width:100% !important;}
	.search-col-mobile{padding-right:16px !important;}
	.search-col-mobile-from{padding-right:0 !important;}
}

@media (max-width: 767px){
	.search-col-mobile-button{padding-left:16px !important;}
	.search-col-mobile-from{padding-right:16px !important;}
}
.search-col-exchange{position:relative;padding-right:15px !important;}
.exchangeIconv2{left:auto !important;right:1px;top:35px;z-index:2;transform:none !important;}
.tab-new-area-v2{background: #fec60a !important;color: #383838 !important;margin: -23px 0px 0px 112px !important;}
.tab-new-area-v2 .tab-new-triangle{margin: -13px 0 0 -12px !important;background: #fec60a !important;}

.mobile-app-ubfly{display:flex;justify-content:center;}
.mobile-app-ubfly .mobile-app-icons{display:flex;gap:10px;}
.mobile-app-ubfly .mobile-app-icons p{margin: 0;padding-top: 5px;color:#fff;}
.mobile-app-ubfly-shake{text-align:center; justify-content: flex-start;}
.mobile-app-ubfly-shake p{color:#383838 !important;font-weight:400 !important;}
.mobile-app-ubfly-shake .mobile-app-icons{padding-top:0 !important;}
.modal-body p, .modal-body p span, .modal-body span{font-size:12px}
.transferSelect .error{position:absolute;bottom:-20px;}
@media (max-width: 767px){
	.mobile-app-ubfly{margin-top:0 !important;}
	.mobile-app-ubfly .mobile-app-icons img{max-width:120px !important;}
	.transferSelect{padding-bottom:10px !important;}
	.transferSelect .error{bottom:-8px;}
	input[type=text]{font-size:16px;}
    .content-area-home.content-area-ubfly .mobile-app-ubfly-shake{
        display: none;
    }
    .content-area-home.content-area-ubfly .mobileAppQr img{
        max-width: 70px;
        max-height: 70px;
        margin-top: 8px;
    }
}

.hotelFooterLinks a{font-size:12px;color:#000;}
#modalRentaCarAgreement ul{display: contents; padding-left:2px;}
#modalRentaCarAgreement p {margin:0;padding-top:10px;}
#modalKVKAgreement table{width:100% !important;}
#modalKVKAgreement td, #modalKVKAgreement th{font-family: inherit !important;border: 1px solid #dee2e6 !important;font-size:12px !important;}
.questionIcon{display:inline-flex;padding-top:3px;}
.campainIcon{padding-top:1px;}
.cabinTypeAndClassCode{display:flex;justify-content:center;align-items:center;}
.cabinTypeAndClassCode p{margin:0;}
#modalAgencyRules .modal-content, #modalInfoForm .modal-content, #modalKVKAgreement .modal-content, #modalHotelAgencyRules .modal-content, #modalHotelKvkk .modal-content, #modalServiceAgreement .modal-content, #modalRentaCarAgreement .modal-content, #modalTransferAgreement .modal-content{max-height:90vh;}
.nav-icon{margin-right:-20px;}
.nav-sign-width .nav-icon{min-width:24px;}
#modalSignup .modal-content, #modalSignin .modal-content{top:0 !important;}
.userLogin{display: flex;justify-content: space-between;align-items: center;}
.userLogin .userLoginLink{font-size:13px;}
.userLogin .userLoginLink a{color: #007bff;font-weight:700;}

.carWarningArea{display:flex;justify-content: space-between;position:relative;}
.carWarningArea #flightRules .rules-img-ok{min-width:12px;}
#rules{padding-top:5px;}
.rules-icon{font-size: 7px;padding-left: 3px;}
.rules-span{color:#007bff;cursor: pointer;font-style: normal;font-size: 12px;line-height: 14px;}
.rules-img{height: 14px;width: 14px;}
#modalKVKAgreement .modal-content{overflow-y: scroll;position:relative;}
#modalKVKAgreement .modal-body{padding-bottom:60px;}
#modalKVKAgreement .personalDataFormBtn{position:absolute;left:15px;bottom:0;}
#modalKVKAgreement .modal-dialog-scrollable .modal-body{overflow-y: initial;}
#modalKVKAgreement .modal-header, #modalKVKAgreement .modal-footer{position: sticky;top: 0;background-color: #fff;z-index: 1;}
#modalKVKAgreement .modal-footer{top:auto;bottom:0;}
.footerLogoArea{display:flex;justify-content:center;align-items:center;margin-top:0 !important;}
@media (max-width: 767px){
	.footerLogoArea{display:block;margin-top:15px !important;}
	.userLogin{display: block;}
	.userLogin .userLoginLink{padding:0 0 5px 10px !important;}
	.cabinTypeAndClassCode{justify-content:flex-start;}
	.checkIn-datepicker-transfer-time, .checkOut-datepicker-transfer-time{padding: 0 0 0 7px !important;}
	.checkIn-datepicker-transfer .datepicker-box-blank, .checkIn-datepicker-car .datepicker-box-blank, .dropOffTransferDiv .datepicker-box-blank{display:flex;}
	.datepicker-transfer-go, .datepicker-transfer-turn{padding-right:20px !important;}
	.ui-timepicker-standard{width:115px !important;border-radius:3px; padding: 0}
	.ui-timepicker-standard .ui-menu .ui-menu-item{padding: 16px 15px;}
    .ui-timepicker-standard .ui-timepicker{padding: 0;}
    .ui-timepicker-standard .ui-state-hover {padding: 0;}
    .ui-timepicker-standard, .ui-timepicker-standard .ui-timepicker-viewport {height: 344px !important;}
    .ui-timepicker-standard a {padding: 0}
	.carWarningArea{display:block;}
	.carWarningArea #flightRules{padding-top:10px;}
}
#modalMinDate .modal-dialog{position: absolute;top: 40%;left: 50%;transform: translate(-50%, -50%);margin: 0;width:90%;}




.successModalRentCar
{
	background-image:url('//images.ucuzabilet.com/resources/img/yurtici-rentacar.jpg');
	height: 100%;
	width: 110%;
	background-repeat: no-repeat;
  	background-size: contain;
  	margin-top:25%
}
@media (max-width: 767px){
	.successModalRentCar{
	background-image:url('//images.ucuzabilet.com/resources/img/yurtici-rentacar.jpg');
	height: 100%;
	width: 98%;
	background-repeat: no-repeat;
  	background-size: contain;
  	margin-top:5%;
	}
}

.successModalRentCarInternational
{
	background-image:url('//images.ucuzabilet.com/resources/img/yurtdisi-rentacar.jpg');
	height: 100%;
	width: 110%;
	background-repeat: no-repeat;
  	background-size: contain;
  	margin-top:25%
}
@media (max-width: 767px){
	.successModalRentCarInternational{
	background-image:url('//images.ucuzabilet.com/resources/img/yurtdisi-rentacar.jpg');
	height: 100%;
	width: 98%;
	background-repeat: no-repeat;
  	background-size: contain;
  	margin-top:5%;
	}
}


.carTicketHeader
{
	text-align: right!important;
}
@media (max-width: 767px)
{
	.carTicketHeader
	{
		text-align: left!important;
		margin-left:-5%;
	}
	.carTicketHeaderTop
	{
		margin-left:-5%;
	}
}

#modalSignup .modal-dialog-scrollable .modal-body{
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.bg-ccard_vakifworld{
	background-image: url('//images.ucuzabilet.com/resources/img/sprite/vakifbank-world-logo.png');
	width: 55px;
    height: 20px;
}

.flightBrandedInput{
	position:initial;
}
.flightBrandedInput .custom-control-input{
	position:initial;
}

select.form-control:focus{
	border:1px solid #ced4da
}
#navbar .navbar-nav .nav-item a{
	color: #dfdfdf;
}
.signClass{
	padding: 0 4px 2px 0;
}

#modalLoadingBus{
	text-align:center;
}
#modalLoadingBus .busModalWaitText{
	font-size: 24px;
	font-weight: 700;
}

#modalLoadingBus .searchLoadingLeg{
	background: #FFFDF0;
	border: 1px solid #FFEEBA;
	padding: 9px 11px;
	border-radius: 6px;
}
#modalLoadingBus .searchLoadingLeg .calendar-icon{
	margin-right: 5px;
    margin-bottom: 2px;
}
#modalLoadingBus .progress-bus img{
	max-width: 250px;
}

#modalLoadingBus .location-info{
	border-bottom: 1px dashed #FFEEBA;
    margin: 0;
    padding-bottom: 8px;
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	margin-bottom: 8px;
}
#modalLoadingBus #busFromCity{
	float:left;
}
#modalLoadingBus #busToCity{
	float:right;
}

#modalLoadingBus #dateText, #modalLoadingBus #returnDateText{
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	margin:0px;
}

#modalLoadingBus .modal-body{
	padding: 24px 48px;
}

#modalLoadingBus .busModalLoadingText{
	font-size:16px;
}

#modalLoadingBus .date-wrapper.round-trip{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#modalLoadingBus .date-wrapper span{
    display: flex;
    justify-content: center;
}

#modalLoadingBus .date-wrapper.round-trip span{
    display: flex;
    align-items: center;
}

#traditionalTransferSearch .exchangeIcon
{
	cursor: pointer;
    margin: 0 8px;
}

#traditionalBusSearch .exchangeIcon,
#traditionalTransferSearch .exchangeIcon
{
	position: absolute;
    top: 13px;
    right: -14px;
}
.traditionalBusSearch .button-wrapper{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 18px;
}

#modalSearchTimeOut .modal-footer{
	border: none;
    text-align: center;
    justify-content: center;
    padding-bottom: 26px;
}

#modalSearchTimeOut .modal-footer button, #modalSearchTimeOut .modal-footer a{
	font-weight: 700;
}

#modalSearchTimeOut .modal-header{
	display: none;
}
#modalSearchTimeOut .modal-body{
	padding: 21px 32px 0;
	text-align:center;
}
#modalSearchTimeOut .modal-body img{
	margin-bottom:14px;
}

@media ( max-width :768px) {
	#modalSearchTimeOut .modal-body img{
		margin-bottom:7px;
	}
}

#traditionalBusSearch .datepicker-box-blank{
	border:none;
	height:34px;
    padding: 0;
}

#traditionalBusSearch .checkIn-datepicker-bus {
    width: 100%;
}

#traditionalBusSearch .date-wrapper{
	border: 1px solid #CED4DA;
	border-radius: 4px;
    padding: 8px 8px 8px 12px;
	display:flex;
	align-items:center;
	justify-content: center;
    background: #FFFFFF;
    height: 50px;
}

#traditionalBusSearch .date-wrapper .button-wrapper{
    padding-right: 0;
}

#traditionalBusSearch .datepicker-box table tbody tr .tdday{
	padding:0 4px 0 0;
	line-height: normal;
}

#traditionalBusSearch .btn-today , #traditionalBusSearch .btn-tomorrow{
	border-radius:4px;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: fit-content;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
}

#traditionalBusSearch .activee{
	border: 1px solid #FEC60A;
	background: #FFF3CD;
}

#traditionalBusSearch .datepicker-box table tbody tr td:last-child,
#traditionalBusSearch .ui-datepicker-trigger
{
	padding:0px;
	width:100%;
}

#traditionalBusSearch .datepicker-box table{
	margin:0px;
}
#traditionalBusSearch{
	border-radius: 0 8px 8px 8px;
}

#traditionalBusSearch.bus-search-area .btn-today{
 	margin-right: 10px;
}

#traditionalBusSearch .button-wrapper{
    display: flex;
    gap: 18px;
    width: 100%;
    justify-content: flex-end;
}

#searchForm .container #traditionalBusSearch .row .search-col{
	margin: 10px 0 15px;
}
#searchForm .container #traditionalBusSearch .searchForm-btn-balancer{
	margin-top: 30px;
}
#searchForm .container #traditionalBusSearch .row .search-col label{
	line-height:normal;
	margin-bottom:6px;
}

#traditionalBusSearch .btn-tomorrow-wrapper{
	float:right;
}
#traditionalBusSearch .datepicker-box table tbody tr td:last-child:lang(az),
#traditionalBusSearch .datepicker-box table tbody tr td:last-child:lang(ru),
#traditionalBusSearch .datepicker-box table tbody tr td:last-child:lang(ar) {
	font-size:12px;
}
.busAlert{
	width:100%;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.busExternalInfo{
	margin-top: 10px;
	background-color: #FFF3CD;
	font-size: 13px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.mobileAppArea{
	display: flex;
    justify-content: center;
    align-items: center;
}
/*#searchForm .container .row .search-col.bus-to-input-wrapper {
    padding:0 0 0 8px;
}*/
@media (max-width: 767px){
    #searchForm #traditionalBusSearch .searchRadios {
        margin-top: 16px !important;
    }
	#searchForm .container #traditionalBusSearch .row .search-col{
		margin: 0 0 10px;
	}
	#searchForm .container #traditionalBusSearch .row .search-col:first-of-type{
		margin: 15px 0px 0px;
	}
	#traditionalBusSearch .date-wrapper{
		margin:0px;
		justify-content: space-between;
	}
	#traditionalBusSearch .searchForm-btn-balancer{
		margin-top:16px !important;
	}
	#traditionalBusSearch .btn-tomorrow{
		margin-left: 0!important;
	}
	#traditionalBusSearch .btn-today-wrapper{
		padding-right:0px;
	}
    #traditionalBusSearch.bus-search-area .btn-today {
        margin-right: 0;
    }
	#searchForm .container #traditionalBusSearch .row .search-col{
		margin: 16px 0 0;
	}
    #searchForm .container .row .search-col.bus-to-input-wrapper {
        padding: 0;
    }
	 #traditionalBusSearch .button-wrapper{
         text-align:end;
         padding: 0 8px 0 0;
         gap: 10px;
	 }
	#modalFlightRules .modal-body{
		overflow-x: auto;
	}
    #searchForm .form-control.searchBarInput {
        font-size: 16px;
    }
    #searchForm .form-control.searchBarInput, #searchForm #traditionalBusSearch .form-control.searchBarInput {
        width: 100%;
    }
    #traditionalBusSearch .date-wrapper {
        padding: 8px;
    }
    #traditionalBusSearch .datepicker-box table tbody tr .tdday {
        padding: 0 5px 0 0;
    }
}
.special-day {
    position:relative;
}
.special-day .ui-state-default:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background-color:#FEC60A;
	right:3px;
	top:3px;
	border-radius:100%
}
.special-day .ui-state-active:before{
	background-color:#454545;

}
.languageDescriptionWrapper{
	position:relative;
	font-size: 12px;
	font-weight: 400;
	padding-left:5px;
    color: #797979;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.languageDescriptionWrapper .languageDescription:before{
	position:absolute;
	content:'';
	left:-5px;
	top:50%;
	transform:translateY(-50%);
	width:5px;
	height:5px;
	background-color:#FEC60A;
	border-radius:100%
}

.ui-datepicker .ui-datepicker-buttonpane{
	height:auto;
	overflow:auto;
    padding: 16px 8px;
}

.ui-datepicker-row-break {
    clear: unset!important;
    width: fit-content;
}
.bus-featureList-tooltip .tooltip-inner {
	background: #fff !important;
	border: 1px solid #CCC;
	border-radius: 8px;
	border: solid 1px #CCCCCC;
	color:#292929;
}

.bus-featureList-tooltip .arrow::before {
	border-bottom-color: #CCC;
	width: 100%;
	height: 0.8rem;
	border: 1px solid #CCC;
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	transform: rotate(-134deg);
	bottom: -0.45rem;
	z-index: 1;
	border-bottom-color: transparent !important;
	border-right-color: transparent;
	background: #FFF;
	border-radius: 0 1px 0 1px;
	top: -6px;
}

.bus-featureList-tooltip {
	margin-bottom: 10px;
}

.reservation-search-product {
	gap: 30px;
	border-radius: 30px;
	background: #FFF9E7;
	padding: 0 20px;
}

.res-search-container {
	display: flex;
	justify-content: center;
}

.res-search-container .nav-res-item a {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
	text-align: left;
	color: #383838;
	padding: 15px 5px;
	-webkit-appearance: none;
	display: flex;
}


.res-search-container a:hover {
	border:unset  !important;
	text-decoration:unset;
	cursor:pointer;
}

.res-search-container .nav-res-item.active {
	border-bottom: 3px solid #FEC60A;
}
.res-search-container .nav-res-item a.active {
	font-size: 14px;
	font-weight: 700;
}
#dropdownMenuButton {
	-webkit-appearance: none;
}


.modal .modal-content p, .modal .modal-content span{
	font-family: "Inter", sans-serif;
}
.loadingBanner{
	border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.loadingBanner img{
	width: 100%;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    margin-top: 25px;
}
.paid-coupon-header {
	display: flex;
	justify-content: space-between;
}

.paid-coupon-header a, strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0;
	text-align: left;
	color: #212529 !important;
}
.btn-arrow-paidCoupon {
	background: unset;
	border: none;
	color: #212529;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.paidCoupon-div .coupon-list li {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
	text-align: left;
	color: #212529;
}

.paidCouponFilter {
	color: #007BFF !important;
	text-decoration: underline;
}
.paid-coupon-item:hover {
	cursor:pointer;
}
.freePaidCoupon {
	color: #50AD29;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0;
	text-align: center;
	background: #F3FBF1;
	border-radius:2px;
	padding:8px 22px;
}
.cvv-wrapper-checkout .checkoutCvcLabel{
	position:absolute;
	left:auto;
	right:0;
	top:0;
}

.nav-sign{
	margin-left:auto;
	margin-right:40px;
}
.navbar-dark .navbar-toggler{
	width: 50px;
    height: 35px;
}

.carDetaiLocationDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.car-deliveryType-tooltip .tooltip-inner{
	background: #fff !important;
    border: 1px solid #CCC;
    color: #383838 !important;
    font-size: 12px !important;
    font-weight:unset !important;
}

.car-deliveryType-tooltip .arrow::before{
	width: 100%;
    height: 0.8rem;
    border: 1px solid #CCC;
    transform: rotate(45deg);
    bottom: -0.45rem;
    z-index: 1;
    border-bottom-color: transparent;
    border-right-color: transparent;
    background: #FFF;
    border-radius: 0 1px 0 1px;
}
#paymentTypeTabListSelect {
    width: 67%;
    border: none;
    border-bottom: 3px solid #fec60a;
    border-radius: 0;
    font-weight: bold;
}

.installementsInfoLabel {
    font-size: 12px;
    color: #212529;
}

.wrapperPayment {
    width: 100%;
}

.wrapperPayment .nav-tabs li a {
    width: 100%;
    text-align: center;
}
.wrapperPayment ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    flex-flow: row;
}
.wrapperPayment .nav-tabs li {
    min-width: fit-content;
    padding: 10px 12px;
}
.wrapperPayment .tabs-wrapper{
	position: relative;
	padding: 0 20px 0 15px;
}
.wrapperPayment span.left, .wrapperPayment span.right {
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15px;
    top: 7px;
    cursor: pointer;
}
.wrapperPayment span.right{
 right: -15px;
 left:unset;

}
.wrapperPayment .scroller-btn.inactive {
    opacity: 0;
    pointer-events: none;
}

@media ( max-width : 991px){
	.wrapperPayment span.left, .wrapperPayment span.right{
		display:none;
	}
}
.down-icon-es-transfer{
	margin-right:2px !important;
	margin-left:0 !important;
}
.passenger-search-list-es-transfer a{
	margin-left:3px !important;
}
.search-button-es-transfer{
	font-size:12px !important;
}
.flight-code-es{
	margin-top:-22px;
}
.cvv-es{
	z-index:1;
}
.national-security-a{
	margin-top: -21px;
}
.hotelCampaignInfo-es{
	margin: 0 15px 0 5px;
}
@media ( max-width : 991px){
	.flight-code-az{
		padding-top:7px;
	}
}

.prioritySupport label{
	padding-top:0;
	color: #212529 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}
.prioritySupport label.error{
	color: red !important;
}
.prioritySupport .flightDetails-div{
	padding-top:15px;
}
.prioritySupport .titleBorder{
	padding-bottom:10px;
}
.prioritySupport .prioritySupportPrice strong{
	float:right;
	font-size:18px;
}
.prioritySupportDescription{
    padding-top:16px;
	color: #212529;
	font-size: 13px;
	line-height: normal;
}
.prioritySupportDescription p{
	display: list-item;
	margin: 0;
}
.prioritySupportAcceptArea label{
	font-size:13px;
	font-weight:400;
	line-height: 23px;
}
.prioritySupportAcceptArea a{
	color:#007BFF;
}
.supports-wrapper{
	display: flex;
	gap:16px;
}
.support-box{
	width: 50%;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 20px;
}
.support-box .prioritySupportAcceptArea {
	margin-top: 12px;
}

.support-box .support-icon{
	margin-right: 4px;
	width: 26px;
}
.support-box .prioritySupportFree{
	display: inline-flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #F4FBF1;
	color: #67AC39;
	font-size: 14px;
	font-weight: 700;
	float: right;
}
.hpCampaignRowIndex{
	padding-bottom:20px;
}

.hpCampaignRowIndex li a{
	font-size: 14px;
	padding:8px 12px;
	border:1px solid rgba(234, 234, 234, 1);
	border-radius:40px;
	color:rgba(41, 41, 41, 1);
	max-width:fit-content;
	background-color: transparent;
}

.hpCampaignRowIndex .nav{
	gap:15px;
	display: inline-flex;
	align-items: center;
}
.hpCampaignRowIndex .nav-pills .nav-link-campaign.active{
	font-weight: 400;
    border: 1px solid rgba(254, 198, 10, 1);
    background-color:rgba(255, 243, 205, 1);
    border-radius:40px;
    text-decoration:none;
}
.hpCampaignRowIndex .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background-color:rgba(234, 234, 234, 1);
	opacity:1;
	padding:0;
}
.hpCampaignRowIndex .swiper-pagination-bullet-active{
	width:30px;
	background-color:rgba(254, 198, 10, 1);
	border-radius: 5px;
}
.hpCampaignRowIndex .swiper-pagination{
	padding-top:10px;
}
.hpCampaignRowIndex .nav-filter li{
	flex: none;
	padding: 10px 0;
}
.hpCampaignRowIndex .homepageRowAllLink{
	font-size: 14px;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color:rgba(0, 123, 255, 1)
}
.hpCampaignRowIndex .nav{
	padding-left:15px;
}
@media ( max-width : 768px){
	.prioritySupportAcceptArea label{
		padding-left:8px;
	}
	.prioritySupportDescription{
		align-items:flex-start;
	}
	.prioritySupportAcceptArea label{
		line-height: 18px;
	}
	.prioritySupport .prioritySupportAcceptArea .custom-control{
		padding-left: 25px;
	}
	.prioritySupport .titleBorder{
		border-bottom:none;
		padding-bottom:5px;
	}

	.supports-wrapper{
		flex-direction: column;
	}
	.support-box{
		width: 100%;
	}
	.hpCampaignRowIndex .swiper-pagination{
		display:none;
	}
	.hpCampaignRowIndex .nav{
		display: flex;
    	flex-wrap: nowrap;
    	overflow-x: scroll;
    	scrollbar-width: none;
    	-ms-overflow-style: none;
	}
	.hpCampaignRowIndex .nav::-webkit-scrollbar {
	    display: none;
	}
	.hpCampaignRowIndex .nav-filter li{
		width:auto;
	}
	.hpCampaignRowIndex .homepageRowHeader{
		margin-bottom:10px;
	}
}

.prioritySupportBus .custom-control-label{
	color:#292929!important;
	font-size: 16px !important;
}
.prioritySupportBus .prioritySupportAcceptArea label {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.prioritySupportBus .support-box .support-icon {
	color: #292929 !important;
}

.prioritySupportBus #prioritySupportPriceArea {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #292929 !important;
}
.prioritySupportBus .prioritySupportDescription {
	font-weight: 400;
	color: #292929 !important;
}
.prioritySupportBus b {
	font-weight: 700;
	font-size:13px;
}
.btn-circle-t-next{
    left: 97%;
    position: absolute;
    top: 40%;
    outline: none;
    border: none;
    color: #1f2126;
    z-index: 10;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-circle-t-prev{
    left:14px;
    position: absolute;
    top: 40%;
    outline: none;
    border: none;
    color: #1f2126;
    z-index: 10;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.disabled-checkbox{
	pointer-events:none;
}
.disabled-checkbox .custom-control-label::before, .disabled-checkbox .custom-control-label::after{
	opacity:0.5;
}
.new-modal .modal-content{
    border-radius: 8px;
    border: none;
}
.new-modal .modal-header{
    border-bottom: 1px solid #F5F5F5;
    padding: 16px 24px 9px;
    border-top: 1px solid #F5F5F5;
    border-radius: 8px 8px 0 0;
}
.new-modal .modal-header button.close{
   font-size: 16px;
}

.new-modal .modal-title{
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.new-modal .modal-body {
    padding: 16px 24px;
}
.new-modal .modal-footer.no-border {
    border: none;
}
.new-modal .modal-footer {
    padding: 16px 20px;
}
#modalKVKAgreement{
    z-index:1051;
}
.g_id_signin {
    pointer-events: none;
    width: 100%;
}
.google-button-wrapper{
    cursor: pointer;
}
#result-content{
	overflow:hidden;
}
.campaignsLanding{
	padding:30px 0 50px;
}
.landingPageSchedules{
	position:relative;
}
.landingPageSchedules h1{
	margin:0;
}
.landingPageSchedules .pageHeader{
	margin:0 auto;
	position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}
.landingPageSchedules .pageHeader p{
	text-shadow: 1px 2px 2px #383838;
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 767px) {
    .searchLoading .modal-dialog{
        top: 71px !important;
    }
    .searchLoading .modal-dialog .modal-content{
        top: auto !important;
    }
    .new-modal .modal.show .modal-dialog{
        margin: 15px;
    }
    .landingPageSchedules #searchForm{
    	margin-top:90px;
    }
    .landingPageSchedules .pageHeader p{
    	font-size:13px;
    }
    .landingPageSchedules h1{
    	font-size: 25px !important;
    }
    .landingPageSchedules .pageHeader{
    	text-align:left;
    	padding-left:15px;
    }
}
.tb-phone-code-corporate{
	border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    height: calc(1.5em + .75rem + 1px);
}
.disabled-item {
    color: #ccc;
    pointer-events: none;
}
#selectedLabels .badge{
	background-color:#fec60a;
	color: #212529;
}
#selectedLabels .remove-label{
	cursor:pointer;
}
.addLabelFormClass{
	padding-top:27px;
}
.sweet-alert .confirm{
	background-color:#fec60a !important;
	color:#fff;
	box-shadow: none !important;
}
.sweet-alert .cancel{
	background-color:#b34444 !important;
	color:#fff;
	box-shadow: none !important;
}
.searchAreaKobi .ui-datepicker-trigger{
	display:none !important;
}
.isDesktop{
    display:block;
 }
.isMobile{
    display:none;
}
@media (max-width: 991px) {
    .isDesktop{
        display:none
    }
    .isMobile{
        display:block;
    }
}

.searchOrderInfo {
	font-size:14px;
	color:#383838;
}
.fw-500 {
	font-weight:500;
}
i.square-icon {
    padding: 4px;
    border-radius: 8px;
}
.modal .close{
	padding: 15px 25px;
    font-weight: 300;
    z-index:99;
}
#employeesModal .close{
    padding:0
}
#employeesModal .close span{
    font-size:25px;
}
#modalFlightRules table span, #modalFlightRules table td, #modalFlightRulesReturn table span, #modalFlightRulesReturn table td{
	font-size:12px !important;
}
.reservationDetailLoading {
	font-weight: 400;
	font-size: 14px;
	color: #383838;
}
#modalReservationDetailLoading{

	top:70px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.searchFormPickerAreaCar .carSearchInput, .searchFormPickerAreaTransfer .transfer-time-input{
	min-width: min-content;
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -17px;
    padding: 8px 14px 8px 8px;
    display: flex;
    align-items: center;
}
.searchFormPickerAreaTransfer .transfer-time-input{
    padding-right: 0;
}
.searchFormPickerAreaCar .carSearchInput input, .searchFormPickerAreaTransfer .transfer-time-input input{
    color: #292929;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    width:85px;
    padding: 0;
}
.carSearchInput input:hover{
	cursor:pointer;
}

.campaignSlider{
	padding: 25px 0 10px !important;
	visibility: hidden;
  	opacity: 0;
  	height:0;
}
.campaignSlider .campaignSliderItem{
	background-image: url(/resources/ub/img/campaign-background.svg);
	background-repeat:no-repeat;
	background-size: cover;
	width:206px;
	height:100px;
	padding:12px 0 !important;
	text-align: center;
}
.campaignSlider .col-md-3{
	padding: 0 7px 0 0 !important;
}
.campaignSlider .campaignSliderItem .campaignSliderItemTitle{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}
.campaignSlider .campaignSliderItem .campaignSliderItemTitle span{
	color: #554207;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.campaignSlider .campaignSliderItem .campaignSliderItemDescription p{
	color: #FFAB00;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	margin: 0;
}
.campaignSlider .campaignSliderItem .campaignSliderItemButton{
	padding-top: 8px
}
.campaignSlider .campaignSliderItem .campaignSliderItemButton a{
	color: #554207;
	font-size: 12px;
	font-weight: 400;
}
.campaignSlider .campaignSliderItem .campaignSliderItemButton a:hover{
	text-decoration:none;
	cursor:pointer;
}
.campaignSlider .slick-arrow{
	position:absolute;
	top:51%;
	left:auto;
	right:10px;
	z-index: 1;
}
.campaignSlider .prev-arrow{
	left:10px;
	right:auto;
}
.campaignDetailArea h6{
	font-weight:700;
}
.busCampaign .campaignSlider{
	padding: 25px 0 10px 15px !important;
}
.busCampaign .campaignSlider .slick-arrow{
	right:20px;
}
.busCampaign .campaignSlider .prev-arrow{
	left:25px;
}
.hotelCampaign .campaignSlider .slick-arrow{
	right:20px;
}
.hotelCampaign .campaignSlider .prev-arrow{
	left:20px;
}

.ub-switch.custom-switch .custom-control-label::before {
    width: 36px;
    height: 20px;
    border-radius: 12px;
    background: #DFDFDF;
    border: 2px solid #DFDFDF;
}

.ub-switch.custom-switch .custom-control-label::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFF;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06)) drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.10));
}

.ub-switch .custom-control-label {
    padding-top: 5px;
    padding-left: 10px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    left: -24px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background: #FEC60A !important;
    background-color: #FEC60A !important;
    border-color: #FEC60A !important;
}
.custom-switch .custom-control-label::before {
    transition: initial;
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none!important;
    background: #DFDFDF !important;
    border-color: #DFDFDF !important;
}

.custom-switch .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(254, 198, 10, 0) !important;
    background: #DFDFDF !important;
    border-color: #FEC60A !important;
}

.custom-switch .custom-control-input:active ~ .custom-control-label::before {
    background-color: #DFDFDF !important;
    border-color: #DFDFDF !important;
}
.directionTitle{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.directionTitle span{
	color:#007BFF;
}
.mobileFormSend{
	display:flex;
	align-items:center;
	gap:5px;
}
.mobileSend{
	margin-top:10px;
}
.choose-passenger-close-icon{
    position: absolute;
    right: 8px;
    top: 3px;
    font-size: 18px;
    cursor: pointer;
}
#gender-error {
    position: absolute;
    top: 18px;
    left: 15px;
    min-width: max-content;
}
#role-error{
    order:1;
    padding-left:10px;
}
.search-car-icon{
    height: 16px !important;
    object-fit: contain;
}
.datepicker-transfer-go .datepicker-box-blank, .datepicker-transfer-turn .datepicker-box-blank{
    border-radius:4px 0 0 4px;
}
.datepicker-transfer-turn.no-turn .datepicker-box-blank{
    border-radius:4px;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper.transfer-autocomplete-item {
    font-weight: 400;
}
.checkOut-datepicker-bus {
    width: 100%;
}
.back-close-bus i {
    margin-right: 0;
}

.back-close-bus {
    top: -8px;
    right: -4px;
}

.support-box-active{
    border: 1px solid #007BFF;
}
@media (max-width: 768px) {
    .discount-photo-wrapper{
        margin-bottom: 12px !important;
    }
    .campaignSlider .col-md-3{
    	margin-right:20px !important;
    }
    .campaignSlider .campaignSliderItem{
    	width:190px;
    }
    .campaignSlider{
		padding: 10px 0 !important;
	}
	.campaignSlider .campaignSliderItem .campaignSliderItemDescription p{
	    padding-top: 8px;
	}
	.campaignSlider .campaignSliderItem .campaignSliderItemButton{
		padding-top: 5px;
	}
	.campaignSlider .slick-arrow{
		top:40%;
	}
	.busCampaign .campaignSlider .slick-arrow{
		top:50%;
	}
	.hotelCampaign .campaignSlider .slick-arrow{
		right:10px;
	}
	.hotelCampaign .campaignSlider .prev-arrow{
		left:10px;
	}
	.directionTitle{
		display:inline-block;
	}
	.directionTitle .homepageRowAllLink{
		float:left;
	}
	.directionTitle .landingDepartureList h3{
		padding-left:8px;
	}
	#tbappsubscribe{
		font-size: 11px;
	    padding: 17px 10px;
	}
	.qrcode-span{
		display:block;
	}
    .searchFormPickerAreaCar .carSearchInput {
        margin: auto;
    }
    #searchForm .container .row .search-col.checkIn-datepicker-car,
    #searchForm .container .row .search-col.checkOut-datepicker-car {
        padding-right: 16px;
        box-sizing: border-box;
        width: auto;
        max-width: none;
    }
    .searchFormPickerAreaCar .datepicker-box-blank,
    .searchFormPickerAreaTransfer .datepicker-box-blank {
        border-radius: 4px;
    }
    #traditionalCarSearch .searchBar-additional {
        padding-left: 0px;
        margin-top: 17px;
    }
    .searchFormPickerAreaCar .carSearchInput, .searchFormPickerAreaTransfer .transfer-time-input {
        padding: 0;
    }
    .searchFormPickerAreaCar .carSearchInput input, .searchFormPickerAreaTransfer .transfer-time-input input {
        padding: 0 16px;
        width: 100%;
    }
    .search-area .down-icon {
        margin-left: 8px;
    }
    #navbar {
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
    }
    .navbar-toggler:focus, .navbar-toggler:hover{
        border: 1px solid rgba(255, 255, 255, .1) !important;
    }
}

@media (max-width : 991px) {
    #modalPageOffer .catchUserBasicArea,
    #modalPageOffer .catchUserCouponTimerArea,
    #modalPageOffer #btnCouponDetail,
    #modalPageOffer .campaign-title
    {
        display: none;
    }

    .passenger-search-list .passenger-list .passenger-row label {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
    .ubSelectView {
        border-radius: 4px;
        border: 1px solid #CED4DA;
        background: #FFF;
        padding: 0 16px 16px;
        top: calc(50% - 100px) !important;
    }
    .ubSelectView .ubSelectViewList ul{
        padding: 0;
    }
    .ubSelectView .ubSelectViewList ul li, .ubSelectView .ubSelectViewList ul li:first-child {
        padding: 16px 0;
    }

    .ui-menu .ui-menu-item {
        color: #292929;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .passenger-search-list a {
        margin: 0;
    }
    .passenger-search-list a img{
        margin-left: 8px;
    }
    .ui-widget.ui-widget-content.ui-autocomplete.ui-menu .ui-menu-item {
        padding: 16px;
    }
    .datepicker-transfer-go .datepicker-box-blank, .datepicker-transfer-turn .datepicker-box-blank{
        border-radius: 4px;
    }
    #searchForm #traditionalBusSearch .bus-to-wrapper {
        padding-left: 0;
    }
    #searchForm #traditionalBusSearch .bus-from-wrapper {
        padding-right: 0;
    }
}