.loader {
    opacity: .9;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff url(../images/loader.gif) 50% 50% no-repeat;
}

.tiny {
    font-size: 1.0rem !important;
}
.text-break {
    white-space: pre-wrap;
}

.maintenance {
    opacity: .9;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 url(https://www.gifcen.com/wp-content/uploads/2021/05/the-end-gif-2.gif) 50% 50% no-repeat;
}

.text-gold {
    color: #FFD700 !important
}

.field-validation-error {
    z-index: 9;
    position: relative;
    display: block;
    width: 100%;
}
.field-validation-error span {
        color: #fff !important;
        background: #c51244 !important;
        padding: 10px !important;
        border-radius: 0 !important;
        position: absolute;
        display: none;
        box-shadow: 1px 1px 1px #aaaaaa;
        margin-top: 10px;
        right: 0;
    }

.field-validation-error span:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #c51244;
            position: absolute;
            top: -8px;
        }

.field-validation-error span:after {
            color: #c51244 !important;
        }

.input-validation-error {
    background: #fff0f4;
    color: #c51244;
    border: 1px solid #c51244 !important;
}

button.btn.btn-secondary.buttons-columnVisibility span {
    display: block;
    padding: 5px;
}
button.btn.btn-secondary.buttons-columnVisibility:after {
    display: none;
}


element.style {
}

.fav-list {
    justify-content: center;
}

.chair {
    background: transparent url('/Content/assets/images/seat.png') no-repeat !important;
    border-radius: 0 !important;
    background-color: !important;
    border: 0 !important;
}
.chair.stage {
    background: transparent url('/Content/assets/images/seat-stage.png') no-repeat !important;
}
.no-radius{
    border-radius: 0px !important;
}


.badge i {
    line-height: 1.125rem;
    padding-left: 2px;
}


/*! Email Template */
.email-wraper {
    background: #f5f6fa;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8094ae;
    width: 100%;
}

    .email-wraper a {
        color: #2263b3;
        word-break: break-all;
    }

    .email-wraper .link-block {
        display: block;
    }

.email-ul {
    margin: 5px 0;
    padding: 0;
}

    .email-ul:not(:last-child) {
        margin-bottom: 10px;
    }

    .email-ul li {
        list-style: disc;
        list-style-position: inside;
    }

.email-ul-col2 {
    display: flex;
    flex-wrap: wrap;
}

    .email-ul-col2 li {
        width: 50%;
        padding-right: 10px;
    }

.email-body {
    width: 96%;
    max-width: 620px;
    margin: 0 auto;
    background: #ffffff;
}

.email-success {
    border-bottom: #1ee0ac;
}

.email-warning {
    border-bottom: #f4bd0e;
}

.email-btn {
    background: #2263b3;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px;
}

.email-btn-sm {
    line-height: 38px;
}

.email-header, .email-footer {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.email-logo {
    height: 40px;
}

.email-title {
    font-size: 13px;
    color: #2263b3;
    padding-top: 12px;
}

.email-heading {
    font-size: 18px;
    color: #2263b3;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.email-heading-sm {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: .75rem;
}

.email-heading-s1 {
    font-size: 20px;
    font-weight: 400;
    color: #526484;
}

.email-heading-s2 {
    font-size: 16px;
    color: #526484;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.email-heading-s3 {
    font-size: 18px;
    color: #2263b3;
    font-weight: 400;
    margin-bottom: 8px;
}

.email-heading-success {
    color: #1ee0ac;
}

.email-heading-warning {
    color: #f4bd0e;
}

.email-note {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    color: #8094ae;
}

.email-copyright-text {
    font-size: 13px;
}

.email-social li {
    display: inline-block;
    padding: 4px;
}

    .email-social li a {
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #ffffff;
    }

        .email-social li a img {
            width: 30px;
        }

@media (max-width: 480px) {
    .email-preview-page .card {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .email-ul-col2 li {
        width: 100%;
    }
}





/* ----------------------------------------------------------------
	Preloaders
-----------------------------------------------------------------*/
.form-process {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: center center no-repeat #FFF;
}

    .form-process::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        opacity: 0.7;
        z-index: -1;
    }

.css3-spinner {
    position: absolute;
    z-index: auto;
    background-color: transparent;
    width: 100%;
    height: 100%;
}

    .css3-spinner > div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: 13px;
        width: 18px;
        height: 18px;
        background-color: #000;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .css3-spinner > .css3-spinner-scaler {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: scaleout 1.0s infinite ease-in-out;
        animation: scaleout 1.0s infinite ease-in-out;
    }

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.opacity-25 { opacity: 0.25}
.opacity-50 { opacity: 0.5}
.opacity-75 { opacity: 0.75}
.opacity-100 { opacity: 1}