@charset "UTF-8";
body {
    font-family: sans-serif;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
}
p {
    margin-bottom: 0;
}
.circle-p {
    background-image: url(/frontend/images/img/soure-web/icon/circle-p_icon.png);
}
.circle-b,
.circle-p {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
    width: 100%;
}
.circle-b {
    background-image: url(/frontend/images/img/soure-web/icon/circle-b_icon.png);
}
.circle-t {
    background-image: url(/frontend/images/img/soure-web/icon/circle-t_icon.png);
}
.circle-s,
.circle-t {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
    width: 100%;
}
.circle-s {
    background-image: url(/frontend/images/img/soure-web/icon/circle-s_icon.png);
}
.circle-l {
    background-image: url(/frontend/images/img/soure-web/icon/circle-l_icon.png);
}
.circle-black,
.circle-l {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    max-height: 60px;
    max-width: 60px;
    width: 100%;
}
.circle-black {
    background-image: url(/frontend/images/img/soure-web/icon/circle_black.png);
    display: grid;
    place-content: center;
}
.circle-green {
    background-image: url(/frontend/images/img/soure-web/icon/circle_green.png);
}
.circle-green,
.circle-red {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: grid;
    height: 100%;
    max-height: 50px;
    max-width: 50px;
    place-content: center;
    width: 100%;
}
.circle-red {
    background-image: url(/frontend/images/img/soure-web/icon/circle_red.png);
}
.bg-percent {
    background-color: #f28800;
    border-radius: 5px !important;
    padding: 0 5px !important;
}
.bg-progress-bar_orange {
    background-color: #f55a2b;
}
.bg-progress-bar_blue {
    background-color: #27a9e3;
}
.bg-progress-bar_pink {
    background-color: #ef028e;
}
.bg-progress-bar_ฺblack {
    background-color: #1f1f1f;
}
.bg-progress-bar_red {
    background-color: #e80e0e;
}
.bg-progress-bar_green {
    background-color: #2dc918;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.txt_SD-blue {
    text-shadow: 0 0 8px #08f;
}
.txt_SD-yellow {
    text-shadow: 0 0 8px #ffe668;
}
.txt_SD-green {
    text-shadow: 0 0 8px #56ffe2;
}
.txt_SD-purple {
    text-shadow: 0 0 8px #872cff;
}
.txt_SD-red {
    text-shadow: 0 0 8px #ff5656;
}
.removeAfter:after {
    display: none;
}
.bg-type1 {
    animation: fade-in 1s forwards;
    opacity: 0;
}
.bg-type1 .bg-main {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-type1 .bg-main img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 85% bottom;
    object-position: 85% bottom;
    position: absolute;
    top: 0;
    width: 100%;
}
.bg-type1 .bg-element {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-type1 .bg-element img {
    position: absolute;
}
.bg-type1 .bg-element .bg-element-1 {
    animation: bg-element-1 10s ease infinite;
    left: 5%;
    top: 25%;
}
@keyframes bg-element-1 {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translate(-10px, -20px) rotate(0deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
.bg-type1 .bg-element .bg-element-2 {
    animation: bg-element-2 25s ease infinite;
    left: 2%;
    top: 20%;
    z-index: 2;
}
@keyframes bg-element-2 {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translate(20px, -20px) rotate(5deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
.bg-type1 .bg-element .bg-element-3 {
    animation: bg-element-3 15s ease infinite;
    right: 2%;
    top: 20%;
    z-index: 2;
}
@keyframes bg-element-3 {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translate(-10px, -20px) rotate(0deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
.bg-type1 .bg-element .bg-element-4 {
    animation: bg-element-4 12s ease infinite;
    bottom: 5%;
    left: 0;
}
@keyframes bg-element-4 {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(0deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
.bg-type1 .bg-element .bg-element-5 {
    animation: bg-element-5 10s ease infinite;
    bottom: 2%;
    right: -4%;
}
@keyframes bg-element-5 {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(0deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
.bg-type1 .bg-element .bg-element-phone {
    animation: bg-element-phone 5s ease infinite;
    bottom: 5%;
    max-width: 300px;
    right: 3%;
    width: 30%;
}
@keyframes bg-element-phone {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(0deg);
    }
    to {
        transform: translate(0) rotate(0);
    }
}
@media only screen and (max-width: 1240px) {
    .bg-type1 .bg-element .bg-element-1 {
        left: 5%;
        top: 65%;
        width: 20%;
    }
    .bg-type1 .bg-element .bg-element-2 {
        left: 2%;
        top: 35%;
        width: 13%;
        z-index: 2;
    }
    .bg-type1 .bg-element .bg-element-4 {
        bottom: 30%;
        left: 0;
        width: 30%;
    }
    .bg-type1 .bg-element .bg-element-5 {
        animation: bg-element-5 10s ease infinite;
        bottom: 2%;
        right: -10%;
    }
}
@media only screen and (max-width: 700px) {
    .bg-type1 .bg-element .bg-element-1 {
        left: 10%;
        top: 65%;
        width: 35%;
    }
    .bg-type1 .bg-element .bg-element-2 {
        top: 47%;
    }
    .bg-type1 .bg-element .bg-element-3 {
        right: 2%;
        top: 38%;
        width: 20%;
        z-index: 2;
    }
    .bg-type1 .bg-element .bg-element-4 {
        bottom: 25%;
        width: 40%;
    }
    .bg-type1 .bg-element .bg-element-5 {
        width: 75%;
    }
}
.them-sa .bg-element:before {
    animation: bg-element-overlay 5s infinite alternate;
    background: #fff;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 30%, #359a42);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@keyframes bg-element-overlay {
    0% {
        filter: contrast(1);
    }
    to {
        filter: contrast(0.5);
    }
}
header {
    animation: fade-in 1s forwards;
    animation-delay: 0.5s;
    background-image: linear-gradient(#101010, #18411A);;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: solid 2px #6BEFEA;
}
header .header_wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
}
header .header-col-L .header-logo {
    display: block;
    height: 55px;
    position: relative;
    width: 240px;
}
header .header-col-L .header-logo img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
header .header-col-R {
    align-items: center;
    display: flex;
}
header .header-col-R .btn-back-Dasktop {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 35px;
    margin-right: 30px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative;
    text-decoration: none;
}
header .header-col-R .btn-back-Dasktop p {
    color: #fff;
    display: grid;
    font-size: 26px;
    height: 30px;
    line-height: 1;
    margin-left: -10px;
    padding: 1px 20px 0 25px;
    place-content: center;
    position: relative;
}
header .header-col-R .btn-back-Dasktop p:before {
    background-color: #22201f;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
header .header-col-R .btn-back-Dasktop p:after,
header .header-col-R .btn-back-Dasktop p:before {
    clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 0 100%);
    content: "";
    position: absolute;
}
header .header-col-R .btn-back-Dasktop p:after {
    background: linear-gradient(90deg, #513312, #b49243 50%);
    bottom: -2px;
    left: -2px;
    right: -2px;
    top: -2px;
    z-index: -2;
}
header .header-col-R .btn-back-Dasktop:before {
    background-image: url(/frontend/images/img/soure-web/icon/back-icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    width: 50px;
}
header .header-col-R .header-group-btn {
    display: flex;
    position: relative;
    color: #fff;
}
header .header-col-R .header-group-btn .heeader-btn_item {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-right: 15px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 15px;
    border-right: solid 2px #22D94F;
}
header .header-col-R .header-group-btn .heeader-btn_item:last-child {
    margin-right: 0;
}
header .header-col-R .header-group-btn .heeader-btn_item p {
    color: #fff;
    display: grid;
    font-size: 26px;
    height: 30px;
    line-height: 1;
    margin-left: -10px;
    margin-top: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 1px 20px 0;
    place-content: center;
    position: relative;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}
header .header-col-R .header-group-btn .heeader-btn_item p:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
header .header-col-R .header-group-btn .heeader-btn_item p:after {
    background: linear-gradient(90deg, #dae712, rgba(0, 0, 0, 0.1));
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -2;
}
header .header-col-R .header-group-btn .btn-user:before {
    background-image: url(../images/user.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    width: 50px;
}
header .header-col-R .header-group-btn .btn-credit {
    margin-right: 25px;
}
header .header-col-R .header-group-btn .btn-credit:before {
    background-image: url(../images/credit.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    width: 50px;
}
header .header-col-R .header-group-btn .btn-logout {
    position: relative;
}
header .header-col-R .header-group-btn .btn-logout p {
    border: 1px solid #dae712;
    padding: 5px 20px 5px 45px;
}
header .header-col-R .header-group-btn .btn-logout p:after,
header .header-col-R .header-group-btn .btn-logout p:before {
    display: none;
}
header .header-col-R .header-group-btn .btn-logout:before {
    background-image: url(../images/exit.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 5px;
    position: absolute;
    width: 20px;
}
header .header-col-R .hamburger {
    cursor: pointer;
    display: none;
    z-index: 999;
}
header .header-col-R .bar1,
header .header-col-R .bar2,
header .header-col-R .bar3,
header .header-col-R .bar4 {
    background-color: #fff;
    height: 4px;
    margin: 5px 0;
    transition: 0.4s;
}
header .header-col-R .bar1,
header .header-col-R .bar3 {
    margin-left: auto;
    width: 18px;
}
header .header-col-R .bar2,
header .header-col-R .bar4 {
    width: 36px;
}
header .header-col-R .change .bar1,
header .header-col-R .change .bar3 {
    opacity: 0;
}
header .header-col-R .change .bar2 {
    transform: rotate(-45deg) translate(-3px, 4px);
}
header .header-col-R .change .bar4 {
    transform: rotate(45deg) translate(-8px, -10px);
}
header .header-col-R .hamburger:hover .bar1,
header .header-col-R .hamburger:hover .bar3 {
    margin-left: auto;
    width: 36px;
}
.model-Link {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.model-Link .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
}
.model-Link .Link_wrapper {
    background-color: #000;
    border: 1px solid #580168;
    border-radius: 15px;
    display: none;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.model-Link .Link_wrapper.active {
    display: block;
}
.model-Link .gorupLink {
    grid-gap: 15px;
    display: flex;
}
.model-Link .txtTtitle {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.model-Link .link-item {
    align-items: center;
    background-color: #580168;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: grid;
    display: flex;
    font-size: 22px;
    height: 45px;
    place-content: center;
    text-decoration: none;
    width: 125px;
}
.model-Link .link-item:hover {
    filter: brightness(1.5);
}
.model-Link .link-item i {
    font-size: 18px;
    margin-right: 7px;
}
.model-Link .link-item span {
    color: #f3b3ff;
    margin-right: 3px;
}
.model-Link.active {
    visibility: visible;
}
.model-codeLink {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.model-codeLink .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
}
.model-codeLink .codeLink_wrapper {
    background-color: #000;
    border: 1px solid #580168;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.model-codeLink .groupIp input {
    background-color: rgba(88, 1, 104, 0.8);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    outline: unset;
    padding: 2px 10px;
    text-align: center;
    width: 250px;
}
.model-codeLink .txtTtitle {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.model-codeLink .btnYes {
    background-color: #580168;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: grid;
    font-size: 24px;
    height: 40px;
    margin: 0 auto;
    place-content: center;
    text-decoration: none;
    width: 120px;
}
.model-codeLink .btnYes:hover {
    filter: brightness(1.5);
}
.model-codeLink.active {
    visibility: visible;
}
.btnClose-modelslotPage {
    background: unset;
    border: unset;
    cursor: pointer;
    outline: unset;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}
.btnClose-modelslotPage:hover {
    filter: brightness(1.5);
}
.btnClose-modelslotPage i {
    color: #580168;
    font-size: 30px;
}
.skiptranslate iframe {
    opacity: 0;
}
.winRate-highlight-red > * {
    color: #fb2929 !important;
}
.winRate-highlight-green > * {
    color: #25a625 !important;
}
#google_translate_element {
    height: 28px;
    overflow: hidden;
}
.goog-te-gadget .goog-te-combo {
    height: 26px;
}
@media only screen and (max-width: 1270px) {
    header .header-col-R .btn-back-Dasktop {
        margin-right: 35px;
    }
    header .header-col-R .header-group-btn {
        background-color: rgba(0, 0, 0);
        display: grid;
        grid-template-rows: auto auto auto auto auto 1fr;
        height: 100%;
        left: 0;
        opacity: 0;
        padding: 130px 25px 70px;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 70%;
    }
    header .header-col-R .header-group-btn_active {
        opacity: 1;
        overflow: auto;
        transition: 0.5s;
        visibility: visible;
    }
    header .header-col-R .hamburger {
        display: block;
    }
    header .header-col-R .header-group-btn .btn-user {
        background-color: unset;
    }
    header .header-col-R .header-group-btn .btn-credit,
    header .header-col-R .header-group-btn .btn-topup {
        background-color: unset;
        margin-bottom: 30px !important;
    }
    header .header-col-R .header-group-btn .heeader-btn_item {
        border-bottom: 1px solid #ffffff3b;
        border-radius: 0;
        height: 80px;
        margin: 0 auto;
        max-width: 700px;
        width: 100%;
    }
    header .header-col-R .header-group-btn .heeader-btn_item p {
        font-size: 40px;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    header .header-col-R .header-group-btn .btn-credit:before,
    header .header-col-R .header-group-btn .btn-user:before {
        height: 50px;
        width: 50px;
    }
    header .header-col-R .header-group-btn .btn-topup:before {
        background-image: url(/frontend/images/img/soure-web/icon/topup2-ico.png);
        height: 50px;
        width: 50px;
    }
    header .header-col-R .header-group-btn .btn-logout {
        border: unset;
        border-radius: 15px;
        height: 50px;
        margin: 0 auto !important;
    }
    header .header-col-R .header-group-btn .btn-topup {
        padding-left: 0;
        position: static;
        right: unset;
    }
    header .header-col-R .header-group-btn .btn-topup p {
        display: block;
    }
    header .header-col-R .header-group-btn .heeader-btn_item p:after,
    header .header-col-R .header-group-btn .heeader-btn_item p:before {
        display: none;
    }
    header .header-col-R .header-group-btn .btn-logout p:after,
    header .header-col-R .header-group-btn .btn-logout p:before {
        display: block;
    }
    header .header-col-R .header-group-btn .btn-logout p {
        height: 55px;
        padding: 1px 15px 0 60px;
    }
    header .header-col-R .header-group-btn .btn-logout:before {
        height: 30px;
        width: 30px;
    }
}
@media only screen and (max-width: 650px) {
    header .header_wrapper {
        padding: 5px 20px;
    }
    header .header-col-L .header-logo {
        height: 60px;
        width: 170px;
    }
    header .header-col-R .btn-back-Dasktop p {
        display: none;
    }
    header .header-col-R .change .bar1 {
        transform: rotate(-45deg) translate(-4px, 6px);
    }
    header .header-col-R .change .bar3 {
        transform: rotate(45deg) translate(-6px, -9px);
    }
    header .header-col-R .header-group-btn .heeader-btn_item {
        height: 60px;
    }
    header .header-col-R .header-group-btn .heeader-btn_item p {
        font-size: 28px;
        margin-left: 15px;
        padding: 1px 40px 0 15px;
        white-space: nowrap;
    }
    header .header-col-R .header-group-btn .heeader-btn_item.btn-help p {
        border: 1px solid #fff;
        margin-left: 0;
        margin-left: 0 !important;
        padding: 7px 64px !important;
    }
    header .header-col-R .header-group-btn .btn-credit:before,
    header .header-col-R .header-group-btn .btn-topup:before,
    header .header-col-R .header-group-btn .btn-user:before {
        height: 35px;
        width: 35px;
    }
    header .header-col-R .header-group-btn .btn-logout p {
        height: 40px;
        margin-left: 0;
        padding: 1px 15px 0 60px;
    }
    header .header-col-R .header-group-btn .btn-logout:before {
        left: 15px;
    }
    header .header-col-R .btn-back-Dasktop {
        margin-right: 25px;
    }
    header .header-col-R .btn-back-Dasktop:before {
        height: 35px;
        width: 35px;
    }
}
.model-user {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.model-user .model-user_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
}
.model-user .model-user_wrapper {
    background-color: rgba(54, 1, 149, 0.5);
    border: 3px solid #ff6ef3;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #ff6ef3, 0 0 10px 0 #ff6ef3;
    max-width: 700px;
    opacity: 0;
    padding: 40px 35px 55px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2;
}
.model-user .model-user_wrapper .model-title {
    text-align: center;
}
.model-user .model-user_wrapper .model-title h1 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff 46%, #a7a7a7 58%);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.model-user .model-user_wrapper .model-userDes {
    grid-column-gap: 1.5vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.model-user .model-user_wrapper .model-userDes .userDes-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.model-user .model-user_wrapper .model-userDes .userDes-item span {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}
.model-user .model-user_wrapper .model-userDes .userDes-item span:nth-child(2) {
    color: #ff6ef3;
}
.model-user .model-user_wrapper form h3 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff 46%, #a7a7a7 58%);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 3px #333);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}
.model-user .model-user_wrapper form .form-group {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.model-user .model-user_wrapper form .form-group label {
    color: #fff;
    font-size: 27px;
    margin-bottom: 0;
    width: 25%;
}
.model-user .model-user_wrapper form .form-group input {
    font-size: 20px;
    text-indent: 20px;
    width: 75%;
}
.model-user .model-user_wrapper form .form-group_btn {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-top: 50px;
}
.model-user .model-user_wrapper form .form-group_btn .btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #b8e6fe,
        #38b3f9 25%,
        #0470d3 85%,
        #b8e6fe 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    place-self: end;
    transition: 1s;
    width: 100%;
}
.model-user .model-user_wrapper form .form-group_btn .btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    width: 100%;
}
.model-user_active {
    visibility: visible;
}
.model-user_active .model-user_overlay {
    opacity: 1;
}
.model-user_active .model-user_wrapper {
    opacity: 1;
    transform: translateY(0);
}
.model-topup {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.model-topup .model-topup_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
}
.model-topup .model-topup_wrapper {
    background-color: rgba(54, 1, 149, 0.5);
    border: 3px solid #ff6ef3;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #ff6ef3, 0 0 10px 0 #ff6ef3;
    max-width: 700px;
    opacity: 0;
    padding: 40px 35px 55px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2;
}
.model-topup .model-topup_wrapper .model-title {
    text-align: center;
}
.model-topup .model-topup_wrapper .model-title h1 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff 46%, #a7a7a7 58%);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.model-topup .model-topup_wrapper form {
    margin: 0 auto;
    max-width: 460px;
}
.model-topup .model-topup_wrapper form .form-group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 10px;
    text-align: center;
}
.model-topup .model-topup_wrapper form .form-group input {
    font-size: 30px;
    margin-right: -3px;
    text-align: center;
}
.model-topup .model-topup_wrapper form .form-group .btn-drop-code {
    align-items: center;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    color: #fff;
    display: grid;
    font-size: 30px;
    line-height: 1;
    margin-left: -3px;
    max-width: 163px;
    width: 100%;
}
.model-topup .model-topup_wrapper form .form-group p {
    color: #fff;
    font-size: 30px;
    grid-column: span 2;
    line-height: 1;
    margin-top: 20px;
}
.model-topup .model-topup_wrapper form .form-group_btn {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-top: 40px;
}
.model-topup .model-topup_wrapper form .form-group_btn .btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #b8e6fe,
        #38b3f9 25%,
        #0470d3 85%,
        #b8e6fe 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    place-self: end;
    transition: 1s;
    width: 100%;
}
.model-topup .model-topup_wrapper form .form-group_btn .btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    width: 100%;
}
.model-topup_active {
    visibility: visible;
}
.model-topup_active .model-topup_overlay {
    opacity: 1;
}
.model-topup_active .model-topup_wrapper {
    opacity: 1;
    transform: translateY(0);
}
.model-logout {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.model-logout .model-logout_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
}
.model-logout .model-logout_wrapper {
    background-color: rgba(24, 65, 26, 0.5);
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #22D94F, 0 0 10px 0 #22D94F;
    max-width: 800px;
    opacity: 0;
    padding: 40px 35px 55px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2;
}
.model-logout .model-logout_wrapper .model-title {
    text-align: center;
}
.model-logout .model-logout_wrapper .model-title h1 {
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
}
.model-logout .model-logout_wrapper h3 {
    background: linear-gradient(#BFE94B, #22D94F);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.model-logout .model-logout_wrapper .group_btn {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 5px;
    text-align: center;
}
.model-logout .model-logout_wrapper .group_btn .btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: linear-gradient(
        #BFE94B,
        #22D94F
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    place-self: end;
    transition: 1s;
    width: 100%;
    font-weight: 700;
}
.model-logout .model-logout_wrapper .group_btn .btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    width: 100%;
}
.model-logout_active {
    visibility: visible;
}
.model-logout_active .model-logout_overlay {
    opacity: 1;
}
.model-logout_active .model-logout_wrapper {
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (max-width: 1270px) {
    .model-logout .model-logout_overlay,
    .model-topup .model-topup_overlay,
    .model-user .model-user_overlay {
        background-color: rgba(0, 0, 0, 0.9);
    }
}
@media only screen and (max-width: 800px) {
    .model-user .model-user_wrapper .model-userDes {
        grid-template-columns: 1fr;
    }
    .model-user .model-user_wrapper .model-userDes .userDes-item {
        grid-template-columns: 1fr 2fr;
    }
    .model-user .model-user_wrapper {
        padding: 40px 50px 55px;
    }
}
@media only screen and (max-width: 650px) {
    .model-user .model-user_wrapper .model-title h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .model-user .model-user_wrapper .model-userDes .userDes-item span {
        font-size: 24px;
    }
    .model-user .model-user_wrapper .model-userDes .userDes-item {
        grid-column-gap: 10px;
        grid-template-columns: 1fr 1.5fr;
    }
    .model-user .model-user_wrapper {
        padding: 30px 20px 40px;
    }
    .model-user .model-user_wrapper form h3 {
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .model-user .model-user_wrapper form .form-group label {
        font-size: 17px;
    }
    .model-user .model-user_wrapper form .form-group input {
        font-size: 14px;
        height: 33px;
        text-indent: 0;
        width: 75%;
    }
    .model-user .model-user_wrapper form .form-group_btn {
        margin-top: 35px;
    }
    .model-user .model-user_wrapper form .form-group_btn .btn-model-cc,
    .model-user .model-user_wrapper form .form-group_btn .btn-model-cf {
        font-size: 24px;
    }
    .model-topup .model-topup_wrapper {
        padding: 30px 35px 40px;
    }
    .model-topup .model-topup_wrapper .model-title h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .model-topup .model-topup_wrapper form .form-group input {
        font-size: 22px;
    }
    .model-topup .model-topup_wrapper form .form-group p {
        font-size: 20px;
    }
    .model-topup .model-topup_wrapper form .form-group_btn {
        margin-top: 35px;
    }
    .model-topup .model-topup_wrapper form .form-group_btn .btn-model-cc,
    .model-topup .model-topup_wrapper form .form-group_btn .btn-model-cf {
        font-size: 24px;
    }
    .model-logout .model-logout_wrapper {
        padding: 30px 35px 40px;
    }
    .model-logout .model-logout_wrapper .model-title h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .model-logout .model-logout_wrapper h3 {
        font-size: 26px;
    }
    .model-logout .model-logout_wrapper .group_btn {
        margin-top: 35px;
    }
    .model-logout .model-logout_wrapper .group_btn .btn-model-cc,
    .model-logout .model-logout_wrapper .group_btn .btn-model-cf {
        font-size: 24px;
    }
    .model-topup .model-topup_wrapper form .form-group .btn-drop-code {
        font-size: 22px;
    }
}
.index-page {
    display: grid;
    min-height: 100vh;
    place-items: center;
    position: relative;
}
.index-page .index-page_wrapper {
    margin: -15% auto 0;
    max-width: 880px;
    overflow: hidden;
    padding: 20px 80px;
}
.index-page .index-page_wrapper .group-img {
    text-align: center;
}
.index-page .index-page_wrapper .group-img .logo {
    position: relative;
}
.index-page .index-page_wrapper .group-img .logo .back-logo-light {
    animation: back-logo-light 8s infinite;
    animation-delay: 1.5s;
    max-width: 100%;
    opacity: 0.4;
}
@keyframes back-logo-light {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.4;
    }
}
.index-page .index-page_wrapper .group-img .logo .logo-flip {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.index-page .index-page_wrapper .group-img .logo .element-coin-1 {
    animation: element-coin-1 5s ease-in-out infinite alternate;
    left: 0;
    position: absolute;
    top: 60%;
}
@keyframes element-coin-1 {
    0% {
        transform: translate(0) rotate(0);
    }
    to {
        transform: translate(15px, 40px) rotate(10deg);
    }
}
.index-page .index-page_wrapper .group-img .logo .element-coin-2 {
    animation: element-coin-2 5s ease-in-out infinite alternate;
    animation-delay: 2s;
    left: 10%;
    position: absolute;
    top: 35%;
}
@keyframes element-coin-2 {
    0% {
        transform: translate(0) rotate(0);
    }
    to {
        transform: translate(15px, 40px) rotate(10deg);
    }
}
.index-page .index-page_wrapper .group-img .logo .element-coin-3 {
    animation: element-coin-3 5s ease-in-out infinite alternate;
    animation-delay: 3s;
    position: absolute;
    right: 5%;
    top: 35%;
}
@keyframes element-coin-3 {
    0% {
        transform: translate(0) rotate(0);
    }
    to {
        transform: translate(-15px, 40px) rotate(-10deg);
    }
}
.index-page .index-page_wrapper .group-img .logo .element-coin-4 {
    animation: element-coin-4 5s ease-in-out infinite alternate;
    animation-delay: 1s;
    position: absolute;
    right: 0;
    top: 67%;
}
@keyframes element-coin-4 {
    0% {
        transform: translate(0) rotate(0);
    }
    to {
        transform: translate(-15px, 40px) rotate(-10deg);
    }
}
.index-page .index-page_wrapper .group-img .welcome {
    margin-top: -15%;
}
.index-page .index-page_wrapper .group-img .welcome img {
    max-width: 100%;
}
.index-page .index-page_wrapper .group-img .name-site {
    margin-top: 40%;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.index-page .index-page_wrapper .group-img .name-site img {
    max-width: 100%;
}
.index-page .index-page_wrapper .group-img .name-site .light-1 {
    animation: light-1 5s infinite;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    opacity: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: -moz-fit-content;
    width: fit-content;
}
@keyframes light-1 {
    20% {
        opacity: 1;
    }
    50% {
        left: 90%;
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.index-page .index-page_wrapper .group-img .name-site .light-2 {
    animation: light-2 5s infinite;
    bottom: 1.5%;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translate(50%, 50%);
    width: -moz-fit-content;
    width: fit-content;
}
@keyframes light-2 {
    20% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        right: 90%;
    }
    to {
        opacity: 0;
    }
}
.index-page .index-page_wrapper .gruop-btn {
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}
.index-page .index-page_wrapper .gruop-btn .btn-item {
    animation: btn-item 2s ease-in-out infinite alternate;
    border-radius: 15px;
    box-shadow: 0 0 7px #fef1e5;
    cursor: pointer;
    width: 40%;
}
.index-page .index-page_wrapper .gruop-btn .btn-item:hover:before {
    transform: scale(1.3);
}
.index-page .index-page_wrapper .gruop-btn .btn-item p {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}
@keyframes btn-item {
    0% {
        box-shadow: 0 0 7px #fef1e5;
    }
    to {
        box-shadow: 0 0 20px #fef1e5;
    }
}
.index-page .index-page_wrapper .gruop-btn p {
    margin-bottom: 0;
    margin-top: 0;
}
.index-page .index-page_wrapper .gruop-btn .btn-login {
    /*background-image: -webkit-linear-gradient(*/
    /*    -90deg,*/
    /*    #b8e6fe,*/
    /*    #38b3f9 25%,*/
    /*    #0470d3 85%,*/
    /*    #b8e6fe 115%*/
    /*);*/
    /*border: 1px solid #fff;*/
    position: relative;
    text-align: center;
}

/*.index-page .index-page_wrapper .gruop-btn .btn-login:before {*/
/*    background-image: url(../images/login-ico.png);*/
/*    background-position: 50%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    content: "";*/
/*    height: 100%;*/
/*    left: 8%;*/
/*    position: absolute;*/
/*    transition: 1s;*/
/*    width: 25px;*/
/*}*/

.index-page .index-page_wrapper .gruop-btn .btn-login p {
    padding-left: 15%;
}
.index-page .index-page_wrapper .gruop-btn .btn-register {
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    position: relative;
    text-align: center;
}
.index-page .index-page_wrapper .gruop-btn .btn-register:before {
    background-image: url(../images/register-ico.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 15%;
    position: absolute;
    transition: 1s;
    width: 25px;
}
.index-page .index-page_wrapper .gruop-btn .btn-register p {
    padding-left: 15%;
}
.index-page .model-login {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.index-page .model-login .overlay-model {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
}
.index-page .model-login .model-login_wrapper {
    background-color: rgba(54, 1, 149, 0.5);
    border: 3px solid #ff6ef3;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #ff6ef3, 0 0 10px 0 #ff6ef3;
    max-width: 700px;
    opacity: 0;
    padding: 40px 20px 30px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2;
}
.index-page .model-login .model-login_wrapper .model-title {
    text-align: center;
}
.index-page .model-login .model-login_wrapper .model-title h1 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff 46%, #a7a7a7 58%);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.index-page .model-login .model-login_wrapper form {
    margin: 0 auto;
    max-width: 400px;
}
.index-page .model-login .model-login_wrapper form input {
    border-radius: 30px;
    font-size: 24px;
    text-align: center;
}
.index-page .model-login .model-login_wrapper form .form-group_code {
    align-items: center;
    display: flex;
}
.index-page .model-login .model-login_wrapper form .form-group_code label {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    width: 65%;
}
.index-page .model-login .model-login_wrapper form .form-group_code input {
    width: 40%;
}
.index-page .model-login .model-login_wrapper form .form-group_btn {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-top: 30px;
}
.index-page
.model-login
.model-login_wrapper
form
.form-group_btn
.btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #b8e6fe,
        #38b3f9 25%,
        #0470d3 85%,
        #b8e6fe 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    transition: 1s;
    width: 100%;
    cursor: pointer;
}
.index-page
.model-login
.model-login_wrapper
form
.form-group_btn
.btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    width: 100%;
}
.index-page .model-login .model-login_wrapper p {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
}
.index-page .model-login .model-login_wrapper p span {
    color: #ff6ef3;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}
.index-page .model-register {
    display: grid;
    height: 100%;
    left: 0;
    padding: 0 10px;
    place-items: center;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.index-page .model-register .overlay-model {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
}
.index-page .model-register .model-register_wrapper {
    background-color: rgba(54, 1, 149, 0.5);
    border: 3px solid #ff6ef3;
    border-radius: 50px;
    box-shadow: inset 0 0 10px 0 #ff6ef3, 0 0 10px 0 #ff6ef3;
    max-width: 900px;
    opacity: 0;
    padding: 40px 20px 30px;
    transform: translateY(-200%);
    transition: 1s;
    width: 100%;
    z-index: 2;
}
.index-page .model-register .model-register_wrapper .model-title {
    text-align: center;
}
.index-page .model-register .model-register_wrapper .model-title h1 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(#fff 46%, #a7a7a7 58%);
    -webkit-background-clip: text;
    filter: drop-shadow(1px 3px #333);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.index-page .model-register .model-register_wrapper #regisform {
    margin: 0 auto;
}
.index-page .model-register .model-register_wrapper #regisform .form-group {
    position: relative;
}
.index-page
.model-register
.model-register_wrapper
#regisform
.form-group
label {
    align-items: center;
    color: #737373;
    display: flex;
    font-size: 24px;
    height: 100%;
    left: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
}
.index-page .model-register .model-register_wrapper #regisform input {
    border-radius: 30px;
    font-size: 24px;
    text-indent: 235px;
}
.index-page .model-register .model-register_wrapper #regisform .form-group_btn {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    margin-top: 30px;
}
.index-page
.model-register
.model-register_wrapper
#regisform
.form-group_btn
.btn-model-cc {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #b8e6fe,
        #38b3f9 25%,
        #0470d3 85%,
        #b8e6fe 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    place-self: end;
    transition: 1s;
    width: 100%;
    cursor: pointer;
}
.index-page
.model-register
.model-register_wrapper
#regisform
.form-group_btn
.btn-model-cf {
    animation: btn-item 2s ease-in-out infinite alternate;
    background-image: -webkit-linear-gradient(
        -90deg,
        #f3a2ff,
        #e324ff 25%,
        #8c20e5 85%,
        #ffb4f9 115%
    );
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    max-width: 163px;
    width: 100%;
}
.index-page .model-register .model-register_wrapper p {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
}
.index-page .model-register .model-register_wrapper p span {
    color: #ff6ef3;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline;
}
.index-page .model-login_active {
    visibility: visible;
}
.index-page .model-login_active .overlay-model {
    opacity: 1;
}
.index-page .model-login_active .model-login_wrapper {
    opacity: 1;
    transform: translateY(0);
}
.index-page .model-register_active {
    visibility: visible;
}
.index-page .model-register_active .overlay-model {
    opacity: 1;
}
.index-page .model-register_active .model-register_wrapper {
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (max-width: 1240px) {
    .index-page .index-page_wrapper {
        padding: 55px 80px;
    }
    .index-page .index-page_wrapper .group-img .logo .element-coin-1 {
        left: 0;
        top: 55%;
        width: 15%;
    }
    .index-page .index-page_wrapper .group-img .logo .element-coin-2 {
        left: 11%;
        top: 35%;
        width: 13%;
    }
    .index-page .index-page_wrapper .group-img .logo .element-coin-3 {
        right: 10%;
        top: 36%;
        width: 15%;
    }
    .index-page .index-page_wrapper .group-img .logo .element-coin-4 {
        right: 0;
        top: 57%;
        width: 13%;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-login {
        margin-right: 2.5vw;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-register {
        margin-left: 2.5vw;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-item {
        width: 43%;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-item p {
        font-size: 5vw;
    }
}
@media only screen and (max-width: 700px) {
    .index-page .index-page_wrapper {
        padding: 0 30px 30px;
    }
    .index-page .index-page_wrapper .group-img .logo .logo-flip {
        width: 55%;
    }
    .index-page .index-page_wrapper .group-img .welcome {
        margin: -15% auto 0;
        width: 60%;
    }
    .index-page .index-page_wrapper .gruop-btn {
        align-items: center;
        flex-direction: column;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-login {
        margin-right: 0;
        margin-top: 10px;
        width: 60%;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-register {
        margin-left: 0;
        margin-top: 25px;
        width: 60%;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-item p {
        font-size: 7vw;
        line-height: 1.4;
    }
    .index-page .index-page_wrapper .gruop-btn .btn-login:before,
    .index-page .index-page_wrapper .gruop-btn .btn-register:before {
        width: 5.5vw;
    }
    .index-page .index-page_wrapper .group-img .name-site {
        margin-top: 8%;
    }
    .index-page .model-login .model-login_wrapper .model-title h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .index-page .model-login .model-login_wrapper form input {
        font-size: 20px;
    }
    .index-page
    .model-login
    .model-login_wrapper
    form
    .form-group_btn
    .btn-model-cc,
    .index-page
    .model-login
    .model-login_wrapper
    form
    .form-group_btn
    .btn-model-cf {
        font-size: 26px;
    }
    .index-page .model-login .model-login_wrapper form .form-group_code label {
        font-size: 24px;
    }
    .index-page .model-login .model-login_wrapper form .form-group_code input {
        width: 45%;
    }
    .index-page .model-register .model-register_wrapper #regisform {
        max-width: 310px;
    }
    .index-page .model-register .model-register_wrapper .model-title h1 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .index-page
    .model-register
    .model-register_wrapper
    #regisform
    .form-group
    label {
        font-size: 16px;
        left: 15px;
    }
    .index-page .model-register .model-register_wrapper #regisform input {
        font-size: 15px;
        text-indent: 110px;
    }
    .index-page .model-register .model-register_wrapper #regisform .form-group {
        margin-bottom: 12px;
    }
    .index-page
    .model-register
    .model-register_wrapper
    #regisform
    .form-group_btn
    .btn-model-cc,
    .index-page
    .model-register
    .model-register_wrapper
    #regisform
    .form-group_btn
    .btn-model-cf {
        font-size: 26px;
    }
}
.slectgame-slide {
    padding: 60px 20px 30px;
}
.slectgame-slide .slectgame_inner {
    background-color: rgba(24, 65, 26, 0.5);
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 0 30px 20px;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.slectgame-slide .title-Page {
    background-image: url(../images/222.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    height: 55px;
    margin: 50px auto;
    max-width: 100%;
    place-content: center;
    width: 400px;
}
.slectgame-slide .title-Page h1 {
    color: #00FF84;
    font-size: 2em;
    margin: 0;
    width: 100%;
    font-weight: 700;
}
.slectgame-slide .slectgameSlide {
    margin-top: 20px;
}
.slectgame-slide .slectgameSlide .item {
    display: block;
    opacity: 0.6;
    transform: scale(0.95);
    transition: 0.3s;
}
.slectgame-slide .slectgameSlide .item:hover {
    opacity: 1;
}
.slectgame-slide .slectgameSlide .center .item {
    opacity: 1;
    transform: scale(1);
}
.slectgame-slide .owl-carousel .owl-stage-outer {
    margin-bottom: 50px;
}
.slectgame-slide .owl-theme .owl-nav {
    bottom: -10px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 550px;
}
.slectgame-slide .owl-theme .owl-nav button {
    background: unset !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
    height: 50px;
    outline: unset;
    width: 50px;
}
.slectgame-slide .owl-theme .owl-nav button:hover {
    filter: drop-shadow(0 0 3px #fff);
}
.slectgame-slide .owl-theme .owl-nav button span {
    display: none;
}
.slectgame-slide .owl-theme .owl-nav .owl-prev {
    background-image: url(/frontend/images/img/NEWufaHeck/icon/arrow-L.svg) !important;
}
.slectgame-slide .owl-theme .owl-nav .owl-next {
    background-image: url(/frontend/images/img/NEWufaHeck/icon/arrow-R.svg) !important;
}
.slectgame-slide .owl-carousel .owl-dots.disabled {
    display: block;
}
.slot_wrapper {
    grid-gap: 20px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr  1fr;
    margin: 20px auto 0;
    max-height: 70vh;
    overflow: scroll;
    width: -moz-fit-content;
    width: fit-content;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.slot_wrapper::-webkit-scrollbar {
    display: none;
}
.slot_wrapper img {
    /* height: 100%;
    max-width: 100%;
    min-width: 125px;
    width: 20%; */
    width: 125px;
    border-radius: 10px;
}
.slot_wrapper .img-resize {
    display: none;
}
.slot_wrapper .item {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 27px;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
.slot_wrapper .item-name {
    color: #fff;
    font-size: 30px;
    padding: 10px;
    text-decoration: none;
}
.sec-nav {
    margin-top: 20px;
}
.sec-nav .navItem,
.sec-nav .wrapper {
    display: flex;
    justify-content: center;
}
.sec-nav .navItem {
    align-items: flex-end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 110px;
    margin: 0 5px;
    padding-bottom: 10px;
    text-decoration: none;
    width: 110px;
}
.sec-nav .navItem:hover {
    filter: drop-shadow(0 0 5px #fff);
}
.sec-nav .navItem p {
    color: #6852a5;
    font-size: 21px;
    font-weight: 700;
}
.sec-nav .navItem.active {
    filter: drop-shadow(0 0 5px #fff);
}
.sec-nav .navCasino {
    background-image: url(/frontend/images/img/NEWufaHeck/btn/btn-casino.png);
}
.sec-nav .navSlot {
    background-image: url(/frontend/images/img/NEWufaHeck/btn/btn-slot.png);
}
.sec-nav .navHilo {
    background-image: url(/frontend/images/img/NEWufaHeck/btn/btn-hilo.png);
}
.sec-nav .navRoulette {
    background-image: url(/frontend/images/img/NEWufaHeck/btn/btn-roulette.png);
}
@media only screen and (max-width: 1460px) {
    .slectgame-slide {
        padding: 60px 20px 30px;
    }
    .slectgame-slide .slectgameSlide {
        margin-top: 5px;
    }
    .slectgame-slide .owl-carousel .owl-stage-outer {
        margin-bottom: 20px;
    }
    .slot_wrapper {
        max-height: 380px;
    }
}
@media only screen and (max-width: 600px) {
    .slectgame-slide .owl-carousel .owl-stage-outer {
        margin-bottom: 30px;
    }
    .slectgame-slide .owl-theme .owl-nav {
        width: 100%;
    }
    .slectgame-slide {
        padding: 13.5vh 15px 100px;
    }
    .sec-nav {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 2;
    }
    .slectgame-slide .slectgame_inner {
        padding: 0 15px 20px;
    }
    .sec-nav .navItem {
        height: 85px;
        margin: 0 2px;
        max-width: 85px;
        padding-bottom: 7px;
    }
    .sec-nav .navItem p {
        font-size: 17px;
    }
    .slot_wrapper,
    .slot_wrapper .img-resize {
        display: block;
    }
    .slot_wrapper .img-main {
        display: none;
    }
    .item {
        margin-bottom: 20px;
    }
    .slot_wrapper .item-name {
        font-size: 24px;
    }
}
.slectRoom-Page {
    padding: 135px 20px 30px;
}
.slectRoom-Page .slectRoom_wrapper {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 0 auto;
    max-width: 1400px;
}
.sec-formula .btn-back {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 35px;
    justify-content: center;
    margin-bottom: 20px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-decoration: none;
}
.sec-formula .btn-back:before {
    background-image: url(../images/circleArrowBack.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    width: 50px;
    z-index: 2;
}
.sec-formula .btn-back p {
    color: #fff;
    display: grid;
    font-size: 26px;
    height: 30px;
    line-height: 1;
    margin-left: -10px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 1px 40px 0 30px;
    place-content: center;
    position: relative;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.sec-formula .btn-back p:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sec-formula .btn-back p:after {
    background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1));
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -2;
}
.sec-formula .formula-group {
    position: relative;
}
.sec-formula .formula-group .group-btnDD {
    display: none;
    text-align: center;
}
.sec-formula .formula-group .group-btnDD .btnDD-title p {
    color: #fff;
    font-size: 24px;
}
.sec-formula .formula-group .group-btnDD .btn-DDformula {
    background: unset;
    background-color: rgba(0, 54, 29, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 26px;
    outline: unset;
    width: 180px;
}
.sec-formula .formula-group .inner {
    z-index: 2;
}
.sec-formula .formula-group .inner .formula-item {
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px 30px;
    text-align: center;
}
.sec-formula .formula-group .inner .formula-item:last-child {
    margin-bottom: 0;
}
.sec-formula .formula-group .inner .formula-item p {
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.sec-formula .formula-group .inner .formula-item.active {
    background-color: rgba(0, 54, 29, 0.8);
}
.group-room {
    background-color: rgba(0, 54, 29, 0.5);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 15px 30px;
}
.group-room .title {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-size: 100% 100%;
    display: grid;
    margin-bottom: 15px;
    min-width: 200px;
    place-content: center;
    width: -moz-fit-content;
    width: fit-content;
}
.group-room .title h1 {
    color: #fff;
    font-size: 30px;
    padding: 7px 40px;
}
.group-room .scroll_wrapper {
    max-height: 560px;
    overflow: auto;
    padding-right: 10px;
}
.group-room .group-room_wrapper .group-roomTitle p {
    color: #fff;
    font-size: 34px;
}
.group-room .group-room_wrapper .inner {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.group-room .room-item {
    grid-gap: 5px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/frontend/images/img/NEWufaHeck/frame/room.png);
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: 100px 1fr 1.3fr;
    height: 80px;
    padding-left: 25px;
    padding-right: 10px;
    text-decoration: none;
}
.group-room .room-item .pic {
    display: grid;
    height: 55px;
    margin: 0 auto;
    place-content: center;
}
.group-room .room-item .pic img {
    max-height: 100%;
    width: 100%;
}
.group-room .room-item .name {
    text-align: center;
}
.group-room .room-item .name p {
    color: #fff;
    font-size: 21px;
}
.group-room .room-item .winrate {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
}
.group-room .room-item .winrate p {
    font-size: 21px;
    margin-right: 7px;
    white-space: nowrap;
}
.group-room .room-item .winrate h2 {
    font-size: 38px;
    line-height: 1;
}
.group-room .room-item .winrate h2:after {
    content: "%";
}
@media only screen and (max-width: 1400px) {
    .group-room .group-room_wrapper .inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-room .room-item {
        grid-template-columns: 120px 1fr 1.3fr;
    }
    .group-room .room-item .name p,
    .group-room .room-item .winrate p {
        font-size: 26px;
    }
    .group-room .room-item .winrate h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .slectRoom-Page {
        padding: 95px 20px 30px;
    }
    .slectRoom-Page .slectRoom_wrapper {
        grid-template-columns: 1fr;
    }
    .sec-formula {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }
    .sec-formula .formula-group .group-btnDD {
        display: block;
    }
    .sec-formula .formula-group .inner {
        background-color: #000;
        border: 1px solid #fff;
        border-bottom: unset;
        border-radius: 10px;
        display: none;
        left: 0;
        position: absolute;
        top: 85px;
        width: 100%;
    }
    .sec-formula .formula-group .inner .formula-item {
        border: unset;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .sec-formula .formula-group .inner .formula-item p {
        font-size: 22px;
    }
    .sec-formula .formula-group .inner.active {
        display: block;
    }
    .sec-formula .btn-back {
        margin-bottom: 0;
    }
    .group-room .scroll_wrapper {
        max-height: unset;
        overflow: unset;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .group-room .group-room_wrapper .inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .group-room .group-room_wrapper {
        margin: 0 auto;
        max-width: 480px;
    }
}
@media only screen and (max-width: 560px) {
    .slectRoom-Page {
        padding: 70px 10px 30px;
    }
    .group-room .room-item {
        grid-template-columns: 90px 1fr 1.3fr;
        height: 70px;
        padding-left: 16px;
        padding-right: 13px;
    }
    .group-room {
        padding: 0 10px 30px;
    }
    .group-room .room-item .winrate h2 {
        font-size: 34px;
    }
    .group-room .room-item .name p,
    .group-room .room-item .winrate p {
        font-size: 20px;
    }
    .sec-formula .formula-group .group-btnDD .btn-DDformula {
        font-size: 22px;
        width: 150px;
    }
    .sec-formula .btn-back p,
    .sec-formula .formula-group .group-btnDD .btnDD-title p {
        font-size: 22px;
    }
    .group-room .title {
        margin-bottom: 0;
    }
    .sec-formula .formula-group .inner {
        top: 75px;
    }
}
.group-topWinrate {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.group-topWinrate .topWinrate-item {
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    height: 100px;
    margin: 0 5px;
    place-content: center;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.group-topWinrate .topWinrate-item h3 {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 34px;
    line-height: 0.75;
    text-shadow: 0 0 5px #08f;
}
.group-topWinrate .topWinrate-item P {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-shadow: 0 0 5px #ffe668;
}
.inner-room {
    background-color: rgba(0, 54, 29, 0.5);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 15px 30px;
}
.inner-room .title {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-size: 100% 100%;
    display: grid;
    margin: 0 auto 10px;
    min-width: 200px;
    place-content: center;
    width: -moz-fit-content;
    width: fit-content;
}
.inner-room .title h1 {
    color: #fff;
    font-size: 30px;
    padding: 7px 40px;
}
.inner-room .inner-room_wrapper {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 65%;
}
.inner-room .progressNgraph {
    padding-bottom: 20px;
}
.inner-room .progressNgraph .Proress {
    background-image: url(../images/graph-1.png);
    background-position: 50%;
    background-size: 100% 100%;
    padding: 5px;
}
.inner-room .progressNgraph .Proress .progress-title {
    border-bottom: 1px solid #fff;
    padding: 5px;
    text-align: center;
}
.inner-room .progressNgraph .Proress .progress-title h1 {
    color: #fff;
    font-size: 21px;
}
.inner-room .progressNgraph .Proress .group-progress {
    padding: 10px 15px;
    color: #fff;
}
.inner-room .progressNgraph .Proress .group-progress .progress-item {
    margin-bottom: 5px;
}
.inner-room .progressNgraph .Proress .group-progress .progress-item p {
    color: #fff;
    font-size: 21px;
}
.inner-room
.progressNgraph
.Proress
.group-progress
.progress-item
.progressBar {
    border: 1px solid #fff;
    height: 30px;
    width: 100%;
}
.inner-room
.progressNgraph
.Proress
.group-progress
.progress-item
.progressBar-inner {
    height: 100%;
}
.inner-room .progressNgraph .Proress .group-progress .progressBar-banker {
    background: linear-gradient(90deg, #872cff, #c08fff);
}
.inner-room .progressNgraph .Proress .group-progress .progressBar-player {
    background: linear-gradient(90deg, #08f, #64c4ff);
}
.inner-room .progressNgraph .Proress .group-progress .progressBar-draw {
    background: linear-gradient(90deg, #56ffe2, #c4fff5);
}
.inner-room .progressNgraph .graph {
    background-image: url(../images/graph-1.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.inner-room .progressNgraph .graph .graph-area {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 15px;
    width: 100%;
}
.inner-room .showNextTurn {
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.inner-room .showNextTurn p {
    color: #fff;
    font-size: 30px;
    padding-left: 25px;
}
.inner-room .showNextTurn:before {
    background-image: url(../images/nextTurn.png);
    background-position: 50%;
    background-size: 100% 100%;
    bottom: -20px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 200px;
}
.inner-room .winRate {
    position: relative; /* Đặt vị trí cho phần tử cha */
    display: grid;
    height: 175px;
    width: 175px;
    place-content: center;
    text-align: center;
}

.inner-room .winRate::before {
    content: ""; /* Tạo một pseudo-element */
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute; /* Đặt vị trí tuyệt đối */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: rotate 4s linear infinite; /* Áp dụng hiệu ứng quay tròn */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.inner-room .winRate p {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-block-start: auto;
}
.inner-room .winRate h1 {
    color: #fff;
    font-size: 32px;
    line-height: 0.75;
}
.inner-room .groupShow-Res {
    margin: -30px auto 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.inner-room .groupShow-Res .group-miniCircle .miniCircle-item {
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    height: 80px;
    place-content: center;
    position: absolute;
    width: 80px;
}
.inner-room .groupShow-Res .group-miniCircle .miniCircle-item p {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.inner-room .groupShow-Res .group-miniCircle .miniCircle-item:first-child {
    left: 100px;
    top: -90px;
}
.inner-room .groupShow-Res .group-miniCircle .miniCircle-item:nth-child(2) {
    right: 20px;
    top: -70px;
}
.inner-room .groupShow-Res .group-miniCircle .miniCircle-item:nth-child(3) {
    right: -50px;
    top: 0;
}
.inner-room .groupShow-Res .bigCircle {
    display: grid;
    height: 300px;
    place-content: center;
    position: relative;
    width: 300px;
    z-index: 1;
}
.inner-room .groupShow-Res .bigCircle:before {
    animation: bigCircle 5.4s forwards;
    background-image: url(/frontend/images/img/NEWufaHeck/frame/circleRes.png);
    background-position: 50%;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@keyframes bigCircle {
    97% {
        transform: rotate(375deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.inner-room .groupShow-Res .bigCircle h1 {
    animation: bigCircleTEXT 0.3s 5.3s forwards;
    color: #fff;
    font-size: 230px;
    line-height: 1;
    opacity: 0;
}
@keyframes bigCircleTEXT {
    to {
        opacity: 1;
    }
}
.inner-room .groupShow-Res .txt-Wait {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/txt-Wait.png);
    background-position: 50%;
    background-size: 100% 100%;
    color: #fff;
    font-size: 26px;
    margin: 20px auto 0;
    padding: 10px 50px;
    width: -moz-fit-content;
    width: fit-content;
}
.sec-card {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sec-card .group-card {
    text-align: center;
}
.sec-card .group-card p {
    color: #fff;
    font-size: 27px;
    margin-bottom: -25px;
}
.sec-card .inner {
    grid-gap: 5px;
    background-image: url(/frontend/images/img/NEWufaHeck/frame/groupCard.png);
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 35px 15px 15px;
}
.sec-card .card-item {
    background-color: #000;
    height: 115px;
    width: 100%;
}
.sec-chess {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/chess.png);
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 23px 33px 20px;
    position: relative;
    width: 610px;
}
.sec-chess .chessWrapper {
    align-content: baseline;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.sec-chess .chessWrapper .chess-item {
    height: 18px;
    margin: 3.9px 0;
    width: 45.5px;
}
.sec-table {
    border: 1px solid #fff;
}
.sec-table .row-result {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px;
}
.sec-table .row-result .groupResult {
    display: flex;
}
.sec-table .row-result .result-item {
    margin-right: 15px;
}
.sec-table .row-result .result-item p,
.sec-table .row-result .resultWinrate p {
    color: #fff;
    font-size: 24px;
}
.sec-table .table-footer,
.sec-table .table-header,
.sec-table .table-rowItem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.sec-table .table-footer p,
.sec-table .table-header p,
.sec-table .table-rowItem p {
    color: #fff;
    font-size: 24px;
}
.sec-table .table-footer p:nth-child(2),
.sec-table .table-header p:nth-child(2),
.sec-table .table-rowItem p:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.sec-table .table-body {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.sec-table .table-header {
    background-color: rgba(0, 0, 0, 0.7);
}
.sec-table .table-body {
    background-color: rgba(0, 0, 0, 0.5);
    height: 75px;
    overflow: auto;
}
.sec-table .table-footer {
    background-color: #000;
}
.sec-table .table-footer p:nth-child(2) {
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #20f527;
}
.sec-table .table-footer p:nth-child(3) {
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: red;
}
@media only screen and (max-width: 1400px) {
    .inner-room .winRate {
        height: 150px;
        width: 150px;
    }
    .inner-room .groupShow-Res .bigCircle {
        height: 240px;
        width: 240px;
    }
    .inner-room .groupShow-Res {
        margin-top: 0;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item {
        height: 65px;
        width: 65px;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item:nth-child(2) {
        right: 5px;
        top: -50px;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item:nth-child(3) {
        right: -45px;
        top: 10px;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item:first-child {
        left: 90px;
        top: -75px;
    }
}
@media only screen and (max-width: 1300px) {
    .inner-room .groupShow-Res .group-miniCircle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item {
        margin: 5px;
        position: static;
    }
    .inner-room .winRate {
        margin: 10px auto;
    }
}
@media only screen and (max-width: 959px) {
    .inner-room .title {
        margin-left: 0;
    }
    .inner-room .inner-room_wrapper {
        margin: 0 auto;
        position: relative;
        width: 80%;
    }
    .inner-room .inner-room_wrapper .col-L {
        padding: 100px 0 275px;
    }
    .inner-room .inner-room_wrapper .col-R {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .inner-room .showNextTurn {
        position: absolute;
        right: 140px;
        top: -25px;
    }
    .inner-room .winRate {
        aspect-ratio: 1/1;
        height: auto;
        position: absolute;
        right: 0;
        width: 40%;
    }
    .inner-room .winRate p {
        font-size: 16px;
    }
    .inner-room .winRate h1 {
        font-size: 28px;
    }
    .inner-room .showNextTurn:before {
        transform: scaleX(-1);
    }
    .inner-room .groupShow-Res {
        position: absolute;
        right: 0;
        top: 80px;
    }
    .inner-room .groupShow-Res .bigCircle {
        height: 170px;
        margin: 0 auto;
        width: 170px;
    }
    .inner-room .groupShow-Res .bigCircle h1 {
        font-size: 150px;
    }
    .inner-room .progressNgraph {
        padding-bottom: 50px;
    }
    .inner-room .groupShow-Res .txt-Wait {
        bottom: -105px;
        position: absolute;
        right: 200px;
    }
}
@media only screen and (max-width: 700px) {
    .inner-room {
        border: none;
        margin-top: 10px;
        padding: 0;
    }
    .slot_wrapper {
        max-height: unset;
        overflow: unset;
    }
    .inner-room .inner-room_wrapper .col-L {
        padding: 85px 0 275px;
    }
    .inner-room .title {
        margin-left: auto;
    }
    .inner-room .winRate {
        aspect-ratio: 1/1;
        height: auto;
        margin: 0;
        top: 0;
        width: 40%;
    }
    .inner-room .showNextTurn {
        top: 0;
    }
    .inner-room .showNextTurn p {
        font-size: 26px;
    }
    .inner-room .winRate h1 {
        font-size: 24px;
    }
    .inner-room .winRate p {
        font-size: 13px;
    }
    .inner-room .groupShow-Res .group-miniCircle {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item {
        height: 40px;
        width: 40px;
    }
    .inner-room .groupShow-Res .group-miniCircle .miniCircle-item p {
        font-size: 20px;
    }
    .inner-room .groupShow-Res .bigCircle {
        height: 120px;
        width: 120px;
    }
    .inner-room .groupShow-Res .bigCircle h1 {
        font-size: 110px;
    }
    .inner-room .groupShow-Res .txt-Wait {
        bottom: -50px;
        font-size: 18px;
        margin-top: 0;
        padding: 2px 0;
        position: absolute;
        right: 100px;
        text-align: center;
        width: 150px;
    }
    .inner-room .progressNgraph {
        padding-bottom: 20px;
    }
    .sec-card {
        grid-gap: 5px;
        padding-top: 35px;
    }
    .sec-card .group-card p {
        font-size: 21px;
        margin-bottom: -15px;
    }
    .sec-card .card-item {
        height: 60px;
    }
    .sec-table .row-result .result-item p,
    .sec-table .row-result .resultWinrate p {
        font-size: 18px;
    }
    .group-topWinrate .topWinrate-item {
        height: 55px;
        margin: 0 3px;
        width: 55px;
    }
    .group-topWinrate .topWinrate-item h3 {
        font-size: 24px;
    }
    .group-topWinrate .topWinrate-item P {
        font-size: 20px;
    }
    .sec-chess {
        height: 135px;
        margin: 0 auto 15px;
        padding: 16px 19px 13px;
        width: 340px;
    }
    .sec-chess .chessWrapper .chess-item {
        height: 14px;
        margin: 1.65px 0;
        width: 25.4px;
    }
    .inner-room .progressNgraph .Proress .progress-title h1 {
        font-size: 18px;
    }
    .sec-circle .circle p {
        font-size: 26px;
    }
    .sec-circle .circle h1 {
        font-size: 50px;
    }
    .sec-circle .circle h1.txt-time {
        font-size: 40px;
    }
}
@media only screen and (max-width: 550px) {
    .inner-room .winRate h1 {
        font-size: 20px;
        margin-block-start: 10px;
    }
}
.dice-1,
.dice-2,
.dice-3,
.dice-4,
.dice-5,
.dice-6,
.hilo-H,
.hilo-L,
.hilo-S {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.hilo-H {
    background-image: url(/frontend/images/img/soure-web/hilo/ico-hilo-h.png);
}
.hilo-L {
    background-image: url(/frontend/images/img/soure-web/hilo/ico-hilo-l.png);
}
.hilo-S {
    background-image: url(/frontend/images/img/soure-web/hilo/ico-hilo-s.png);
}
.dice-1 {
    background-image: url(/frontend/images/img/soure-web/hilo/1.png);
}
.dice-2 {
    background-image: url(/frontend/images/img/soure-web/hilo/2.png);
}
.dice-3 {
    background-image: url(/frontend/images/img/soure-web/hilo/3.png);
}
.dice-4 {
    background-image: url(/frontend/images/img/soure-web/hilo/4.png);
}
.dice-5 {
    background-image: url(/frontend/images/img/soure-web/hilo/5.png);
}
.dice-6 {
    background-image: url(/frontend/images/img/soure-web/hilo/6.png);
}
.sec-dice {
    grid-gap: 10px;
    background-image: url(/frontend/images/img/NEWufaHeck/frame/dice.svg);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 190px;
    padding: 30px 20px;
}
.sec-dice,
.sec-hilo {
    background-position: 50%;
    background-size: 100% 100%;
    margin-top: 10px;
}
.sec-hilo {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/hiloframe.svg);
    height: 350px;
    overflow: hidden;
    padding: 30px 50px;
    width: 610px;
}
.sec-hilo .hiloRes-item {
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    margin-bottom: 30px;
    width: 16.6%;
}
.sec-hilo .hiloRes-item .dice-item {
    display: block;
    margin: 2px 0;
}
.sec-hilo .hiloRes-item .dice-item:first-child {
    margin-bottom: 10px;
}
.Hilo-innerRoom .inner-room .groupShow-Res .bigCircle h1 {
    font-size: 140px;
}
@media only screen and (max-width: 959px) {
    .Hilo-innerRoom .inner-room .groupShow-Res .bigCircle {
        height: 250px;
        margin: 0 auto;
        width: 250px;
    }
    .Hilo-innerRoom .inner-room .groupShow-Res {
        position: absolute;
        right: 0;
        top: 95px;
    }
}
@media only screen and (max-width: 700px) {
    .Hilo-innerRoom .inner-room .groupShow-Res .bigCircle {
        height: 150px;
        width: 150px;
    }
    .Hilo-innerRoom .inner-room .groupShow-Res {
        top: 80px;
    }
    .Hilo-innerRoom .inner-room .groupShow-Res .bigCircle h1 {
        font-size: 70px;
    }
    .Hilo-innerRoom .sec-dice {
        height: 125px;
    }
    .Hilo-innerRoom .sec-hilo {
        height: 210px;
        margin-top: 0;
        padding: 25px;
        width: 100%;
    }
    .Hilo-innerRoom .inner-room .inner-room_wrapper .col-L {
        padding: 85px 0 255px;
    }
    .inner-room .inner-room_wrapper {
        width: 100%;
    }
}
.roulette-innerRoom .circle-Red {
    background: linear-gradient(150deg, red, #5e0000);
}
.roulette-innerRoom .circle-Black {
    background: linear-gradient(150deg, #7d7d7d, #000);
}
.roulette-innerRoom .circle-Green {
    background: linear-gradient(150deg, #0f9f36, #063914);
}
.roulette-innerRoom .inner-room .progressNgraph {
    display: grid;
    grid-template-columns: 1fr;
}
.roulette-innerRoom .roulette-cicle,
.roulette-innerRoom .roulette-num {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/dice.svg);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    height: 120px;
    place-content: center;
    width: 360px;
}
.roulette-innerRoom .roulette-cicle {
    color: #fff;
}
.roulette-innerRoom .roulette-cicle .roulette-cicleItem {
    border-radius: 50%;
    display: grid;
    font-size: 34px;
    height: 70px;
    place-content: center;
    width: 70px;
}
.roulette-innerRoom .roulette-num h2 {
    color: #fff;
    font-size: 85px;
}
.roulette-innerRoom .inner-room .groupShow-Res {
    margin-right: 0;
    margin-top: -210px;
}
.roulette-innerRoom .inner-room .winRate {
    height: 220px;
    width: 220px;
}
.roulette-innerRoom .inner-room .groupShow-Res .txt-Wait {
    font-size: 26px;
    margin-left: -58px;
    padding: 5px 50px;
}
.roulette-innerRoom .sec-chess .chess-item {
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 19px;
    height: 18px;
    margin: 3.9px 13.7px;
    place-content: center;
    width: 18px;
}
.roulette-innerRoom .inner-room .progressNgraph .Proress .group-progress {
    padding: 10px 30px;
}
.roulette-innerRoom
.inner-room
.progressNgraph
.Proress
.group-progress
.progressBar-red {
    background: linear-gradient(90deg, #ff2c2c, #ff7785);
}
.roulette-innerRoom
.inner-room
.progressNgraph
.Proress
.group-progress
.progressBar-black {
    background: linear-gradient(90deg, #050505, #413f3f);
}
.roulette-innerRoom
.inner-room
.progressNgraph
.Proress
.group-progress
.progressBar-greeen {
    background: linear-gradient(90deg, #3fba55, #9cf090);
}
@media only screen and (max-width: 1300px) {
    .roulette-innerRoom .inner-room .winRate {
        margin: unset;
    }
}
@media only screen and (max-width: 959px) {
    .roulette-innerRoom .inner-room .inner-room_wrapper .col-R {
        position: static;
    }
    .roulette-innerRoom .inner-room .progressNgraph .Proress {
        margin-top: 10px;
        position: static;
    }
    .roulette-innerRoom .inner-room .groupShow-Res {
        margin-right: auto;
        margin-top: 0;
        position: relative;
        top: -55px;
    }
    .roulette-innerRoom .inner-room .inner-room_wrapper .col-L {
        padding: 100px 0 0;
    }
    .roulette-innerRoom .inner-room .winRate {
        height: 100px;
        top: -25px;
        width: 100px;
    }
    .roulette-innerRoom .inner-room .groupShow-Res .txt-Wait {
        bottom: -57px;
        position: absolute;
        right: 80px;
    }
}
@media only screen and (max-width: 700px) {
    .roulette-innerRoom .sec-chess .chess-item {
        font-size: 15px;
        height: 15px;
        margin: 1.1px 5.15px;
        width: 15px;
    }
    .roulette-innerRoom .roulette-cicle,
    .roulette-innerRoom .roulette-num {
        height: 100px;
        width: 300px;
    }
    .roulette-innerRoom .inner-room .groupShow-Res .txt-Wait {
        font-size: 20px;
        margin: 10px auto;
        padding: 5px;
        position: static;
        width: 170px;
    }
    .roulette-innerRoom .inner-room .groupShow-Res {
        top: 0;
    }
    .roulette-innerRoom .inner-room .winRate {
        height: 80px;
        right: 20px;
        top: 0;
        width: 80px;
    }
    .roulette-innerRoom .inner-room .progressNgraph .Proress .group-progress {
        padding: 0 10px 10px;
    }
    .roulette-innerRoom .inner-room .progressNgraph {
        padding-bottom: 0;
    }
}
.slotPage {
    margin: 0 auto;
    max-width: 1400px;
    padding: 100px 10px 20px;
}
.title-Page {
    margin-bottom: 20px;
}
.title-Page,
.title-Page .btn-back {
    align-items: center;
    display: flex;
    justify-content: center;
}
.title-Page .btn-back {
    cursor: pointer;
    height: 35px;
    left: 20px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: absolute;
    text-decoration: none;
    top: 30px;
}
.title-Page .btn-back p {
    color: #fff;
    display: grid;
    font-size: 26px;
    height: 30px;
    line-height: 1;
    margin-left: -10px;
    margin-top: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 1px 40px 0 30px;
    place-content: center;
    position: relative;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.title-Page .btn-back p:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.title-Page .btn-back p:after {
    background: linear-gradient(90deg, #dae712, rgba(0, 0, 0, 0.1));
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -2;
}
.slotPage .title-Page .DD-slotGame {
    color: #fff;
    font-size: 26px;
    position: relative;
    text-align: center;
}
.slotPage .title-Page .DD-slotGame .btn-DDSlot {
    background: unset;
    background-color: rgba(26, 0, 35, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    outline: unset;
    width: 180px;
}
.slotPage .title-Page .DD-slotGame .group-slotGame {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    display: none;
    left: 0;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 2;
}
.slotPage .title-Page .DD-slotGame .group-slotGame .slotGame-item {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 22px;
    text-decoration: none;
}
.slotPage .title-Page .DD-slotGame .group-slotGame .slotGame-item:last-child {
    border-bottom: unset;
}
.slotPage .title-Page .DD-slotGame .group-slotGame.active {
    display: block;
}
.slotPage .groupRoom-Slot {
    background-color: rgba(26, 0, 35, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 25px 25px;
}
.slotPage .groupRoom-Slot .inner {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.slotPage .slotName {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    height: 55px;
    margin: 0 auto 15px;
    place-content: center;
    width: 250px;
}
.slotPage .slotName p {
    color: #fff;
    font-size: 30px;
}
.slotPage .RoomSlot-item {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/slotGame.png);
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer;
    padding: 20px;
    position: relative;
    text-decoration: none;
}
.slotPage .RoomSlot-item .picNwinrate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
}
.slotPage .RoomSlot-item .slotWinrate {
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-size: 100% 100%;
    color: #fff;
    display: grid;
    height: 110px;
    place-content: center;
    text-align: center;
    width: 110px;
}
.slotPage .RoomSlot-item .slotWinrate p {
    font-size: 20px;
    line-height: 1;
}
.slotPage .RoomSlot-item .slotWinrate h3 {
    font-size: 50px;
    line-height: 0.75;
}
.slotPage .RoomSlot-item .slotWinrate h3:after {
    content: "%";
}
.slotPage .RoomSlot-item .gameName {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.slotPage .RoomSlot-item .pg-bar {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/pc-Bar.png);
    background-position: 50%;
    background-size: 100% 100%;
    height: 40px;
    padding: 1px;
    width: 100%;
}
.slotPage .RoomSlot-item .pg-bar_inner {
    background-color: #525252;
    height: 100%;
    overflow: hidden;
    position: relative;
    transform-origin: left;
}
.slotPage .RoomSlot-item .pg-bar_inner:before {
    animation: lightAnimate 1s infinite;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0),
        #fff 50%,
        hsla(0, 0%, 100%, 0)
    );
    content: "";
    height: 100%;
    left: -100px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100px;
}
@keyframes lightAnimate {
    to {
        left: 100%;
    }
}
.slotPage .RoomSlot-item .bar_innerAnimte {
    animation: bar_inner 0.3s infinite alternate;
}
@keyframes bar_inner {
    25% {
        transform: scaleX(0.99);
    }
    50% {
        transform: scaleX(1);
    }
    75% {
        transform: scaleX(0.997);
    }
    to {
        transform: scaleX(0.993);
    }
}
.slotPage .tagBonus:before {
    background-image: url(/frontend/images/img/NEWufaHeck/icon/bonus.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
.slotPage .blue-item .slotWinrate h3,
.slotPage .blue-item .slotWinrate p {
    text-shadow: 0 0 10px #56ffe2;
}
.slotPage .blue-item .pg-bar_inner {
    background-color: #525252;
    background: linear-gradient(90deg, #0a8eff, #7bd2ff);
}
.slotPage .yel-item .slotWinrate h3,
.slotPage .yel-item .slotWinrate p {
    text-shadow: 0 0 10px #ffe668;
}
.slotPage .yel-item .pg-bar_inner {
    background-color: #525252;
    background: linear-gradient(90deg, #ffe668, #ffe66e);
}
.slotPage .purple-item .slotWinrate h3,
.slotPage .purple-item .slotWinrate p {
    text-shadow: 0 0 10px #872cff;
}
.slotPage .purple-item .pg-bar_inner {
    background-color: #525252;
    background: linear-gradient(90deg, #8c35ff, #b479ff);
}
@media only screen and (max-width: 1260px) {
    .slotPage .groupRoom-Slot .inner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 1023px) {
    .slotPage .groupRoom-Slot .inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .slotPage .groupRoom-Slot {
        padding: 5px;
    }
    .slotPage .RoomSlot-item {
        padding: 15px;
    }
    .slotPage .groupRoom-Slot .inner {
        grid-gap: 5px;
    }
    .slotPage .RoomSlot-item .slotWinrate {
        height: 70px;
        width: 70px;
    }
    .slotPage .RoomSlot-item .slotWinrate p {
        font-size: 14px;
    }
    .slotPage .RoomSlot-item .slotWinrate h3 {
        font-size: 26px;
    }
    .slotPage .RoomSlot-item .gameName {
        font-size: 18px;
    }
    .slotPage .RoomSlot-item .pg-bar {
        height: 25px;
    }
    .slotPage .tagBonus:before {
        height: 20px;
        width: 60px;
    }
    .slotPage {
        padding: 80px 10px 20px;
    }
    .slotPage .title-Page .DD-slotGame .btn-DDSlot {
        width: 160px;
    }
}
.lobby-hiloThai {
    margin: 0 auto;
    max-width: 1400px;
    padding: 100px 10px 20px;
}
.lobby-hiloThai .lobby-hiloThai_wrapper {
    background-color: rgba(26, 0, 35, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 25px 80px;
}
.lobby-hiloThai .title {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    height: 55px;
    margin: 0 auto 15px;
    place-content: center;
    width: 250px;
}
.lobby-hiloThai .title p {
    color: #fff;
    font-size: 30px;
}
.lobby-hiloThai .btn-back {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 35px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    text-decoration: none;
}
.lobby-hiloThai .btn-back:before {
    background-image: url(../images/circleArrowBack.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 45px;
    width: 50px;
    z-index: 2;
}
.lobby-hiloThai .btn-back p {
    color: #fff;
    display: grid;
    font-size: 26px;
    height: 30px;
    line-height: 1;
    margin-left: -10px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 1px 40px 0 30px;
    place-content: center;
    position: relative;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
}
.lobby-hiloThai .btn-back p:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.lobby-hiloThai .btn-back p:after {
    background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0.1));
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: -2;
}
.lobby-hiloThai .inner {
    grid-gap: 30px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 0;
    width: -moz-fit-content;
    width: fit-content;
}
.lobby-hiloThai .inner .lobby-hiloThai-item {
    transition: 0.2s;
}
.lobby-hiloThai .inner .lobby-hiloThai-item:hover {
    filter: drop-shadow(0 0 5px #fff);
}
@media only screen and (max-width: 600px) {
    .lobby-hiloThai {
        padding: 75px 10px 100px;
    }
    .lobby-hiloThai .inner {
        grid-gap: 15px 10px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }
    .lobby-hiloThai .lobby-hiloThai_wrapper {
        padding: 0 15px 20px;
    }
}
.slotinnerBG {
    position: relative;
    z-index: 2;
}
.slotinnerBG:before {
    background-image: url(../images/BG-2.png);
    background-position: top;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slot-innerPage {
    background-color: rgba(26, 0, 35, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 25px 25px;
}
.slot-innerPage .slotName {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    height: 55px;
    margin: 0 auto 15px;
    place-content: center;
    width: 250px;
}
.slot-innerPage .slotName p {
    color: #fff;
    font-size: 30px;
}
.innerPage_wrapper {
    display: grid;
    justify-items: center;
    padding: 35px 0;
}
.innerPage_wrapper .sec-picNname {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
.innerPage_wrapper .sec-picNname .name {
    margin-bottom: 35px;
    margin-left: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.innerPage_wrapper .sec-picNname .name:after {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/nextTurn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    content: "";
    height: 50px;
    min-width: 160px;
    position: absolute;
    right: -35px;
    width: 100%;
}
.innerPage_wrapper .sec-picNname .name p {
    color: #fff;
    font-size: 30px;
}
.innerPage_wrapper .sec-picNname .pic {
    background-image: url(../images/graph-1.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    height: 250px;
    padding: 20px;
    width: 250px;
}
.innerPage_wrapper .sec-picNname .pic img {
    height: 100%;
    width: 100%;
}
.innerPage_wrapper .sec-picNname .reset-time {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/groupCard.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    padding: 30px 35px 20px;
    place-content: center;
    text-align: center;
}
.innerPage_wrapper .sec-picNname .reset-time p {
    color: #fff;
    font-size: 35px;
}
.innerPage_wrapper .sec-picNname .reset-time h2 {
    color: #fff;
    font-size: 80px;
    line-height: 0.75;
    text-shadow: 0 0 10px #08f;
}
.innerPage_wrapper .sec-tableSlot .table-slot {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/table-slot.png);
    background-position: 50%;
    background-size: 100% 100%;
    padding: 30px 20px;
}
.innerPage_wrapper .sec-tableSlot .table-slot .wrapper {
    max-height: 210px;
    overflow: auto;
    padding-right: 10px;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item {
    grid-gap: 25px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    justify-items: center;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item p {
    color: #fff;
    line-height: 1;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item .txt-time {
    font-size: 40px;
    text-shadow: 0 0 10px #08f;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item .txt-content {
    font-size: 30px;
    text-shadow: 0 0 10px #08f;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item .txt-monney {
    font-size: 40px;
    justify-self: end;
    text-shadow: 0 0 10px #ff5656;
}
.innerPage_wrapper .sec-tableSlot .tablerow-item .txt-monney:after {
    content: "!";
}
.sec-circle .circle {
    background-color: #000;
    border-radius: 50%;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 400px;
}
.sec-circle .circle p {
    font-size: 30px;
    top: 23%;
}
.sec-circle .circle h1,
.sec-circle .circle p {
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.sec-circle .circle h1 {
    font-size: 60px;
    top: 40%;
}
.sec-circle .circle h1.txt-time {
    font-size: 50px;
}
.sec-circle .circle h1:after {
    content: "%";
}
.sec-circle .circle h1.txt-time:after {
    content: none;
}
.sec-circle .wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    width: 100%;
}
.sec-circle .block-1 {
    left: 0;
    transform-origin: right center;
}
.sec-circle .block-1,
.sec-circle .block-2 {
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
.sec-circle .block-2 {
    right: 0;
}
.sec-circle .bg-1 {
    background-image: url(../images/4.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}
.sec-circle .bg-2 {
    background-image: url(../images/4.png);
    background-size: 200% 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
.sec-circle .frame-1 {
    animation: frameAnimate-1 3s infinite;
    background-image: url(../images/1.png);
    background-size: 100% 100%;
    filter: drop-shadow(0 0 7px #fff);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.sec-circle .frame-1.no-animation {
    animation: none;
}
.sec-circle .frame-2 {
    background-image: url(../images/2.png);
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.sec-circle .frame-2.no-bg {
    background-image: none;
}
.sec-circle .frame-2.no-bg h1.txt-time {
    margin: 0;
    text-align: center;
    top: 50% !important;
    width: 100%;
}
.sec-circle .frame-3 {
    animation: frameAnimate-3 3s infinite;
    background-image: url(../images/3.png);
    background-size: 100% 100%;
    filter: drop-shadow(0 0 7px #fff);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.sec-circle .frame-3.no-animation {
    animation: none;
}
.circleWrapper {
    position: relative;
}
.square {
    aspect-ratio: 1/1;
    height: auto !important;
    width: 100% !important;
}
@media only screen and (max-width: 1260px) {
    .innerPage_wrapper {
        grid-template-columns: 1fr;
        margin: auto;
        max-width: 600px;
        position: relative;
    }
    .sec-picNname {
        align-items: end;
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 25px;
        width: 100%;
    }
    .innerPage_wrapper .sec-picNname .name {
        text-align: right;
        width: 230px;
    }
    .innerPage_wrapper .sec-tableSlot .reset-time {
        position: absolute;
        right: 1px;
        top: 120px;
    }
    .sec-tableSlot {
        margin-top: 25px;
    }
    .innerPage_wrapper .sec-picNname .name:after {
        bottom: -20px;
        right: 0;
    }
    .innerPage_wrapper .sec-picNname .name p {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .slot-innerPage {
        margin-top: 10px;
        padding: 0 15px 15px;
    }
    .innerPage_wrapper .sec-picNname .pic {
        height: 120px;
        padding: 10px;
        width: 120px;
    }
    .innerPage_wrapper {
        max-width: 320px;
        padding: 10px 0;
    }
    .innerPage_wrapper .sec-picNname .name {
        width: 150px;
    }
    .innerPage_wrapper .sec-picNname .name p {
        font-size: 22px;
    }
    .innerPage_wrapper .sec-tableSlot .reset-time h2 {
        font-size: 30px;
    }
    .innerPage_wrapper .sec-tableSlot .reset-time p {
        font-size: 20px;
    }
    .innerPage_wrapper .sec-tableSlot .reset-time {
        margin-bottom: 0;
        padding: 20px 25px 10px;
        position: absolute;
        right: 0;
        top: 47px;
    }
    .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-monney {
        font-size: 35px;
    }
    .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-content {
        font-size: 22px;
    }
    .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-time {
        font-size: 35px;
    }
    .sec-circle .circle {
        height: 250px;
        width: 250px;
    }
    .sec-circle .circle p {
        font-size: 20px;
    }
    .sec-circle .circle h1 {
        font-size: 32px;
    }
    .sec-circle .circle h1.txt-time {
        font-size: 28px;
    }
    .innerPage_wrapper .sec-tableSlot .table-slot {
        padding: 30px 10px;
    }
    .innerPage_wrapper .sec-tableSlot .tablerow-item {
        grid-gap: 15px;
    }
    .innerPage_wrapper .sec-tableSlot .table-slot .wrapper {
        max-height: 175px;
    }
}
.slot-innerPage1 .sec-AirTime {
    margin-top: 60px;
}
.slot-innerPage1 .sec-AirTime .AirTime_wrapper {
    grid-gap: 10px;
    align-items: center;
    display: flex;
}
.slot-innerPage1 .sec-AirTime .resetBar {
    grid-gap: 10px;
    display: flex;
}
.slot-innerPage1 .sec-AirTime .resetBar .resetBar-item {
    background-image: url(../images/resetBar-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 280px;
    position: relative;
    width: 30px;
}
.slot-innerPage1 .sec-AirTime .resetBar .resetBar-item:before {
    background-image: url(../images/resetBar-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 280px;
    bottom: 0;
    content: "";
    height: calc(var(--i) * 10%);
    left: 0;
    position: absolute;
    width: 100%;
}
.slot-innerPage1 .sec-AirTime .AirTime {
    height: 300px;
    position: relative;
    width: 300px;
}
.slot-innerPage1 .sec-AirTime .AirTime:before {
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slot-innerPage1 .sec-AirTime .AirTime h1 {
    color: #fff;
    font-size: 85px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1260px) {
    .sec-picNname {
        position: relative;
    }
    .innerPage_wrapper .sec-picNname .reset-time {
        bottom: 0;
        padding: 30px 5px 20px;
        position: absolute;
        width: 250px;
    }
}
@media only screen and (max-width: 600px) {
    .innerPage_wrapper .sec-picNname .reset-time {
        padding: 18px 5px 15px;
        position: absolute;
        width: 150px;
    }
    .innerPage_wrapper .sec-picNname .reset-time p {
        font-size: 14px;
    }
    .innerPage_wrapper .sec-picNname .reset-time h2 {
        font-size: 30px;
    }
    .slot-innerPage1 .sec-AirTime .resetBar .resetBar-item {
        height: 150px;
        width: 20px;
    }
    .slot-innerPage1 .sec-AirTime .resetBar .resetBar-item:before {
        background-size: 100% 155px;
    }
    .slot-innerPage1 .sec-AirTime .AirTime {
        height: 170px;
        position: relative;
        width: 170px;
    }
    .slot-innerPage1 .sec-AirTime {
        margin-top: 30px;
    }
    .slot-innerPage1 .sec-AirTime .AirTime h1 {
        font-size: 55px;
    }
}
.slotCircle-2 .slot-innerPage {
    background-color: rgba(26, 0, 35, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0 25px;
}
.slotCircle-2 .slot-innerPage .slotName {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: grid;
    height: 55px;
    margin: 0 auto 55px;
    place-content: center;
    width: 250px;
}
.slotCircle-2 .slot-innerPage .slotName p {
    color: #fff;
    font-size: 30px;
}
.slotCircle-2 .innerPage_wrapper {
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    justify-items: center;
    max-width: unset;
    padding: 35px 0;
}
.slotCircle-2 .innerPage_wrapper .sec-picNname .pic {
    background-image: url(../images/graph-1.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: grid;
    height: 250px;
    padding: 20px;
    place-content: center;
    width: 250px;
}
.slotCircle-2 .innerPage_wrapper .reset-time {
    align-items: center;
    background-image: url(/frontend/images/img/NEWufaHeck/frame/groupCard.png);
    background-position: 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 30px 35px 10px;
    text-align: center;
}
.slotCircle-2 .innerPage_wrapper .reset-time p {
    color: #fff;
    font-size: 170px;
    line-height: 0.75;
    margin-right: 15px;
    text-shadow: 0 0 10px #08f;
}
.slotCircle-2 .innerPage_wrapper .reset-time h2 {
    color: #fff;
    font-size: 50px;
    line-height: 0.75;
    text-shadow: 0 0 10px #08f;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .table-slot {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/table-slot.png);
    background-position: 50%;
    background-size: 100% 100%;
    padding: 30px 20px;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .table-slot .wrapper {
    max-height: 210px;
    overflow: auto;
    padding-right: 10px;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .tablerow-item {
    grid-gap: 25px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    justify-items: center;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .tablerow-item p {
    color: #fff;
    line-height: 1;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-time {
    font-size: 40px;
    text-shadow: 0 0 10px #08f;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-content {
    font-size: 30px;
    text-shadow: 0 0 10px #08f;
}
.slotCircle-2 .innerPage_wrapper .sec-tableSlot .tablerow-item .txt-monney {
    font-size: 40px;
    justify-self: end;
    text-shadow: 0 0 10px #ff5656;
}
.slotCircle-2
.innerPage_wrapper
.sec-tableSlot
.tablerow-item
.txt-monney:after {
    content: "!";
}
.slotCircle-2 .sec-circle .circleWrapper {
    margin: 0 auto 20px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.slotCircle-2 .sec-circle .circle {
    background-color: #000;
    border-radius: 50%;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
.slotCircle-2 .sec-circle .circle p {
    color: #fff;
    font-size: 40px;
    left: 50%;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
}
.slotCircle-2 .sec-circle .circle h1 {
    color: #fff;
    font-size: 90px;
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}
.slotCircle-2 .sec-circle .circle h1::not(.txt-time):after {
    content: "%";
}
.slotCircle-2 .sec-circle .wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center;
    width: 100%;
}
.slotCircle-2 .sec-circle .block-1 {
    background-color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: right center;
    width: 50%;
}
.slotCircle-2 .sec-circle .block-2 {
    background-color: #000;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.slotCircle-2 .sec-circle .bg-1 {
    background-size: 100% 100%;
    width: 100%;
}
.slotCircle-2 .sec-circle .bg-1,
.slotCircle-2 .sec-circle .bg-2 {
    background-image: url(../images/4.png);
    height: 100%;
}
.slotCircle-2 .sec-circle .bg-2 {
    background-size: 200% 100%;
    position: absolute;
    top: 0;
    width: 50%;
}
.slotCircle-2 .sec-circle .frame-1 {
    animation: frameAnimate-1 3s infinite;
    background-image: url(../images/1.png);
    background-size: 100% 100%;
    filter: drop-shadow(0 0 7px #fff);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
@keyframes frameAnimate-1 {
    to {
        transform: rotate(1turn);
    }
}
.slotCircle-2 .sec-circle .frame-2 {
    background-image: url(../images/2.png);
}
.slotCircle-2 .sec-circle .frame-2,
.slotCircle-2 .sec-circle .frame-3 {
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.slotCircle-2 .sec-circle .frame-3 {
    animation: frameAnimate-3 3s infinite;
    background-image: url(../images/3.png);
    filter: drop-shadow(0 0 7px #fff);
}
@keyframes frameAnimate-3 {
    to {
        transform: rotate(-1turn);
    }
}
.slotCircle-2 .sec-iframe {
    position: relative;
    width: 100%;
}
.slotCircle-2 .sec-iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slotCircle-2 .sec-AirTime .AirTime_wrapper {
    grid-gap: 10px;
    align-items: center;
    display: flex;
}
.slotCircle-2 .sec-AirTime .resetBar {
    grid-gap: 10px;
    display: flex;
}
.slotCircle-2 .sec-AirTime .resetBar .resetBar-item {
    background-image: url(../images/resetBar-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 280px;
    position: relative;
    width: 30px;
}
.slotCircle-2 .sec-AirTime .resetBar .resetBar-item:before {
    background-image: url(../images/resetBar-3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 280px;
    bottom: 0;
    content: "";
    height: calc(var(--i) * 10%);
    left: 0;
    position: absolute;
    width: 100%;
}
.slotCircle-2 .sec-AirTime .AirTime {
    height: 300px;
    position: relative;
    width: 300px;
}
.slotCircle-2 .sec-AirTime .AirTime:before {
    background-image: url(../images/circleWinrate.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slotCircle-2 .sec-AirTime .AirTime h1 {
    color: #fff;
    font-size: 85px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slotCircle-2 .sec-AirTime .btn-changeGame {
    background-image: url(/frontend/images/img/NEWufaHeck/frame/txt-Wait.png);
    background-position: 50%;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 15px auto 0;
    padding: 10px 50px;
    width: -moz-fit-content;
    width: fit-content;
}
.slotCircle-2 .sec-AirTime .btn-changeGame p {
    color: #fff;
    font-size: 40px;
}
.slotCircle-2 .sec-AirTime .btn-changeGame:hover {
    filter: brightness(1.5);
}
@media only screen and (max-width: 1260px) {
    .slotCircle-2 .sec-circle .circle {
        height: 240px;
        width: 240px;
    }
    .slotCircle-2 .sec-AirTime .AirTime {
        height: 200px;
        position: relative;
        width: 200px;
    }
    .slotCircle-2 .sec-circle .circle p {
        font-size: 26px;
    }
    .slotCircle-2 .sec-circle .circle h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1023px) {
    .slotCircle-2 .innerPage_wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .slotCircle-2 .sec-iframe {
        grid-column: span 2;
        grid-row: 2/3;
        height: 460px;
        width: 100%;
    }
    .slotCircle-2 .sec-circle {
        grid-column: span 2;
    }
    .slotCircle-2 .sec-circle .circle {
        height: 200px;
        width: 200px;
    }
    .slotCircle-2 .sec-circle .circle p {
        font-size: 20px;
    }
    .slotCircle-2 .sec-circle .circle h1 {
        font-size: 40px;
    }
    .slotCircle-2 .slot-innerPage {
        position: relative;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time {
        background-image: unset;
        display: grid;
        margin-bottom: 0;
        padding: 0;
        position: absolute;
        right: 50px;
        top: 0;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time p {
        margin-right: 0;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time h2 {
        font-size: 30px;
    }
    .slotCircle-2 .slot-innerPage .sec-AirTime .slotName {
        left: 0;
        position: absolute;
        top: 0;
    }
    .slotCircle-2 .sec-AirTime .btn-changeGame {
        position: absolute;
        right: 20px;
        top: 160px;
    }
    .slotCircle-2 .sec-AirTime .btn-changeGame p {
        font-size: 24px;
    }
    .slotCircle-2 .sec-AirTime .resetBar {
        left: 20px;
        position: absolute;
        top: 65px;
    }
    .slotCircle-2 .sec-AirTime .resetBar .resetBar-item {
        height: 165px;
        width: 20px;
    }
    .slotCircle-2 .sec-AirTime .resetBar .resetBar-item:before {
        background-size: 100% 165px;
    }
    .slotCircle-2 .sec-AirTime .AirTime {
        height: 110px;
        left: 80px;
        position: absolute;
        top: 120px;
        width: 110px;
    }
    .slotCircle-2 .sec-AirTime .AirTime h1 {
        font-size: 40px;
    }
    .slotCircle-2 .sec-AirTime .AirTime:after {
        background-image: url(/frontend/images/img/NEWufaHeck/Decor.png);
        background-position: 50%;
        background-size: 100% 100%;
        content: "";
        height: 60px;
        left: 5px;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        width: 75px;
    }
}
@media only screen and (max-width: 660px) {
    .slotCircle-2 .slotPage .slot-innerPage {
        padding: 5px;
    }
    .slotCircle-2 .slotPage .innerPage_wrapper {
        padding: 45px 0 0;
    }
    .slotCircle-2 .slot-innerPage .sec-AirTime .slotName {
        height: 40px;
        width: 160px;
    }
    .slotCircle-2 .slot-innerPage .sec-AirTime .slotName p {
        color: #fff;
        font-size: 18px;
    }
    .slotCircle-2 .sec-circle .circle {
        height: 120px;
        width: 120px;
    }
    .slotCircle-2 .sec-circle .circle p {
        font-size: 12px;
    }
    .slotCircle-2 .sec-circle .circle h1 {
        font-size: 26px;
    }
    .slotCircle-2 .sec-AirTime .resetBar {
        grid-gap: 5px;
        left: 10px;
        top: 50px;
    }
    .slotCircle-2 .sec-AirTime .resetBar .resetBar-item {
        height: 120px;
        width: 15px;
    }
    .slotCircle-2 .sec-AirTime .resetBar .resetBar-item:before {
        background-size: 100% 120px;
    }
    .slotCircle-2 .sec-AirTime .AirTime {
        height: 60px;
        left: 50px;
        top: 113px;
        width: 60px;
    }
    .slotCircle-2 .sec-AirTime .AirTime h1 {
        font-size: 21px;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time p {
        font-size: 80px;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time h2 {
        font-size: 21px;
    }
    .slotCircle-2 .innerPage_wrapper .reset-time {
        right: 17px;
        top: 45px;
    }
    .slotCircle-2 .sec-AirTime .btn-changeGame {
        padding: 2px 20px;
        right: 10px;
        top: 120px;
    }
    .slotCircle-2 .sec-AirTime .btn-changeGame p {
        font-size: 19px;
    }
    .slotCircle-2 .sec-AirTime .AirTime:after {
        height: 45px;
        transform: translateY(-110%);
        width: 55px;
    }
}
.pd-topsite {
    padding-top: 180px !important;
}
@media only screen and (max-width: 920px) {
    .pd-topsite {
        padding-top: 130px !important;
    }
    .title-Page .btn-back > p {
        display: none;
    }
}
@media only screen and (max-width: 650px) {
    .pd-topsite {
        padding-top: 100px !important;
    }
}
@keyframes body-overflow {
    to {
        overflow: unset;
    }
}
@keyframes fade-in {
    to {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slide-down {
    to {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
}
.them-purple .sec-formula .formula-group .inner .formula-item.active {
    background-color: rgba(255, 116, 209, 0.5);
}
.them-purple .group-room,
.them-purple .inner-room {
    background-color: rgba(255, 116, 209, 0.2);
}
.them-yel .sec-formula .formula-group .inner .formula-item.active {
    background-color: rgba(255, 219, 123, 0.5);
}
.them-yel .group-room,
.them-yel .inner-room {
    background-color: rgba(255, 219, 123, 0.2);
}
.them-blue .sec-formula .formula-group .inner .formula-item.active {
    background-color: rgba(0, 136, 255, 0.5);
}
.them-blue .group-room,
.them-blue .inner-room {
    background-color: rgba(0, 136, 255, 0.2);
}
@media only screen and (max-width: 1000px) {
    .inner-room .progressNgraph .graph {
        height: 260px;
    }
}
@media only screen and (max-width: 700px) {
    .inner-room .progressNgraph .graph {
        height: 150px;
    }
}
@media only screen and (max-width: 450px) {
    .inner-room .inner-room_wrapper {
        grid-template-columns: 1fr;
    }
    .inner-room .winRate h1 {
        font-size: 27px;
        margin-block-start: 1em;
    }
    .inner-room .winRate p {
        font-size: 20px;
    }

}
@media only screen and (max-width: 400px) {
    .sec-circle .circle h1 {
        font-size: 24px;
        top: 43%;
    }
    .sec-circle .circle h1.txt-time {
        font-size: 20px;
        top: 43%;
    }
    .sec-circle .circle p {
        font-size: 18px;
    }
    .slectgame-slide {
        padding: 17.5vh 15px 100px;
    }
    .slotPage .slectgame-slide {
        padding: 8.5vh 15px 100px;
    }
    .slectgame-slide .title-Page h1 {
        font-size: 1em;
    }
}
