.count {
    max-width: 50px;
    min-width: 20px;
    text-wrap: nowrap;
}
.control-label.flex-fill {
    text-wrap: nowrap;
}
#checkinSurname, #checkinPnrArea, #bookingPnrNo, #bookingPnrArea {
    margin: 0 5px;
}
#tripTypeDropdown {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}
#passengerIcon {
    margin: 0;
}
#passengers {
    padding: 0 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-right: 25px !important;
    display: inline-block;
    width: auto;
    min-width: max-content;
    transition: width 0.1s ease-in-out;
}
.promoArea {
    padding: 0 10px;
    border: 1px solid #D7E2EE;
    min-width: max-content;
    border-radius: 5px;
}
#promoCode {
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: var(--black);
    text-align: center;
}
.fromTEXT, .toTEXT, .dateTEXT {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
#depText, #arrText {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--black);
    cursor: pointer;
    border: none;
    width: 100%;

}
/* Önceki ay ikonu */
.flatpickr-prev-month {
    background-image: url("/templates/hititcs/images/dateLeft.svg"); /* Kendi SVG dosyanızın yolu */
    background-repeat: no-repeat;
    background-position: center;
    /* İkonun boyutunu ayarlamak için */
    width: 30px;
    height: 24px;
}

/* Sonraki ay ikonu */
.flatpickr-next-month {
    background-image: url("/templates/hititcs/images/dateRight.svg"); /* Kendi SVG dosyanızın yolu */
    background-repeat: no-repeat;
    background-position: center;
    /* İkonun boyutunu ayarlamak için */
    width: 30px;
    height: 30px;
}

/* Varsayılan SVG'leri gizlemek için (isteğe bağlı) */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    display: none;
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 0;
    width: 100% !important;
}
.flatpickr-months {
    margin: 15px 0;
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: var(--hititcs-color-primary);
    display: inline-block;
    margin-left: .5ch;
    padding: 0;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--hititcs-color-primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--hititcs-color-primary);
}
.flatpickr-calendar {
    display: flex;
    flex-grow: 1;  /* Fill the container div horizontally */
    width: 100%;  /* Optional: Set width explicitly (if needed) */
}
/*.flatpickr-wrapper {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 35px;
}*/
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: var(--hititcs-color-primary);
    fill: rgba(0,0,0,0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 11px;
    font-weight: 500;
}
.flatpickr-days {
    width: 100% !important;
}

.flatpickr-weekdays + .flatpickr-weekdays {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid var(--hititcs-color-primary);
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid var(--hititcs-color-primary);
}

#datePanelInput {
    display: none;
}

#datePanel {
    position: fixed;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    width: auto;
    z-index: 20;
    left: 50%;
    animation: fadeInOutOpacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    transform: translate(-50%, -50%);
    top: 35%;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}
#portPanel {
    position: fixed;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    width: 50%;
    height: 550px;
    z-index: 20;
    left: 50%;
    animation: fadeInOutOpacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    transform: translate(-50%, -50%);
    top: 50%;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}
#passengersPanel {
    position: fixed;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    z-index: 20;
    left: 50%;
    animation: fadeInOutOpacity 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    transform: translate(-50%, -50%);
    top: 50%;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
}
.panelClose {
    cursor: pointer;
}
@keyframes fadeInOutOpacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
thead, tbody, tfoot, tr, td, th {
    padding: 0;
}
#dateSeparator {
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 30px;
}
.ibe-input:disabled {
    background-color: transparent;
    color: #000;
}

