/*Walkinn Create css*/

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

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

.personCountOpt {
    padding-bottom: 10px;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
    border-radius: 7px;
    border: 1px solid black;
    display: block;
}
.animatedBox2 {
    position: relative;
    opacity: 0; /* Başlangıçta görünmez */
    animation: slide-in 1s ease forwards; /* Animasyon tanımı */
}

/* Animasyon tanımı */
@keyframes slide-in {
    0% {
        transform: translateX(100%); /* Sağdan başlar */
        opacity: 0; /* Görünmez */
    }

    100% {
        transform: translateX(0); /* Orijinal konuma gelir */
        opacity: 1; /* Görünür */
    }
}

.selectedTableOption {
    width: 45%;
    /* height: 260px; */
    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: 20%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1px;
    margin-bottom: 2%;
    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;
}
.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;
    /* 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);
}


/* 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;
}
.selectedTableOptionPlan {
    border: 2px solid #B2444E;
    border-radius: 3px;
}

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

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

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

.selected-tag-remove {
    display: none;
}

.selected-tag-remove-statu {
    display: none;
}



.dropdown-toggle::after {
    float: right;
    font-size: 20px !important;
    font-weight: bold !important;
    padding-top: 5px;
}
.selectize-input input {
    font-size: 25px;
    font-weight: bold;
    width: auto;
}

/* Increase font size for the selected option text */
.selectize-input.items.is-filled .item {
    font-size: 20px; /* Adjust the font size as needed */
}

/* Increase font size for the input field */
#customerSelectize-selectized {
    font-size: 20px; /* Adjust the font size as needed */
}

/* Increase font size for the dropdown options */
.selectize-dropdown-content .option {
    font-size: 20px; /* Adjust the font size as needed */
}

/* Component Styles - Steps */
.progress-bar_container {
    width: min(1100px, 100%);
    margin-block: 0rem;
    margin-inline: auto;
    padding-inline: 1rem;
    display: none;
}



.selectedTableDiv {
    min-height: 200px;
}


@media only screen and (min-width: 768px) {
    .btnStyle {
        min-width: 15rem;
        font-size: 20px;
        margin-bottom: 0px;
    }
}

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

    .tableOption {
        width: 30% !important;
    }

    .selectedTablesDiv {
        width: 100% !important;
    }
    .btnStyle {
        min-width: 12rem;
        font-size: 18px;
    }

    .container-fluid {
        padding-right: calc(var(--bs-gutter-x)* 0.5) !important;
        padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
    }
    /* Component Styles - Steps */
    .progress-bar_container {
        width: 100%;
        margin-block: 0rem;
        margin-inline: 0rem;
        padding-inline: 0rem;
        display: block;
    }

    .progress-bar-steps {
        list-style-type: none;
        display: flex;
        align-items: center;
        gap: 2rem;
        justify-content: space-between;
        padding: 0rem 0.7rem;
    }

    .progress-bar-step_item {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        position: relative;
    }

        .progress-bar-step_item::before {
            display: block;
            content: '';
            position: absolute;
            width: 110px;
            height: 3px;
            top: 30%;
            left: 50%;
            z-index: -1;
            background-color: black;
            border: 2px solid black;
            transition: background-color 1s ease;
        }

        .progress-bar-step_item:last-child::before {
            display: none;
        }

    .progress-bar_step-icon {
        position: relative;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: transparent;
        outline: none;
        border: 2px solid black;
        cursor: pointer;
        padding: 1rem;
        background-color: #8392AB;
    }

    .progress-bar-step_item.active .progress-bar_step-icon i {
        transform: translateY(0rem);
        color: #ffff;
    }

    .progress-bar_step-label {
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color: black;
        white-space: nowrap;
    }

    .progress-bar-step_item.active .progress-bar_step-icon {
        background-color: #5d85c6;
    }

    .progress-bar-step_item.disabled .progress-bar_step-icon {
        color: #fff;
        pointer-events: none;
    }

    .progress-bar-step_item.completed .progress-bar_step-icon {
        background-color: rgb(214, 134, 141);
    }

    .progress-bar-step_item.active .progress-bar_step-icon {
        background-color: rgb(178, 68, 78);
    }

    .progress-bar_step-icon {
        background-color: #8392AB; /* default */
    }
    /* TAKVİM */
    .fc-daygrid-day-number span {
        font-size: 22px;
    }

    .fc-daygrid-day-frame {
        position: relative;
        height: 50px;
    }

    .mobile-100 {
        width: 100%;
    }
    /* //MASA */
    .selectedTableDiv {
        float: left;
        width: 50%;
        padding: 0px !important;
        min-height: 180px;
    }

    .selectedTableButtonsDiv {
        float: left;
        width: 50%;
        padding: 0px !important;
    }

    .selectedTableOption {
        width: 85% !important;
    }

    .btnMultiSelect, .btnSelectTablePlan, .btnConfirmSelectTable, .btnSingleSelect {
        font-size: 15px !important;
        padding: 13px !important;
    }

    .tablesRegionDiv {
        width: 90% !important;
    }

    .dropdown-item span {
        font-size: 20px !important;
    }



    .tableOption {
        width: 26% !important;
        height: fit-content;
    }

    .masalarMain, .customerMainDiv {
        height: auto !important;
    }

    .masalar {
        padding-left: 0px !important;
        gap: 4% !important;
        overflow-y: auto;
        height: 260px;
        max-height: 260px;
    }

    .masaItemDiv {
        height: auto !important;
        overflow-y: hidden !important;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0px !important;
    }

    .processCol {
        display: contents !important;
        padding-left: 10px !important;
    }

    .callendarCol {
        width: 100% !important;
    }

    .processTitle {
        width: 85%;
    }

    .abcd {
        display: none !important;
    }

    .p-3 {
        padding: 0.5rem !important;
    }
}