.card-seatsSelection {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.card-seatsSelection .chartContainer {
    width: 60%;
}

.card-seatsSelection .confirmationSection {
    width: 40%;
    box-shadow: 0px 4px 6px 0px #00000029;
    background-color: white;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
}

.confirmTicketType {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 15px 0px;
    padding: 0 1% 0 1%;
}

.btn-confirmTicketType {
    font-weight: bolder;
    padding: 2% !important;
    font-size: 14px !important;
    width: 97.5%;
    transition: linear 0.1s;
}

.btn-confirmTicketType:hover {
    background: #d74848;
}

.ticketTypesContainer {
    width: 100%;
    height: 90%;
    border-radius: 0px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: unset;
    /* border-left: 1px solid #E4E4E4; */
    padding: 5% 3% 3% 3%;
}

.ticketTypeItem {
    padding: 0 5% 0 6%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ticketTypeItem:hover {
    cursor: pointer;
}

.ticketTypeItemWithoutCapacity {
    padding: 0 5% 0 6%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.radio-button-withoutCapacity {
    font-size: 0.85em;
    margin: 0 0.1em 0 0;
}

.styleWithoutCapacity {
    color: rgba(157, 157, 160, 0.747) !important;
}

.textWithoutCapacity {
    margin: 0 0.49em 0.17em 0;
    font-weight: bold;
}

.ticketTypeItem_lineSeparator {
    border-bottom: 1px solid #E4E4E4;
    margin: 1.9% auto 1.9% auto;
    padding: 0;
    width: 90%;
}

.ticketTypeItem_radioBtn {
    display: flex;
    align-items: center;
}

.ticketTypeItem_sectionInfo {

}

.ticketTypeItem_title {
    line-height: 1.37;
    font-size: 13px;
    font-weight: bold;
}

.ticketTypeItem_price {
    font-size: 13px;
    color: #a1a1a1;
}

.containerItemsSelection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.itemsSelection {

}

.itemsSelection_selected {

}

.itemsSelection_total {

}

.itemsSelection-containerExtraText {

}

.textWithoutSelectedItems {
    padding: 4em 1em 0 1em;
    text-align: center;
    color: #858585 !important;
}

.itemsSelection-extraText {
    text-align: center;
    font-size: 0.95em;
    color: #858585 !important;
}

.titleItemsSelection {
    text-align: center;
    margin: 1em 0 1.5em 0;
    font-weight: bold;
    font-size: 1.12em;
}

.itemSelected {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5em 0.3em 1.5em;
}

.nameItemSelected {

}

.priceItemSelected {

}

.separatorContainer {
    padding: 0.3em 0.9em 0.5em 0.9em;
}

.separatorItemsTotal {
    border-top: 1px solid #dedede;
}

.totalSelected {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5em 0 1.5em;
}

.textTotalSelected {
    font-weight: bold;
}

.priceTotalSelected {
    font-weight: bold;
}

.step1WithSeatsSelection {
    margin: 0 2vw 2vh;
    padding: 0 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    column-gap: 1vw;
}

.step1WithSeatsSelection img.banner {
    border-radius: 15px 15px 0 0;
}

.step1WithSeatsSelection h1.registration {
    margin-top: 5vh;
    margin-bottom: 3vh;
}

.step1WithSeatsSelection thead {
    box-shadow: 0px 3px 6px #CECECE;
    background-color: #CECECE;
}

.step1WithSeatsSelection thead tr {
    height: 6vh;
}

.step1WithSeatsSelection .form .row {
    display: flex;
    flex-direction: column;
}

.title_step1WithSeatsSelection {
    margin: 7% 0 1% 0;
}

.chartForSeats {
    width:100%;
    height:33vw;
}

.chartForSeats iframe {
    border-radius: 15px 0 0 15px;
    background: white;
    box-shadow: -4px 6px 6px -2px #00000029;
}

.btn-submit-next-step1WSeatsSel {
    text-transform: uppercase;
    font-weight: bolder;
    margin: 4vh 0 2vh 0;
}

.eventInfoContainer_step1WSeatsSel {
    width: 20vw;
    display: flex;
    flex-direction: column;
}

.eventStickyContainer_step1WSeatsSel {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 3%;
}

.icon-action-btn-chart {
    margin-left: 0.5em;
    margin-right: 0 !important;
}

@media only screen and (max-width: 1300px) {
    .card-seatsSelection .chartContainer {
        width: 55%;
    }

    .card-seatsSelection .confirmationSection {
        width: 45%;
    }
}

@media only screen and (max-width: 1200px) {
    .icon-action-btn-chart {
        display: none;
    }

    .titleItemsSelection {
        font-size: 1.05em;
    }

    .textWithoutSelectedItems {
        font-size: 0.8em !important;
    }

    .itemsSelection-extraText {
        font-size: 0.80em;
    }

    .itemsSelection {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 1000px) {
    .step1WithSeatsSelection {
        margin: 0 2vw 2vw;
        padding: 0;
    }
    .step1WithSeatsSelection .card.eventCard {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .step1WithSeatsSelection .form .row {
        display: flex;
        flex-direction: column;
    }

    .step1WithSeatsSelection .col-sm-4.side.pull-right-sm {
        margin-bottom: 2vh;
    }

    .btn-confirmTicketType {
        font-size: 12px !important;
    }

    .titleItemsSelection {
        font-size: 0.9em;
        margin-top: 0.5em;
    }

    .textWithoutSelectedItems {
        font-size: 0.7em !important;
    }

    .itemsSelection-extraText {
        font-size: 0.75em;
    }

    .itemsSelection {
        font-size: 0.7em;
    }

    .confirmTicketType {
        padding: 0 1% 2% 1%;
    }
}

@media only screen and (min-width: 799px) {
    .step1WithSeatsSelection .btn-submit-next {
        margin-top: 6vh;
        margin-bottom: 0;
    }

    .step1WithSeatsSelection {
        flex-direction: row;
    }

    .step1WithSeatsSelection .card.eventCard {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .countdownContainer_step1WithSeatsSelection {
        width: 60%;
    }
}

@media only screen and (max-width: 799px) {
    .card-seatsSelection {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .card-seatsSelection .chartContainer {
        width: 100%;
    }

    .card-seatsSelection .confirmationSection {
        width: 100%;
        min-height: 66px;
        box-shadow: -4px 3px 6px -2px #00000029;
        border-radius: 0 0 15px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .chartForSeats {
        width:100%;
        height: 45vh;
    }

    .chartForSeats iframe {
        border-radius: 15px 15px 0 0;
        box-shadow: -4px -3px 6px -2px #00000029;
    }

    .btn-confirmTicketType {
        padding: 1.5% !important;
    }

    .ticketTypesContainer {
        padding: 3% 3% 0 3%;
        height: 100%;
    }

    .titleItemsSelection {
        font-size: 1.4em;
        margin-top: 0;
    }

    .textWithoutSelectedItems {
        font-size: 1.1em !important;
        padding: 1em 1em 0 1em;
    }

    .itemsSelection-extraText {
        font-size: 0.9em;
    }

    .itemsSelection-containerExtraText {
        font-size: 1.15em;
        padding-top: 2em;
    }

    .containerItemsSelection {
        min-height: 130px;
        padding-bottom: 0.35em;
    }

    .itemsSelection {
        font-size: 1em;
    }

    .btn-submit-next-step1WSeatsSel {
        margin: 3vh 0 7vh 0;
        width: 100%;
        font-size: 1.4em !important;
        padding: 2.5% 0% 2.5% 0% !important;
    }

    .eventInfoContainer_step1WSeatsSel {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .titleItemsSelection {
        font-size: 1em;
        margin-top: 0;
    }

    .textWithoutSelectedItems {
        font-size: 0.9em !important;
        padding: 1em 1em 0 1em;
    }

    .itemsSelection-extraText {
        font-size: 0.8em;
    }
}