#canvasContainer {
            position: relative;
            width: 716px;
            /* height: 807px; */
            height: 755px;
            background-image: url('https://restauracedvorak.cz/wp-content/uploads/2025/05/bg.jpg');
            background-size: cover;
            margin-bottom: 30px;
            transform: scale(1);

        }






        .canvas-table-wrapper {
            position: absolute;
            display: inline-block;
            /*transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;*/

        }

        .canvas-table-wrapper img {
            display: block;
            /*width: 100%;
            height: 100%;*/
        }

        .canvas-table-wrapper .table-name {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-weight: bold;
            text-align: center;
            width: 100%;
            pointer-events: none;
            font-size: 12px;
        }

        .free-table {
            cursor: pointer;
        }

        /* Стили для модального окна */
        #reservationModal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }


        #reservationModalContent {
            border-radius: 2px;
            width: 363px;
            border: 1px solid #C49871;
            background: #1b3f3d;
            max-height: 90%;
            overflow: auto;
        }

        #reservationModal img {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        #closeModal {
            cursor: pointer;
            color: #ff0000;
            font-weight: bold;
        }

        /* .duration-button {
            margin: 5px;
            padding: 10px;
            border: none;
            background-color: #007bff;
            color: white;
            cursor: pointer;
        } */
        .duration-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .duration-button {
            padding: 10px;
            border: 1px solid #c49871;
            background-color: transparent;
            color: white;
            cursor: pointer;
            border-radius: 8px;
            text-align: center;
            min-width: 72px;
        }
        .duration-button:hover {
            background-color: #c49871;
        }

        .duration-button.active {
            background-color: #c49871;
        }

        .duration-button.disabled {
            background-color: #ccc;
            border-color: #ccc;
            cursor: not-allowed;
        }


        @media only screen and (min-width: 1513px) {
            .qodef-content-grid-1200 div[data-element_type=container].qodef-elementor-content-grid {
                width: 1358px;
                max-width: 1358px;
            }
        }





.occurrences-wrap .flatpickr-calendar.inline {
    width: 100%;
    box-shadow: none;
    max-width: 470px;
    margin: 0 auto;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(196, 152, 112, 0);
    margin-bottom: 5px;
}
.occurrences-wrap .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.occurrences-wrap .flatpickr-days {
    width: 100%;
}
.occurrences-wrap .flatpickr-day {
    border-radius: 0;
    max-width: 67px;
    /* height: 40px; */
    /* line-height: 40px; */

    aspect-ratio: 1 / 1;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.occurrences-wrap .flatpickr-day.has-session {
    /* background: rgb(31 203 0 / 20%) !important; */
    background: rgba(196, 152, 112, 0.85) !important;
}
.occurrences-wrap .flatpickr-day.selected {
    /* border-color: rgb(31 203 0);
    color: #000 !important; */
    background: transparent !important;
    border-color: rgba(196, 152, 112, 0.85) !important;
}
.occurrences-wrap .flatpickr-weekdays {
    margin-top: 20px;
}
.occurrences-wrap .flatpickr-current-month {
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.occurrences-wrap  span.flatpickr-weekday {
    background: transparent;
    font-weight: 300;
    font-size: 12px;
}
.occurrences-wrap .flatpickr-months .flatpickr-month,
.occurrences-wrap .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent;
}

.occurrences-wrap .flatpickr-current-month .flatpickr-monthDropdown-months,
.occurrences-wrap .flatpickr-current-month input.cur-year {
    font-weight: 500;
}
#occurrenceResults {
    /* border-top: 1px solid #1C232B1A; */
    /* margin-top: 20px; */
    /* color: #000; */
}
.occurrences-list {
    list-style: none;
    padding: 0;
    max-width: 470px;
    margin: 0 auto 37px;
}
.occurrences-list li a {
    position: relative;
    padding: 20px 74px 20px 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
}
.occurrences-list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(196, 152, 112, 0.1) 0%, rgba(196, 152, 112, 1) 49%, rgba(196, 152, 112, 0.1) 100%);
}
.occurrences-list li a .title, .occurrences-list li a .date {
    /* color: #404040; */
}
.occurrences-list li a .date {
    /* opacity: 0.7; */
    /* font-weight: 400; */
}
.occurrences-list li .button {
    border-radius: 4px;
    text-decoration: none;
    border: none;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    border: 1px solid rgba(196, 152, 112, 0.5);
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.occurrences-list li a:hover .button {
    /* opacity: .8; */
    background-color: rgba(196, 152, 112, 0.85);
}
.occurrences-list li a:hover .button path {
    stroke: #fff
}
.occurrences-list li a:hover {
    text-decoration: none !important;
}
.reservation-canvas-wrap #canvasContainer {
    margin: 0 auto;
    
    /* height: auto !important; */
    /* width: 100% !important; */
}
.reservation-canvas-wrap {
    /* aspect-ratio: 716 / 600; */
    position: relative;
}
@media (min-width:1025px) and (max-width:1135px) {
    .reservation-canvas-wrap {
        position: relative;
        padding-top: 500px;
    }
    .reservation-canvas-wrap #canvasContainer {
        position: absolute !important;
        transform: translate(-50%, -10%) scale(.8);
        top: 0;
        left: 50%;
    }
}
@media (max-width:767px) {
    .reservation-canvas-wrap {
        position: relative;
        padding-top: 470px;
    }
    .reservation-canvas-wrap #canvasContainer {
        position: absolute !important;
        transform: translate(-50%, -10%) scale(.75);
        top: 0;
        left: 50%;
    }
}
@media (max-width:576px) {
    .reservation-canvas-wrap {
        padding-top: 350px;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -20%) scale(.5);
    }
}
@media (max-width:374px) {
    .reservation-canvas-wrap {
        padding-top: 250px;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -28%) scale(.4);
    }
}

