﻿.cupra_cityGarage_eventComponent {
    margin: 16px auto;
    padding: 0 16px;
    width: 100%
}

@media(min-width:764px) {
    .cupra_cityGarage_eventComponent {
        padding: 0;
        margin: 22px 21px;
        display: grid;
        grid-template-columns: repeat(6,1fr);
        column-gap: 32px;
        justify-content: center;
        align-items: center
    }
}

@media(min-width:1016px) {
    .cupra_cityGarage_eventComponent {
        margin: 16px auto;
        column-gap: 32px;
        grid-template-columns: repeat(12,1fr)
    }
}

.eventComponent__container {
    align-items: center
}

@media(min-width:764px) {
    .eventComponent__container {
        display: grid;
        margin: 0 21px;
        grid-column: 2 / span 4
    }
}

@media(min-width:1016px) {
    .eventComponent__container {
        grid-column: 3 / span 8
    }
}

@media(min-width:1436px) {
    .eventComponent__container {
        margin: 0 auto;
        max-width: 670px
    }
}

.eventComponent__backButton {
    color: #1b1b1b;
    font-family: CupraRegular,serif;
    font-size: 14px;
    line-height: 16px
}

@media(min-width:1016px) {
    .eventComponent__backButton {
        font-size: 16px;
        line-height: 20px
    }
}

.eventComponent__backButton a {
    text-decoration: none !important;
    color: #1b1b1b
}

    .eventComponent__backButton a::before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 6px;
        height: 12px;
        vertical-align: -10%;
        background: url("../../../components/clientlibs/resources/icons/td-arrow-left.svg") center no-repeat
    }

.eventComponent__header__date__start-time .cmp-text * {
    all: unset
}

.eventComponent__header {
    margin-top: 26px
}

@media(min-width:1016px) {
    .eventComponent__header {
        margin-top: 32px
    }
}

.eventComponent__header__title {
    color: #1b1b1b;
    font-family: CupraMedium,serif;
    font-size: 30px;
    line-height: 36px;
    margin: 0
}

@media(min-width:1016px) {
    .eventComponent__header__title {
        font-size: 40px;
        line-height: 48px
    }
}

.eventComponent__header__info, .eventComponent__header__info__date__start-time .cmp-text p {
    padding-top: 4px;
    font-family: CupraBook,serif;
    font-weight: 350;
    font-size: 14px;
    line-height: 16px;
    color: #666
}

@media(min-width:1016px) {
    .eventComponent__header__info, .eventComponent__header__info__date__start-time .cmp-text p {
        padding-top: 8px;
        font-size: 20px;
        line-height: 24px
    }
}

.eventComponent__header__info__location, .eventComponent__header__info__date__start-time .cmp-text p__location {
    margin-top: 6px
}

@media(min-width:1016px) {
    .eventComponent__header__info__location, .eventComponent__header__info__date__start-time .cmp-text p__location {
        margin-top: 8px
    }
}

.eventComponent__header__info__location::before, .eventComponent__header__info__date__start-time .cmp-text p__location::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    vertical-align: -10%;
    background: url("../../clientlibs/resources/icons/location.svg") center no-repeat
}

@media(min-width:1016px) {
    .eventComponent__header__info__location::before, .eventComponent__header__info__date__start-time .cmp-text p__location::before {
        width: 21px;
        height: 21px
    }
}

.eventComponent__header__info__date, .eventComponent__header__info__date__start-time .cmp-text p__date {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

@media(min-width:764px) {
    .eventComponent__header__info__date, .eventComponent__header__info__date__start-time .cmp-text p__date {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:1016px) {
    .eventComponent__header__info__date, .eventComponent__header__info__date__start-time .cmp-text p__date {
        margin-top: 8px;
        justify-content: flex-start;
        gap: 82px
    }
}

@media(min-width:1016px) {
    .eventComponent__header__info__date, .eventComponent__header__info__date__start-time .cmp-text p__date {
        gap: 52px
    }
}

.eventComponent__header__info__date__interval, .eventComponent__header__info__date__start-time .cmp-text p__date__interval {
    color: #1b1b1b;
    text-transform: uppercase
}

@media(min-width:1016px) {
    .eventComponent__header__info__date__interval, .eventComponent__header__info__date__start-time .cmp-text p__date__interval {
        font-size: 16px
    }
}

.eventComponent__header__info__date__start-time, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time {
    display: flex;
    align-items: center
}

    .eventComponent__header__info__date__start-time .cmp-text, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time .cmp-text {
        height: 20px;
        overflow: hidden;
        padding-right: 4px;
        width: 100%
    }

@media(min-width:1016px) {
    .eventComponent__header__info__date__start-time .cmp-text, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time .cmp-text {
        height: 28px
    }
}

.eventComponent__header__info__date__start-time .cmp-text p, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time .cmp-text p {
    display: block;
    margin: 0;
    padding: 0
}

.eventComponent__header__info__date__start-time::before, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    vertical-align: -10%;
    background: url("../../../../../etc.clientlibs/cupra-website/components/clientlibs/resources/icons/ico-time.svg") center no-repeat
}

@media(min-width:1016px) {
    .eventComponent__header__info__date__start-time::before, .eventComponent__header__info__date__start-time .cmp-text p__date__start-time::before {
        width: 21px;
        height: 21px
    }
}

.eventComponent__header__info__price, .eventComponent__header__info__date__start-time .cmp-text p__price {
    margin-top: 8px
}

    .eventComponent__header__info__price::before, .eventComponent__header__info__date__start-time .cmp-text p__price::before {
        content: '';
        display: inline-block;
        margin-right: 8px;
        width: 18px;
        height: 12px;
        background: url("../../../../../etc.clientlibs/cupra-website/components/clientlibs/resources/icons/ico-ticket.svg") center no-repeat
    }

@media(min-width:1016px) {
    .eventComponent__header__info__price::before, .eventComponent__header__info__date__start-time .cmp-text p__price::before {
        width: 21px;
        height: 13px
    }
}

.eventComponent__header__info__disclaimer, .eventComponent__header__info__date__start-time .cmp-text p__disclaimer {
    margin-top: 10px;
    line-height: 20px;
    text-align: center
}

@media(min-width:764px) {
    .eventComponent__header__info__disclaimer, .eventComponent__header__info__date__start-time .cmp-text p__disclaimer {
        margin-top: 18px
    }
}

@media(min-width:1016px) {
    .eventComponent__header__info__disclaimer, .eventComponent__header__info__date__start-time .cmp-text p__disclaimer {
        margin-top: 32px;
        font-size: 14px
    }
}

.eventComponent__body__parsys {
    margin-top: 24px
}

@media(min-width:764px) {
    .eventComponent__body__parsys {
        margin-top: 40px
    }
}

@media(min-width:1016px) {
    .eventComponent__body__parsys {
        margin-top: 80px
    }
}

.eventComponent__body__parsys .cmp-title h1, .eventComponent__body__parsys .cmp-title h2, .eventComponent__body__parsys .cmp-title h3, .eventComponent__body__parsys .cmp-title h4, .eventComponent__body__parsys .cmp-title h5, .eventComponent__body__parsys .cmp-title h6 {
    font-family: CupraMedium,serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #1b1b1b
}

@media(min-width:1016px) {
    .eventComponent__body__parsys .cmp-title h1, .eventComponent__body__parsys .cmp-title h2, .eventComponent__body__parsys .cmp-title h3, .eventComponent__body__parsys .cmp-title h4, .eventComponent__body__parsys .cmp-title h5, .eventComponent__body__parsys .cmp-title h6 {
        font-size: 24px;
        line-height: 28px
    }
}

.eventComponent__body__parsys .cmp-text p, .eventComponent__body__parsys .cmp-text .text {
    margin-top: 16px;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    color: #1b1b1b;
    font-family: CupraBook,serif
}

@media(min-width:1016px) {
    .eventComponent__body__parsys .cmp-text p, .eventComponent__body__parsys .cmp-text .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px
    }
}

