.venue-section-mt {
    margin-top: 56px;
}

.venue-mb {
    margin-bottom: 40px;
}

.calendar {
    max-width: 100%;
}

.calendar-days-controls {
    float: right;
    margin-top: -10px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.calendar-controls {
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.10));
    background-color: #fff;
    height: 60px;
    width: 60px;
    padding: 10px;
}

.calendar-controls:hover {
    background-color: #212121;
    color: var(--mainColor);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #000;
    background-color: transparent;
}

.day-number {
    font-size: 54px;
    font-weight: 400;
}
.day .body-7{
    font-weight: bold;
}
.type-available, .type-not-available {
    gap: 5px;
    display: flex;
    align-items: center;
}

.day.sold-out,
.day.unknown {
    color: #A0A0AB;
    border-color: #A0A0AB;
}

body > div.wrapper > section.row.venue_page_header > div.col-md-12.col-sm-12.col-lg-4.bg-white.r-60-tile.d-flex > div > img {
    width: 100%;
}
section.row.venue_page_header {
    margin: 0px -1px -1px -1px;
}

p.body-4-regular.text-black.date {
    margin-bottom: 8px;
}
p.body-5.text-black.area {
    margin-bottom: 24px;
}
.upcoming-events{
    min-width: 280px;
}
.open-in-map {
    margin-top: 32px !important;
    margin-bottom: 200px;
}
.tm-link .fa-arrow-right {
    font-size: 16px;
    margin-left: 12px;
}
.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.my-1 i {
    width: 28px !important;
    text-align: center;
    font-size: 20px;
}
.view-profile{
    margin-top: 44px !important;
}
.social-links{
    margin-bottom: 24px !important;
}
.sold-out-button svg * {
    stroke: black !important;
}
.sold-out-button {
    border: 1px solid black !important;
    background: white !important;
    color: black !important;
}

.venue-description p.body-4-regular.col-lg-8.col-md-12 {
    font-size: 24px !important;
    line-height: 26px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
}

.venue-description .my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.venue-description a.tm-link i {
    transform: rotate(-45deg);
}

.venue-description .h5.mb-3 {
    font-size: 24px !important;
    line-height: 26px !important;
    margin-bottom: 20px !important;
    margin-top: 150px !important;
}

.venue-description .row.body-4-regular p.my-1.fw-bold {
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

div#about_event *:not(#countdown) {
    padding-left: 0px !important;
}

div#about_event {
    font-family: 'Inter', sans-serif !important;
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: normal !important;
    padding-left: 12px !important;
}

.sponser-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sponser-container img:hover {
    filter: grayscale(0);
    transition: .3s ease all;
}

.sponser-container img {
    filter: grayscale(1);
    transition: .3s ease all;
}

.ticket-header {
    display: flex;
    flex-direction: column;
}

.ticket-header .benefits_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

span.benefits_btn {
    text-decoration: underline;
    text-underline-position: under;
    color:white !important;
}

.benefits_btn_container {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
    align-items: center;
    gap: 6px;
}

.ticket_benefits * {
    color: white !important;
    font-family: 'Inter' !important;
}

.venue_image img{
    width: 170px;
    height: 170px;
    border-radius: 200px;
}

.upcoming_box {
    height: 100% !important;
    justify-content: flex-start;
    flex-direction: column !important;
}

.upcoming_img img.category_image, .upcoming_img {
    height: max-content !important;
}

.upcoming_text {
    flex-grow: 1 !important;
    max-height: 100% !important;
    display: flex;
}

.category_image {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: var(--spacing-5-x, 40px);
    aspect-ratio: var(--aspect) !important;
    object-fit:cover !important;
}

.day.available.active, .day.disponible.active {
    border: 0 !important;
    background: white;
}

.day.not-available *, .day.pas-disponible * {
    color: #A0A0AB !important;
}

.day.not-available, .day.pas-disponible {
    border-color: #A0A0AB;
}

.day.available, .day.disponible {
    cursor: pointer;
}

iframe#stay22-widget {
    border-radius: 24px !important;
    padding: 0 !important;
}

/* Responsive font-size */
@media screen and (max-width: 1440px){
    .venue-description p.body-4-regular.col-lg-8.col-md-12 {
        font-size: 19.2px !important;
        line-height: 21.2px !important;
    }

    .venue-description .h5.mb-3 {
        font-size: 19.2px !important;
        line-height: 21.2px !important;
        margin-top: 140px !important;
    }

    .venue-description .row.body-4-regular p.my-1.fw-bold {
        font-size: 19.2px !important;
        line-height: 21.2px !important;
    }

    div#about_event *:not(#countdown) {
        font-size: 19.2px !important;
        line-height: 21.2px !important;
    }
}
@media (max-width: 768px) {
    .day {
        font-size: 12px;
        padding: 10px;
        border-radius: 20px;
    }

    #weekRange{
        font-size: 22px!important;
    }

    div.day-number{
        font-size: 20px;
    }

    #week-range-year{
        display: none;
    }

    .book-now{
        min-width: 130px;
        padding: 4px 32px;
        height: 37px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
    }

    .p0-m{
        padding: 0;
    }

    .event-section-mt {
        margin-top: 40px;
    }

    .event-mb {
        margin-bottom: 24px;
    }

    .open-in-map {
        margin-bottom: 44px;
    }

    .venue_image img {
        margin-bottom: 25px;
        object-fit: cover;
        border-radius: 40px;
        aspect-ratio: var(--aspect) !important;
        width: 100% !important;
    }

    .venue .row.venue-row {
        padding:24px !important;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .about-event{
        padding: 0 !important;
    }

    .about-event p {
        padding: 16px 20px;
        border-radius: 30px;
        background: white;
    }

    .tm-link {
        font-size: 16px;
        line-height: 20px;
    }

    .view-profile{
        margin-top: 8px !important;
        margin-bottom: 32px;
    }

    .social-links{
        margin-bottom: 4px !important;
    }

    .r-40-ticket-body {
        padding: var(--spacing-4-x, 16px) var(--spacing-4-x, 20px);
        line-height: 0.8;
        border-radius: 32px;
    }

    .ticket-header {
        padding: var(--spacing-4-x, 16px) var(--spacing-4-x, 20px) !important;
        border-radius: var(--spacing-4-x, 30px)!important;
    }

    .venue-description p.body-4-regular.col-lg-8.col-md-12 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin: 0 !important;
        color: #A0A0AB;
    }

    .venue-description .my-5 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }

    .venue-description .h5.mb-3 {
        font-size: 12px !important;
        line-height: 14px !important;
        margin-top: 44px !important;
        margin-bottom: 8px !important;
    }

    .venue-description .row.body-4-regular p.my-1.fw-bold {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .venue-description .row.body-4-regular .col-lg-6.col-md-12 {
        width: 50% !important;
        padding: 0 !important;
    }

    div#about_event *:not(#countdown) {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 0 !important;
    }

    .venue .venue_image, .venue .venue-description{
        padding: 0 !important;
    }

    .calendar-header {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .day {
        font-size: 16px;
    }

    .venue .row.venue-row {
        flex-direction: column-reverse !important;
    }

    .venue_image img {
        height: 140px !important;
    }
}

@media (min-width: 901px) {
    .day {
        font-size: 20px;
    }
}