/*Reservations css*/ 

.dropdown .dropdown-menu {
    display: none;
}

.dropdown .dropdown-menu.show {
    display: block !important;
}
.table td, .table th{
    overflow: hidden; 
    text-overflow: ellipsis;
}
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td{
    padding: 3px!important;
}

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

.dropdown .dropdown-menu:before {
    display:none !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 */
}    

td.customerNameTableTd: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 */
}

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 */
}

td.editHour: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;
}



.personCountOpt:hover {
    cursor: pointer;
    background-color: #b2444e;
    color:white;
}

.selectedCountOption {
    background-color: #b2444e;
    color: white;
}


.personCountOpt2:hover {
    cursor: pointer;
    background-color: #b2444e;
    color: white;
}

.selectedCountOption2 {
    background-color: #b2444e;
    color: white;
}



.personCountOpt3:hover {
    cursor: pointer;
    background-color: #b2444e;
    color: white;
}

.selectedCountOption3 {
    background-color: #b2444e;
    color: white;
}


.selectize-input {

    border-radius:8px !important;
    min-height:40px !important;
}


.datePickerDiv
{
    margin-right:10px;
}

.hourTypePickerDiv{
    margin-left:10px;
}

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

#UsersTableSearch{
    width:25rem;
    background-color: white;
}
.form-check-input:checked[type=checkbox] {
        --bs-form-check-bg-image: linear-gradient(310deg, #b2444e 0%, #b2444e 100%);
}


select.form-control {
    appearance: auto;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}
#calendar-container {
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px;
}

.fc-toolbar-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.fc-daygrid-day {
    border-radius: 6px; /* Yuvarlatılmış gün kutuları */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.fc-daygrid-day:hover {
        background-color: #B2444E; /* Hover efekti */
        transform: scale(1.05); /* Hafif büyüme efekti */
 }

.fc-daygrid-day a:hover {
        color:white;
}

.fc-day-today {
    background-color: rgba(255,220,40,.15) !important; /* Bugün için mavi arka plan */
    color: white !important;
    border-radius: 6px;
}

.fc-day-selected {
    background-color: #B2444E !important; /* Seçili gün için yeşil arka plan */
    color: white !important;
    font-weight: bold;
    border-radius: 6px;
}

.fc-day-selected a {
    color: white !important;
}


.fc .fc-view-harness {
    height: 100px !important;
}

.fc .fc-daygrid-day-number {
    font-size: 2.2rem;
}


.fc .fc-scroller-liquid-absolute {
    overflow: hidden !important;
}



.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;
}

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

.hourOption {
    flex: 1 1 20%;
    background-color: white;
    color: #B2444E;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #B2444E;
    cursor: pointer;
    font-weight: bold;
}

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

.disabledHourOption {
    flex: 1 1 20%;
    background-color: #dedede;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid iceblue;
    cursor: pointer;
    font-weight: bold;
}


.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;
}

.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: 10px;
    background-color: rgb(214, 134, 141);
}   


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

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

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
    position: relative;
    padding-right: 0px !important;
}



.dropdown:not(.dropdown-hover) .dropdown-menu {
    margin-top: 7px !important;
    background-color: white;
    right: 0px !important;
    padding: 5px;
}



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

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

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

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


.dropdown button{
    border:1px solid black;
}

.ShortingTh{
    border:1px solid black;
}

.descTh{
   font-size:12px;
}    


.ascTh{
   font-size:12px;
}

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

.dropdown-item{
    color:black;
}



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

.text-secondary{
    color:black !important;
}

#UsersTableSearch{
    border:1px solid black;
    color:black;
}

.selectedTableOption {
    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;
    min-width: 33%;
}

.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: 13%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
    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;
}


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


.cleanFilter, .applyFilter{
    border:1px solid black !important;
    padding:5px !important;
    border-radius:6px !important;
    font-size:18px !important;
}
.selectedTableDiv{
    justify-content: center;
    display: flex;
    text-align: center;
}
.tableDiv{
    float:left; overflow-y: auto; height: 500px;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .my-floating-dropdown {
    margin-bottom: 0;
    padding: 3px 8px;
    background-color: white;
    width: 100%;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 200px;
    margin-top: 5px;
    padding: 0;
    list-style: none;
  }
  
  .dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    gap: 8px;
  }
  
  .dropdown-menu li a:hover {
    background-color: #f0f0f0;
  }
  
  .show {
    display: block;
  }
  .dropdown-up {
    bottom: 100%;
    top: auto;
    margin-bottom: 5px;
  }
@media screen and (min-width: 768px) 
{
    #navbarBlur 
    {
        display: none;
    }

    .main 
    {
        margin-top: 1.2rem;
    }
    .masalar{
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
        padding-left: 1%;
    }
    .selectedTableOption{
        width: 50%;
    }
    .selectedTableDiv{
        min-height: 200px;
    }
}

@media screen and (max-width: 1400px) 
{
    .dashboardDateText {
        font-size: 12px;
        padding-top: 0.7rem !important;
    }

}
@media only screen and (max-width: 768px) 
{
    .tableDiv{
        height: 350px;
    }
    .dropdown .my-floating-dropdown{
        height: 36px!important;
    }
    .masalar{
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
        padding-left: 1%;
    }
    .dashboardDateText {
        font-size: 12px;
        padding-top: 0.7rem !important;
    }

    .tableOption {
        width: 30% !important;
    }

    .selectedTablesDiv {
        width: 100% !important;
    }

    .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;
    }

    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;
    }

    .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;
        margin-top:1rem;
    }

    .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="5"] {
        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;
    }
    .customerNameTableTd{
        pointer-events: none;
    }

    .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-20 
    {
        font-size: 12px !important;
        width: 25% !important;
        text-align: left !important;
    }        
    
    .prCreateCards .cards tbody .mobCol-15
    {
        font-size: 12px !important;
        width: 10% !important;
        text-align: left !important;
        float: inline-start;
    }

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

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

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

}