::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::-ms-input-placeholder {
    color: #fff !important;
}

.flex {
    display: flex !important;
}

.grid {
    display: grid !important;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.btn-warning {
    color: #000;
}

.bold {
    font-weight: bold !important;
}

.br0 {
    border-radius: unset !important;
}

.txtc {
    text-align: center !important;
}

.hidden {
    display: none;
    opacity: 0;
}

.textl {
    text-align: left !important;
}

.textr {
    text-align: right !important;
}

.textc {
    text-align: center !important;
}

.bgwhite {
    background: #fff !important;
}

.form-group {
    margin-bottom: 0.7rem;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-x body {
    overflow-x: hidden;
}

.mrg-0 {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #fff;
}

html,
body {
    background: #000;
    overflow-x: hidden;
}

body {
    background: unset !important;
    color: #fff;
    width: 100%;
    height: 100%;
}

body:before {
    content: '';
    position: fixed;
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

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

img {
    object-fit: contain;
}

.btn:hover {
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.4) !important;
}

.icon-search2:before {
    content: "\e8b6";
}

.icon-lock2:before {
    content: "\e897";
}

.icon-person:before {
    content: "\e7fd";
}

.icon-phone2:before {
    content: "\e0cd";
}

/**** Background Setting ****/

.site-wrap {
    position: relative;
    margin: auto;
    padding-top: 65px;
    padding-bottom: 70px;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1;
}

.site-section {
    max-width: 1000px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 40px;
}

.main .site-section {
    padding-top: 0;
}

.login-layout .site-wrap {
    display: grid;
}

.login-layout .site-section {
    width: 100%;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    object-fit: contain;
    max-height: 400px;
}

.slidein .site-wrap,
.slideout .site-wrap {
    background: linear-gradient(20deg, #000000ba, #06160fb3);
}

.slideout .site-wrap {
    animation: righttoleft 0.4s;
}

.slidein .site-wrap {
    right: -120%;
    animation: lefttoright 0.3s;
}

@keyframes righttoleft {
    0% {
        right: -100%;
        position: fixed;
    }
    100% {
        right: 0;
        position: fixed;
    }
}

@keyframes lefttoright {
    0% {
        right: 0;
        position: fixed;
    }
    100% {
        right: -120%;
        position: fixed;
    }
}

.rotate {
    font-size: 16px !important;
    animation: rotate360 0.7s infinite;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes glowing {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.2);
    }
    100% {
        filter: brightness(1);
    }
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.site-nav-marquee {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 3px 0;
    margin-bottom: 15px;
}

.site-nav-marquee img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: -5px;
    left: 2px;
    z-index: 1;
}

.smarquee-main {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    margin-left: 15px;
    margin-right: 10px;
}

.smarquee-main:before,
.smarquee-main:after {
    content: '';
    position: absolute;
    border-radius: 50px;
}

.smarquee-main:before {
    background: linear-gradient(180deg, #222, #666);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    z-index: -1;
}

.smarquee-main:after {
    background: linear-gradient(0deg, #222, #666);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -2;
}

.site-nav-marquee marquee {
    font-size: 14px;
    background: linear-gradient(180deg, #020202, #232323);
    border-radius: 50px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    margin: auto;
    padding-left: 40px;
}

.site-nav-marquee marquee span {
    color: #fff;
}

.nonloop-block-15 {
    position: relative;
    width: 100%;
    padding: 8px 6px;
    background: #0004;
    box-shadow: 0 5px 10px #0005;
    border-radius: 10px;
}

.nonloop-block-15 .owl-item {
    display: flex;
}

.nonloop-block-15 .slide-item {
    margin: auto;
    padding: 4px;
    background: linear-gradient(00deg, #333, #111);
    border-radius: 16px;
}

.nonloop-block-15 .slide-item a {
    display: flex;
    background: linear-gradient(180deg, #333, #111);
    border-radius: 13px;
    padding: 4px;
}

.nonloop-block-15 .slide-item a img {
    border-radius: 10px;
}

.site-backhome {
    position: fixed;
    top: 0;
    padding: 5px;
    z-index: 10;
    overflow: hidden;
    animation: backhome2 0.6s;
}

.site-backhome img {
    width: 30px;
    height: 30px;
}

@keyframes backhome2 {
    0% {
        margin-left: -50px;
        opacity: 0;
    }
    60% {
        margin-left: -50px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

.site-sidebar {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
}

.sidebar-main {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 260px;
    background: linear-gradient(180deg, #181818f2, #0e0e0efa);
    box-shadow: 2px 0 10px #30fb7882;
}

.sidebar-top {
    display: flex;
    min-height: 80px;
    border-bottom: 1px solid #1b4e34;
}

.sidebar-topclose {
    display: flex;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    margin-right: 6px;
}

.sidebar-topclose img {
    width: 24px;
    height: 24px;
    margin: auto;
    animation: fadeIn 1.2s;
    filter: drop-shadow(2px 4px 6px #000);
}

.sidebar-nav ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    padding-left: 25px;
    font-size: 17px;
    border-bottom: 1px solid #1b4e34;
    box-shadow: 0 2px 5px #1a521755;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0 0 5px #36ff7d;
    transition: background 0.3s ease;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:active {
    background: #000;
}

.sidebar-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0005;
    animation: fadeIn 0.5s;
    z-index: -1;
}

.site-sidebar.active {
    display: block;
}

.site-sidebar.active .sidebar-main {
    animation: rightsliderAni 0.4s;
}

@keyframes rightsliderAni {
    0% {
        transform: translateX(300px);
    }
    100% {
        transform: translateX(0px);
    }
}

.site-sidebar.active.fadeOut .sidebar-main {
    transform: translateX(300px);
    animation: rightsliderAni2 0.4s;
}

@keyframes rightsliderAni2 {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(300px);
    }
}

.site-sidebar.active.fadeOut .sidebar-close {
    animation: fadeOut 0.4s;
}

/**************** Header *****************/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #01212c;
}

.sheader-main {
    display: flex;
    height: 65px;
    padding: 0 3px;
}

.sheader-logo {
    margin: auto;
    margin-left: 5px;
}

.sheader-logo img {
    width: 100%;
    height: 55px;
    max-width: 130px;
}

.sheader-nav {
    display: flex;
    margin: auto;
    margin-right: 0;
}

.sheader-nav a {
    position: relative;
    display: flex;
    margin: 6px 8px;
    background: linear-gradient(180deg, #60c382, #08301b);
    padding: 0 10px;
    height: 30px;
    border-radius: 50px;
}

@media(max-width: 412px) {
    .sheader-nav a {
        padding: 0 14px;
    }
}

.sheader-nav a:before,
.sheader-nav a:after {
    content: '';
    position: absolute;
    border-radius: 50px;
}

.sheader-nav a:before {
    background: linear-gradient(180deg, #222, #666);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    z-index: -1;
}

.sheader-nav a:after {
    background: linear-gradient(0deg, #222, #666);
    box-shadow: 0 2px 6px #0006;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: -6px;
    top: -6px;
    z-index: -2;
}

.sheader-nav a span {
    margin: auto;
    font-size: 13px;
    font-family: system-ui;
    letter-spacing: 0.3px;
    text-shadow: 0 0 1px #fffa;
}

.sheader-nav a img {
    width: 25px;
    height: 25px;
    margin: 2px;
    transition: transform 0.8s ease;
}

.sheader-nav a:focus img,
.sheader-nav a:active img {
    transform: rotate(180deg);
}

.sheader-nav a.last {
    width: 30px;
    padding: 0;
}

.site-header2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(0deg, #000, #111);
    box-shadow: 0 1px 4px #0006;
    display: flex;
    z-index: 21;
    transition: height 0.6s ease;
}

.site-header2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(90deg, #c19032 5%, #e9d68f, #97571c, #9d7019, #cfad5d, #ecd48a, #c39841, #8b5417, #b8882f);*/
    width: 100%;
    height: 3px;
    background: #35ad64;
}

.sheader2-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    padding-right: 8px;
}

.slidein .sheader2-back {
    transform: rotateY(180deg);
}

.sheader2-back:before {
    content: "\f104";
    font-family: 'icomoon' !important;
    font-size: 26px;
    color: #3fd87d;
    margin: auto;
    line-height: 54px;
    transition: all 0.3s ease;
}

.sheader2-back:hover,
.sheader2-back:active {
    filter: brightness(0.8);
}

.sheader2-title {
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    padding: 0 5px;
    color: #ffffff;
    background: -webkit-linear-gradient(#63f49e, #44e384, #23ea73, #157b3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/************** Footer *************/

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 21;
}

.sfooter-main {
    display: flex;
    background: linear-gradient(180deg, #b9b9b9, #8b8b8b 10%, #222);
    box-shadow: 0 3px 10px #1ecd68bd;
    height: 65px;
}

.site-footer a {
    position: relative;
    display: grid;
    width: 100%;
    padding: 5px;
    padding-top: 0;
}

.site-footer a i {
    width: 30px;
    height: 30px;
    margin: auto;
    margin-bottom: 0;
}

.icon2-home {
    background: url(../images/icon2/home.png) no-repeat;
    background-size: contain;
}

.icon2-promo {
    background: url(../images/icon2/promo.png) no-repeat;
    background-size: contain;
}

.icon2-chat {
    background: url(../images/icon2/chat.png) no-repeat;
    background-size: contain;
}

.icon2-profile {
    background: url(../images/icon2/profile.png) no-repeat;
    background-size: contain;
}

a.active .icon2-home {
    background: url(../images/icon2/home-active.png) no-repeat;
    background-size: contain;
}

a.active .icon2-promo {
    background: url(../images/icon2/promo-active.png) no-repeat;
    background-size: contain;
}

a.active .icon2-chat {
    background: url(../images/icon2/chat-active.png) no-repeat;
    background-size: contain;
}

a.active .icon2-profile {
    background: url(../images/icon2/profile-active.png) no-repeat;
    background-size: contain;
}

.site-footer a span {
    font-size: 12px;
    margin: auto;
    margin-top: 0;
    color: #000;
    font-weight: bold;
    text-shadow: 0 0 2px #0008;
    line-height: 15px;
    transition: text-shadow 0.4s ease;
}

.site-footer a.active {
    /*background: linear-gradient(45deg, #000303, #232323);*/
    animation: fadeIn 0.3s;
}

.site-footer a.active span {
    color: #2cffc3;
    text-shadow: 0 0 4px #25ffc1;
}

.sfooter-center {
    position: relative;
    display: grid;
    min-width: 80px;
}

.sfooter-center img {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    height: 90px;
    filter: drop-shadow(1px 3px 6px #000a);
    animation: rotateAni 0.4s;
    margin: auto;
}

@keyframes rotateAni {
    0% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/***************** LOGIN ******************/

.site-login-form {
    max-width: 500px;
    margin: auto;
    margin-top: 15%;
}

.site-login-form.cssregister {
    margin-top: calc(15px + 5%);
}

.site-login-outer {
    padding: 25px;
}

.site-login-logo {
    margin-bottom: 25px;
}

.site-login-logo h4 {
    font-size: 28px;
    color: #d2fff2;
    text-shadow: 0 0 4px #25ffc1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.login-form-box .form-group {
    display: grid;
}

.login-form-box .form-group.flex {
    display: flex;
}

.login-form-box .form-group img {
    width: 36px;
    height: 36px;
    margin: auto 0;
    margin-right: 20px;
    max-width: 30px;
}

.login-form-box .form-group input,
.login-form-box .form-group select {
    padding: 0 20px;
    color: #fff;
    background: #0008;
    border: 1px solid #3cffa1;
    box-shadow: 0 2px 12px #187c60bd;
    text-shadow: 0 0 4px #24ffc178;
}

.saved-account span {
    font-size: 14px;
    color: #dde9ff;
}

.saved-account .ckbox_saved {
    display: flex;
}

.saved-account input {
    margin: auto;
}

.saved-account span {
    font-size: 14px;
    color: #ffeec0;
    margin: auto 8px;
}

.login-form-box .btn-submit {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 44px;
    background: linear-gradient(180deg, #b9b9b9, #8b8b8b 10%, #222);
    border: 2px solid #fff4;
    border-bottom: unset;
    border-radius: 50px;
    color: #1affbe;
    text-shadow: 0 0 10px #25ffc18a;
    font-weight: bold;
    transition: filter 0.4s;
}

.login-form-box .btn-submit:hover,
.login-form-box .btn-submit:active,
.login-form-box .btn-submit:focus {
    filter: brightness(0.8);
}

.login-form-box .btn-dontacc {
    display: inline-block;
    font-size: 13px;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    letter-spacing: 0.3px;
}

.login-form-box .btn-dontacc:hover,
.login-form-box .btn-dontacc:active {
    text-decoration: underline;
    color: #86ffde;
}

/**************** Index ****************/

.site-games {
    padding: 20px 0;
    margin-bottom: 50px;
    min-height: 300px;
}

.games-main {
    display: flex;
}

.sgames-nav {
    display: block;
    width: 30%;
    min-width: 90px;
    max-width: 160px;
}

.sgames-nav li {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 140px;
    height: 80px;
    margin: auto;
    margin-bottom: 3px;
    cursor: pointer;
}

.sgames-nav li:active,
.sgames-nav li:hover {
    animation: glowing 1s infinite;
}

.icon3-live:before {
    background: url(../images/gamebar/poker.png) no-repeat;
}

.icon3-slot:before {
    background: url(../images/gamebar/slot.png) no-repeat;
}

.icon3-fish:before {
    background: url(../images/gamebar/fish.png) no-repeat;
}

.icon3-sport:before {
    background: url(../images/gamebar/football.png) no-repeat;
}

.icon3-lottery:before {
    background: url(../images/gamebar/P-02.png) no-repeat;
}

li.icon3-live.active:before {
    background: url(../images/gamebar/poker-active.png) no-repeat;
}

li.icon3-slot.active:before {
    background: url(../images/gamebar/slot-active.png) no-repeat;
}

li.icon3-fish.active:before {
    background: url(../images/gamebar/fish-active.png) no-repeat;
}

li.icon3-sport.active:before {
    background: url(../images/gamebar/football-active.png) no-repeat;
}

li.icon3-lottery.active:before {
    background: url(../images/gamebar/P-01.png) no-repeat;
}

.sgames-nav li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: right !important;
    z-index: -1;
}

.sgames-nav li.active {
    animation: fadeIn 0.6s;
}

.sgames-nav li span {
    margin: auto;
    margin-right: 25px;
    font-size: 17px;
    font-weight: 600;
    font-family: system-ui;
    text-shadow: 0 0 4px #fffc;
    letter-spacing: 0.8px;
    padding-bottom: 2px;
}

.sgames-nav li.active span {
    color: #000;
    text-shadow: 0 0 3px #000;
}

.sgames-nav li:before {
    content: '';
}

.sgames-group {
    width: 100%;
    margin-right: 5px;
}

.sgames-group .row {
    margin: 0;
}

.sgames-group .sgames-item {
    display: flex;
    padding: 0;
    margin-bottom: 5px;
    transition: filter 0.6s ease;
}

.sgames-group .sgames-item:active,
.sgames-group .sgames-item:hover {
    filter: brightness(1.35);
}

.sgames-group .sgames-item img {
    width: 100%;
    height: 100%;
    max-width: 240px;
    margin: auto;
}

@media(max-width: 640px) {
    .sgames-nav li {
        height: 70px;
    }
    .sgames-nav li span {
        font-size: 16px;
        margin-right: 20px;
    }
}

@media(max-width: 524px) {
    .sgames-nav li {
        height: 60px;
    }
    .sgames-nav li span {
        font-size: 14px;
        margin-right: 15px;
    }
}

@media(max-width: 480px) {
    .sgames-nav li {
        height: 50px;
    }
    .sgames-nav li span {
        font-size: 13px;
        margin-right: 12px;
    }
}

/************** Promotion **************/

.spromo-main {
    max-width: 600px;
    margin: auto;
}

.spromo-item {
    margin: 10px 5px;
    margin-bottom: 30px;
    padding: 5px;
    background: linear-gradient(00deg, #333, #111);
    border-radius: 16px;
}

.spromo-content {
    background: linear-gradient(180deg, #333, #111);
    border-radius: 13px;
    padding: 5px;
}

.spromo-image {
    background: #000;
    border-radius: 10px;
}

.spromo-image img {
    width: 100%;
    min-height: 150px;
    max-height: 300px;
}

.spromo-paragraph {
    display: none;
    padding: 5px 15px;
    background: #000;
    border-radius: 0 0 10px 10px;
    animation: fadeIn 0.5s;
    padding-top: 15px;
    padding-bottom: 30px;
}

.spromo-paragraph h4 {
    font-size: 20px;
    text-shadow: 0 0 4px #25ffc1;
    border-bottom: 1px solid #174e2a;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.spromo-paragraph p {
    font-size: 14px;
    max-width: 400px;
    margin: auto;
}

.spromo-item.active .spromo-paragraph {
    display: block;
}

.spromo-item.active .spromo-image {
    border-radius: 10px 10px 0 0;
}

/*************** Profiles ***************/

.site-setting {
    max-width: 600px;
    margin: auto;
}

.ssetting-profile {
    display: grid;
    margin-bottom: 30px;
}

.ssetting-pimage {
    position: relative;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}

.ssetting-pimage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #178b5e;
    filter: drop-shadow(0 0 5px #2eeba1);
    border-radius: 50%;
    animation: growAni2 2.5s infinite;
    z-index: -1;
}

@keyframes growAni2 {
    0% {
        transform: scale(0);
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.ssetting-pimage img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px #115449;
}

.ssetting-account {
    display: flex;
    margin: auto;
    background: linear-gradient(180deg, #b9b9b9, #8b8b8b 10%, #222);
    border: 2px solid #fff4;
    border-bottom: unset;
    border-radius: 50px;
}

.ssetting-account a {
    display: block;
    padding: 0 20px;
    min-width: 110px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #031212;
    text-align: center;
}

.ssetting-account a:last-child {
    border-right: unset;
}

.ssetting-account a span {
    color: #1affbe;
    text-shadow: 0 0 4px #25ffc1;
    animation: shineAni2 6s infinite;
}

.ssetting-account a:nth-child(1) span {
    animation-delay: 0.8s;
}

.ssetting-account a:nth-child(2) span {
    animation-delay: 1.7s;
}

@keyframes shineAni2 {
    0% {
        color: #1affbe;
        text-shadow: 0 0 4px #25ffc1;
    }
    20% {
        color: #1affbe;
        text-shadow: 0 0 4px #25ffc1;
    }
    21% {
        color: #095e3f;
        text-shadow: 0 0 1px #095e3f;
    }
    23% {
        color: #1affbe;
        text-shadow: 0 0 4px #25ffc1;
    }
    24% {
        color: #095e3f;
        text-shadow: 0 0 1px #095e3f;
    }
    25% {
        color: #1affbe;
        text-shadow: 0 0 4px #25ffc1;
    }
    100% {
        color: #1affbe;
        text-shadow: 0 0 4px #25ffc1;
    }
}

.ssetting-menu {
    display: grid;
    margin: 0 20px;
}

.ssetting-menu a {
    display: flex;
    height: 50px;
    width: 100%;
    max-width: 430px;
    padding: 0 25px;
    border: 1px solid #24ffc1;
    box-shadow: 0 2px 12px #187c60bd;
    text-shadow: 0 0 4px #24ffc1;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.ssetting-menu a:hover,
.ssetting-menu a:active {
    background: #1c995f82;
}

.ssetting-menu a span {
    margin: auto 0;
}

/***************** Reports ******************/

.site-report {
    max-width: 600px;
    margin: auto;
}

.report-main {
    margin: 30px 15px;
}

.site-report table {
    text-align: center;
    background: #00000073;
    border-color: #24ffc1;
    box-shadow: 0 2px 12px #187c60bd;
    width: 100%;
}

.site-report thead {
    border: 1px solid #24ffc1;
    box-shadow: 0 2px 12px #187c60bd;
}

.site-report thead tr th {
    height: 50px;
    border: none;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.site-report thead tr:last-child th {
    font-weight: normal;
    font-size: 18px;
}

.site-report tbody tr td {
    height: 100px;
    padding: 5px;
    width: 33.33%;
}

.site-report tbody tr td span {
    display: block;
    letter-spacing: 0.3px;
}

.site-report tbody tr td span:first-child {
    font-size: 12px;
    color: #bcffe6
}

.site-report tbody tr td span:last-child {
    font-size: 16px;
}

/**************** Deposit ****************/

.site-deposit {
    padding: 30px 15px;
    max-width: 600px;
    margin: auto;
}

.sdeposit-row {
    margin-bottom: 10px;
}

.sdeposit-row h5 {
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0 0 2px #1affbe;
}

.sdeposit-row input,
.sdeposit-row select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #24ffc1;
    box-shadow: 0 2px 12px #187c60bd;
    text-shadow: 0 0 4px #24ffc1;
    color: #fff;
    background: #000604;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 1px;
    height: 50px;
    outline: none !important;
}

.sdeposit-row p {
    margin: 0;
    font-size: 13px;
    color: #d6fff2;
}

.sdeposit-button {
    margin-top: 30px;
    margin-bottom: 10px;
}

.sdeposit-button button {
    cursor: pointer;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    padding: 0 25px;
    height: 44px;
    transition: filter 0.4s ease;
    background: linear-gradient(180deg, #b9b9b9, #8b8b8b 10%, #222);
    border: 2px solid #fff4;
    border-bottom: unset;
    border-radius: 50px;
    color: #1affbe;
    text-shadow: 0 0 10px #25ffc18a;
    font-weight: bold;
}

.sdeposit-insert {
    margin: 0 -5px;
}

.sdeposit-insert>div {
    display: flex;
    padding: 5px;
}

.sdeposit-inum {
    color: #fff;
    background: #000;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border: 1px solid #24ffc1;
    box-shadow: 0 2px 5px #187c6066;
    text-shadow: 0 0 4px #24ffc1;
    border-radius: 4px;
    cursor: pointer;
}

/**************** Others ****************/

.site-ccservices {
    display: grid;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    max-width: 600px;
}

.ccservices-main {
    border: 1px solid #60c385;
    min-height: 500px;
    margin: 0 10px;
}

.ccservices-main a {
    display: block;
    margin: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #60c385;
    box-shadow: 0 2px 3px #000a;
    filter: drop-shadow(2px 4px 6px black);
}

.ccservices-main a:hover,
.ccservices-main a:active,
.ccservices-main a:focus {
    filter: brightness(1.3);
    border-radius: 15px 15px 0 0;
    border-color: #60c385;
}

.ccservices-main a:after {
    content: '';
    /*background: url(../images/icon2/arrow-right.png) no-repeat;*/
    background-size: 25px 25px;
    background-position: center right;
    width: 30px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.ccservices-main a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.ccservices-main a span {
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    text-shadow: 0 1px 3px #000a;
}

.cssbox-detail {
    display: block;
    color: #ddd;
    padding: 10px 5px;
    font-size: 11px;
    margin-bottom: 40px;
    margin-top: 30px;
    background: linear-gradient(0deg, #010100, #222, #010100);
    border-radius: 10px;
    border: 2px groove #60c385;
    box-shadow: 0 1px 3px #60c385a3;
}

.cssbox-detail h5 {
    display: block;
    font-size: 13px;
    font-family: system-ui;
    color: #999;
    text-decoration: underline;
    margin: 0;
    text-transform: uppercase;
    padding: 2px 8px;
}

.cssbox-detail p {
    margin: 0;
    display: flex;
}

.cssbox-detail p font {
    min-width: 80px;
}

.cssbox-detail p span {
    margin-left: 5px;
}

.site-wallet {
    display: grid;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.wallet-detail {
    margin: 0 15px;
}

.wallet-deposit-btn {
    display: block;
    box-shadow: 0 2px 6px #000;
    background: #e0b94d;
    text-shadow: 0 0 1px #000a;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #000 !important;
    font-size: 16px;
    margin-bottom: 15px;
}

.wallet-deposit-btn i {
    border-right: 1px dashed #0000003b;
    margin-right: 12px;
    padding: 5px 0;
    padding-right: 15px;
}

.wallet-deposit-btn.wcolor2 {
    background: linear-gradient(0deg, #0f7aad, #97d9ef 60%, #6ed7ff);
}

.wallet-deposit-btn.wcolor3 {
    border: 1px groove #ffcd6d5c;
    background: linear-gradient(0deg, #b58925, #ffea82);
}

.wallet-deposit-btn.wcolor4 {
    border: 1px groove #8eff6c5c;
    background: linear-gradient(to top, #1fa937, #8ee796 60%, #5de184);
}

.site-deposit-change {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.site-deposit-change a {
    display: table;
    margin: auto;
    width: 50%;
    text-align: center;
    border: 1px groove #53b173eb;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 3px #000;
    height: 40px;
    line-height: 40px;
    filter: brightness(0.7);
}

.site-deposit-change a.active {
    filter: brightness(1.1);
}

.site-deposit-change a:first-child {
    border-radius: 50px 0 0 50px;
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(180deg, #61eb91, #10522f);
}

.site-deposit-change a:last-child {
    border-radius: 0 50px 50px 0;
    border-left: none;
    background: linear-gradient(180deg, #61eb91, #10522f);
}

.site01-deposit-change {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .site01-deposit-change {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
}

.site01-deposit-change a {
    display: table;
    margin: auto;
    width: 50%;
    text-align: center;
    border: 1px groove #53b173eb;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 3px #000;
    height: 40px;
    line-height: 40px;
    filter: brightness(0.7);
    border-radius: 50px 0 0 50px;
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(180deg, #61eb91, #10522f);
    border-left: none;
}

.site01-deposit-change a.active {
    filter: brightness(1.1);
}

.disabled_div {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
}

.disabled_div .section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.disabled_div .confirm_box {
    width: calc(100vw - 20%) !important;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .18s;
}

.confirm_box h3 {
    color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
    text-transform: uppercase;
}

.confirm_box .confirm_content {
    padding: 20px 0px;
    text-align: center;
}

.confirm_box .confirmation_btn {
    position: relative;
    height: 52px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
}

.confirm_box .confirmation_btn span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
}

.confirm_box .confirmation_btn span button {
    font-size: 15px;
    height: 100%;
    width: 100%;
    line-height: 35px;
    box-shadow: none !important;
    color: #000000;
}

.confirm_box .confirmation_btn span:first-child {
    height: 48px;
    border-radius: 0 0 0 5px;
}

.confirm_box .confirmation_btn span:nth-last-of-type(2) {
    width: 49%;
    border-right: 1px solid #d8d8d8;
}

.confirm_box .confirmation_btn span:nth-of-type(2) {
    font-weight: 700;
    width: 49%;
    height: 50px;
    border-radius: 0 3px 0 0;
}

.progress_bar_background {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    top: 0px;
    display: none;
    padding: 7% 10%;
}

.progress_bar_title {
    font-size: 23px;
    color: white;
    width: 100%;
    height: 35px;
    position: relative;
    top: 45%;
}

.progress_bar {
    width: 100%;
    height: 35px;
    background: #000;
    border-radius: 8px;
    display: none;
    position: relative;
    top: 45%;
}

.progress_bar>.progress_bar_percent {
    position: relative;
    top: 0px;
    background: -webkit-linear-gradient(right, #e6541a, #e6541a, #fff);
    width: 0%;
    height: 35px;
    text-align: center;
    border-radius: 8px;
}

.progress_bar>.progress_bar_text {
    position: relative;
    top: -35px;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.table_ img {
    width: 70%;
    border-radius: 50%;
}

.table_ {
    display: table;
    width: 100%;
    border-spacing: 10px;
    border-collapse: collapse;
}

.table_ .table_row {
    display: table-row;
    color: #ffffff;
    border: 1px solid #317455;
}

.table_ .table_cell {
    display: table-cell;
    padding: 10px 40px;
    text-align: center;
}

.table_ .table_row .table_icon {
    width: 25%;
    text-align: center;
    vertical-align: middle;
}

.table_ .table_row .table_icon i {
    font-size: 18px;
}

.table_ .table_row .table_icon .circle {
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
}

.table_ .table_row .table_content {
    width: 45%;
}

.table_ .table_row .table_content div {
    font-size: 14px;
}

.table_ .table_row .table_content div.title {
    font-weight: 400;
}

.table_ .table_row .table_content div.date {
    font-weight: 300;
}

.table_ .table_row .table_price {
    width: 30%;
    text-align: right;
    vertical-align: middle;
}

.table_ .table_row .table_price div.price {
    font-size: 15px;
    font-weight: 400;
}

.friend_name .btn {
    float: right;
    min-width: 70px;
    border: 1px groove #ffcd6d5c;
    box-shadow: 0 2px 4px #0007;
    border-radius: 3px;
    font-size: 14px;
    padding: 0 7px;
    text-shadow: 0 0 1px #000;
    height: 27px;
    line-height: 20px;
    margin-right: 10px;
}

.btn-approve {
    background: linear-gradient(0deg, #b58925, #fffb82);
    color: #000;
}

.btn-decline {
    background: linear-gradient(to top, #f2101f, #eea5a2);
    color: #fff;
}

/* ==========================================================================
Global Setting
========================================================================== */

/*------- Global Settings: Align Style ----------*/

html body .text_left {
    text-align: left;
}

html body .text_right {
    text-align: right;
}

html body .text_center {
    text-align: center;
}

/*------- Global Settings: Padding Style ----------*/

html body .float_left {
    float: left;
}

html body .float_right {
    float: right;
}

html body .padd-0 {
    padding: 0px !important;
}

html body .padd-5 {
    padding: 5px !important;
}

html body .padd-10 {
    padding: 10px !important;
}

html body .padd-15 {
    padding: 15px !important;
}

html body .padd-20 {
    padding: 20px !important;
}

html body .padd-l-0 {
    padding-left: 0px !important;
}

html body .padd-l-5 {
    padding-left: 5px !important;
}

html body .padd-l-10 {
    padding-left: 10px !important;
}

html body .padd-l-15 {
    padding-left: 15px !important;
}

html body .padd-l-20 {
    padding-left: 20px !important;
}

html body .padd-l-25 {
    padding-left: 25px !important;
}

html body .padd-l-30 {
    padding-left: 30px !important;
}

html body .padd-l-35 {
    padding-left: 35px !important;
}

html body .padd-l-40 {
    padding-left: 40px !important;
}

html body .padd-l-45 {
    padding-left: 45px !important;
}

html body .padd-r-0 {
    padding-right: 0px !important;
}

html body .padd-r-5 {
    padding-right: 5px !important;
}

html body .padd-r-10 {
    padding-right: 10px !important;
}

html body .padd-r-15 {
    padding-right: 15px !important;
}

html body .padd-r-20 {
    padding-right: 20px !important;
}

html body .padd-r-25 {
    padding-right: 25px !important;
}

html body .padd-r-30 {
    padding-right: 30px !important;
}

html body .padd-r-35 {
    padding-right: 35px !important;
}

html body .padd-r-40 {
    padding-right: 40px !important;
}

html body .padd-r-45 {
    padding-right: 45px !important;
}

html body .padd-top-0 {
    padding-top: 0px !important;
}

html body .padd-top-5 {
    padding-top: 5px !important;
}

html body .padd-top-10 {
    padding-top: 10px !important;
}

html body .padd-top-15 {
    padding-top: 15px !important;
}

html body .padd-top-20 {
    padding-top: 20px !important;
}

html body .padd-top-25 {
    padding-top: 25px !important;
}

html body .padd-top-30 {
    padding-top: 30px !important;
}

html body .padd-top-40 {
    padding-top: 40px !important;
}

html body .padd-bot-0 {
    padding-bottom: 0px !important;
}

html body .padd-bot-5 {
    padding-bottom: 5px !important;
}

html body .padd-bot-10 {
    padding-bottom: 10px !important;
}

html body .padd-bot-15 {
    padding-bottom: 15px !important;
}

html body .padd-bot-20 {
    padding-bottom: 20px !important;
}

html body .padd-bot-25 {
    padding-bottom: 25px !important;
}

html body .padd-bot-30 {
    padding-bottom: 30px !important;
}

html body .padd-bot-40 {
    padding-bottom: 40px !important;
}

/*------- Global Settings: Margin Style ----------*/

html body .mrg-0 {
    margin: 0px !important;
}

html body .mrg-5 {
    margin: 5px !important;
}

html body .mrg-10 {
    margin: 10px !important;
}

html body .mrg-15 {
    margin: 15px !important;
}

html body .mrg-20 {
    margin: 20px !important;
}

html body .mrg-l-0 {
    margin-left: 0px !important;
}

html body .mrg-l-5 {
    margin-left: 5px !important;
}

html body .mrg-l-10 {
    margin-left: 10px !important;
}

html body .mrg-l-15 {
    margin-left: 15px !important;
}

html body .mrg-r-0 {
    margin-right: 0px !important;
}

html body .mrg-r-5 {
    margin-right: 5px !important;
}

html body .mrg-r-10 {
    margin-right: 10px !important;
}

html body .mrg-r-15 {
    margin-right: 15px !important;
}

html body .mrg-top-0 {
    margin-top: 0px !important;
}

html body .mrg-top-3 {
    margin-top: 3px !important;
}

html body .mrg-top-5 {
    margin-top: 5px !important;
}

html body .mrg-top-10 {
    margin-top: 10px !important;
}

html body .mrg-top-15 {
    margin-top: 15px !important;
}

html body .mrg-top-20 {
    margin-top: 20px !important;
}

html body .mrg-top-25 {
    margin-top: 25px !important;
}

html body .mrg-top-30 {
    margin-top: 30px !important;
}

html body .mrg-top-40 {
    margin-top: 40px !important;
}

html body .mrg-bot-0 {
    margin-bottom: 0px !important;
}

html body .mrg-bot-2 {
    margin-bottom: 2px !important;
}

html body .mrg-bot-3 {
    margin-bottom: 3px !important;
}

html body .mrg-bot-5 {
    margin-bottom: 5px !important;
}

html body .mrg-bot-10 {
    margin-bottom: 10px !important;
}

html body .mrg-bot-15 {
    margin-bottom: 15px !important;
}

html body .mrg-bot-20 {
    margin-bottom: 20px !important;
}

html body .mrg-bot-25 {
    margin-bottom: 25px !important;
}

html body .mrg-bot-30 {
    margin-bottom: 30px !important;
}

html body .mrg-bot-40 {
    margin-bottom: 40px !important;
}

html body .extra-mrg-5 {
    margin: 0 -5px !important;
}

html body .extra-mrg-10 {
    margin: 0 -10px !important;
}

html body .extra-mrg-15 {
    margin: 0 -15px !important;
}

html body .extra-mrg-20 {
    margin: 0 -20px !important;
}

/*------- Global Settings: Background Style ----------*/

html body .bg-info {
    background: #01b2ac !important;
}

html body .bg-primary {
    background: #1194f7 !important;
}

html body .bg-danger {
    background: #f21136 !important;
}

html body .bg-warning {
    background: #ff9800 !important;
}

html body .bg-success {
    background: #11b719 !important;
}

html body .bg-purple {
    background: #c580ff !important;
}

html body .bg-default {
    background: #3c3c3c !important;
}

html body .bg-white {
    background-color: #ffffff !important;
}

html body .bg-color-gold {
    background-color: #f2d89d !important;
}

/*------- Global Settings: Transparent Background Style ----------*/

html body .bg-trans-info {
    background: rgba(2, 182, 179, 0.12) !important;
}

html body .bg-trans-primary {
    background: rgba(17, 148, 247, 0.12) !important;
}

html body .bg-trans-danger {
    background: rgba(242, 17, 54, 0.12) !important;
}

html body .bg-trans-warning {
    background: rgba(255, 152, 0, 0.12) !important;
}

html body .bg-trans-success {
    background: rgba(15, 183, 107, 0.12) !important;
}

html body .bg-trans-purple {
    background: rgba(197, 128, 255, 0.12) !important;
}

html body .bg-trans-default {
    background: rgba(40, 52, 71, 0.12) !important;
}

html body .bg-trans-grey {
    background: rgba(128, 128, 128, 0.12) !important;
}

html body .bg-trans-black {
    background: rgba(0, 0, 0, 0.12) !important;
}

html body .bg-trans-orange {
    background: #22563f !important;
    border: 1px solid hsla(0, 0%, 100%, .3);
}

/*------- Global Settings: Transparent Background with border Style ----------*/

html body .bg-info-br {
    border: 1px solid #01b2ac !important;
    background: rgba(2, 182, 179, 0.12) !important;
}

html body .bg-primary-br {
    border: 1px solid #1194f7 !important;
    background: rgba(17, 148, 247, 0.12) !important;
}

html body .bg-danger-br {
    border: 1px solid #f21136 !important;
    background: rgba(242, 17, 54, 0.12) !important;
}

html body .bg-warning-br {
    border: 1px solid #ff9800;
    background: rgba(255, 152, 0, 0.12) !important;
}

html body .bg-success-br {
    border: 1px solid #11b719 !important;
    background: rgba(15, 183, 107, 0.12) !important;
}

html body .bg-purple-br {
    border: 1px solid #c580ff !important;
    background: rgba(197, 128, 255, 0.12) !important;
}

html body .bg-default-br {
    border: 1px solid hsla(0, 0%, 100%, .3) !important;
    background: rgba(40, 52, 71, 0.12) !important;
}

/*------- Global Settings: Color Style ----------*/

html body .cl-info {
    color: #01b2ac !important;
}

html body .cl-primary {
    color: #1194f7 !important;
}

html body .cl-danger {
    color: #f21136 !important;
}

html body .cl-warning {
    color: #ff9800 !important;
}

html body .cl-success {
    color: #11b719 !important;
}

html body .cl-purple {
    color: #c580ff !important;
}

html body .cl-default {
    color: #283447 !important;
}

html body .cl-white {
    color: #ffffff !important;
}

html body .cl-orange {
    color: #CAEBE0 !important;
}

html body .cl-black {
    color: #000 !important;
}

html body .cl-lightgrey {
    color: #acacac !important;
}

html body .cl-medgrey {
    color: #7b7b7b !important;
}

html body .cl-darkgrey {
    color: #4a4a4a !important;
}

/*------- Global Settings: Border Color Style ----------*/

.br {
    border: 1px solid #eaeff5 !important;
}

.bl-1 {
    border-left: 1px solid hsla(0, 0%, 100%, .3) !important;
}

.bl-2 {
    border-left: 2px solid #eaeff5 !important;
}

.bl-3 {
    border-left: 3px solid #eaeff5 !important;
}

.bl-4 {
    border-left: 4px solid #eaeff5 !important;
}

.br-1 {
    border-right: 1px solid #eaeff5 !important;
}

.br-2 {
    border-right: 2px solid #eaeff5 !important;
}

.br-3 {
    border-right: 3px solid #eaeff5 !important;
}

.br-4 {
    border-right: 4px solid #eaeff5 !important;
}

.bt-1 {
    border-top: 1px solid #eaeff5 !important;
}

.bt-2 {
    border-top: 2px solid #eaeff5 !important;
}

.bt-3 {
    border-top: 3px solid #eaeff5 !important;
}

.bt-4 {
    border-top: 4px solid #eaeff5 !important;
}

.bb-1 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3) !important;
}

.bb-1black {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3) !important;
}

.bb-2 {
    border-bottom: 2px solid #eaeff5 !important;
}

.bb-3 {
    border-bottom: 3px solid #eaeff5 !important;
}

.bb-4 {
    border-bottom: 4px solid #eaeff5 !important;
}

.br-fade {
    border-color: rgba(97, 107, 127, 0.07) !important
}

html body .br-info {
    border-color: #01b2ac !important;
}

html body .br-primary {
    border-color: #1194f7 !important;
}

html body .br-danger {
    border-color: #f21136 !important;
}

html body .br-warning {
    border-color: #ff9800 !important;
}

html body .br-success {
    border-color: #11b719 !important;
}

html body .br-purple {
    border-color: #c580ff !important;
}

html body .br-gary {
    border-color: #e2e5e8 !important;
}

html body .br-default {
    border-color: #283447 !important;
}

html body .br-color-gold {
    border: 1px solid #f2d89d !important;
}

/*------------ Global Settings: Status BG Style --------------*/

html body .bg-online {
    background: #68c70b !important;
}

html body .bg-offline {
    background: #e02b0d !important;
}

html body .bg-busy {
    background: #2196f3 !important;
}

html body .bg-working {
    background: #ff9800 !important;
}

/*---------- Global Settings: Height ----------*/

html body .normal-height {
    height: 46px !important;
}

html body .height-10 {
    height: 10px !important;
}

html body .height-15 {
    height: 15px !important;
}

html body .height-20 {
    height: 20px !important;
}

html body .height-25 {
    height: 25px !important;
}

html body .height-30 {
    height: 30px !important;
}

html body .height-35 {
    height: 35px !important;
}

html body .height-40 {
    height: 40px !important;
}

html body .height-45 {
    height: 45px !important;
}

html body .height-50 {
    height: 50px !important;
}

html body .height-55 {
    height: 55px !important;
}

html body .height-60 {
    height: 60px !important;
}

html body .height-65 {
    height: 65px !important;
}

html body .height-70 {
    height: 70px !important;
}

html body .height-75 {
    height: 75px !important;
}

html body .height-80 {
    height: 80px !important;
}

html body .height-85 {
    height: 85px !important;
}

html body .height-90 {
    height: 90px !important;
}

html body .height-95 {
    height: 95px !important;
}

html body .height-100 {
    height: 100px !important;
}

html body .height-110 {
    height: 110px !important;
}

html body .height-120 {
    height: 120px !important;
}

html body .height-130 {
    height: 130px !important;
}

html body .height-140 {
    height: 140px !important;
}

html body .height-150 {
    height: 150px !important;
}

html body .height-160 {
    height: 160px !important;
}

html body .height-170 {
    height: 170px !important;
}

html body .height-180 {
    height: 180px !important;
}

html body .height-190 {
    height: 190px !important;
}

html body .height-200 {
    height: 200px !important;
}

html body .height-210 {
    height: 210px !important;
}

html body .height-220 {
    height: 220px !important;
}

html body .height-230 {
    height: 230px !important;
}

html body .height-240 {
    height: 240px !important;
}

html body .height-250 {
    height: 250px !important;
}

html body .height-260 {
    height: 260px !important;
}

html body .height-270 {
    height: 270px !important;
}

html body .height-280 {
    height: 280px !important;
}

html body .height-290 {
    height: 290px !important;
}

html body .height-300 {
    height: 300px !important;
}

html body .height-350 {
    height: 350px !important;
}

html body .height-400 {
    height: 400px !important;
}

html body .height-450 {
    height: 450px !important;
}

/*----------- Global Settings: Width Style -----------*/

html body .full-width {
    width: 100% !important;
}

html body .widthpercent30 {
    width: 30% !important;
}

html body .widthpercent40 {
    width: 40% !important;
}

html body .widthpercent50 {
    width: 50% !important;
}

html body .widthpercent60 {
    width: 60% !important;
}

html body .widthpercent61 {
    width: 61% !important;
}

html body .widthpercent62 {
    width: 62% !important;
}

html body .widthpercent63 {
    width: 63% !important;
}

html body .widthpercent64 {
    width: 64% !important;
}

html body .widthpercent65 {
    width: 65% !important;
}

html body .widthpercent70 {
    width: 70% !important;
}

html body .widthpercent80 {
    width: 80% !important;
}

html body .widthpercent90 {
    width: 90% !important;
}

html body .width-30 {
    width: 30px !important;
}

html body .width-40 {
    width: 40px !important;
}

html body .width-50 {
    width: 50px !important;
}

html body .width-60 {
    width: 60px !important;
}

html body .width-70 {
    width: 70px !important;
}

html body .width-80 {
    width: 80px !important;
}

html body .width-90 {
    width: 90px !important;
}

html body .width-100 {
    width: 100px !important;
}

html body .width-110 {
    width: 110px !important;
}

html body .width-120 {
    width: 20px !important;
}

html body .width-130 {
    width: 130px !important;
}

html body .width-140 {
    width: 140px !important;
}

html body .width-150 {
    width: 150px !important;
}

html body .width-160 {
    width: 160px !important;
}

html body .width-170 {
    width: 170px !important;
}

html body .width-180 {
    width: 180px !important;
}

html body .width-190 {
    width: 190px !important;
}

html body .width-200 {
    width: 200px !important;
}

html body .width-210 {
    width: 210px !important;
}

html body .width-220 {
    width: 220px !important;
}

html body .width-230 {
    width: 230px !important;
}

html body .width-240 {
    width: 240px !important;
}

html body .width-250 {
    width: 250px !important;
}

html body .width-260 {
    width: 260px !important;
}

html body .width-270 {
    width: 270px !important;
}

html body .width-280 {
    width: 280px !important;
}

html body .width-290 {
    width: 290px !important;
}

html body .width-300 {
    width: 300px !important;
}

/*---------- Global Settings: Line Height ---------*/

html body .line-height-10 {
    line-height: 10px !important;
}

html body .line-height-12 {
    line-height: 12px !important;
}

html body .line-height-14 {
    line-height: 14px !important;
}

html body .line-height-16 {
    line-height: 16px !important;
}

html body .line-height-18 {
    line-height: 18px !important;
}

html body .line-height-20 {
    line-height: 20px !important;
}

html body .line-height-22 {
    line-height: 22px !important;
}

html body .line-height-24 {
    line-height: 24px !important;
}

html body .line-height-26 {
    line-height: 26px !important;
}

html body .line-height-28 {
    line-height: 28px !important;
}

html body .line-height-30 {
    line-height: 30px !important;
}

html body .line-height-32 {
    line-height: 32px !important;
}

html body .line-height-34 {
    line-height: 34px !important;
}

html body .line-height-36 {
    line-height: 36px !important;
}

html body .line-height-38 {
    line-height: 38px !important;
}

html body .line-height-40 {
    line-height: 40px !important;
}

html body .line-height-42 {
    line-height: 42px !important;
}

html body .line-height-44 {
    line-height: 44px !important;
}

html body .line-height-46 {
    line-height: 46px !important;
}

html body .line-height-48 {
    line-height: 48px !important;
}

html body .line-height-50 {
    line-height: 50px !important;
}

html body .line-height-60 {
    line-height: 60px !important;
}

html body .line-height-70 {
    line-height: 70px !important;
}

html body .line-height-80 {
    line-height: 80px !important;
}

html body .line-height-90 {
    line-height: 90px !important;
}

html body .line-height-100 {
    line-height: 100px !important;
}

html body .line-height-110 {
    line-height: 110px !important;
}

html body .line-height-120 {
    line-height: 120px !important;
}

html body .line-height-130 {
    line-height: 130px !important;
}

html body .line-height-140 {
    line-height: 140px !important;
}

html body .line-height-150 {
    line-height: 150px !important;
}

html body .line-height-160 {
    line-height: 160px !important;
}

html body .line-height-170 {
    line-height: 170px !important;
}

html body .line-height-180 {
    line-height: 180px !important;
}

html body .line-height-190 {
    line-height: 190px !important;
}

html body .line-height-200 {
    line-height: 200px !important;
}

html body .line-height-210 {
    line-height: 210px !important;
}

html body .line-height-220 {
    line-height: 220px !important;
}

html body .line-height-230 {
    line-height: 230px !important;
}

html body .line-height-240 {
    line-height: 240px !important;
}

html body .line-height-250 {
    line-height: 250px !important;
}

html body .line-height-260 {
    line-height: 260px !important;
}

html body .line-height-270 {
    line-height: 270px !important;
}

html body .line-height-280 {
    line-height: 280px !important;
}

html body .line-height-290 {
    line-height: 290px !important;
}

html body .line-height-300 {
    line-height: 300px !important;
}

html body .line-height-350 {
    line-height: 350px !important;
}

html body .line-height-400 {
    line-height: 400px !important;
}

html body .line-height-450 {
    line-height: 450px !important;
}

/*---------- Global Settings: Font Size ----------*/

html body .font-8 {
    font-size: 8px !important;
}

html body .font-9 {
    font-size: 9px !important;
}

html body .font-10 {
    font-size: 10px !important;
}

html body .font-12 {
    font-size: 12px !important;
}

html body .font-13 {
    font-size: 13px !important;
}

html body .font-14 {
    font-size: 14px !important;
}

html body .font-16 {
    font-size: 16px !important;
}

html body .font-18 {
    font-size: 18px !important;
}

html body .font-15 {
    font-size: 15px !important;
}

html body .font-20 {
    font-size: 20px !important;
}

html body .font-25 {
    font-size: 25px !important;
}

html body .font-30 {
    font-size: 30px !important;
}

html body .font-35 {
    font-size: 35px !important;
}

html body .font-40 {
    font-size: 40px !important;
}

html body .font-45 {
    font-size: 45px !important;
}

html body .font-50 {
    font-size: 50px !important;
}

html body .font-60 {
    font-size: 60px !important;
}

html body .font-70 {
    font-size: 70px !important;
}

html body .font-80 {
    font-size: 80px !important;
}

html body .font-90 {
    font-size: 90px !important;
}

html body .font-100 {
    font-size: 100px !important;
}

html body .font-bold {
    font-weight: bold !important;
}

html body .font-normal {
    font-weight: 400 !important;
}

html body .font-midium {
    font-weight: 500 !important;
}

html body .font-light {
    font-weight: 300 !important;
}

html body .font-italic {
    font-style: italic !important;
}

html body .spacing_1 {
    letter-spacing: 1px !important;
}

html body .spacing_2 {
    letter-spacing: 2px !important;
}

/*---------- Global Settings: Border Radius ----------*/

html body .br_radius5 {
    border-radius: 5px !important;
}

html body .br_radius10 {
    border-radius: 10px !important;
}

html body .br_radius15 {
    border-radius: 15px !important;
}

html body .br_radius20 {
    border-radius: 20px !important;
}

html body .br_radius25 {
    border-radius: 25px !important;
}

html body .br_radius30 {
    border-radius: 30px !important;
}

html body .br_radius35 {
    border-radius: 35px !important;
}

html body .br_radius40 {
    border-radius: 40px !important;
}

html body .br_radius55 {
    border-radius: 55px !important;
}

html body .br_radius60 {
    border-radius: 60px !important;
}

html body .br_radiuspercent50 {
    border-radius: 50% !important;
}

/*---------- Global Settings: Label Background ----------*/

html body .label-info {
    background: #01b2ac !important;
}

html body .label-primary {
    background: #1194f7 !important;
}

html body .label-danger {
    background: #f21136 !important;
}

html body .label-warning {
    background: #ff9800 !important;
}

html body .label-success {
    background: #11b719 !important;
}

html body .label-purple {
    background: #c580ff !important;
}

html body .label-default {
    background: #283447 !important;
}

html body .pos_rel {
    position: relative;
}

html body .pos_abs {
    position: absolute;
}

html body .pos_fix {
    position: fixed;
}

.hidden {
    display: none;
}

.nav-wrapper {
    width: 99% !important;
}

html body .min-height-0 {
    min-height: 0px !important;
}

html body .min-width-0 {
    min-width: 0px !important;
}

/* ==========================================================================
Global Setting
========================================================================== */

/********************************OTHERS***************************************/

.btn-game {
    display: flex;
    color: #fff !important;
    position: relative;
    border-radius: 10px;
    border: 3px solid #500606;
    min-height: 45px;
    min-width: 200px;
    padding: 0 10px;
    margin: auto 5px;
    transition: filter 0.4s ease;
    background: radial-gradient(#ff0000, #ff0000);
    box-shadow: 0 1px 3px #ff000066;
}

.btn-game:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 7%;
    width: 86%;
    height: 30%;
    background: linear-gradient( 180deg, #fff7 30%, #fff0);
    box-shadow: 0 -2px 5px #ff6559b3;
    border-radius: 10px;
}

.btn-game:after {
    /*content: '';
    position: absolute;
    background: radial-gradient(#ff0000, transparent 60%);
    filter: drop-shadow(0 -3px 3px #ff0000);
    width: 90%;
    left: 0;
    height: 15%;
    bottom: 1px;
    border-radius: 100px;*/
    content: '';
    position: absolute;
    background: radial-gradient(#ff6860, #e6b8b800 60%);
    filter: drop-shadow(0 -3px 3px #ff0000);
    width: 100%;
    left: 5%;
    height: 10%;
    bottom: 5%;
    border-radius: 100px;
}

.btn-game span {
    position: relative;
    /*margin: auto;*/
    font-size: 18px;
    font-weight: 600;
    /*text-transform: uppercase;
    text-shadow: 0 0 2px #fff;*/
    font-family: system-ui;
    letter-spacing: 3px;
    padding-bottom: 2px;
    z-index: 1;
    margin: 5px 10px
}

.btn-game img {
    width: 40px;
    height: 40px;
    margin-left: 25px;
}

.game-cat {
    display: flex;
    min-width: 950px;
    margin: auto;
    justify-content: center;
}

.game-cat-img {
    display: block;
    max-width: 350px;
    margin: auto;
}

.game-cat-img img {
    max-width: 140px;
}

.border-glow {
    background: url(../images/singleborder.png) no-repeat;
    display: list-item;
    background-size: contain;
    width: 100%;
    height: 10px;
    background-position: center;
}

.games-wrap {
    position: unset;
    z-index: 30;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.8% 0 3.8%;
    margin: 10px;
    margin-bottom: 25px;
}

.subpage-wrap {
    width: 100%;
    background-color: #000;
    border: 2px solid #35ad64;
    padding: 15px 30px;
    /* box-shadow: inset 0px 0px 20px #ffe000; */
}

.subpage-wrap img {
    /*border-radius: 50px;*/
    position: inherit;
    height: 35%;
    width: 12%;
    margin-bottom: 50px;
    margin-top: 30px;
}

.form-game {
    margin-bottom: 1rem;
}

.form-game label {
    font-size: 14px;
    font-family: sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #479b65;
    filter: drop-shadow(0 1px 2px #0007) brightness(1.2);
    background-size: 30% 30%;
    margin-bottom: 5px;
}

.form-game span {
    color: #fff;
}

.site-table-dl {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.site-table-dl a {
    width: 100%;
    font-size: 15px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    background: linear-gradient(180deg, #60c382, #08301b);
    border: 1px groove #0d9f74;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(../images/loader.svg) no-repeat center center;
    z-index: 99999;
}

.games-xe88 {
    position: relative;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.8% 0 3.8%;
    width: 100%;
    /* margin: 10px 20% 10px 20%; */
    /* background: #000000e6; */
}

/********************************PAGE GAME*********************************************/

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    width: 60%;
    color: #000;
    font-family: fangsong;
}

.modal-content a {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    color: #000;
    background: #f1ce00;
}

/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.containerimgheader {
    position: relative;
    text-align: center;
    color: #ff0000;
    display: inline;
}

.centeredheader {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-19%, -50%);
    /*background-color: #eec60af0;*/
    font: bold 12px Arial, Sans-Serif;
    /*-webkit-box-shadow: 0 0 0.5em rgb(0 0 0 / 50%);*/
    padding: 5px !important;
}

.subpage-gamestransfer {
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f5e8ea;
    border-radius: 5px;
}

.subpage-gamestransfer-left {
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

.subpage-gamestransfer-left span {
    font-size: 14px;
    color: #000;
}

.subpage-gamestransfer-right {
    width: 60%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.subpage-gamestransfer-right span {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.subpage-gamestransfer-right img {
    width: 5%;
    ;
}

.subpage-gamestransfer-display {
    text-align: center;
    border-bottom: 1px solid #000;
}

.subpage-gamestransfer-display input {
    color: #000 !important;
    font-size: 35px;
    width: 80%;
    background: transparent;
    border: none;
    text-align: center;
}

.subpage-gamestransfer-total-text {
    width: 15%;
    float: left;
    margin-bottom: 10px;
}

.subpage-gamestransfer-total-text span {
    font-size: 14px;
    color: #000;
}

.subpage-gamestransfer-total-amount {
    width: auto;
    margin-bottom: 10px;
}

.subpage-gamestransfer-total-amount span {
    font-size: 14px;
    color: #04481e;
}

.subpage-gamestransfer-explain-left {
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

.subpage-gamestransfer-explain-left span {
    font-size: 14px;
    color: #595252;
}

.subpage-gamestransfer-explain-right {
    width: 60%;
    margin-bottom: 10px;
    float: right;
    text-align: left;
}

.subpage-gamestransfer-explain-right span {
    font-size: 14px;
    color: #595252;
}

.subpage-gamestransfer-button {
    width: 100%;
    margin-bottom: 10px;
}

.subpage-gamestransfer-button button,
.subpage-gamestransfer-button a {
    width: 100%;
    line-height: 15px;
    color: #fff;
    background: linear-gradient(to bottom, #1e5935 0%, #35b96b 45%, #2fa85d 55%, #1e5333 100%);
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
}

.site-games-board {
    display: flex;
    width: 100%;
    background-color: rgb(76 175 80 / 19%);
    height: 150px;
}

.site-games-logo {
    width: 30%;
    display: contents;
}

.site-games-logo img {
    display: block;
    margin: 10px;
    margin-left: 35%;
    margin-right: 35%;
    text-align: center;
    width: 35%;
}

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

.subpage-games {
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e5f8eb;
    border-radius: 5px;
}

.subpage-games-left {
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

.subpage-games-left span {
    font-size: 14px;
    color: #000;
}

.subpage-games-right {
    width: 60%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.subpage-games-right span {
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}

.subpage-games-right img {
    width: 10%;
}

.subpage-games-display {
    text-align: center;
    border-bottom: 1px solid #000;
}

.subpage-games-display span {
    color: #000 !important;
    font-size: 35px;
}

.subpage-games-button a {
    width: 100%;
    line-height: 15px;
    color: #fff;
    background: linear-gradient(to bottom, #1e5935 0%, #35b96b 45%, #2fa85d 55%, #1e5333 100%);
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
}

/************************************TRANSFER BALANCE GAME CSS******************************************/

.disabled_div_transfer {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
}

.disabled_div_transfer .section_transfer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.disabled_div_transfer .confirm_box_transfer {
    width: 90% !important;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .18s;
}

.confirm_box_transfer h3 {
    color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
}

.confirm_box_transfer .confirm_content_transfer {
    padding: 20px 10px;
    text-align: center;
}

.confirm_box_transfer .confirmation_btn_transfer {
    position: relative;
    height: 52px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
}

.confirm_box_transfer .confirmation_btn_transfer span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
}

.confirm_box_transfer .confirmation_btn_transfer span button {
    font-size: 15px;
    height: 100%;
    width: 100%;
    line-height: 35px;
    box-shadow: none !important;
    color: #000000;
}

.confirm_box_transfer .confirmation_btn_transfer span:first-child {
    height: 48px;
    border-radius: 0 0 0 5px;
}

.confirm_box_transfer .confirmation_btn_transfer span:nth-last-of-type(2) {
    width: 49%;
    border-right: 1px solid #d8d8d8;
}

.confirm_box_transfer .confirmation_btn_transfer span:nth-of-type(2) {
    font-weight: 700;
    width: 49%;
    height: 50px;
    border-radius: 0 3px 0 0;
}

.sprofile-panel .list-item {
    width: 100%;
    background: linear-gradient(0deg, #f3f4ff, #fff);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e2ed;
    transition: all 0.5s ease;
    display: flex;
}

.sprofile-panel .list-item font {
    width: 30%;
    color: #71799e;
    font-size: 14px;
    border-right: 1px solid #e1e2ed;
    line-height: 40px;
    text-align: center;
}

.sprofile-panel .list-item .content-item {
    margin: auto 10px;
    font-size: 14px;
    color: #505a7c;
    margin: auto 0px;
    width: 70%;
    padding-left: 10px;
}

.sprofile-panel .list-item .content-item .copy {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #e1e2ed;
    padding: 5px 15px;
    border-radius: 5px;
}

.sprofile-panel .list-item .content-item .copy span {
    margin-left: 10px;
}

.disabled_div_transfer {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
}

.disabled_div_transfer .section_transfer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.confirm_box_transfer h3 {
    color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
}

.confirm_box_transfer .confirm_content_transfer {
    padding: 20px 10px;
    text-align: center;
}

.confirm_box_transfer .confirmation_btn_transfer {
    position: relative;
    height: 52px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
}

.confirm_box_transfer .confirmation_btn_transfer span {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
}

.confirm_box_transfer .confirmation_btn_transfer span button {
    font-size: 15px;
    height: 100%;
    width: 100%;
    line-height: 35px;
    box-shadow: none !important;
    color: #000000;
}

.confirm_box_transfer .confirmation_btn_transfer span:first-child {
    height: 48px;
    border-radius: 0 0 0 5px;
}

.confirm_box_transfer .confirmation_btn_transfer span:nth-last-of-type(2) {
    width: 49%;
    border-right: 1px solid #d8d8d8;
}

.confirm_box_transfer .confirmation_btn_transfer span:nth-of-type(2) {
    font-weight: 700;
    width: 49%;
    height: 50px;
    border-radius: 0 3px 0 0;
}

.result_div {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.border-game {
    border: 1px solid #a57549;
    /*padding: 10px 5px;*/
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.loadimg_div {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}