/*Floorplan css*/

.resItemDiv {
    display: flex;
    align-items: center;
    width: 100%;
    background: white;
    border-radius: 5px;
    position: relative;
}

.resItemBoxContainer {
    display: flex;
    position: relative;
    overflow: hidden;
}

.boxForList {
    display: flex;
    background: white;
    transition: transform 0.3s ease-in-out;
    align-items: center; /* İçerik ortalansın */
}

/* Butonların Konumu */
.left-buttons {
    display: flex;
    position: absolute;
    /* left: -120px;*/ /* Başlangıçta gizli */
    height: 100%; /* BoxForList ile aynı yükseklikte olacak */
    /*  width: 120px; */ /* Butonların genişliği (2x60px) */
    flex-direction: row; /* Yanyana dizilim */
    justify-content: space-between;
    align-items: center;
    transition: left 0.3s ease-in-out;
}

    /* Buton Tasarımı */
    .left-buttons button {
        width: 60px; /* Butonları kare yapmak için genişlik ve yükseklik eşitlendi */
        height: 100%;
        border: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        border-radius: 0 !important;
    }

.chair {
    text-align: center;
    background: lightgray;
    border-left: 1px solid black;
    flex-shrink: 0; /* Sağdaki div'in küçülmesini önlüyor */
}
.workspace {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-image: linear-gradient(to right, #ddd 1px, transparent 1px), linear-gradient(to bottom, #ddd 1px, transparent 1px);
    background-size: 15px 15px; /* Karelerin boyutu */
    border: 2px dashed #d2d6da;
    background-color: transparent;
    overflow: auto;
    /* resize: both; */
}

.horizontalSmallTable {
    width: 50px;
    height: 30px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
}

.horizontalLargeTable {
    width: 80px;
    height: 40px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
}

.verticalLargeTable {
    width: 40px;
    height: 80px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
}

.verticalSmallTable {
    width: 30px;
    height: 50px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
}

.roundSmallTable {
    width: 50px;
    height: 50px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
    border-radius: 50%;
}

.roundLargeTable {
    width: 100px;
    height: 100px;
    background: #b3a5a5;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-width: thick;
    border-radius: 50%;
}

.tableDrawDiv {
    /* border-bottom: 2px solid #aaa; */
    border: 1px solid #d2d6da;
    padding: 5px;
    height: 110px;
    position: relative;
    border-bottom: none;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableItem {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
}
.CloseSelectedTableDiv:hover {
    color: gray;
    font-size: 21px;
    cursor: pointer;
}

.CloseWaiterSettingsDiv:hover {
    color: gray;
    font-size: 21px;
    cursor: pointer;
}


.CloseSelectedWaiterSettingsDiv:hover {
    color: gray;
    font-size: 21px;
    cursor: pointer;
}

.CloseOnlineReservationDiv:hover {
    color: gray;
    font-size: 21px;
    cursor: pointer;
}
.waiterItem:hover {
    cursor: pointer;
    opacity: 0.7;
}

.gotWalkInCreateBox :hover {
    cursor: pointer;
    opacity: 0.7;
}

.tableItem:hover {
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.barcode-container {
    position: relative;
    background-color: transparent;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
}

.barcode {
    display: flex;
    gap: 7px;
    padding: 0px 3px;
    width: 100%;
}

.bar {
    width: 3px;
    height: 80px;
    background: black;
}

.thin {
    width: 2px;
    height: 100px;
    background-color: gray;
}

.thick {
    width: 5px;
    height: 100px;
    background-color: black;
}

.barcode-label {
    position: absolute;
    background: #d97b26;
    color: white;
    padding: 3px 8px;
    font-weight: bold;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.numbers {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
/* saksı css */
.pot {
    background-image: url(../assets/img/CustomImages/FoodList/vegan.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
}
.babyRoom {
    background-image: url(../assets/img/CustomImages/FoodList/mustard.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
}
.selectedTableForChangeTable {
    border: 3px solid #B2444E;
}
.btnBottomList {
    margin-bottom: 0px;
    padding: 7px 9px 7px 9px;
    border: 1px solid black !important;
}

.SelectedBottomList {
    border: 1px solid white !important;
}