.passengerRow {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}
/*#nav-tabContent {
    position: relative;
    width: 100%;
}*/
.ibe-responsive {
    position: relative;
    top: -305px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 1100px;
    width: 95%;
    height: 0;
}
#ibe-include button.nav-link {
    line-height: 15px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    height: 44px;
    background: var(--hititcs-color-primary);
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    margin: 0 1px 1px 0;
    justify-content: center;
}
#ibe-include button.nav-link.active {
    color: var(--hititcs-color-primary) !important;
    background: #FFF !important;
    align-content: center;
    align-self: center;
    height: 48px;
}
#ibe-include .nav-link:focus, .nav-link:hover {
    color: #004E30;
}
.nav.nav-tabs {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: unset;
    -webkit-box-shadow: 0 1px hsl(0, 0%, 100%) inset, 0 2px 3px -3px hsla(0, 0%, 0%, 0.15), 0 -4px 0 hsla(0, 0%, 0%, 0.05) inset, 1px 1px 4px hsla(0, 0%, 0%, 0.1);
    box-shadow: none;
}
.icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 10px;
}
.location-icon {
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
}
.tab-pane {
    position: relative;
}
.searchButtonArea {
    display: flex;
    align-items: center;
}
.continueButton {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    min-width: 223px;
    height: 44px;
    background: var(--hcs-color-secondary);
    border-radius: 2px;
    border: none;
}
.searchFlightButton {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    background-color: var(--hititcs-color-primary);
    border-radius: 5px;
    border: none;
}
.searchFlightButton {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-image: url('/templates/hititcs/images/ic_search.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.searchFlightButton:hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-image: url('/templates/hititcs/images/ic_search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--hititcs-color-secondary);;
}
.searchFlightButton:before {
    content: 'Search'; /* Eklemek istediğin metin */
    margin-right: 8px; /* İkon ile metin arasındaki boşluk */
    font-size: 14px; /* Metnin boyutu */
    text-align: center;
    width: 100%;
    display: none;
}
.ibeInputs {
    background: #FFFFFF;
    border: 1px solid #D7E2EE;
    box-sizing: border-box;
     width: 100%;
    width: -webkit-fill-available;
    position: relative;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    align-content: center;
}
#swapvalues_btn1 {
    display: block;
    width: 45px;
    position: absolute;
    left: 300px;
    right: 0;
    z-index: 9;
    top: 80px;
    cursor: pointer;
    height: 35px;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background: linear-gradient(95.39deg, #004E30 0.3%, #AA9113 93.63%);
    color: #fff;
    font-size: 1em;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(95.39deg, #AA9113 0.3%, #004E30 93.63%);
}
.sdtext {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--hititcs-color-brand);
}
#addfligtText {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #004E30;
    cursor: pointer;
}
.form-check-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #515151;
}

.btn-min {
    font-size: 14px;
}
.btn-max {
    font-size: 14px;
}

.input-group-btn {
    background: transparent;
    border-radius: 50% !important;
    border: 1px solid var(--hititcs-color-primary);
    color: var(--hititcs-color-primary);
    width: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.input-group-btn:hover {
    background: var(--hititcs-color-secondary);
    border-radius: 50% !important;
    border: 1px solid var(--hititcs-color-primary);
    color: var(--hititcs-color-primary);
    width: 28px;
    text-align: center;
    text-decoration: none;
}
.input-group-btn a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.d-flex.bd-highlight {
    align-items: center;
}
.notice {
    align-items: center;
    color: #ACACAC;
    font-size: 12px;
}
.fdemise {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--hititcs-color-primary);
    border-radius: 35px;
    display: block;
    width: 140px;
    text-align: center;
    margin: 30px 0 0;
    border: none;
}
.ibe-input::placeholder {
    font-weight: 700;
    line-height: 23.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--black);

}
.ibe-input {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: var(--black);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    border: none;
    cursor: pointer;
}
.ibeInputs label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #727272;
}
#depDropdown {
    border-radius: 5px 0 0 5px;
}
#arrDropdown {
    border-radius: 0 5px 5px 0;
    margin-left: -1px;
}
.select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.dateAera.ibeInputs {
    width: -moz-available;
}
.selection {
    display: none;
}
.select2-container {
    left: 0 !important;
    width: 100%;
    top: 0 !important;
    position: relative !important;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-dropdown {
    border: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    width: 85%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 31px;
    color: #B2B2B2;
    background: transparent;
}
.select2-search--dropdown {
    border: 1px solid #D7E2EE;
    height: 50px;
    margin: 0 25px;
    border-radius: 10px;
}
.select2-container--default .select2-search--dropdown::before {

}
.select2-results__option {
    padding: 0;
    border: none;

}
.select2-results__option li {
    padding: 15px 30px !important;
    user-select: none;
    -webkit-user-select: none;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
    position: relative;
    line-height: 15px;
    color: #515151;
}
.select2-results__option li:after {

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--hititcs-color-primary);
    background: #F3F3F3;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    color: var(--hititcs-color-primary);;
    background-color: #F3F3F3;
}
#select2-cabinClasses-results > li, #select2-currency-results > li {
    padding: 10px 15px !important;
    user-select: none;
    -webkit-user-select: none;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 15px;
    position: relative;
    line-height: 21px;
    color: #515151;
}
#select2-cabinClasses-results > li:after, #select2-currency-results > li:after {
    content: '';
    border-bottom: 1px solid #C7C7C7;
    position: relative;
    display: block;
    bottom: -16px;
    margin: 0 -15px !important;
}
#select2-cabinClasses-results > li.select2-results__option--highlighted[aria-selected], #select2-currency-results > li.select2-results__option--highlighted[aria-selected] {
    background: rgba(170, 145, 19, 0.2);
}
#select2-cabinClasses-results > li.select2-results__option[aria-selected="true"], #select2-cabinClasses-results > li.select2-results__option[aria-selected="true"], #select2-currency-results > li.select2-results__option[aria-selected="true"], #select2-currency-results > li.select2-results__option[aria-selected="true"] {
    background: rgba(170, 145, 19, 0.2);
}
#select2-cabinClasses-results > li.select2-results__option[aria-selected="true"]:before {
    content: "\2713";
    position: absolute;
    top: 11px;
    right: 15px;
    color: var(--hititcs-color-primary);
    font-size: 21px;
}
#select2-currency-results > li.select2-results__option[aria-selected="true"]:before {
    content: "\2713";
    position: absolute;
    top: 11px;
    right: 15px;
    color: var(--hititcs-color-primary);
    font-size: 21px;
}
#currencyDropdown {
    width: 320px;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 15px 0 0 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--hititcs-color-primary);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--hititcs-color-primary) transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 100%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
    border-bottom: 1px solid #D7E2EE;
}


