/*#region Event Group*/
.add-custom-events {
    position: relative;
    top: -131px;
    padding: 0 15px
}

.f1-listing-item {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    border: 1px solid rgba(255,255,255,.301);
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: #11111a
}

eventslistingpergroup-eventzone-content-grouped {
    display: none
}

.f1-listing-item-name {
    font-family: tajawal-medium;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 15px
}

.f1-listing-item-description {
    font-family: tajawal-regular;
    font-size: 16px;
    line-height: 21px;
    color: #d1d1d1;
    padding: 0 20px 26px;
    border-bottom: 1px solid rgba(255,255,255,.301)
}

.eventslistingpergroup-eventzone-content-divisionname {
    font-family: tajawal-bold;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 12px 20px 12px 50px;
    border-bottom: 1px solid rgba(255,255,255,.301);
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

    .eventslistingpergroup-eventzone-content-divisionname::after {
        content: '';
        width: 16px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 22px;
        top: Calc(50% - 1px);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    .eventslistingpergroup-eventzone-content-divisionname::before {
        content: '';
        height: 16px;
        width: 2px;
        background-color: #fff;
        position: absolute;
        left: 29px;
        top: Calc(50% - 8px);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

.eventslistingpergroup-eventzone-content-grouped {
    display: none;
    padding: 10px 20px;
    background-color: #1c1c25
}

.eventslistingpergroup-eventzone-opened .eventslistingpergroup-eventzone-content-divisionname {
    color: #d4d12b
}

    .eventslistingpergroup-eventzone-opened .eventslistingpergroup-eventzone-content-divisionname::after {
        background-color: #d4d12b
    }

    .eventslistingpergroup-eventzone-opened .eventslistingpergroup-eventzone-content-divisionname::before {
        display: none
    }

.eventslistingpergroup-eventzone-content {
    font-family: tajawal-regular;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 15px
}

.eventslistingpergroup-eventzone-image {
    width: 100%;
    max-width: 500px;
    height: 350px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.eventslistingpergroup-eventzone-buy-button {
    font-family: tajawal-bold;
    font-size: 14px;
    color: #f2f2f2;
    padding: 9px 12px;
    position: relative;
    margin-right: 36px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

    .eventslistingpergroup-eventzone-buy-button span {
        position: relative;
        z-index: 1
    }

    .eventslistingpergroup-eventzone-buy-button::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #cf3b27;
        border-radius: 8px;
        transform: skew( 13deg )
    }

    .eventslistingpergroup-eventzone-buy-button:hover {
        opacity: .8
    }

.eventslistingpergroup-eventzone-buy-button-disabled {
    font-family: tajawal-bold;
    font-size: 14px;
    color: #f2f2f2;
    padding: 9px 12px;
    position: relative;
    margin-right: 36px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear opacity: 0.65;
    cursor: no-drop;
}

    .eventslistingpergroup-eventzone-buy-button-disabled span {
        position: relative;
        z-index: 1
    }

    .eventslistingpergroup-eventzone-buy-button-disabled::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #cf3b27;
        border-radius: 8px;
        transform: skew( 13deg );
        opacity: 0.65;
        cursor: no-drop;
    }

.label-soldout {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.eventslistingpergroup-eventzone-inner-content-grouped {
    display: inline-block;
    vertical-align: middle;
    padding-right: 27px
}

.eventslistingpergroup-eventzone-price-quantity-content {
    display: flex;
    align-items: center
}

.eventslistingpergroup-eventzone-quantity-content {
    display: flex;
    align-items: center
}

.eventslistingpergroup-eventzone-price-content {
    font-family: tajawal-bold;
    font-size: 20px;
    line-height: 21px;
    margin-left: 27px;
    color: #fff
}

    .eventslistingpergroup-eventzone-price-content span {
        display: none
    }

.quantityAddon {
    background-color: transparent;
    border: none;
    width: 37px;
    text-align: center;
    color: #fff;
    font-family: tajawal-bold;
    font-size: 20px;
    line-height: 21px;
    margin: 0 10px
}

.minus, .plus {
    color: #d4d12b;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 28px;
    cursor: pointer
}

    .minus::after, .plus::after {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 3px solid #d4d12b;
        position: absolute;
        top: 0;
        right: 0
    }

.minus {
    line-height: 24px
}

.buttonAddonQut_disabled {
    opacity: .8;
    cursor: no-drop
}

.eventslistingpergroup-eventzone-content-divisionname:hover {
    color: #d4d12b
}

    .eventslistingpergroup-eventzone-content-divisionname:hover::after {
        background-color: #d4d12b
    }

    .eventslistingpergroup-eventzone-content-divisionname:hover::before {
        background-color: #d4d12b
    }

.f1-eventclassification-container {
    max-width: 1170px;
    width: 100%;
    margin: 20px auto
}

.f1-eventclassification {
    font-family: tajawal-medium;
    font-size: 32px;
    line-height: 32px;
    color: #d4d12b
}

.f1-eventclassification-container[data-classification="0"] {
    display: none
}

.add-custom-events > .f1-eventclassification-container[data-classification="7"] {
    display: block
}

    .add-custom-events > .f1-eventclassification-container[data-classification="7"] ~ .f1-eventclassification-container[data-classification="7"] {
        display: none
    }

.add-custom-events > .f1-eventclassification-container[data-classification="8"] {
    display: block
}

    .add-custom-events > .f1-eventclassification-container[data-classification="8"] ~ .f1-eventclassification-container[data-classification="8"] {
        display: none
    }

.justify-content-end {
    justify-content: end
}

.eventslistingpergroup-eventzone-image .eventslistingpergroup-eventzone-image-item {
    height: 100%;
    width: 100%;
    background-size: cover
}

.expandthis {
    height: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    margin-bottom: 30px
}

    .expandthis::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #11111a;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

    .expandthis::before {
        content: '';
        width: 20px;
        height: 18px;
        position: absolute;
        top: 5px;
        right: Calc(50% - 15px);
        background-image: url(../../../../images/arrow-down.png);
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

.expandthis-active {
    height: auto;
    overflow: visible
}

    .expandthis-active::after {
        opacity: 0;
        visibility: hidden;
    }

    .expandthis-active::before {
        transform: rotate(180deg);
        top: 100%
    }

.eventzones-lightgallery-overlay {
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
}

.eventzones-lightgallery-open {
    top: 40px !important;
    right: 0 !important;
    width: 40px;
}
/*#endregion Event Group*/

/*#region PresalesInfo*/
.presalesinfo {
    background-color: #1d2229;
    border-radius: 15px;
    padding: 20px;
    display: none;
    position: fixed;
    z-index: 1002;
    max-width: 1137px;
    width: Calc(100% - 30px)
}

.presalesinfo-title {
    font-family: tajawal-medium;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 23px
}

.presalesinfo-subtitle {
    font-family: tajawal-bold;
    font-size: 20px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 23px
}

.presalesinfo-description {
    font-family: tajawal-regular;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding-bottom: 26px
}

.presalesinfo-link {
    text-decoration: underline;
    color: #cf3b27
}

.presalesinfo-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    background-color: rgba(28,28,37,.8);
    top: 0;
    right: 0;
    display: none
}

.presaleinfo-close {
    top: 17px;
    left: 18px;
    cursor: pointer;
    width: 29px
}

.presalesinfo-continue-button {
    font-family: tajawal-bold;
    font-size: 14px;
    color: #f2f2f2;
    padding: 9px 12px;
    position: relative;
    margin-right: 36px;
    cursor: pointer
}

    .presalesinfo-continue-button span {
        position: relative;
        z-index: 1
    }

    .presalesinfo-continue-button::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #cf3b27;
        border-radius: 8px;
        transform: skew( 13deg )
    }

.presalesinfo-continue-button-disabled {
    color: #8b8b8b;
    cursor: no-drop
}

    .presalesinfo-continue-button-disabled::after {
        background-color: #3c3c4e
    }

.presalesinfo-checkbox-container label {
    font-family: tajawal-regular;
    font-size: 14px;
    line-height: 16px;
    color: #d4d12b;
    padding-right: 15px;
    cursor: pointer
}

.presalesinfo-checkbox::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/uploadImages/DesignerImages/81/images/presales-notchecked.png);
    display: block;
    background-size: contain;
    top: -2px;
    position: relative;
    cursor: pointer;
    background-color: #1d2229
}

.presalesinfo-checkbox:checked::after {
    background-image: url(/uploadImages/DesignerImages/81/images/presales-checked.png)
}
/*#endregion PresalesInfo*/

/*#region Clear Confirmation*/
.clearconfirmation {
    background-color: #1D2229;
    border-radius: 15px;
    padding: 20px;
    display: none;
    position: fixed;
    z-index: 1002;
    max-width: 430px;
    width: Calc(100% - 30px);
}

.clearconfirmation-confirm-button, .clearconfirmation-cancel-button {
    font-family: "tajawal-bold";
    font-size: 14px;
    color: #F2F2F2;
    padding: 9px 12px;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}

    .clearconfirmation-confirm-button span, .clearconfirmation-cancel-button span {
        position: relative;
        z-index: 1;
    }

    .clearconfirmation-confirm-button::after, .clearconfirmation-cancel-button::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #CF3B27;
        border-radius: 8px;
        transform: skew( 13deg );
    }

