/*Customers css*/
.bottom3Div {
    display: block !important;
    padding-bottom: 0px !important;
}

.iconMenu[data-id="5"] {
    display: none !important;
}

.dropdown:not(.dropdown-hover) .customerProcessDropDown {
    margin-top: 0px !important;
    right: 0rem !important;
}


#CustomerTable tbody {
    display: block;
    height: 61vh;
    overflow-y: auto;
}

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

table.dataTable > tbody > tr {
    background-color: transparent;
    display: grid !important;
    border-top: 1px solid black !important;
}

#CustomerTableSearch {
    border-radius: 25px;
    background-color: #DEE2E6;
    color: black;
    border: none;
    padding-left: 10px;
}



/* MASA DEĞİŞTİRME CSS */
.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;
}
/*
 .tableTypeBtn {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    border: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    background-color: #8392AB !important;
    cursor: pointer;
    position: fixed;
    bottom: 17vh;
    left: 25vw;
    display: block;
    margin-left: auto;
}
 */
div.dt-container .dt-paging .ellipsis{
    padding:0;
}
