@font-face {
    font-family: "svnOscine";
    src: url("../fonts/svnOscine.otf.html") format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "svnOscineB";
    src: url("../fonts/svnOscineB.otf.html") format("opentype");
    font-weight: normal;
    font-style: normal
}

.fsvnOscine {
    font-family: "svnOscine"
}

.fsvnOscineB {
    font-family: "svnOscineB"
}

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

ol,ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,td,th {
    font-weight: normal;
    text-align: left
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote,q {
    quotes: "" ""
}

a img {
    border: 0
}

figure {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:focus,a:hover,a:hover p,select:active,select:focus,select:hover {
    text-decoration: none;
    outline: none!important
}

a,a:link {
    text-decoration: none;
    outline: none!important;
    color: #fff
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: table;
    clear: both
}

::-webkit-input-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

::-moz-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

:-ms-input-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

::-ms-input-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

::placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

:-ms-input-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

::-ms-input-placeholder {
    color: #333333;
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px)
}

*,.box_sizing_border_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.a100 {
    width: 100%;
    height: 100%;
    display: block
}

.cp {
    cursor: pointer
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.w100percent {
    width: 100%
}

.m__inline {
    margin-inline:auto}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aCenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

button,input,select {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

input,select {
    font-family: "svnOscine";
    font-size: clamp(13px,3vw,16px);
    color: #333333
}

.tUpper {
    text-transform: uppercase
}

.tCenter {
    text-align: center
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.img-res {
    max-width: 100%;
    width: auto;
    height: auto
}

.cWhite {
    color: #ffffff!important
}

.cBlack {
    color: #000!important
}

.cPage {
    color: #7f7f85!important
}

.cInput {
    color: #333333!important
}

.cYellow {
    color: #cdff00!important
}

.link-under {
    text-decoration: underline!important
}

.tdBtn {
    text-shadow: 1px 0 #cc7f0c,-1px 0 #cc7f0c,0 1px #cc7f0c,0 -1px #cc7f0c,1px 1px #cc7f0c,-1px -1px #cc7f0c,1px -1px #cc7f0c,-1px 1px #cc7f0c
}

@media only screen and (min-width: 1225px) {
    .tdBtn {
        text-shadow:2px 0 #cc7f0c,-2px 0 #cc7f0c,0 2px #cc7f0c,0 -2px #cc7f0c,2px 2px #cc7f0c,-2px -2px #cc7f0c,2px -2px #cc7f0c,-2px 2px #cc7f0c
    }
}

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000
    }

    to {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000
    }

    to {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000
    }
}

@-webkit-keyframes rock-boat {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(-7deg) translateY(-5px);
        transform: rotate(-7deg) translateY(-5px)
    }

    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }
}

