/*
Theme Name: CH BatClub
Author: IT Ops Team
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Manjari:wght@400;700&display=swap');

@font-face {
    font-family: 'VeloWWangle';
    src: url('font/VeloWWangle-VF.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VeloWWangle';
    src: url('font/VeloWWangle-VF.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'VeloWWangle';
    src: url('font/VeloWWangle-Bold.otf_master.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'VeloWWangle';
    src: url('font/VeloWWangle-Bold.otf_master.otf');
    font-weight: bold;
    font-style: normal;
}

.light-inner-provider-container.scan-res-cont {
    display: none !important;
}

/*********************************************************/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'VeloWWangle';
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
a,
button {
    outline: none !important;
}

.wecheer-sec-wrap {
    max-width: 540px;
    margin: 0 auto;
    background-color: #131528;
    padding: 25px 0;
    position: relative;
}

.wecheer-sec-wrap img {
    display: block;
    width: 100%;
}

.mars-img .wecheer-sec-wrap {
    padding: 0;
    position: relative;
}

.mars-form .wecheer-sec-wrap {
    background: rgb(6, 22, 38);
    background: -moz-linear-gradient(180deg, rgba(6, 22, 38, 1) 0%, rgba(6, 16, 28, 1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(6, 22, 38, 1) 0%, rgba(6, 16, 28, 1) 80%);
    background: linear-gradient(180deg, rgba(6, 22, 38, 1) 0%, rgba(6, 16, 28, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#061626", endColorstr="#06101c", GradientType=1);
    color: #fff;
    padding: 0 35px 75px;
    overflow-x: hidden;
}

.mars-form-title {
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 30px;
    font-family: 'Trim Poster';
    font-weight: 800;
    letter-spacing: 1.3px;
    line-height: normal;
}

.mars-form .mars-email label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.mars-form .mars-checkbox {
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}

.mars-submit .wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(92.61deg, #D02C26 7.86%, #870E16 88.93%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    color: #fff;
    width: 214px;
    height: 50px;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mars-submit .wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.9;
}

.mars-form .mars-submit {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.mars-form .wpcf7 .ajax-loader {
    position: absolute;
    left: 40%;
    bottom: -32px;
    background-color: red;
}

.mars-form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.mars-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    display: none;
    color: #f54b4b;
}

.mars-form .wpcf7-not-valid-tip.show {
    display: block;
}

.mars-form label {
    margin-bottom: 0;
}

.mars-form .wpcf7-list-item {
    margin: 0;
}

.mars-form .wpcf7-response-output {
    display: none;
}

/* The container */
.wpcf7-list-item label {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wpcf7-list-item label input:checked~.wpcf7-list-item-label:after {
    display: block;
}

.wpcf7-list-item label .wpcf7-list-item-label::after {
    left: 6px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gateway-bg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.bg2 {
    position: absolute;
    bottom: 0;
}

.wecheer-older {
    display: block;
}

.gateway-logo {
    padding: 15px 0 65px 15px;
    position: relative;
    direction: ltr;
}

.gateway-logo img {
    max-width: 97px;
}

.gateway-older {
    max-width: 630px;
    margin: 0 auto;
}

.gateway-ans {
    position: relative;
    padding: 0 0 60px;
    font-size: 0;
    max-width: 460px;
    margin: 0 auto;
    direction: ltr;
}

.ans-col {
    display: inline-block;
    width: 50%;
    padding: 0 25px;
}

.gateway-btn {
    border: 1px solid #fff;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gateway-btn:hover {
    background: linear-gradient(92.61deg, #00B4E4 7.86%, #0057A4 88.93%);
}

.gateway-footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 0;
    font-family: 'Aeroport', Arial, Helvetica, "sans-serif";
}

.gateway-footer.not {
    padding-top: 15px;
}

.start-wrap {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

a.start-now {
    background: #cb0d0f;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    color: #fff;
    width: 214px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
}

.wecheer-sec.mars-form {
    z-index: 10;
    position: relative;
    font-family: 'Euclid Flex', Arial, Helvetica, "sans-serif";
}

.wpcf7-form {
    max-width: 375px;
    margin: 0 auto;
}

.mars-submitbtn {
    /* color: #fff;
    border: 0 none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Euclid Flex', Arial, Helvetica, "sans-serif";
    background: linear-gradient(90deg, #447FC1 0%, #174B82 100%);
    box-shadow: 0px 0px 76.8px rgba(76, 114, 248, 0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: auto;
    padding: 15px 25px;
    transition: all 300ms ease;
    border-radius: 50px; */
}

.mars-submit.disabled .mars-submitbtn {
    opacity: 0.6;
}

.mars-inpwrap input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}

#wpcf7-f8-o1 {
    display: none;
}

.mars-inpwrap {
    padding-bottom: 20px;
    position: relative;
}

.mars-inpwrap label {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.menu-lang {
    position: relative;
    font-size: 0;
    padding: 0 10px;
    direction: ltr;
}

.menu-lang .lang-col {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    padding: 5px;
}

.menu-lang .lang-col a:hover,
.menu-lang .lang-col.current a {
    background: #00B4E4;
    border: 1px solid #00A6E8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.menu-lang .lang-col a {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    padding: 7px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.choose-lang {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
}

.gateway-olderwrap {
    position: relative;
}

.gateway-languages {
    position: absolute;
    width: 100%;
    top: 0;
}

.ml .gateway-footer,
.ml .gateway-btn,
.ml .mars-inpwrap input,
.ml .wecheer-sec.mars-form,
.ml a.start-now,
.ml .mars-submitbtn,
.ml .choose-lang {
    font-family: 'Manjari', sans-serif;
}

.ml .mars-form .wecheer-sec-wrap {
    padding: 0px 15px 25px;
}

.ur .mars-form .wecheer-sec-wrap {
    padding: 5px 15px 25px;
}

.ur .gateway-footer,
.ur .gateway-btn,
.ur .mars-inpwrap input,
.ur .wecheer-sec.mars-form,
.ur a.start-now,
.ur .mars-submitbtn,
.ur .choose-lang {
    font-family: 'Cairo', sans-serif;
}

.ur .mars-inpwrap,
.ur .mars-form .mars-checkbox {
    text-align: right;
}

.ur .wpcf7-list-item-label::before {
    right: 0;
    left: auto;
}

.ur .wpcf7-list-item label {
    padding-right: 25px;
    padding-left: 0;
}

.ur .wpcf7-list-item label .wpcf7-list-item-label::after {
    right: 6px;
    left: auto;
}

.wecheer-notolder .wecheer-sec-wrap {
    padding: 0;
}

.ar .gateway-footer,
.ar .gateway-btn,
.ar .mars-inpwrap input,
.ar .wecheer-sec.mars-form,
.ar a.start-now,
.ar .mars-submitbtn,
.ar .choose-lang {
    font-family: 'Cairo', sans-serif;
}

.ar .mars-inpwrap,
.ar .mars-form .mars-checkbox {
    text-align: right;
}

.ar .wpcf7-list-item-label::before {
    right: 0;
    left: auto;
}

.ar .wpcf7-list-item label {
    padding-right: 25px;
    padding-left: 0;
}

.ar .wpcf7-list-item label .wpcf7-list-item-label::after {
    right: 6px;
    left: auto;
}

.ar .mars-inpwrap label {
    font-size: 12px;
}

.ml .mars-form .your-customerid .wpcf7-not-valid-tip.nomatch {
    font-size: 11px;
    bottom: -30px;
    line-height: 12px;
}

.back-to-form {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 20;
}

.back-to-form a {
    display: inline-block;
    max-width: 20px;
    cursor: pointer;
}

.back-to-form a svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tc-page .vuse-page-cont {
    font-family: 'Euclid Flex', Arial, Helvetica, "sans-serif";
    color: #fff;
    font-size: 14px;
    padding: 30px 20px 0;
}

.tc-page .vuse-page-cont strong,
.tc-page .vuse-page-cont b {
    font-weight: 700;
}

.tc-page .vuse-page-cont a {
    color: #fff;
    text-decoration: underline;
}

.wpcf7-list-item label a {
    color: #fff;
}

.mars-submit .lock-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.mars-submit .lock-layer.mars-layer {
    display: block;
}

.tc-page.ur .vuse-page-cont {
    /*
	font-family: 'Cairo', sans-serif;
	text-align: right;
	*/
    direction: ltr;
}

.tc-page li {
    padding-bottom: 5px;
}

.draw-video .wecheer-older {
    display: block;
}

.wecheer-content-block.draw-video .video-page {
    background: #173667;
    min-height: 100vh;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .mars-logo {
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 15px;
    width: 80%;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .mars-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .video-container {
    width: 100%;
    height: auto;
    padding: 0 15px 30px;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .draw-vid {
    width: 100%;
    height: auto;
}

.wecheer-content-block.draw-video .video-page .video-page-wrap .draw-vid video {
    width: 100%;
    height: auto;
    display: block;
}

section.wecheer-sec.vuse-page.tc-page.ar {
    text-align: right;
}

section.wecheer-sec.vuse-page.tc-page.ar .back-to-form {
    right: 15px;
    left: auto;
    transform: rotate(180deg);
}

.wecheer-sec-lang-selector a {
    color: #000;
}

.wecheer-sec-lang-selector {
    text-align: right;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.wecheer-sec-lang-selector a {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wecheer-sec-lang-selector a:hover {
    opacity: 0.8;
}

.staff-page .mars-form .wecheer-sec-wrap {
    background-color: #cb0d0f;
}

.staff-page .mars-submitbtn {
    background-color: #f1a723;
}

.staff-page .mars-form .wpcf7-not-valid-tip {
    color: #f1a723;
}

.tc-page.ar .vuse-page-cont {
    font-family: 'Cairo', sans-serif;
}

.floating-btn {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 10;
    bottom: 35px;
}

.floating-btn .mars-submitbtn {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.floating-btn img {
    width: 100%;
    display: block;
}

.chd-header .chd-header-wrapper {
    max-width: 450px;
    margin: 0 auto;
}

.chd-header .chd-header-container {
    padding: 10px;
}

.chd-header .chd-header-wrapper .chd-header-cont {
    display: flex;
    align-items: center;
}

.chd-header .chd-header-wrapper .chd-header-cont .chd-logo,
.chd-header .chd-header-wrapper .chd-header-cont .lang-sel {
    flex: 1;
    padding: 0 10px;
}

.chd-header .chd-header-wrapper .chd-header-cont .chd-logo a {
    display: block;
    max-width: 140px;
    text-decoration: none;
    width: 60%;
}

.chd-header .chd-header-wrapper .chd-header-cont .chd-logo a svg {
    display: block;
    width: 100%;
    height: auto;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .lang-sel-wrap {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    border-left: 1px solid #fff;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel {
    text-align: right;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .current-lang {}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .langs-list {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .current-lang a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

.wecheer-sec.mars-img.bottom-img {
    z-index: 10;
    position: relative;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .langs-list ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .langs-list ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

.chd-header .chd-header-wrapper .chd-header-cont .lang-sel .langs-list ul li a:hover {
    text-decoration: underline;
}

.age-gate-container {
    max-width: 450px;
    margin: 0 auto;
}

.age-gate-container .age-gate-container-wrap {
    background-color: #131528;
    background-image: url(assets/images/Velo_BK.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    min-height: 440px;
}

.brand-slogan {
    background: #fff;
}

.brand-slogan .brand-slogan-wrap {
    padding: 10px 20px;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: normal;
}

.age-gate-container .age-gate-container-cont {
    display: flex;
    flex-direction: column;
    position: relative;
}

.brand-attrs .brand-logo-sign {
    position: relative;
}

.brand-attrs .brand-logo-sign .brand-logo {
    position: relative;
    width: 100%;
    height: auto;
}

.brand-attrs .brand-logo-sign .brand-logo svg {
    width: 100%;
    height: auto;
    display: block;
}

.brand-attrs .brand-logo-sign .brand-sign {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
}

.brand-attrs .brand-logo-sign .brand-sign img {
    width: 100%;
    height: auto;
    display: block;
}

.brand-attrs {
    padding: 5px 0;
}

.age-legal-wrap .age-legal-cont {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 30px 20px;
}

.age-legal-wrap .age-legal-cont .legal-lbl {
    padding: 0 0 5px;
}

.age-legal-wrap .age-legal-cont .legal-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.age-legal-wrap .age-legal-cont .legal-links ul li {
    padding: 2px 10px;
    width: auto;
    display: inline-block;
}

.age-legal-wrap .age-legal-cont .legal-links ul li a {
    display: block;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.quest-step1,
.quest-step2 {
    text-align: center;
}

.age-control-screen {
    margin: 0 auto;
    color: #fff;
}

.max320 {
    max-width: 350px;
    padding: 0 10px;
}

.quest-lbl {
    font-size: 32px;
}

.answer-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.answer-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

a.chd-btn {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 300ms ease;
    text-align: center;
}

a.chd-btn.nobg {
    border: 1px solid #fff;
    line-height: 48px;
    background-color: transparent;
}

a.chd-btn.nobg:hover {
    background-color: #fff;
    color: #131528;
}

a.chd-btn.wide {
    min-width: 200px;
}

a.chd-btn.blue {
    background: linear-gradient(90deg, #447FC1 0%, #174B82 100%);
    box-shadow: 0px 0px 30px rgba(76, 114, 248, 0.5);
}

a.chd-btn.blue:hover {
    background: #fff;
    color: #131528;
}

.quest-step1-wrap .answer-wrap {
    padding: 25px 0 30px;
}

.step1-disclaimer {
    padding: 15px 10px 0;
}

.age-actions-wrap {
    padding: 80px 20px 50px;
}

.age-gate-container .age-gate-container-cont.age-err,
.age-gate-container .age-gate-container-cont.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: none;
}

.age-gate-container .age-gate-container-cont.age-err {
    position: relative;
}

.age-gate-container .age-gate-container-cont.preloader {
    display: block;
}

.age-gate-container-cont.age-err .brand-attrs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.age-mid-txt {
    font-size: 22px;
    padding: 15px 0;
}

.id-scan-wrap .age-mid-txt {
    padding: 15px 10px;
}

.other-verify {
    text-align: center;
    position: relative;
    margin: 40px 0 0;
}

a.chd-link {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.err a.chd-link {
    color: red;
}

a.chd-link.bold {
    font-weight: 700;
}

a.chd-link.upperc {
    letter-spacing: 1px;
}

a.chd-link.lspace {
    text-transform: uppercase;
}

a.chd-link:hover {
    text-decoration: underline;
}

.age-phone-next,
.id-scan-phone-cta {
    position: relative;
    text-align: center;
}

.phone-field-cont .phone-field-wrap {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 0 0 3px;
}

.phone-field-cont .phone-field-wrap .country-code {
    padding: 0 10px 0 0;
}

.phone-field-cont .phone-field-wrap .age-phone {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
}

.phone-field-cont {
    position: relative;
    padding: 0 0 30px;
    font-size: 22px;
}

.age-control-screen.age-otp-prompt {
    display: none;
}

.phone-field-cont .phone-field-wrap .age-phone::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.phone-field-cont .phone-field-wrap .age-phone:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.phone-field-cont .phone-field-wrap .age-phone::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.age-control-screen {
    display: none;
}

.age-control-screen.quest-step1 {
    display: block;
}

[wsdk-container] .light-inner-provider-container {
    background: transparent;
    color: #fff;
}

[wsdk-container] .preview-title {
    color: #fff;
}

[wsdk-container] .preview-description,
[wsdk-container] .preview-info-main-text {
    color: rgba(255, 255, 255, 0.8);
}

[wsdk-container] .preview-info-container {
    background-color: rgba(255, 255, 255, 0.7);
}

[wsdk-container] .button--secondary-destructive {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 300ms ease;
    text-align: center;
    border: 1px solid #fff;
    line-height: 34px;
    background-color: transparent;
    color: #fff;
}

[wsdk-container] .button--secondary-destructive:hover {
    background-color: #fff;
    color: #131528;
}

[wsdk-container] .button.button--tertiary.button--worker {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 300ms ease;
    text-align: center;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    background: #032A47;
    border: none;
}

[wsdk-container] .button.button--tertiary.button--worker:hover {
    background: #fff;
    color: #131528;
}

[wsdk-container] .button.button--tertiary.button--worker>div {
    font-weight: 700;
}

[wsdk-container] .button-gateway-container button {
    margin: 0 0 10px;
}

header.chd-header {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

.err {
    position: absolute;
    bottom: 7px;
    color: red;
    font-size: 11px;
    letter-spacing: 1px;
    display: none;
}

.phone-err-scrn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
    display: none;
}

.phone-err-scrn .phone-err-scrn-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.phone-err-scrn .phone-err-scrn-wrap .phone-err-scrn-cont {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
}

.phone-err-scrn .phone-err-scrn-wrap .phone-err-scrn-cont .phone-err-scrn-msg {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.phone-err-scrn .phone-err-scrn-wrap .phone-err-scrn-cont .phone-err-scrn-icn {
    padding: 15px;
}

.phone-err-scrn .phone-err-scrn-wrap .phone-err-scrn-cont .phone-err-scrn-icn svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 60px;
    margin: 0 auto;
}

.otp-field-wrap {
    font-size: 0;
    margin: 0 -5px;
}

.otp-field-wrap .input-wrap {
    display: inline-block;
    width: 25%;
    padding: 0 5px;
}

.otp-field-wrap .input-wrap input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.otp-field-container .no-msg {
    position: absolute;
    font-size: 12px;
    bottom: 7px;
}

.otp-field-container {
    position: relative;
    padding: 0 0 30px;
}

.otp-field-container a.chd-link {
    font-size: 12px;
}

.mars-form.staff-form .wecheer-sec-wrap {
    background: rgb(11, 27, 52);
    background: -moz-linear-gradient(90deg, rgba(11, 27, 52, 1) 0%, rgba(4, 21, 37, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(11, 27, 52, 1) 0%, rgba(4, 21, 37, 1) 100%);
    background: linear-gradient(90deg, rgba(11, 27, 52, 1) 0%, rgba(4, 21, 37, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b1b34", endColorstr="#041525", GradientType=1);
    padding: 20px 45px 75px;

}

#wpcf7-f119-o1 {
    display: none;
}

[wsdk-container] .light-inner-provider-container div[data-jcs-element="identity__document__file__upload"],
[wsdk-container] .light-inner-provider-container [data-jcs-element="supported__types"] {
    display: none;
}

[wsdk-container] .file-upload-container {
    padding: 0 0 15px;
    background: transparent;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 2px dashed #fff;
}

[wsdk-container] .file-upload-container #fileuploadBtn {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 300ms ease;
    text-align: center;
    border: 1px solid #fff;
    line-height: 48px;
    background-color: transparent;
    color: #fff;
    background: #032A47;
    border: none;
}

[wsdk-container] .file-upload-container #fileuploadBtn:hover {
    background: #fff;
    color: #131528;
}

[wsdk-container] .file-upload-container #fileuploadBtn>div {
    font-weight: 700;
}

.mars-submit .lock-layer#stafflock {
    display: none;
}

[wsdk-container] .button--primary {
    border-radius: 50px;
}

.phone-err-scrn .phone-err-scrn-wrap .phone-err-scrn-cont .phone-err-scrn-icn img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 60px;
    margin: 0 auto;
}

.phone-err-scrn-cta a.chd-link {
    color: #000;
}

[wsdk-container] .dark-inner-provider-container {
    background-color: transparent;
}

[wsdk-container] .camera-viewfinder--container {
    border: none;
}

[wsdk-container] .camera-viewfinder--overlay {
    background-color: transparent;
    border: 2px dashed #fff;
    border-radius: 30px;
}