body {
    background: #131313;
}

body:not(.mini-navbar) {
    background-color: #131313;
}

section.wecheer-sec {
    display: none;
}

.wecheer-sec-wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

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

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

.gateway-older {
    padding: 0 30px;
    max-width: 630px;
    margin: 0 auto;
    position: relative;
}

.gateway-ans {
    position: relative;
    padding: 30px 0;
    font-size: 0;
    max-width: 460px;
    margin: auto 0;
    display: flex;
}

.ans-col {
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    flex: 1;
    justify-content: center;
}

.gateway-btn {
    border: 1px solid #fff;
    padding: 12px;
    text-align: center;
    border-radius: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -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-color: #fff;
    color: #000;
}

.gateway-footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 30px 15px 0;
}

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

.vuse-form .wecheer-sec-wrap {
    background-color: #131313;
    color: #fff;
    padding: 0 15px 40px;
    overflow-x: hidden;
}

.title_label {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;

}

.store_id_input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    /* border: 1px solid #342c7c; */
    padding: 10px;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #ECD3F9, #BDA8F7) border-box;
    border: 1.5px solid transparent;
}

.vuse-checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pnote {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
}

.vuse-form .vuse-submit {
    text-align: center;
    position: relative;
}

.lock-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.loader {
    width: 32px;
    height: 32px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.vuse-v3 .vuse-submitbtn {
    border: 1px solid #fff;
    background-color: #F8AB28;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
    color: #fff;
    width: 214px;
    height: 50px;
    display: block;
    text-align: center;
    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;
}

/*Vuse p3 styles */
.vuse-v3 {
    font-family: 'Gotham', arial;
    font-weight: 400;
}

.vuse-v3 .gateway-bg {
    position: relative;
}

.vuse-v3 .vuse-gateway-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.vuse-v3 .ans-col {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    vertical-align: top;
    flex: 1;
    display: flex;
}

.vuse-v3 .gateway-btn {
    border: 1px solid #fff;
    padding: 16px 25px;
    text-align: center;
    border-radius: 32px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 80%;
    min-width: 100px;
}

.vuse-v3 .gateway-footer {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 20px 15px;
}

.vuse-v3 .gateway-btn:hover {
    background-color: #fff;
    color: rgb(162, 2, 145);
}

.vuse-v3 .wecheer-notolder .gateway-footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 100%;
}

.vuse-v3 .gateway-ans {
    text-align: center;
    padding: 75px 0;
}

.vuse-v3 a.start-now {
    font-size: 18px;
}

.vuse-v3 .vuse-submitbtn {
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.vuse-v3 .vuse-form .wecheer-sec-wrap {
    padding: 15px 15px 40px;
}

.vuse-v3 .pnote {
    font-weight: 400;
}

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

.label_checkbox {
    display: grid;
    gap: 10px;
    align-items: center;
    flex-direction: column-reverse;
    grid-template-columns: auto 1fr;
}

.label_checkbox input {
    vertical-align: top;
    align-self: flex-start;
    margin-top: 4px;
}

.form-control:focus {
    color: #fff;
}