@media(min-width:1016px) {
    .eventComponent__body__parsys___contact-form, .eventComponent__body__parsys___parsys {
        margin-top: 20px
    }
}

.eventComponent__body__parsys .dynamic-form-builder .row {
    margin-right: 0;
    margin-left: 0
}

.eventComponent__body__parsys .dynamic-form-builder .container-fluid, .eventComponent__body__parsys .dynamic-form-builder .col-12, .eventComponent__body__parsys .dynamic-form-builder .col-lg-10, .eventComponent__body__parsys .dynamic-form-builder .col-xl-8 {
    padding: 0;
    flex: none;
    max-width: none
}

.eventComponent__body__parsys .dynamic-form-builder .container-form-elements, .eventComponent__body__parsys .dynamic-form-builder .inline-column, .eventComponent__body__parsys .dynamic-form-builder .seatComponentField {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.eventComponent__body__parsys .dynamic-form-builder .panel-heading {
    border-bottom: none !important
}

.eventComponent__body__parsys .dynamic-form-builder .panel-title {
    left: 0 !important;
    width: 100% !important;
    color: #1b1b1b;
    font-family: CupraMedium,serif !important;
    line-height: 24px !important;
    font-size: 20px !important
}

@media(min-width:1016px) {
    .eventComponent__body__parsys .dynamic-form-builder .panel-title {
        font-size: 24px !important;
        line-height: 28px !important
    }
}

.eventComponent__body__parsys .dynamic-form-builder .seatComponentField {
    margin-top: 0 !important
}

@media(min-width:1016px) {
    .eventComponent__body__parsys .dynamic-form-builder .seatComponentField {
        margin-top: 2px
    }
}

@media(min-width:764px) {
    .eventComponent__body__parsys .dynamic-form-builder .column-control-row {
        flex-wrap: nowrap;
        justify-content: space-between
    }

        .eventComponent__body__parsys .dynamic-form-builder .column-control-row .inline-column {
            width: 45%
        }

        .eventComponent__body__parsys .dynamic-form-builder .column-control-row.flex-column .inline-column {
            width: 100%
        }
}

.eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body .options {
    text-align: center
}

.eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button {
    width: 100%;
    border-radius: 24px;
    color: white;
    background: #1b1b1b;
    height: 32px;
    font-family: CupraRegular,serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px
}

    .eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button:hover, .eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button:active {
        background: #494949
    }

@media(min-width:764px) {
    .eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button {
        width: 212px;
        height: 40px
    }
}

@media(min-width:1016px) {
    .eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button {
        width: 296px;
        height: 48px;
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:1436px) {
    .eventComponent__body__parsys .dynamic-form-builder .form-step .panel-body button {
        width: 266px
    }
}

.eventComponent__body__parsys .dynamic-form-builder .richtext {
    padding: 0
}

.eventComponent__backButton_edit {
    display: flex;
    color: #1b1b1b;
    font-family: CupraRegular,serif;
    font-size: 14px;
    line-height: 16px
}

    .eventComponent__backButton_edit a {
        text-decoration: none !important;
        color: #1b1b1b
    }

.eventComponent__header__info__date__start-time__from-label_edit {
    min-width: 60px;
    margin-right: 4px
}

@media(min-width:1016px) {
    .eventComponent__body__contact-form_edit, .eventComponent .eventComponent__body__parsys_edit {
        margin-top: 20px
    }
}
