/*Waitlist css*/

@media screen and (min-width: 768px) {
    #navbarBlur {
        display: none;
    }

    .main {
        margin-top: 1.2rem;
    }
}


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

    .dashboardDateText {
        font-size: 12px;
        padding-top: 0.7rem !important;
    }
}


.bottom1Div {
    height: auto;
}

#UsersTable tbody {
    display: block;
    height: 62vh;
    overflow-y: scroll;
}

#UsersTable thead, #UsersTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}



.dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 0px !important;
    background-color: #efecec;
    right: 0px !important;
}



td.regionAndTableTd:hover {
    background-color: lightgray !important; /* Açık mavi arka plan */
    cursor: pointer; /* İmleci pointer yapar */
    color: #333; /* Yazı rengini değiştirir */
    transition: background-color 0.2s ease; /* Geçiş efekti ekler */
}


.selectedOption {
    background-color: #B2444E;
    color: white;
}

.btn-sm{
    float:right;
}



#UsersTable {
    border-radius: 15px;
    border: 1px solid black;
}

table.dataTable {
    padding-top: 0px !important;
    background-color: #EEEBE8;
}


div.dt-layout-row:first-child {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#UsersTableSearch {
    width: 25rem;
    background-color: white;
    border:1px solid black;
}


table.dataTable > tbody > tr > td {
    color: black !important;
    font-weight: bold;
    font-size: 16px;
}

table.dataTable > thead > tr > th {
    color: black !important;
    font-weight: bold;
}


td.editUserCount:hover {
    background-color: lightgray !important; /* Açık mavi arka plan */
    cursor: pointer; /* İmleci pointer yapar */
    color: #333; /* Yazı rengini değiştirir */
    transition: background-color 0.2s ease; /* Geçiş efekti ekler */
}



.selectedEditPersonCountOption {
    background-color: #B2444E !important;
    color: white !important;
}


.editPersonCountOption:hover {
    background-color: #B2444E;
    cursor: pointer;
    color: white;
}

.editPersonCountOption {
    padding-bottom: 10px;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid black !important;
}




.selectedTableOption {
    width: 50%;
    border: 5px solid black;
    border-radius: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px;
    margin-bottom: 5%;
    border-radius: 15px;
}

.selected-number {
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.selected-table-icon i {
    height: 60px !important;
    width: 60px !important;
}

.selected-table-icon {
    margin-top: -20px;
}


.selected-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    font-size: 19px;
}

.selected-capacity {
    width: 100%;
    padding: 0 8px;
    font-size: 19px;
}


.tableOption {
    width: 19%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px;
    margin-bottom: 5%;
    padding: 4px;
    box-sizing: content-box;
}

.number {
    font-size: 24px;
    font-weight: bold;
}

.table-icon {
    margin: 0px 0;
    margin-top: -15px;
}

    .table-icon i {
        height: 55px !important;
        width: 55px !important;
    }

.separator {
    width: 85%;
    margin-bottom: 2px;
}

.info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    font-size: 14px;
}

    .info span {
        align-items: center;
        display: flex;
    }

.capacity {
    display: flex;
    margin-top: 8px;
}

.selectedTableOptionMain {
    border: 4px solid #B2444E;
    padding: 4px;
    background-color: transparent;
}

.ascTh {
    float: right;
    padding: 5px;
    color: #71717a;
    padding: 0px;
    color: lightgray;
}

.descTh {
    float: right;
    padding: 5px;
    color: #71717a;
    padding: 0px;
    margin-top: -3px;
    color: lightgray;
}

.descTh {
    font-size: 12px;
}


.ascTh {
    font-size: 12px;
}

.selectedShortingTh {
    color: black !important;
}


.ShortingAsc {
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 5px;
    background-color: rgb(214, 134, 141);
}

.ShortingDesc {
    border: 1px solid gray;
    border-radius: 5px;
    margin-top: 5px;
    background-color: rgb(214, 134, 141);
}


.selectedShorting {
    background-color: #B2444E !important;
}

.dt-column-order {
    display: none !important;
}

