/* Reservations create css */

.box {
    flex: 1; /* Tüm box'ların eşit genişlikte olmasını sağlar */
    padding: 10px;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold;
}


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

    .processCol {
        margin-top: 1.3rem;
    }
}


/* Gün rakamlarını büyüt */
.fc-daygrid-day-number {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.fc-daygrid-day-events {
    display: none !important; /* Kutuları tamamen gizler */
}

.fc-daygrid-day-frame {
    padding: 5px !important; /* Hücre içi boşlukları küçült */
}

.fc-daygrid-day {
    height: 30px;
}

.fc-daygrid-day:hover {
    background-color: #B2444E;
    cursor: pointer;
    color: white !important;
}

.fc-daygrid-day-number:hover {
    background-color: #B2444E;
    cursor: pointer;
    color: white !important;
}
/* Geçmiş günleri soluk yap */
.fc-daygrid-day.fc-day-past {
    background-color: #f0f0f0;
    color: #c0c0c0;
    pointer-events: none; /* Tıklanmayı devre dışı bırak */
}

/* Seçilen günün arka planı */
.fc-daygrid-day.fc-day-selected {
    background-color: #B2444E !important;
    color: white !important;
}

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

.calendar-content {
    margin-top: 2rem;
}

.card {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 2rem;
}

.card-calendar {
    width: 100%;
}

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

.box2 {
    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 */
    }
}

.time-selector {
    width: 300px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.time-item {
    margin-bottom: 10px;
}

.time-input {
    width: 60px;
    padding: 5px;
    text-align: center;
}

button {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.time-options {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
}

.time-option {
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.time-option.selected {
    background-color: #ff4d4d;
    color: #fff;
}

button:hover, .time-option:hover {
    background-color: #f0f0f0;
}

button:focus {
    outline: none;
}

.ps__rail-x, .ps__rail-y {
    display: none !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;
}
.fc-daygrid-day-events {
    display: none !important; /* Etkinlikler alanını gizle */
}

/* Gün kutularındaki içerikleri düzenle */
.fc-daygrid-day-frame {
    position: relative;
    height: 70px; /* Her gün için uygun bir yükseklik belirleyin */
}

/* Sadece gün numarasını göster */
.fc-daygrid-day-number {
    font-size: 30px; /* Gün numarasının boyutunu ayarlayın */
    display: block;
    text-align: center;
    line-height: 57px;/* Gün numarasını hücrede ortalamak için */
}

.fc-daygrid-day-number span {
    font-size:40px;
}
/* Etkinlik arka planını gizle */
.fc-daygrid-day-bg {
    display: none !important;
}

/* Gün kutusunun altındaki boşlukları kaldır */
.fc-daygrid-day-bottom {
    display: none !important;
}

.fc .fc-col-header-cell-cushion {
    color:black !important;
}
.fc-theme-standard td, .fc-theme-standard th {
    border-color: black;
    border:2px solid black;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.3em;
}

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

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

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


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

.fc .fc-toolbar {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
}

.fc-next-button
{
    background-color:transparent !important;
    color:black !important;
    font-weight:bold !important;
    font-size:30px !important;
    border:none !important;
    box-shadow:none !important;
    padding-top:10px !important;
}    

.fc-prev-button 
{
    background-color:transparent !important;
    color:black !important;
    font-weight:bold !important;
    font-size:30px !important;
    border:none !important;
    box-shadow:none !important;
    padding-top: 10px !important;
}

.fc .fc-toolbar-title {
    font-size: 25px !important;
}
.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;
    box-sizing: content-box;
}

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

.fc .fc-toolbar.fc-header-toolbar {
    padding-left: 10px;
    padding-right: 10px;
}

.card-calendar{
    border-radius:0px !important;
    border:2px solid black;
}

/* 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 (max-width: 768px) {
body{
    overflow-y: auto!important;
}
.tableOption {
    width: 30% !important;
}
.new-tags{
    overflow: auto;
}
.selectedTablesDiv {
    width: 100% !important;
}
.mobileHidden{
    display: none;
}
.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: 80px;
        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%;
    padding:0px !important;
    padding-right: 1rem !important;
}


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