.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    display: none;
}

.select2.select2-container.select2-container--default {
    display: none;
}

.calendar.left {
    width: 50%;
}
.calendar.right {
    width: 50%;
}
.daterangepicker .calendar {
    max-width: none;
    margin: 0;
}
.input-mini {
    /*display: none !important;*/
}
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 40px;
    height: 36px;
    border-radius: 0;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}
.daterangepicker td.in-range {
    background-color: rgba(170, 145, 19, 0.2);
    border-color: transparent;
    color: #515151;
    border-radius: 0;
}
.daterangepicker td.start-date, .daterangepicker td.end-date {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 40px;
    height: 36px;
    color: #fff;
    background: #AA9113;
    border-radius: 0;
}
.calendar.left {
    border-bottom: 1px solid #AA9113;
    border-right: 1px solid #AA9113;
}
.calendar.left .month {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #004E30;
    text-align: left;
}
.calendar.left .prev.available {
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("/templates/hititcs/images/dateLeft.svg");*/

}
.calendar.right {
    border-bottom: 1px solid #AA9113;
    border-left: 1px solid #AA9113;
}
.calendar.right .month {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #004E30;
    text-align: right;
}
.calendar.right .next.available {
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("/templates/hititcs/images/dateRight.svg");*/
}
#scheduleDateArea .next.available, #routeDateArea .next.available, #numberDateArea .next.available {
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("/templates/hititcs/images/dateRight.svg");*/
}
.daterangepicker td.active:hover {
    background-color: #004E30;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #9999995e;
    cursor: not-allowed;
    text-decoration: line-through;
}
#scheduleDateArea > .daterangepicker {
    top: 45px !important;
    position: absolute;
    width: 100%;
    left: 0 !important;
    border: 1px solid #AA9113;
}
#scheduleDateArea > .daterangepicker > .calendar.left.single {
    border: none;
    width: 100%;
}
#numberDateArea > .daterangepicker, #routeDateArea > .daterangepicker, #departureDateArea > .daterangepicker {
    top: 45px !important;
    position: absolute;
    width: 100%;
    left: 0 !important;
    border: 1px solid #AA9113;
}
#numberDateArea > .daterangepicker > .calendar.left.single, #routeDateArea > .daterangepicker > .calendar.left.single, #departureDateArea > .daterangepicker > .calendar.left.single {
    border: none;
    width: 100%;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #69b342 !important;
    border-color: #AA9113 !important;
}
.form-switch {
    padding-left: 1.5em;
    padding-right: 1.5rem;
}
#flexSwitchCheckDefault {
    height: 20px;
    width: 40px;
    margin-right: 15px;
}
.swal2-icon.swal2-warning.swal2-icon-show {
    color: #004E30 !important;
    border-color: #004E30 !important;
}
#umrah_passenger:checked ~ label::before {
    content: "\2713 ";
    color: #F00 !important;
    border-color: #F00 !important;
}
.select2-results__option.select2-results__message {
    margin: 15px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
}
/*.input-group-wide.input-group-calendar::after {
    width: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    content: url('/templates/hititcs/images/ic_calendar.svg');
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
    cursor: wait;
}
.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}
.l-radio:hover, .l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #D9D9D9;
    box-shadow: inset 0 0 0 1.5px #D9D9D9;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}
.l-radio input:focus {
    outline: none;
}
/*.l-radio input:checked {
    box-shadow: inset 0 0 0 6px #EF4035 !important;
}*/
.l-radio input:checked {
    box-shadow: inset 0px 0px 0px 4px #FFF !important;
    background-color: #004E30;
    border: 1px solid #EF403500;
}
.l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
}
.radio input[type="radio"] + .radio-label::before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btn.btn-outline-success {
    background: var(--hcs-color-secondary);
    color: white;
    margin-right: 15px;
}
.btn.btn-outline-success:hover {
    background: var(--hititcs-color-primary);
    color: white;
    margin-right: 15px;
}
#ibe-include {
    padding: 10px 20px 5px 20px;
    background: white;
    border-radius: 5px;
}
.departureDateArea.ibeInputs.dateArea {
    margin: 0 15px 0 5px;
}


