.age-restriction {
    height: calc(100vh - var(--ag-vh-offset, 0px));
    overflow: hidden !important;
    position: relative !important;
}

.age-restriction .age-gate__wrapper {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.age-gate__wrapper .age-gate {
    border-radius: 10px;
}

.age-gate {
    background-color: rgba(10, 10, 15, 0.98) !important;
    border: 2px solid rgba(123, 44, 191, 0.6) !important;
    border-radius: 20px !important;
    border-width: 2px !important;
    box-shadow: 0 0 40px rgba(123, 44, 191, 0.5), 0 0 80px rgba(0, 245, 255, 0.2), inset 0 0 30px rgba(123, 44, 191, 0.1) !important;
    color: #FFFFFF !important;
    margin: auto !important;
    max-height: calc(94vh - var(--ag-vh-offset, 0px));
    max-width: 500px !important;
    overflow-y: auto;
    padding: 40px 35px !important;
    position: relative !important;
    scrollbar-width: none;
    width: 100% !important;
    z-index: 1000000001 !important;
    backdrop-filter: blur(15px);
    display: block !important;
}

.age-gate p:not(button),
.age-gate span:not(button),
.age-gate div:not(.age-gate__buttons):not(.age-gate__heading):not(button) {
    color: rgba(255, 255, 255, 0.95) !important;
}

.age-gate::-webkit-scrollbar {
    display: var(--ag-scrollbar-display,none)
}

.age-gate * {
    box-sizing: border-box
}

.age-gate .simplebar-scrollbar:before {
    background-color: var(--ag-scrollbar,#000)
}

.age-gate h1:after,.age-gate h1:before,.age-gate h2:after,.age-gate h2:before,.age-gate h3:after,.age-gate h3:before,.age-gate h4:after,.age-gate h4:before,.age-gate h5:after,.age-gate h5:before,.age-gate h6:after,.age-gate h6:before {
    content: none
}

.age-gate-additional-information,.age-gate__additional-information {
    font-size: var(--ag-text-additional-size,12px);
    margin: var(--ag-text-additional-margin,0);
    padding: var(--ag-text-additional-padding,0)
}

.age-gate-additional-information p:last-of-type,.age-gate__additional-information p:last-of-type {
    margin-bottom: 0
}

.age-gate-background-color,.age-gate__background-color {
    -webkit-backdrop-filter: blur(var(--ag-blur));
    backdrop-filter: blur(10px);
    background: rgba(10, 10, 15, 0.95);
    opacity: var(--ag-background-opacity,1);
    z-index: 1
}

.age-gate-background,.age-gate-background-color,.age-gate__background,.age-gate__background-color {
    height: calc(100vh - var(--ag-vh-offset, 0px));
    left: 0;
    position: fixed;
    top: 0;
    width: var(--ag-overlay-width,100%)
}

.age-gate-background,.age-gate__background {
    background-image: var(--ag-background-image);
    background-position: var(--ag-background-image-position);
    background-repeat: var(--ag-background-image-repeat);
    background-size: var(--ag-background-image-size,cover);
    opacity: var(--ag-background-image-opacity);
    z-index: 2
}

.age-gate-background iframe,.age-gate-background video,.age-gate__background iframe,.age-gate__background video {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.age-gate-buttons,.age-gate__buttons {
    align-items: center !important;
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.age-gate input[type=text].age-gate-input,.age-gate input[type=text].age-gate__input {
    background: var(--ag-input-background-color,#fff);
    border: var(--ag-input-border,solid);
    border-radius: var(--ag-input-radius,3px);
    border-width: var(--ag-input-border-width,1px);
    color: var(--ag-input-color,#414141);
    font-size: var(--ag-input-text-size,1rem);
    padding: var(--ag-input-padding,.5rem 1rem);
    text-align: var(--ag-text-align);
    transition: all .3s;
    width: 100%
}

.age-gate input[type=text].age-gate-input::-moz-placeholder,.age-gate input[type=text].age-gate__input::-moz-placeholder {
    color: var(--ag-input-placeholder-color)
}

.age-gate input[type=text].age-gate-input::placeholder,.age-gate input[type=text].age-gate__input::placeholder {
    color: var(--ag-input-placeholder-color)
}

.age-gate select.age-gate-select,.age-gate select.age-gate__region,.age-gate select.age-gate__select {
    background: var(--ag-input-background-color,#fff);
    border: var(--ag-input-border,solid);
    border-radius: var(--ag-input-radius,3px);
    border-width: var(--ag-input-border-width,1px);
    color: var(--ag-input-color,#414141);
    font-size: var(--ag-input-text-size,1rem);
    padding: var(--ag-input-padding,.5rem 1rem);
    text-align: var(--ag-text-align);
    width: 100%
}

.age-gate select.age-gate__region {
    margin-bottom: 1rem
}

.age-gate-label,.age-gate__label {
    display: var(--ag-label-display,block);
    margin: var(--ag-label-margin,0 0 .5rem)
}

.age-gate-error,.age-gate__error {
    color: var(--ag-text-error-color,#c00);
    font-weight: var(--ag-text-error-weight,bold)
}

.age-gate-error a,.age-gate__error a {
    color: currentColor;
    text-decoration: underline
}

.age-gate-errors,.age-gate__errors {
    padding: var(--ag-text-errors-padding,0 10px)
}

.age-gate-errors:empty,.age-gate__errors:empty {
    padding: 0
}

.age-gate-extra,.age-gate__extra {
    margin: var(--ag-fields-margin,0 auto 1rem);
    max-width: var(--ag-fields-width,100%);
    width: 100%
}

.age-gate-extra:empty,.age-gate__extra:empty {
    display: none
}

.age-gate-form-elements,.age-gate__form-elements {
    display: grid;
    gap: var(--ag-input-spacing,10px);
    grid-template-columns: repeat(3,1fr);
    list-style: none;
    margin: var(--ag-input-margin,0);
    padding: 0
}

.age-gate-fields,.age-gate__fields {
    border-width: 0 !important;
    display: block !important;
    margin: var(--ag-fields-margin,0 auto) !important;
    max-width: var(--ag-fields-width,100%) !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

.age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields {
    padding: 0 20px 20px
}

@media screen and (min-width: 768px) {
    .age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields {
        max-width:70%
    }
}

@media screen and (min-width: 1024px) {
    .age-gate--shortcode .age-gate-fields,.age-gate--shortcode .age-gate__fields,.age-gate-shortcode .age-gate-fields,.age-gate-shortcode .age-gate__fields {
        max-width:50%
    }
}

.age-gate-form,.age-gate__form {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 220px;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .age-gate--shortcode .age-gate-form,.age-gate--shortcode .age-gate__form {
        height:0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.age-gate-heading-title,.age-gate__heading-title {
    font-size: var(--ag-text-heading-size,2rem);
    font-weight: var(--ag-text-heading-weight,700);
    margin: var(--ag-text-heading-margin,0 0 1rem)
}

.age-gate-headline,.age-gate__headline {
    font-size: var(--ag-text-headline-size,1.8rem) !important;
    font-weight: var(--ag-text-headline-weight,700) !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    text-shadow: 0 0 15px rgba(123, 44, 191, 0.8), 0 0 30px rgba(0, 245, 255, 0.4) !important;
    text-align: center !important;
}

.age-gate-restricted,.age-gate__restricted {
    height: calc(100vh - var(--ag-vh-offset, 0px));
    overflow: var(--ag-html-overflow,hidden);
    position: relative
}

.age-gate-loader,.age-gate__loader {
    align-items: center !important;
    background: rgba(10, 10, 15, 0.95) !important;
    color: #7B2CBF !important;
    display: none !important;
    height: calc(100vh - var(--ag-vh-offset, 0px)) !important;
    justify-content: center !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 100001 !important;
}

.age-restriction--working .age-gate-loader,.age-restriction--working .age-gate__loader {
    display: flex
}

.age-gate-loader img,.age-gate-loader svg,.age-gate__loader img,.age-gate__loader svg {
    display: block;
    height: 70px;
    width: 70px
}

.age-gate-loading-icon,.age-gate__loading-icon {
    display: block;
    height: 50px;
    width: 50px
}

.age-gate-heading-title-logo,.age-gate__heading-title--logo {
    max-width: var(--ag-logo-max-width,100%)
}

.age-gate-remember-text,.age-gate__remember-text {
    font-size: var(--ag-remember-size,.9rem);
    font-weight: var(--ag-remember-weight,normal);
    margin-left: var(--ag-remember-spacing,5px)
}

.age-gate-remember-wrapper,.age-gate__remember-wrapper {
    margin: var(--ag-remember-margin,0 0 1rem)
}

.age-gate-remember,.age-gate__remember {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: var(--ag-remember-align,center)
}

.age-gate-subheadline,.age-gate__subheadline {
    font-size: var(--ag-text-subheadline-size,1.2rem);
    font-weight: var(--ag-text-subheadline-weight,500);
    margin: var(--ag-text-subheadline-margin,0 0 1rem);
    color: #FFFFFF;
}

.age-gate__challenge {
    color: #FFFFFF !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    text-shadow: 0 0 10px rgba(123, 44, 191, 0.6) !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.age-gate-submit,.age-gate__submit {
    margin: var(--ag-submit-margin,0 0 1rem)
}

button.age-gate-button,button.age-gate-submit-no,button.age-gate-submit-yes,button.age-gate__button,button.age-gate__submit--no,button.age-gate__submit--yes,
button.age-gate__submit,
button.age-confirm-btn {
    background: linear-gradient(135deg, #7B2CBF 0%, #6A1FAD 100%) !important;
    border: 2px solid rgba(123, 44, 191, 0.6) !important;
    border-radius: 12px !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-size: var(--ag-button-size,1.1rem) !important;
    font-weight: var(--ag-button-weight,600) !important;
    padding: 16px 40px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 20px rgba(123, 44, 191, 0.4), inset 0 0 15px rgba(123, 44, 191, 0.2) !important;
    text-shadow: 0 0 10px rgba(123, 44, 191, 0.8) !important;
    min-width: 150px !important;
    outline: none !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 10001 !important;
}

.age-gate__submit.__big,
button.age-gate__submit.__big,
button.age-confirm-btn.__big {
    font-size: 1.4rem !important;
    padding: 18px 50px !important;
    border-radius: 15px !important;
    min-width: 200px !important;
}

button.age-gate-button:active,button.age-gate-button:focus,button.age-gate-button:hover,button.age-gate-submit-no:active,button.age-gate-submit-no:focus,button.age-gate-submit-no:hover,button.age-gate-submit-yes:active,button.age-gate-submit-yes:focus,button.age-gate-submit-yes:hover,button.age-gate__button:active,button.age-gate__button:focus,button.age-gate__button:hover,button.age-gate__submit--no:active,button.age-gate__submit--no:focus,button.age-gate__submit--no:hover,button.age-gate__submit--yes:active,button.age-gate__submit--yes:focus,button.age-gate__submit--yes:hover,
button.age-gate__submit:active,button.age-gate__submit:focus,button.age-gate__submit:hover,
button.age-confirm-btn:active,button.age-confirm-btn:focus,button.age-confirm-btn:hover {
    background: linear-gradient(135deg, #8B3CCF 0%, #7B2CBF 100%) !important;
    border: 2px solid rgba(123, 44, 191, 0.8) !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 30px rgba(123, 44, 191, 0.6), 0 0 60px rgba(0, 245, 255, 0.3), inset 0 0 20px rgba(123, 44, 191, 0.3) !important;
    transform: translateY(-2px) !important;
    text-shadow: 0 0 15px rgba(123, 44, 191, 1), 0 0 25px rgba(0, 245, 255, 0.6) !important;
}

button.age-gate-submit-no,button.age-gate-submit-yes,button.age-gate__submit--no,button.age-gate__submit--yes {
    margin: var(--ag-button-margin,0)
}

.age-gate-wrapper,.age-gate__wrapper {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: calc(100vh - var(--ag-vh-offset, 0px)) !important;
    left: 0 !important;
    overflow-y: auto !important;
    padding: 20px !important;
    position: fixed !important;
    text-align: center !important;
    top: 0 !important;
    transition-duration: 0.3s !important;
    transition-property: all !important;
    transition-timing-function: ease !important;
    width: 100% !important;
    z-index: 999999999 !important;
}

.age-restriction .age-gate__wrapper {
    display: flex !important;
}

.age-gate .age-gate-shortcode-inner,.age-gate .age-gate__shortcode__inner {
    align-items: center;
    background: hsla(0,0%,100%,.5);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 10px;
    text-align: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .age-gate .age-gate-shortcode-inner,.age-gate .age-gate__shortcode__inner {
        position:absolute
    }
}

.age-gate--shortcode,.age-gate-shortcode {
    background-color: transparent;
    background-size: cover;
    max-width: none;
    padding: 0
}

.age-gate--fade,.age-gate.fade {
    opacity: 0
}

.age-gate--slide-0,.age-gate--slide-up {
    transform: translateY(-100%)
}

.age-gate--slide-down {
    transform: translateY(100%)
}

.age-gate--slide-left {
    transform: translateX(-100%)
}

.age-gate--slide-right {
    transform: translateX(100%)
}