.occurrences-list li.active .title {
    color: #4d8000;
}


/* button#openReservationModal {
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
} */
button#openReservationModal {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.05em;
    color: #c49870;
    margin-top: 15px;
    text-transform: uppercase;
}
button#openReservationModal:hover {
    /* opacity: .8; */
    /* background: #c49870;
    color: #fff; */
    background: linear-gradient(163deg, #f5cb86 0%, #7e5936 100%);
    color: #0d0c0c;
}
.reservation-canvas-wrap {
    max-width: 716px;
    margin: 0 auto;
}
.seat-summary {
    /* color: #000; */
}
.seat-summary-item {
    /* border-bottom: 1px solid #1C232B1A; */
    /* padding-bottom: 10px; */
}
#reservationModalSeatsContent {
    background: #000;
    position: relative;
}
button#closeReservationModalSeats {
    /* font-size: 30px !important;
    color: #fff; */
}
button#closeReservationModalSeats:hover {
    opacity: .8;
}
button#submitReservationSeats {
    background: #fff;
    color: #000;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
button#submitReservationSeats:hover {
    opacity: .8;
}

#scheme, #additional-text {
    display: none;
}


.occurrences-wrap {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    fill: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(54.90328598022461px);
    box-shadow: inset 0 0 146px 0 rgba(0, 0, 0, 0.05), inset 0 4px 9px 0 rgba(255, 255, 255, 0.05);
}
.occurrences-header {
    padding: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.occurrences-header-title {
    font-size: 20px;
}
#occurrenceResults p {
    padding: 20px 24px;
    margin: 0;
}
.line-gradient {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(196, 152, 112, 0.1) 0%, rgba(196, 152, 112, 1) 49%, rgba(196, 152, 112, 0.1) 100%);
}
.occurrences-header-date {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 23px;

    display: none;
    cursor: pointer;
}
.occurrences-header-mobile + .line-gradient {
    margin-bottom: 15px;
}
#inline-calendar:not(.flatpickr-input) + .line-gradient {
    display: none;
}
@media (min-width: 1025px) {
    .occurrences-header-mobile {
        display: none !important;
    }
    .occurrences-header-mobile + .line-gradient {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .occurrences-wrap .occurrences-header {
        display: none;
    }
    .occurrences-wrap .occurrences-header + .line-gradient {
        display: none;
    }
}


.seat-summary-list {
    max-height: 696px;
    overflow: auto;
}

.seat-summary-list::-webkit-scrollbar {
  width: 10px;
  padding: 2px;
}
.seat-summary-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); 
}
.seat-summary-list::-webkit-scrollbar-thumb {
    box-shadow: inset -1px -1px 2px 0 rgba(34, 18, 4, 0.2), inset 1px 1px 2px 0 rgba(34, 18, 4, 0.2);
    background: linear-gradient(360deg, rgba(126, 89, 54, 0.8) 0%, rgba(245, 203, 134, 0.8) 100%);
    border-radius: 999px;
}
.seat-summary-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#reservationModalSeatsContent h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 133%;
    text-transform: uppercase;
    background: linear-gradient(143deg, rgba(126, 89, 54, 0) 0%, #f5cb86 0.01%, #7e5936 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#reservationFormScreen input:not([type="checkbox"]) {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    height: 50px;
}
#reservationFormScreen label {
    font-weight: 400;
    font-size: 16px;
    font-family: "Jost", sans-serif;
}

#closeReservationModalSeats {
    font-size: 0;
    padding: 0;
}
#closeReservationModalSeats::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='1' rx='0.5' transform='matrix(0.707107 -0.707107 0.593956 0.804498 0 17.678)' fill='white' /%3E%3Crect width='25' height='1' rx='0.5' transform='matrix(0.707107 0.707107 -0.593956 0.804498 0.921753 0.0717773)' fill='white' /%3E%3C/svg%3E");
}

#reservationSeatList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
}
#reservationSeatList li i {
    font-weight: 300;
    font-style: normal;
}

#reservationModalSeatsContent .qodef-button {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.05em;
    color: #c49870;
    text-transform: uppercase;
}
#reservationModalSeatsContent .qodef-button:hover {
    background: linear-gradient(163deg, #f5cb86 0%, #7e5936 100%);
    color: #0d0c0c;
}
.seat-color {    
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
}
.seat-color>span {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
}
.seat-pricing-legend {
    position: absolute;
    top: 20px;
    left: 610px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.reservation-legend .seat-color>span {
    width: 19px;
    height: 19px;
}
@media (min-width: 1136px) {
    .seat-pricing-item + .seat-pricing-item {
        margin-left: 10px;
    }
    .seat-pricing-item + .seat-pricing-item:last-child {
        margin-left: 20px;
    }
}
@media (max-width: 1135px) {
    .seat-pricing-legend {
        display: none;
        position: relative;
        left: initial;
        flex-direction: row;
        justify-content: space-between;
    }
    .seat-pricing-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .seat-color {
        /* margin: 0; */
    }
    
}
@media (max-width: 1024px) {
    .occurrences-wrap {
        margin-top: 20px;
    }
}
@media (max-width: 576px) {
    .seat-pricing-legend {
        font-size: 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .seat-color>span {
        width: 15px;
        height: 15px;
    }
}



#reservationFormSeats .iti.iti--allow-dropdown {
    display: block;
}
.iti .iti__country-name {
    color: #111;
}
.iti .iti__search-input {
    color: #000;
    border-color: #ccc !important;
    padding-left: 10px;
}