.clearconfirmation-cancel-button {
    color: #8B8B8B;
}

    .clearconfirmation-cancel-button::after {
        background-color: #3C3C4E;
    }

.clearconfirmation-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    background-color: rgba(28, 28, 37,0.8);
    top: 0;
    right: 0;
    display: none;
}

.clearconfirmation .presalesinfo-subtitle {
    padding-left: 40px;
}
/*#endregion Clear Confirmation*/

@media all and (max-width:992px) {
    .eventslistingpergroup-eventzone-image {
        max-width: 300px;
        height: 210px;
        display: block;
        margin: 0 auto 20px
    }

    .f1-eventclassification {
        font-size: 22px;
        line-height: 22px
    }

    .f1-listing-item-name {
        font-size: 16px;
        line-height: 16px
    }

    .f1-listing-item-description {
        font-size: 12px;
        line-height: 19px
    }

    .eventslistingpergroup-eventzone-content-divisionname {
        font-size: 16px;
        line-height: 23px;
        padding: 12px 10px 12px 50px
    }

    .eventslistingpergroup-eventzone-content {
        font-size: 13px;
        line-height: 19px
    }

    .eventslistingpergroup-eventzone-price-content {
        font-size: 18px;
        line-height: 19px
    }

    .eventslistingpergroup-eventzone-inner-content-grouped {
        display: block;
        padding-right: 0
    }

    .quantityAddon {
        width: 47px;
    }
}

@media all and (max-width:768px) {
    .eventslistingpergroup-eventzone-quantity-content {
        justify-content: center
    }

    .eventslistingpergroup-eventzone-price-content {
        text-align: center;
        margin: 20px 0
    }

    .eventslistingpergroup-eventzone-price-quantity-content {
        display: block;
        align-items: center
    }

    .presalesinfo {
        height: Calc(100% - 30px);
        overflow: scroll
    }

    .presalesinfo-title {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 13px
    }

    .presalesinfo-subtitle {
        font-size: 13px;
        line-height: 16px;
        padding-bottom: 13px
    }

    .presalesinfo-description {
        font-size: 12px;
        line-height: 19px;
        padding-bottom: 16px
    }

    .presalesinfo-checkbox-container label {
        font-size: 12px;
        line-height: 14px
    }

    .presalesinfo-continue-button {
        margin-right: 16px
    }

    .presalesinfo .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .presalesinfo-checkbox-container {
        margin-bottom: 10px
    }
}
