

.form-check-item {
    display: block;
    padding: .375rem .75rem;
    padding-left: 38px;
}

.item-logo {
    padding-top: 60px;
    padding-bottom: 30px;
    color: var(--app-text-color-1);
}

/* .item-container {
    padding: 35px 15px;
} */

.item-container .input-group {
    margin-bottom: 0;
}

.no-data-for-event {
    text-align: center;
    font-size:22px;
    font-weight:700;
}

.no-data-for-event,
.item-prices {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.item-prices .price-line {
    font-size: 1rem;
    /* color: var(--app-text-color-2); */
    border-bottom: 1px solid var(--app-line-color);
}

.item-prices .price-line:last-child {
    border-bottom: none;
}

.item-price {
    font-size: 1rem;
    font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .item-prices .price-line {
        font-size: 1rem;
    }

    .item-price {
        font-size: 1rem;
    }      
}

.modal-style .item-container {
    border-radius: var(--app-border-radius);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal-style.modal-info .item-container a {
    color: var(--app-text-color-1);
}

.modal-style.modal-info .item-container a:hover {
    text-decoration: none;
    color: inherit;
}

.reservation-container {
    padding-top: 38px;
    padding-bottom: 54px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (min-width: 769px) {
    .modal-style.modal-main .item-container {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .reservation-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    .main-info-container {
        margin-bottom: 30px;
    }

    .modal-style > .row {
        justify-content: center;
    }

    .modal-main .item-container {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .bg-container-body {
        padding: 75px 65px 100px;
    }

    /* .item-container {
        padding: 60px 40px;
    } */

    .no-data-for-event,
    .item-prices {
        min-height: calc(750px - 120px);
    }
}

@media only screen and (min-width: 1100px) {
    .reservation-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .bg-container-body {
        padding: 75px 65px 100px;
    }

    /* .item-container {
        padding: 60px 90px;
    } */

    .no-data-for-event,
    .item-prices {
        min-height: calc(750px - 120px);
    }
}

@media only screen and (min-width: 1300px) {
    .reservation-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.collapse-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.collapse-title i.fa-arrow-alt-circle-right {
    font-size: 12px;
}


.body-ticketing .item-prices .speech-header,
.body-product .item-prices .speech-header  {
    font-size: 22px;
    font-weight: 700;
}

.no-item {
    font-size: .8rem;
}