.event-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #191f28;
    font-family: sans-serif !important;
}

.event-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 92vh;
    max-height: 480px;
    min-height: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.event-banner-block {
    position: relative;
    z-index: 3;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.bg-section {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 480px;
    opacity: 1;
}

.bg-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 480px;
    min-height: 368px;
    opacity: 1;
}

.img-event-blur {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 120%;
    height: 120%;
    margin-top: -5%;
    margin-left: -10%;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-filter: blur(24px);
    filter: blur(24px);
}

.banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
}

.banner-img {
    z-index: 999;
    border-radius: 30px;
    position: absolute;
    box-shadow: 0 30px 80px 10px rgba(0, 0, 0, .12), 0 11px 30px -7px rgba(0, 0, 0, .3);
}


.logo-box {
    display: flex;
    align-items: center;
    height: 50px;
    position: absolute;
}

.logo-imgwrap {
    margin: auto;
}

.logo-imgwrap img {
    display: block;
    max-height: 40px;
    /*actual image width*/
    max-width: 200px;
    height: auto;
    /* maintain aspect ratio*/
    margin: auto;
    /*optional centering of image*/
}

.logo-textwrap {
    margin: auto;
    white-space: nowrap;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #ffffff;
}

.logo-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.logo-text:hover {
    color: white;
    text-decoration: none;
}

.event-info {
    font-size: 15px;
    color: #495057;
}

.event-policy-info {
    font-size: 15px;
    color: #495057;
}

.event-address {
    font-size: 15px;
    color: #495057;
}

.event-share {
    float: right;
    text-align: right;
}

.event-share a {
    font-size: 18px;
    padding: 0 4px 0 4px;
}

.table-tickets {
    border: 1px solid #dee2e6 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.table-tickets .header {
    background-color: #3B3C3C !important;
    font-size: 14px;
    width: 100%;
    height: 40px;
    color: #fff;
}

.table-tickets .header th {
    font-weight: bold !important;
    border: 1px solid #3B3C3C;
}

.table-tickets tbody {
    width: 100%;
    display: block;
    max-height: 500px;
    overflow-y: auto;
}

.table-tickets tbody::-webkit-scrollbar {
    width: 8px;
}

.table-tickets tbody::-webkit-scrollbar-thumb {
    background-color: rgb(221, 224, 228);
    border-radius: 8px;
}

.table-tickets tbody tr {
    width: 100%;
    display: inline-table;
}

.table-tickets tbody td {
    line-height: 1.3;
}

.table-tickets .ticket-type {
    font-size: 13px;
    color: #50525f;
    font-weight: bold;
}

.table-tickets .ticket-amount {
    font-size: 13px;
    color: #50525f;
}

.table-tickets .ticket-notes {
    font-size: 12px;
    font-style: italic;
    color: #B6B6B6;
}

.table-tickets .ticket-status {
    font-size: 12px;
    color: #50525f;
}

.btn-operator {
    font-size: 17px;
    padding: 0 1px 0 1px;
    text-decoration: none;
}

.btn-operator:hover {
    text-decoration: none;
}

.table-tickets span.number {
    font-size: 15px;
    display: inline-block;
    width: 20px;
    text-align: center;
    position: relative;
}

.table-tickets .qtd-panel {
    text-align: right;
    min-width: 95px;
    vertical-align: inherit;
}

.table-tickets .cart_total_label {
    font-size: 16px;
    font-weight: bold;
}

.table-tickets .installments-free-label {
    font-size: 15px;
    font-weight: bold;
    color: #28a745;
}

.form-group-cst input,
select {
    margin-bottom: 1rem;
}

.errorlist {
    margin: 0px;
    list-style: none;
    padding-inline-start: 5px;
}

.field-error {
    border-color: red !important;
}

.alert-buyer-user {
    color: #1b1e21;
    background-color: #f9f9f9;
    border-color: #dee2e6;
}

.alert-light-login {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #dee2e6;
}

.terms-and-policies-alert {
    font-size: 11px;
    color: #343a40;
    text-align: center;
}

.payment-method-btn {
    outline: none !important;
}

.payment-method-radio {
    transform: scale(1.3);
    cursor: pointer;
}

.form-modal {
    margin-left: 15px;
    margin-right: 15px;
}

.dropdown-item {
    text-transform: none !important;
    font-size: 13px !important;
}

.grecaptcha-badge {
    display: none !important;
}

#seatMapIframe {
    height: 90vh;
}

.iframe-close-btn {
    position: absolute;
    top: -25px;
    left: 99%;
    color: #fff !important;
    opacity: 1 !important;
}

.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget iframe {
    width: 100% !important;
}

/* Center the loader */
#loader {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8712b1;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .logo-textwrap {
        margin: auto;
        white-space: nowrap;
        width: 282px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #seatMapIframe {
        height: 100vh;
    }

    .iframe-close-btn {
        top: 0px;
        left: 95%;
        color: #343a40 !important;
        z-index: 9999;
    }

    .scroll-sm-hidden tbody {
        max-height: none !important;
        overflow-y: hidden !important;
    }

}


@media (min-width: 992px) {

    /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
    .banner-img {
        max-width: 900px;
        height: 500px;
        margin-top: -460px;
        /* Half the height */

    }
}

@media (min-width: 1200px) {

    /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
    .banner-img {
        max-width: 1000px;
        height: 500px;
        margin-top: -460px;
        /* Half the height */

    }
}


@media (max-width: 991.98px) {

    /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
    .banner-img {
        position: relative;
        border-radius: 0px;
        width: 100%;
        top: 0;
        left: 0;
        height: auto !important;
        margin-top: 0px !important;
        /* Half the height */
        margin-left: 0px !important;
        /* Half the width */
    }

    .event-title {
        font-size: 20px;
    }

    .event-info {
        font-size: 13px;
    }

    .event-share {
        float: none;
        text-align: center;
        margin-bottom: 18px;
        margin-top: -18px;
    }

    .event-share a {
        font-size: 22px;
        padding: 0 7px 0 7px;
    }
}

@media only screen and (width <=980px) {
    #mp_frame {
        width: 100%;
        height: 440px;
        border: none;
    }
}