@keyframes rock-boat {
    0% {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }

    50% {
        -webkit-transform: rotate(-7deg) translateY(-5px);
        transform: rotate(-7deg) translateY(-5px)
    }

    to {
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0)
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }

    50% {
        -webkit-transform: translate(0px,5px);
        transform: translate(0px,5px)
    }

    to {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }

    50% {
        -webkit-transform: translate(0px,5px);
        transform: translate(0px,5px)
    }

    to {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

html.root__page {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%
}

body.h5--game__screen {
    font-family: "svnOscine";
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    background-color: #393939;
    min-height: 100vh;
    max-width: 1920px;
    margin-inline:auto;overflow-x: hidden!important
}

.limit__game {
    position: relative;
    width: 100%;
    margin-inline:auto}

@media only screen and (min-width: 992px) {
    .limit__game {
        max-width:99.2rem
    }
}

@media only screen and (max-width: 991px) {
    .hideMB {
        display:none!important
    }
}

@media only screen and (min-width: 992px) {
    .hidePC {
        display:none!important
    }
}

.link-hv.active .img-hv,.link-hv:hover .img-hv {
    display: inline-block
}

.link-hv .img-ac,.link-hv .img-hv {
    width: 100%
}

.link-hv .img-hv {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.btn-tranY {
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.btn-tranY.active,.btn-tranY:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.btn-Zoom {
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.btn-Zoom.active,.btn-Zoom:hover {
    -webkit-transform: scale(1.1)!important;
    transform: scale(1.1)!important
}

.mt-1per {
    margin-top: 1%
}

.mt-2per {
    margin-top: 2%
}

.mt-3per {
    margin-top: 3%
}

.mt-4per {
    margin-top: 4%
}

.pagination {
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .pagination {
        margin-top:20px
    }
}

.pagination ul {
    text-align: center
}

.pagination ul li {
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #767676;
    font-size: 1.4rem;
    border-radius: 5px;
    margin: 0 2px
}

@media only screen and (min-width: 768px) {
    .pagination ul li {
        width:5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.8rem
    }
}

.pagination ul li a {
    color: #fff
}

.pagination ul li.active,.pagination ul li:hover {
    background: #2ccefd
}

.slick-custom-dots .slick-dots {
    bottom: -25%
}

.slick-custom-dots .slick-dots li {
    background: #fff;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    margin: 0 3px
}

@media only screen and (min-width: 1225px) {
    .slick-custom-dots .slick-dots li {
        margin:0 5px
    }
}

.slick-custom-dots .slick-dots li.slick-active {
    background: #ffc333
}

.slick-custom-dots .slick-dots li button {
    width: 14px;
    height: 14px
}

.slick-custom-dots .slick-dots li button:before {
    width: 14px;
    height: 14px;
    content: ""
}

.slick-custom-dots.slick-dot-black .slick-dots li {
    background: #fff
}

.slick-arrow {
    width: 30px;
    height: 43px;
    background: url(../images/arrow-left.png.html) no-repeat center center;
    background-size: contain;
    z-index: 2
}

.slick-arrow:focus,.slick-arrow:hover {
    background: url(../images/arrow-left.png.html) no-repeat center center;
    background-size: contain
}

.slick-arrow.slick-disabled {
    background: transparent
}

.slick-arrow:before {
    content: ""
}

@media only screen and (min-width: 1024px) {
    .slick-arrow {
        width:37px;
        height: 81px
    }
}

.slick-arrow.slick-prev {
    left: -11%
}

@media only screen and (min-width: 1024px) {
    .slick-arrow.slick-prev {
        left:-13%
    }
}

.slick-arrow.slick-next:not(.slick-disabled) {
    right: -11%;
    background: url(../images/arrow-right.png.html) no-repeat center center;
    background-size: contain
}

@media only screen and (min-width: 1024px) {
    .slick-arrow.slick-next:not(.slick-disabled) {
        right:-13%
    }
}

.slick-arrow.slick-next:not(.slick-disabled):focus,.slick-arrow.slick-next:not(.slick-disabled):hover {
    background: url(../images/arrow-right.png.html) no-repeat center center;
    background-size: contain
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.out-hv {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.out-hv:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.bd-black {
    text-shadow: 2px 0 #000,-2px 0 #000,0 2px #000,0 -2px #000,2px 2px #000,-2px -2px #000,2px -2px #000,-2px 2px #000
}

.bd-black2 {
    text-shadow: 1.5px 0 #000,-1.5px 0 #000,0 1.5px #000,0 -1.5px #000,1.5px 1.5px #000,-1.5px -1.5px #000,1.5px -1.5px #000,-1.5px 1.5px #000
}

.w100per {
    width: 100%
}

.h100per {
    height: 100%
}

.left0 {
    left: 0
}

.top0 {
    top: 0
}

.app--game {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)
}

.bt_yl {
    background: url(../images/bt_yl.png) no-repeat center center;
    background-size: 100% 100%
}

.bt_copy {
    background: url(../images/bt_copy.png.html) no-repeat center center;
    background-size: 100% 100%
}

.btn_act {
    background: url(../images/btn_act.png.html) no-repeat center center;
    background-size: 100% 100%
}

.screen--login {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top
}

.box__log {
    width: 90%;
    max-width: 450px
}

.brand__game {
    padding-top: 10%
}

@media only screen and (min-width: 992px) {
    .brand__game {
        padding-top:50px
    }
}

.brand__game img {
    display: inline-block;
    width: 60vw;
    max-width: 378px
}

.box__sl--log {
    margin-top: 5%
}

@media only screen and (min-width: 992px) {
    .box__sl--log {
        margin-top:30px
    }
}

.step--log {
    font-size: clamp(13px,3vw,16px)
}

.step__body,.step__head {
    padding-inline:5%}

@media only screen and (min-width: 992px) {
    .step__body,.step__head {
        padding-inline:30px
    }
}

.step__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-top-right-radius: 25px;
    background: url(../images/bg__head.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: clamp(14px,3.5vw,18px);
    padding-block:2%}

.step__head .name__step {
    font-size: clamp(18px,5vw,24px)
}

.step__body {
    background: #fff;
    padding-block:5% 3%}

.step__body .form--input {
    border-radius: 10px;
    background: #cedddb;
    width: 100%;
    height: 40px;
    margin-bottom: 13px
}

@media only screen and (min-width: 992px) {
    .step__body .form--input {
        height:48px;
        margin-bottom: 17px
    }
}

.step__body .form--input .input--to {
    font-family: "svnOscine";
    width: 100%;
    height: 100%;
    padding-left: 5%
}

.step__body .btn--log__to {
    font-size: clamp(13px,4vw,19px);
    padding: 4% 10%
}

.step__body .log--other__link {
    gap: 0 15px
}

@media only screen and (min-width: 992px) {
    .step__body .log--other__link {
        gap:0 30px
    }
}

.step__body .log--other__link .alink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.step__body .log--other__link img {
    display: block;
    width: 10vw;
    max-width: 59px
}

.step__end {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 25px;
    background: #cedddb;
    padding-block:2%;gap: 0 5px
}

.step__end a {
    text-decoration: underline
}

.step__end [type=radio]:checked+label,.step__end [type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

.step__end [type=radio]:checked+label:before,.step__end [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #15a0b0;
    border-radius: 100%;
    background: transparent
}

.step__end [type=radio]:checked+label:after,.step__end [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #15a0b0;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.step__end [type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.step__end [type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sex--plus {
    font-size: clamp(12px,2.5vw,14px);
    gap: 0 5px;
    margin-top: 2%
}

.sex--plus img {
    width: 4vw;
    max-width: 27px
}

.showhide--pass {
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 18px;
    background: url(../images/eye.png.html) no-repeat center center;
    background-size: contain;
    display: none
}

.screen--play {
    background: url(../images/bg.jpg.html);
    background-repeat: no-repeat;
    background-position: center top
}

.page--play .ttgo--img__game {
    width: auto;
    max-width: 300px;
    top: 2%;
    left: 2%
}

.page--play .frame--game {
    width: 100%;
    max-width: 600px;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0px 3px 10px #000;
    box-shadow: 0px 3px 10px #000
}

@media only screen and (min-width: 992px) {
    .page--play .frame--game {
        border-inline:4px solid #fff
    }
}

.scroll--fixed {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    width: 300px;
    right: -300px;
    height: 100%
}

@media only screen and (min-width: 992px) {
    .scroll--fixed {
        width:444px;
        right: -444px
    }
}

.scroll--fixed.on {
    right: 0
}

.scroll--fixed.on .hambuger__scroll--fix {
    right: -100%
}

.scroll--fixed .hambuger__scroll--fix {
    right: 100%;
    top: 20%
}

.scroll--fixed .hambuger__scroll--fix img {
    width: 9vw;
    max-width: 70px
}

.in--scroll__fixed {
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 25px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3)
}

.in--scroll__fixed .close-scrfixed {
    top: 1%;
    right: 3%
}

.in--scroll__fixed .close-scrfixed img {
    width: 4vw;
    max-width: 30px;
    display: block
}

.head--scrfixed {
    background: url(../images/bg_head.png.html) no-repeat center center;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3% 5%
}

.head--scrfixed .hello--user {
    font-size: clamp(14px,4vw,24px);
    display: block
}

.head--scrfixed .hello--user span {
    float: left
}

.head--scrfixed .hello--user .tName {
    max-width: 110px;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media only screen and (min-width: 992px) {
    .head--scrfixed .hello--user .tName {
        max-width:180px
    }
}

.head--scrfixed .change--acc {
    text-decoration: underline;
    font-size: clamp(13px,3vw,20px)
}

.body-scrfixed {
    padding-top: 8%
}

@media only screen and (min-width: 992px) {
    .body-scrfixed {
        padding-top:35px
    }
}

.list--act-to {
    text-align: center
}

.list--act-to .btn__link-new {
    font-size: clamp(16px,3.5vw,22px);
    margin-bottom: 3%;
    padding: 5% 0;
    max-width: 75%
}

@media only screen and (min-width: 992px) {
    .list--act-to .btn__link-new {
        padding:0;
        width: 305px;
        height: 71px;
        margin-bottom: 15px
    }
}

.list--gc__scrfiex .code--game {
    width: 260px;
    height: 50px;
    margin-bottom: 6%
}

@media only screen and (min-width: 992px) {
    .list--gc__scrfiex .code--game {
        width:310px;
        height: 60px;
        margin-bottom: 30px
    }
}

.list--gc__scrfiex .code--game .inputCodeGame {
    border-radius: 10px;
    background: #cedddb;
    font-size: clamp(13px,3vw,16px);
    width: 100%;
    height: 100%;
    padding-right: 10%
}

.list--gc__scrfiex .code--game .btn--copy {
    font-size: clamp(16px,3.5vw,22px);
    right: -8%;
    top: 0;
    width: 35%;
    height: 109%
}