@media screen and (max-width: 820px) {

}
/**
* Tabs
*/
.ibe-tabs {
    display: flex;
    flex-wrap: wrap;
}
.ibe-tabs .ibe-tab-label {
    color: #000;
    order: 1;
    display: flex;
    cursor: pointer;
    transition: background ease 0.2s;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
    font-size: clamp( 14px, 1vw, 16px );
    font-weight: 600;
    padding: 10px 10px;
    margin-right: 20px;
}
.ibe-tab-label:not(:last-of-type) {

}
.ibe-tabs .ibe-tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    position: relative;
    border-top: 1px solid #D7E2EE;
    padding: 20px 0;
}
.ibe-tabs > input[type="radio"] {
    /*display: none;*/
    position: absolute;
    opacity: 0;
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label {
    background: var(--white);
    color: #000;
    border-bottom: 3px solid var(--hititcs-color-primary);
    font-weight: 700;
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label + .ibe-tab {
    display: block;
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label .im-flight-dept {
    background-image: url('/templates/hititcs/images/ic_flight_w.svg');
}
.im-flight-dept {
    background-image: url('/templates/hititcs/images/ic_flight.svg');
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label .im-checkin-new {
    background-image: url('/templates/hititcs/images/ic_onlinecheckin_w.svg');
}
.im-checkin-new {
    background-image: url('/templates/hititcs/images/ic_onlinecheckin.svg');
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label .im-booking {
    background-image: url('/templates/hititcs/images/ic_managebooking_w.svg');
}
.im-booking {
    background-image: url('/templates/hititcs/images/ic_managebooking.svg');
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label .im-date-new {
    background-image: url('/templates/hititcs/images/ic_flightschedules_w.svg');
}
.im-date-new {
    background-image: url('/templates/hititcs/images/ic_flightschedules.svg');
}
.ibe-tabs input[type="radio"]:checked + .ibe-tab-label .im-status-flight {
    background-image: url('/templates/hititcs/images/ic_flightstatus_w.svg');
}
.im-status-flight {
    background-image: url('/templates/hititcs/images/ic_flightstatus.svg');
}
.fa-calendar::before {
    content: url('/templates/hititcs/images/ic_flightschedules_w.svg');
}

@keyframes scrollTabs {
    0% {
        opacity: 0;
        transform: translateY(400px); /* Yatay kaydırma ekle */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Yatay kaydırma ekle */
    }
}
/*
.select2-results__group {
    cursor: pointer; !* Akordeon başlığına tıklanabilir imleç *!
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd; !* Ayırıcı çizgi *!
    margin-bottom: 0; !* Alttaki boşluğu kaldır *!
}
.select2-results__group.collapsed + .select2-results__options.select2-results__options--nested {
    display: block;
}
.select2-results__group + .select2-results__options.select2-results__options--nested {
    display: none;
}*/


/* Mobil cihazlar için stiller */
@media only screen and (max-width: 992px) {
    .ibe-tabs .ibe-tab-label {
        padding: 10px 0;
    }
    #currencyDropdown {
        width: auto;
    }
    .searchFlightButton {
        box-sizing: content-box;
    }
    #ibe-include button.nav-link {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
    }
    button.nav-link, button.nav-link.active {
        width: 100%;
        text-align: center;
        min-width: 100px;
    }

    .calendar.left {
        width: 100%;
    }

    .calendar.right {
        width: 100%;
    }

    #swapvalues_btn1 {
        display: flex;
        width: 45px;
        position: absolute;
        left: auto;
        right: 5px;
        z-index: 9;
        top: 105px;
        cursor: pointer;
        transform: rotate(0deg);
        height: 45px;
    }
    .icon {
        font-size: 25px;
    }
    .ibe-input {
        font-size: 16px;
    }
    .ibe-responsive {
        position: relative;
        top: -50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        max-width: 1100px;
        width: 95%;
        height: auto;
    }
    #checkinSurname, #checkinPnrArea, #bookingPnrNo, #bookingPnrArea {
        margin: 5px 0;
    }
    .l-radio {
        padding: 0;
        margin: 0;
    }
    #portPanel {
        width: 100%;
    }
    #passengersPanel {
        width: 100%;
        height: auto;
    }
    .searchFlightButton {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        width: 100%;
        height: 50px;
        background: var(--hititcs-color-primary);
        border-radius: 23px;
        border: none;
    }

    .searchFlightButton:hover {
        position: relative; /* Pseudo-element için gerekli */
        display: inline-flex; /* İkon ve metni yan yana hizalamak için */
        align-items: center; /* Dikey hizalama */
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #C3DB83;
    }
    .searchFlightButton img {
        display: none;
    }
    .searchFlightButton:before {
        content: 'Search'; /* Eklemek istediğin metin */
        margin-right: 8px; /* İkon ile metin arasındaki boşluk */
        font-size: 14px; /* Metnin boyutu */
        text-align: center;
        width: 100%;
        display: block;
    }
    .departureDateArea.ibeInputs.dateArea {
        margin: 5px 0 10px;
    }
    #depDropdown {
        border-radius: 5px 5px 0 0;
    }
    #arrDropdown {
        margin-top: -1px;
        margin-left: 0;
        border-radius: 0 0 5px 5px;
    }
}
@media (max-width: 840px) {
    .ibe-tabs {
        /*        -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
                box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);*/
        overflow: visible;
        justify-content: space-between;
    }
    .ibe-tabs .ibe-tab,
    .ibe-tabs .ibe-tab-label {
        /*order: initial;*/
    }
    .ibe-tabs .ibe-tab-label {
        /* width: 100%; */
        margin-top: 0.2rem;
        margin-right: 0;
    }
    .ibe-tab-label:not(:last-of-type) {
    }
    .ibe-tabs input[type="radio"]:checked + .ibe-tab-label {
        background: var(--hititcs-color-primary-light);
        color: var(--hititcs-color-primary);
        /*animation: scrollTabs 0.2s ease-in-out;*/
    }
    .ibe-tabs input[type="radio"]:checked + .ibe-tab-label + .ibe-tab {
        /*animation: scrollTabs 0.2s ease-in-out;*/
    }
}
@media all and (max-width: 650px) {
    .flatpickr-month + .flatpickr-month {
        display: none;
    }
    .flatpickr-weekdaycontainer + .flatpickr-weekdaycontainer {
        display: none;
    }
    .dayContainer + .dayContainer {
        display: none;
    }
}
/* Mobil cihazlar için stiller sonu */