table.dataTable {
    border-collapse: collapse !important;
    width: 99% !important;
    margin: 0 auto;
    clear: both;
    border: none !important;
    table-layout: auto;
    word-wrap: break-word;
    color: #333;
}

table.dataTable thead {
    /* display: none; */
}

table.dataTable thead th {
    background-color: var(--cukurova-primary);
    color: #fff;
    border-bottom: 2px solid var(--cukurova-primary);
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

table.dataTable tbody tr {
    background-color: #fff;
    border-bottom: none !important;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #fffdfd;
}

table.dataTable tbody tr:hover {
    background-color: #fdf5f4;
}

table.dataTable tbody td {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    border: none !important;
}

.bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 1em;
    margin-left: 2px;
    border: 1px solid var(--cukurova-primary);
    background-color: var(--cukurova-primary);
    color: #fff !important;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: var(--cukurova-secondary);
    color: #fff !important;
    border-color: var(--cukurova-secondary);
}

.dataTables_wrapper .dataTables_filter input {
    border: none !important;
    padding: 5px;
    border-radius: 4px;
    width: 200px;
    margin-left: 10px;
    outline: none;
    transition: border-color 0.3s ease;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: var(--cukurova-primary);
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
    margin-bottom: 20px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
    border: none !important;
    padding: 5px;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

.dataTables_wrapper .dataTables_length select:focus {
    border-color: var(--cukurova-primary);
}

.dataTables_length {
    display: none;
}

.nav-tabs .nav-link.active {
    background-color: var(--cukurova-primary);
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default !important;
    color: #666 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0 1em;
    margin-left: 2px;
    border: 1px solid var(--cukurova-primary);
    background-color: var(--cukurova-primary);
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: var(--cukurova-secondary) !important;
    border-color: var(--cukurova-secondary) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background: #2b2b2b;
    box-shadow: inset 0 0 5px #11111129;
}


@media (max-width: 768px) {
    .table-responsive {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        border: none !important;
        padding: 20px 0 !important;
        scrollbar-width: none !important;
    }

    .table-responsive table {
        display: block !important;
        width: auto !important;
        border: none !important;
    }

    .table-responsive thead,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block !important;
        border: none !important;
    }

    .table-responsive thead {
        display: none !important;
    }

    .table-responsive tbody {
        display: flex !important;
    }

    .table-responsive tr {
        position: relative !important;
        border: 1px solid #ddd !important;
        margin: 0 10px !important;
        overflow: hidden !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
        width: 300px !important;
        border-radius: 30px !important;
        background: #fff !important;
        padding-bottom: 2px !important;
        max-height: 543px !important;
    }

    .table-responsive td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
        padding-left: 50% !important;
        white-space: normal !important;
        display: flex !important;
        align-items: center !important;
        padding: 10px !important;
        justify-content: center !important;
    }

    .table-responsive td:before {
        content: attr(data-label) !important;
        position: absolute !important;
        left: 10px !important;
        font-weight: bold !important;
        color: #555 !important;
    }

    .table-responsive td:last-child {
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: none !important;
    }

    .kzv-flight-logo {
        margin-bottom: 20px;
    }

    .routeBox {
        height: 65px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom {
        max-width: 355px;
    }

    .ucus-liste-eleman {
        background: transparent !important;
        box-shadow: none !important;
    }

    .td-icon-box {
        min-height: 100px !important;
    }

    /* .ucus-tablosu {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
    } */
}

.status-box {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
}

.status-box i {
    color: #D21F26;
}

.time-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    background: var(--cukurova-light);
    box-shadow: inset 0 0 5px #11111129;
    padding: 3px;
}

.ucus-liste-eleman {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px;
}

.ucus-tarih {
    font-size: 16px;
}

.ucus-saat {
    font-size: 18px;
}

.checkin-info,
.gate-info {
    font-size: 18px;
    padding: 3px 10px;
    background: #444;
    color: white;
    border-radius: 10px;
}

.bg-pegasus {
    background: #fbbc1e;
    color: #e31827;
}

.bg-ajet {
    background: #2a8bcb;
}

.bg-thy {
    background: #c61c1e;
}

.bg-sunexpress {
    background: white;
    border: 1px solid #104689;
    color: #e96131;
}

.flight-tabs {
    position: relative;
    width: 100%;
    background: #4d4d4d;
    height: 75px !important;
    top: -20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
}

.nav-item-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.flight-link {
    color: white;
}

.flight-link.active {
    background: #ffffff33 !important;
    border: none !important;
    border-radius: 0 !important;
}

.flight_filter label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
}

.flight_filter label input {
    min-width: 250px;
    outline: none;
    border: none;
    background: #ffffff79;
    color: #4d4d4d;
    padding: 2px 10px;
    font-size: 14px;
    transition: 0.2s background;
}

.flight_filter label input:hover {
    background: #ffffffa9;
    outline: 3px solid #fff;
}

@media (max-width: 768px) {
    .flight-tabs {
        height: auto !important;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        padding: 20px 20px;
    }

    .kzv-flight-banner {
        display: block;
        background: #D21F26 !important;
    }

    td.kzv-flight-banner.bottom.absolute-position {
        z-index: 1;
    }
}

@media (min-width: 769px) {

    .kzv-flight-banner,
    .kzv-flight-logo {
        display: none;
    }
}