/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*********************/
/****** Wificss ******/
/*********************/

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes scaleBtn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleBtn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

@keyframes moveDown {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
}

.moveDown {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.scaleBtn {
    -webkit-animation-name: scaleBtn;
    animation-name: scaleBtn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

html, html a, html button, html input {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

body, html {
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
}

body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.btnmb, .btnpc {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.btnmb a, .btnpc a {
    display: block;
    width: 100%;
    height: 100%;
}

.imgmb {
    display: none;
}

.help {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.btn {
    position: absolute;
    max-width: 30%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 0;
    z-index: 9;
}

.btn a {
    display: block;
}

.btn img {
    max-width: 100%;
}

.btn.top_top {
    top: 2.5rem;
    right: inherit;
    bottom: inherit;
    left: 2.5rem;
}

.btn.top_right {
    top: 2.5rem;
    right: 2.5rem;
    bottom: inherit;
    left: inherit;
}

.btn.left_bottom {
    top: inherit;
    right: inherit;
    bottom: 2.5rem;
    left: 2.5rem;
}

.btn.right_bottom {
    top: inherit;
    right: 2.5rem;
    bottom: 2.5rem;
    left: inherit;
}

.btn.left_center {
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 2.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn.bot_center_center {
    top: inherit;
    right: inherit;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btnConnectpc, .btnConnectmb {
    display: none;
}

.btnConnectpc.show, .btnConnectmb.show {
    display: block;
}

.wrapContent {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapContent .wrapContent-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.innerCover {
    width: 900px;
    height: 512px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.innerCover .innerCover-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.bgCoverMb, .bgCoverPc {
    width: 100%;
    height: 100%;
}

.bgCoverMb {
    position: fixed;
    top: 0;
    display: none;
}

.help a {
    text-align: center;
    line-height: 32px;
    font-size: 85%;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5);
}

.help a:hover {
    text-decoration: underline;
}

.bgfixedPc, .bgfixedMb {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: 100% 100%;
    width: 100vw;
    height: 45vh;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
}

.bgfixedMb {
    display: none;
}

.logoAppota {
    position: absolute;
    z-index: 9;
}

.logoPartner {
    top: 1.3rem;
    right: inherit;
    bottom: inherit;
    left: 1.1rem;
    width: 150px;
    height: 50px;
    position: absolute;
    z-index: 9;
}

.bgCoverWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-size: 120% !important;
}

.ads-btn {
    position: absolute;
    max-width: 30%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    top: inherit;
    right: 0;
    bottom: 1.5rem;
    left: inherit;
    z-index: 9;
}

.fixedBot {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 15px;
    background: rgba(15, 164, 74, 0.8);
    border-radius: 10px;
    z-index: 9;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

@-webkit-keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modal-video {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 80px);
        transform: translate(0, 80px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 80px);
        transform: translate(0, 80px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.closefixed {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: bold;
    padding: 0 1rem;
}

/* The Modal (background) */
.modal, .modal-error {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 11;
    /* Sit on top */
    padding-top: 5vh;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .15s ease-out;
    -o-transition: -o-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
}

/* Modal Content */
.modal-content {
    width: 400px;
    text-align: center;
    background: #0FA44A;
    color: #fff;
    border: none;
    border-radius: 15px;
    opacity: 1;
    padding: 50px 15px 10px;
    margin: 0 auto;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-content h5 {
    margin: 15px 0 15px 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.modal-content .form {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.modal-content input, .modal-content button {
    width: 100%;
    border: none;
    max-width: 100%;
    outline: 0;
    height: 40px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0;
}

.modal-content input {
    background: #0FA44A;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-content button {
    width: 100%;
    background: #fff;
    color: #0FA44A;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
}

.modal-content button img {
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-content button.show_loading img {
    opacity: 1;
    position: relative;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.modal-content .close {
    text-decoration: none;
    color: #fff;
    margin-top: 0;
    display: block;
    font-size: 90%;
    opacity: 0.7;
}

.modal-content .close:hover {
    text-decoration: underline;
}

.modal-content .feedback {
    font-size: 85%;
    margin: -10px 0 15px;
    color: #FFC107;
}

.timebox {
    text-align: center;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    z-index: 9;
}

.customDots {
    display: block !important;
    left: auto !important;
    bottom: auto !important;
    position: absolute;
    top: 50%;
    z-index: 9;
    right: 20px !important;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.customDots div div {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 100%;
    font-size: 80%;
    margin: 7px 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.customDots div.active div {
    background: #0fa44a;
}

.react-multi-carousel-track .react-multi-carousel-item img {
    width: 100%;
    background-size: cover !important;
}

.hidden {
    display: none;
}

#blockgame {
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#blockgame .modal-content {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
}

#blockgame iframe {
    width: 100%;
    height: 100%;
}

.lang {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px 4px 4px;
    border: 1px solid #eee;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
}

.lang .logo {
    vertical-align: middle;
    display: inherit;
}

.lang span {
    font-size: 11px;
    font-weight: 500;
}

.lang img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border-radius: 100%;
}

.blocklang.show {
    display: block;
    padding-top: 100px;
}

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

.blocklang .modal-content {
    padding: 0;
    width: 270px;
    background: #fff;
    color: #000;
    overflow: hidden;
    cursor: pointer;
}

.langItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    padding-left: 40px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.langItem.current, .langItem:hover {
    background: #f5f5f5;
}

.langItem:last-child {
    border: none;
}

.langItem .logo {
    vertical-align: middle;
    display: inherit;
}

.langItem span {
    font-size: 13px;
    font-weight: 500;
}

.langItem img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 100%;
}

@media (max-width: 850px) {
    .bgfixedPc, .bgCoverPc, .btnConnectpc {
        display: none;
    }

    .bgfixedMb, .bgCoverMb, .btnmb {
        display: block;
    }

    .logoAppota {
        position: fixed;
    }

    .logoPartner {
        position: fixed;
        width: 130px;
        height: 40px;
    }

    .btn {
        position: fixed;
        max-width: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        width: 340px;
        height: auto;
        top: inherit;
        right: inherit;
        bottom: 2.5rem;
        left: 50%;
    }

    .innerCover {
        width: 100vw;
        height: 100vh;
        border: none !important;
    }

    .timebox {
        position: fixed;
        right: 30px;
        top: 30px;
    }

    .customDots {
        right: 15px !important;
        position: fixed !important;
    }

    input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .lang {
        position: fixed;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .bgfixedMb {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .btn {
        width: 230px;
        height: auto;
    }

    .modal-content {
        width: 80%;
    }

    .modal {
        padding-top: 50px;
    }

    .modal-content .form {
        width: 95%;
    }
}

body {
    background: #E5F6EE;
}

.logoAppota {
    top: 1.3rem;
    right: inherit;
    bottom: inherit;
    left: 1.1rem;
    width: 150px;
    height: 50px;
}

.btn {
    top: inherit;
    right: inherit;
    bottom: 1.2rem;
    left: 1.5rem;
}

.btnpc, .btnConnectpc {
    width: inherit;
    height: 50px;
}

.btnmb, .btnConnectmb {
    width: inherit;
    height: 50px;
}

.help a {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.btnpc, .btnmb, .help {
    -webkit-animation-name: scaleBtn;
    animation-name: scaleBtn;
}

.btn:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: moveDown 0.4s linear 0.5s infinite alternate;
    animation: moveDown 0.4s linear 0.5s infinite alternate;
}

.ads-btn a {
    text-decoration: none;
}

.ads-pc span {
    color: #fff;
    font-size: 70%;
}

.ads-pc p {
    color: #fff;
    font-weight: 500;
    font-size: 1.05rem;
}

.inner-ads-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-ads-pc div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ads-pc {
    display: block;
    padding: 0.6rem 1rem;
}

.ads-btn {
    text-align: left;
}

.fixedBot {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    display: none !important;
}

.fixedBot.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fixedBot .btnpc, .fixedBot .btnConnectpc {
    width: 350px;
    height: 40px;
}

.sdt {
    text-align: center;
    text-decoration: none;
    background: #0FA44A;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    min-width: 185px;
}

.fixedBot-right {
    position: relative;
}

.fixedBot-left, .fixedBot-right {
    width: 50%;
}

.fixedBot-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.formWrap {
    padding: 0;
    left: 0;
    position: absolute;
    max-width: 40%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    top: inherit;
    right: inherit;
    bottom: 1.7rem;
    z-index: 9;
}

.formWrap input, .formWrap button {
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.formWrap input {
    background: #0fa44a;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    outline: 0;
    color: #fff;
    width: 250px;
    font-weight: bold;
}

.formWrap button, .formWrap button:focus {
    width: 40px;
    background: transparent;
    border: 2px solid #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 100%;
    background: #0fa44a;
    line-height: 34px;
    cursor: pointer;
}

.formWrap button img {
    width: 18px;
}

.form_Survey {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    color: #050505;
    width: 100%;
    z-index: 9;
    /*the container must be positioned relative:*/
    /*style the arrow inside the select element:*/
    /*point the arrow upwards when the select box is open (active):*/
    /*style the items (options), including the selected item:*/
    /*style items (options):*/
    /*hide the items when the select box is closed:*/
}

.form_Survey .p20 {
    padding: 20px;
}

.form_Survey .title_form {
    color: #050505;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 23px;
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000014;
}

.form_Survey .title_form .icon_Survey {
    height: 40px;
    width: 40px;
    display: inline-flex;
    background-color: #e4e6eb;
    border-radius: 100%;
    /* text-align: center; */
    /* line-height: 40px; */
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.form_Survey .form-control {
    margin-bottom: 16px;
}

.form_Survey .form-control *:focus {
    border: none;
    outline: 0;
}

.form_Survey .form-control > label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #050505;
}

.form_Survey .inputText {
    background-color: #f0f2f5;
    border-radius: 50px;
    padding: 10px 0;
    /* padding-left: 16px; */
    font-size: 16px;
    height: 26px;
    border: none;
    color: #050505;
    width: 100%;
    text-indent: 16px;
}

.form_Survey .custom-select {
    position: relative;
    font-family: Arial;
}

.form_Survey .custom-select select {
    width: 100%;
    background-color: #f0f2f5;
    color: #050505;
    padding: 12px 16px;
    border-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    appearance: none;
    /*hide original SELECT element:*/
}

.form_Survey .custom-select:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #050505 transparent transparent transparent;
}

.form_Survey .checkbox {
    display: flex;
    align-items: flex-end;
    margin-bottom: 7px;
}

.form_Survey .checkbox label {
    margin-bottom: 0;
    font-size: 15px;
}

.form_Survey .checkbox input {
    margin: 0 8px 2px 0;
}

.scroll_wrap {
    height: 300px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.scroll_wrap::-webkit-scrollbar {
    width: 3px;
}
  
.scroll_wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
.scroll_wrap::-webkit-scrollbar-thumb {
    background: #888;
}
  
.scroll_wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form_Survey .form_action {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #00000014;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* width: 100%; */
    right: 0;
  }

@media (max-width: 768px) {
    .form_Survey {
        position: fixed;
    }
    .scroll_wrap {
        height: calc(100% - 205px);
    }
}

@media (max-width: 850px) {
    .formWrap {
        position: fixed;
        max-width: inherit;
        z-index: 10;
        top: inherit;
        right: inherit;
        bottom: 4.5rem;
        left: 0;
        max-width: 100%;
    }

    .formWrap input {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        padding: 5px 0;
        vertical-align: middle;
        background: #0fa44a;
    }
}

@media (max-width: 850px) {
    .btnmb, .btnConnectmb {
        width: inherit;
        height: 50px;
    }

    .help a {
        color: #000;
        opacity: 1;
        font-size: 100%;
    }

    .btn {
        position: fixed;
        max-width: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        top: inherit;
        right: inherit;
        bottom: 1.5rem;
        left: 50%;
    }

    .hasAdvertise .btn {
        bottom: 4.5rem;
    }

    .ads-btn {
        position: fixed;
        max-width: inherit;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: left;
        color: #fff;
    }

    .ads-pc {
        background: #0FA44A;
    }

    .ads-pc span {
        color: #F8E71C;
        font-size: 70%;
    }

    .fixedBot .btnpc {
        display: block;
    }

    .fixedBot .btnpc, .fixedBot .btnConnectpc {
        width: 300px;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .logoAppota {
        top: 1.3rem;
        right: 1rem;
        bottom: inherit;
        left: inherit;
    }
}

@media screen and (max-width: 767px) {
    .help a {
        font-size: 85%;
        opacity: 0.5;
    }

    .btn {
        bottom: 1.5rem;
    }

    .logoAppota {
        top: 2rem;
        right: inherit;
        bottom: inherit;
        left: 1.5rem;
        width: 130px;
        height: 40px;
    }

    .fixedBot .btnpc, .fixedBot .btnConnectpc {
        width: 100%;
        max-width: 400px;
    }

    .fixedBot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        padding: 30px 15px;
        background: #0FA44A;
        position: fixed;
    }

    .fixedBot-left, .fixedBot-right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fixedBot-right {
        padding-top: 25px;
    }

    .fixedBot-right a {
        width: 100%;
    }

    .qrcode {
        position: fixed !important;
        left: 50% !important;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 7rem !important;
        z-index: 9;
    }

    .zoom-overlay-open .qrcode {
        z-index: 450;
        border: none;
    }
}

@media screen and (max-width: 320px) {
    .modal-content {
        padding-top: 40px;
    }

    .demobtn {
        bottom: 40vh !important;
    }
}

.demobtn {
    right: 32%;
    position: absolute;
    max-width: 30%;
    width: 100%;
    cursor: pointer;
    text-align: center;
    top: inherit;
    bottom: 1.5rem;
    left: inherit
}

.modal-content.demo {
    padding: 0 !important
}

/****** Theme  *******/


/* Loading component*/

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ce4233;
    letter-spacing: 0.2em;
}

.loader::before, .loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ce4233;
    position: absolute;
    -webkit-animation: load 0.7s infinite alternate ease-in-out;
    animation: load 0.7s infinite alternate ease-in-out;
}

.loader::before {
    top: 0;
}

.loader::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

.qrcode {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 9;
    max-width: 170px;
    background: #fff;
    border-radius: 10px;
    padding: 7px;
    border: 1px solid #f1f1f1;
}

.qrcode.right {
    left: inherit;
    right: 1rem;
}

.qrcode p {
    margin-top: 7px;
    font-size: 0.7rem;
    text-align: center;
    font-weight: 500;
}

@keyframes zoomQRCode {
    from {
        -webkit-transform: scale(0.1);
                transform: scale(0.1)
    }
    to {
        -webkit-transform: scale(2);
                transform: scale(2)
    }
}

@-webkit-keyframes zoomQRCode {
    from {
        -webkit-transform: scale(0.1);
                transform: scale(0.1)
    }
    to {
        -webkit-transform: scale(2);
                transform: scale(2)
    }
}

.loaddingWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 99;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.loaddingWrap:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: block;
}
.loaddingWrap.show {
    opacity: 1;
    visibility: visible;
}
.loaddingWrap  p {
    margin-top: 50px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.step-wrapper {
    padding-bottom: 20px;
}

.step-wrapper p, .step-wrapper h3 {
    padding-bottom: 10px;
}

.step-wrapper img {
    width: 80% !important;
}

/****** Theme  *******/
@font-face{font-family:"revicons";fallback:fallback;src:url(data:font/woff;base64,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) format('woff'),url(/_next/static/fonts/revicons-17629a5dfe0d3c3946cf401e1895f091.ttf) format('ttf'),url(/_next/static/fonts/revicons-2feb69ccb596730c72920c6ba3e37ef8.eot) format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\E824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\E825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}
