.divoverflow_error {
    font-size: 15px;
}

.slick-slide {
    max-height: 61px;
}

.contact_others div h1 {
    color: #c59d5f;

}

@media (max-width: 1200px) {
    .contact_others div h1 {
        padding-top: 5rem !important;
    }
}

.formContainer {
    border-radius: 20px;
}


.slick-prev:before {
    content: url("./../web_img/arrow-left-5-svgrepo-com.svg") !important;
    position: absolute;
    top: 0;
    left: 10%;
}

.slick-next:before {
    content: url("./../web_img/right-arrow-svgrepo-com.svg") !important;
    position: absolute;
    top: 0;
    right: 10%;
}

#table_reservation_date {
    border: none !important;
    background-color: #eeeeee !important;
}

#noperson {
    text-align: center;
    width: auto !important;
    margin-bottom: 0 !important;
    border: 1px solid #eeeeee !important;
    height: 100% !important;

    font-size: 14px !important;
}

#decrease,
#increase {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.value-button {
    height: auto !important;
    border: none !important;
}

#increase {
    display: flex;
    justify-content: center;
    align-items: center;
}



fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
}

#clickslot label {

    margin-bottom: 0 !important;
}

.timeSlotContainer {
    width: 100%;
    border: none !important;
    background: #000;
    margin: 0 0 10px;
    padding: 10px;

    height: auto;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 20px;
}

.slick-slide .slide1 {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
    gap: 0.5rem;
    background-color: #eeeeee;
    color: #000;
    border-radius: 8px;
    width: auto;
    height: 60px;
    padding: 0.5rem;
    box-shadow: none !important;

}

@media (min-width: 320px) and (max-width: 768px) {
    .slick-slide .slide1 {
        width: 60px !important;
    }

    .timeSlotTime {
        font-size: 15px !important;
    }
}

.slide1 p {
    margin-bottom: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.timeSlotTime {
    font-size: 1.2rem;
}