.ShortingTh {
    border: 1px solid black;
}



.tr-active {
    background-color: rgb(214, 134, 141) !important;
}

@media only screen and (max-width: 768px) {
    .customicon {
        margin-top: 7px;
        margin-bottom: -9px !important;
    }

    div.dt-container.dt-empty-footer tbody > tr:last-child > * {
        border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
    }

    .prCreateCards .cards tbody tr {
        float: left;
        width: 100%;
        height: auto !important;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0.2rem;
        border: 0.0625rem solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
        box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
        background-color: white;
    }

    .prCreateCards .cards thead {
        display: none;
    }

    .prCreateCards .cards td:before {
        content: attr(data-label);
        position: relative;
        float: left;
        color: #808080;
        min-width: 4rem;
        margin-left: 0;
        margin-right: 1rem;
        text-align: left;
    }

    .prCreateCards .cards tbody td {
        display: inline-block;
        padding: 0.25rem !important;
    }

    .prCreateCards .cards tbody .mobCol-1 {
        font-size: 12px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-2 {
        font-size: 11px !important;
        width: 47% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-2-m {
        font-size: 12px !important;
        width: 47% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-3 {
        font-size: 11px !important;
        width: 30% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-2-6 {
        font-size: 12px !important;
        width: 57% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-2-4 {
        font-size: 12px !important;
        width: 37% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-process {
        font-size: 12px !important;
        width: 98% !important;
    }

    .btn /*Çizgi arası boşluk */ {
        margin-top: 0.5rem !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }

        div.dataTables_wrapper div.dataTables_filter input {
            width: 150px !important;
        }

    .filterOption {
        width: 120px;
        font-size: 13px;
        margin-left: 10px;
        border: 1px solid lightgrey;
        padding: 2px;
        padding-left: 8px;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }



    .table > :not(caption) > * > * {
        border-bottom-width: 0px !important;
    }
    .part1top {
        display: none !important;
    }

    .rightDate {
        display: none !important;
    }

    .leftDate {
        display: none !important;
    }

    .rightDatehourType, .leftDatehourType {
        display:none;
    }

    .part2top {
        gap: 0rem !important;
        justify-content: space-evenly !important;
    }

    .dateRangePicker {
        font-size: 10px;
        width: 100% !important;
    }

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

    .dropdownTopFilter {
        width: 100% !important;
    }



    .dashboardButtonDiv {
        display: flex;
        justify-content: center;
        padding-right: 0px !important;
    }

    .container-fluid {
        padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
        padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
    }


    th {
        display: none;
    }


        th[data-line="0"] {
            display: contents;
        }

        th[data-line="2"] {
            display: contents;
        }


        th[data-line="3"] {
            display: contents;
        }

        th[data-line="1"] {
            display: contents;
        }


    #UsersTable thead {
        display: inline-flex;
        width: 100%;
    }

        #UsersTable thead tr {
            display: inline-flex;
            width: 100%;
            justify-content: space-between;
            margin-bottom: 5px !important;
        }

    #UsersTable tbody tr {
        width: 98% !important;
        pointer-events: none !important;
    }

    .dropdown button {
        height: 36px !important;
    }

    .dropdownTopFilter button {
        height: 48px !important;
    }


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

    .fa-filter {
        font-size: 10px !important;
        margin-top: -1px !important;
        margin-left: 2px !important;
    }

    .timeZoneFilterHeaderIcon {
        font-size: 10px !important;
        margin-top: 7px !important;
    }

    .ascTh, .descTh {
        font-size: 10px !important;
        margin-left: 5px !important;
    }

    #UsersTable {
        padding: 0px !important;
        border: none;
    }

    .card-body {
        padding: 0px !important;
    }

    .mainDivHeight {
        height: 93vh !important;
    }


    .prCreateCards .cards tbody .mobCol-40 {
        font-size: 12px !important;
        width: 30% !important;
        text-align: left !important;
    }

    .prCreateCards .cards tbody .mobCol-60 {
        font-size: 12px !important;
        width: 70% !important;
        text-align: left !important;
        padding-left:9px !important;
    }
}