:root {
    --mainColor: #121212;
}

select {
    border-radius: 0;
}

.p-pageReservaForm .wrap {
    max-width: 1440rem;
}

#booking_form label {
    margin-bottom: 5rem;
    font-weight: 300;
    z-index: 1;
}

#booking_form label:not(.-aCenter) {
    margin-left: 11rem;
}

#booking_form p {
    margin-bottom: 16rem;
}

#booking_form select,
#booking_form input,
#booking_form textarea {
    border: 1px solid #989898;
    border-radius: 0;
}

#booking_form .-notValid__field {
    box-shadow: 0px 0px 4px red;
}

#booking_form .p-pageReservaForm__title {
    text-align: center;
    color: #333333;
    font-size: 20rem;
    margin: 8rem 0 1rem;
}

.p-pageReservaForm__infoBooking {
    text-align: justify;
    font-size: 12rem;
    font-weight: 300;
    color: #404040;
}

#booking_form .button,
#booking_form .a-button {
    background: linear-gradient(0deg,
            var(--mainColor),
            var(--mainColor)),
        linear-gradient(135deg, #e8e8e8 0%, #ffffff 100%);
    box-shadow: -5px 5px 10px rgb(220 220 220 / 20%),
        5px -5px 10px rgb(220 220 220 / 20%),
        -5px -5px 10px rgb(255 255 255 / 90%),
        5px 5px 13px rgb(220 220 220 / 90%),
        inset 1px 1px 2px rgb(255 255 255 / 30%),
        inset -1px -1px 2px rgb(220 220 220 / 50%);
    border-radius: 0;
    width: 100%;
    color: #ffffff;
    margin: 12rem 0 30rem;
    transition: all 0.2s;
    cursor: pointer;
    border: 0;
    padding: 12rem 36rem;
}

#booking_form .button:not(.-loading):hover,
#booking_form .a-button:not(.-loading):hover {
    -webkit-box-shadow: -5px 5px 10px rgb(220 220 220 / 20%),
        5px -5px 10px rgb(220 220 220 / 20%),
        -5px -5px 10px rgb(255 255 255 / 90%),
        2px 2px 13px rgb(220 220 220 / 90%),
        inset 1px 1px 2px rgb(255 255 255 / 30%),
        inset -1px -1px 2px rgb(220 220 220 / 50%);
    box-shadow: -5px 5px 10px rgb(220 220 220 / 20%),
        5px -5px 10px rgb(220 220 220 / 20%),
        -5px -5px 10px rgb(255 255 255 / 90%),
        2px 2px 13px rgb(220 220 220 / 90%),
        inset 1px 1px 2px rgb(255 255 255 / 30%),
        inset -1px -1px 2px rgb(220 220 220 / 50%);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

#booking_form .a-button.-loading {
    background: var(--mainColor);
    background-image: repeating-linear-gradient(-45deg,
            transparent,
            transparent 8rem,
            rgba(0, 0, 0, 0.2) 8rem,
            rgba(0, 0, 0, 0.2) 16rem);
    background-size: 200% 200%;
    -webkit-animation: barberpole 10s linear infinite;
    animation: barberpole 10s linear infinite;
}

#bookStep2,
#bookStep3 {
    display: none;
}

.the-datepicker__container {
    width: 100%;
    position: inherit !important;
    max-width: 600px;
    margin: 0 auto;
}

.the-datepicker__main {
    border: 0;
    overflow: hidden;
    font-family: "Josefin Sans";
    border-radius: 0;
}

.the-datepicker__button {
    margin: 0 auto;
}

.the-datepicker__calendar-header {
    margin-top: 8rem;
}

.the-datepicker__main td.the-datepicker__cell {
    padding: 12rem;
}


.the-datepicker__state>.the-datepicker__year,
.the-datepicker__state>.the-datepicker__month {
    width: 50%;
    padding: 8rem 16rem;
}

.the-datepicker__main table.the-datepicker__calendar tr td,
.the-datepicker__main table.the-datepicker__calendar tr th {
    border-color: transparent;
    font-size: clamp(20rem, 4vw, 32rem);
    font-weight: 300;
    padding: 0 0 24rem 0;
}

.the-datepicker__main th.the-datepicker__week-day {
    background: transparent;
    font-weight: 700 !important;
    color: #000;
}

.the-datepicker__main a.the-datepicker__button {
    color: var(--mainColor);
    border-radius: 0;
    padding: 0.1em;
    background-color: transparent;
}

.the-datepicker__main td.the-datepicker__cell a.the-datepicker__button .the-datepicker__day-content {
    display: block;

}

.the-datepicker__day-content {
    font-weight: 300;
}

.the-datepicker__main td.the-datepicker__day a.the-datepicker__button:hover .the-datepicker__day-content,
.the-datepicker__main a.the-datepicker__button:hover {
    background-color: var(--mainColor);
    color: #fff;
    opacity: 1;
    border-radius: 50%;
}

.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button .the-datepicker__day-content,
.the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button .the-datepicker__day-content,
.the-datepicker__main td.the-datepicker__day--selected a.the-datepicker__button:hover .the-datepicker__day-content,
.the-datepicker__main td.the-datepicker__day--selected.the-datepicker__day--highlighted a.the-datepicker__button:hover .the-datepicker__day-content {
    color: #ffffff;
    background-color: var(--mainColor);
    border-radius: 50%;
}

.the-datepicker__select {
    padding: 8rem !important;
}

#abstractBooking {
    cursor: pointer;
    margin: 0 10rem 14rem;
    font-weight: 600;
}