.hidden-input-field {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}
#charWarning {
    color: #999;
    display: none;
    position: absolute;
    bottom: -22px;
    left: 15px;
    font-size: 11px;
    white-space: nowrap;
}
#clearInput {
    display: none;
    cursor: pointer;
}
.custom-search-input-2 .form-group {
    position: relative;
}
input[name="dates"][readonly] {
    background-color: #fff !important; /* Arka planın grileşmesini önler */
    cursor: pointer; /* Üstüne gelince el işareti çıkar */
}
.qtyButtonsNew {
    display: flex;
    margin: 0 0 13px 0;
}

    .qtyButtonsNew input {
        outline: 0;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        width: 50px;
        height: 36px !important;
        color: #333;
        line-height: 36px;
        margin: 0 !important;
        padding: 0 5px !important;
        border: none;
        box-shadow: none;
        pointer-events: none;
        display: inline-block;
        border: none !important;
    }

    .qtyButtonsNew label {
        font-weight: 500;
        line-height: 36px;
        padding-right: 15px;
        display: block;
        flex: 1;
        color: #727b82;
    }

.qtyIncNew,
.qtyDecNew {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: "ElegantIcons";
}

    .qtyIncNew:before {
        content: "L";
    }

    .qtyDecNew:before {
        content: "K";
    }

.qtyTotalNew {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
}
.daterangepicker {
    font-size: 13px !important;
    width: auto !important;
    max-width: 100% !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

/* Takvim hücreleri */
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    text-align: center;
    vertical-align: middle;
    min-width: 36px;
    width: 36px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;        
}

/* Aktif/Seçilebilir tarihler (Kalınlaştırıldı) */
.daterangepicker td.available {
    font-weight: 700 !important;
}

/* Hover */
.daterangepicker td.available:hover {
    background-color: #f1f5ff !important;
}

/* Seçili */
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* Range */
.daterangepicker td.in-range {
    background-color: #ffecec !important;
}

/* Disabled */
.daterangepicker td.off,
.daterangepicker td.disabled,
.daterangepicker td.off.disabled {
    color: #999 !important;
    opacity: 1 !important;
    text-decoration: line-through;
    cursor: not-allowed;
    font-weight: 400 !important; /* Devre dışı olanlar normal kalsın */
}

/* Header */
.daterangepicker th.month {
    font-size: 14px;
    font-weight: 600;
}
.tag-list {
    position: absolute !important;
    top: 15px !important;
    /* Sağ taraf yerine sol tarafa sabitliyoruz */
    
    right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    /* Sola yaslamak için flex-start kullanıyoruz */
    align-items: flex-start !important;
    gap: 5px !important;
    z-index: 9;
}

    .tag-list small {
        /* Mevcut temadaki absolute çakışmasını engellemek için */
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        display: inline-block !important;
        padding: 5px 10px !important;
        background-color: #202d3c;
        color: #fff;
        white-space: nowrap;
        /* Kenarların daha şık durması için istersen: */
        border-radius: 3px;
    }
.tour_details_summary {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 20px 10px;
    margin-bottom: 30px;
    border: 1px solid #ededed;
}

    .tour_details_summary .box_info {
        text-align: center;
        padding: 10px 0;
    }

        .tour_details_summary .box_info i {
            display: block;
            font-size: 24px;
            font-size: 1.5rem;
            color: #b8860b;
            margin-bottom: 5px;
        }

        .tour_details_summary .box_info em {
            display: block;
            font-style: normal;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 12px;
            color: #999;
        }

        .tour_details_summary .box_info small {
            display: block;
            font-weight: 700;
            font-size: 15px;
            color: #333;
        }

/* Mobil için aralara çizgi eklenebilir */
@media (max-width: 767px) {
    .tour_details_summary .box_info {
        margin-bottom: 15px;
    }
}
.language-list {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important; /* Sağda olması için */
    left: auto !important;
    display: flex !important;
    flex-direction: row !important; /* Bayraklar yan yana dizilsin */
    gap: 6px !important; /* Bayraklar arası boşluk */
    z-index: 10;
}

    /* Bayrak İkonu Düzenlemesi */
    .language-list .fi {
        width: 22px !important; /* Bayrak genişliği */
        height: 16px !important; /* Bayrak yüksekliği */
        border-radius: 2px; /* Hafif yuvarlatılmış köşeler */
        box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Daha belirgin durması için gölge */
        border: 1px solid rgba(255,255,255,0.3); /* Kenarlık */
    }