* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ul {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar {
    width: 0.4375rem;
    height: 0.4375rem;
}

::-webkit-scrollbar-thumb {
    background: #2f9218;
    border-radius: 10px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

body {
    background: #4e4e4e !important;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1.7;
    font-weight: 400;
    font-size: 1rem;
    font-family: sans-serif, Arial, system-ui, Roboto, "Work Sans", "Helvetica Neue", "Segoe UI", BlinkMacSystemFont;
}

.site-wrap {
    position: relative;
    margin: auto;
    padding-top: 145px;
    width: 100%;
    height: auto;
    z-index: 1;
}

.site-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
}

.sheader-top {
    background: #222;
}

.sheader-center {
    display: flex;
    width: 1200px;
    margin: auto;
}

.sheader-date {
    display: flex;
}

    .sheader-date > span {
        font-size: 14px;
        /*min-width: 200px;*/
        margin: auto;
        margin-right: 10px;
        padding: 0 5px;
    }

.sheader-lang {
    display: flex;
    background: #555;
    height: 30px;
    padding: 2px 10px;
    transition: background 0.4s ease;
    cursor: pointer;
}

    .sheader-lang:hover, .sheader-lang:active {
        background: #0d543e;
    }

    .sheader-lang > img {
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: auto 0;
        margin-right: 5px;
    }

    .sheader-lang > span {
        font-size: 13px;
        margin: auto 5px;
        padding-right: 10px;
        font-family: Helvetica,Tahoma,sans-serif;
        letter-spacing: 0.2px;
        color: white;
    }

.pop-language .language-list {
    padding-left: 0;
}

.language-list {
    display: block;
    margin: 0 auto;
}

    .language-list li {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 0.3125rem;
        padding: 0.3125rem;
        border-bottom: 0.0625rem solid #eee;
    }

        .language-list li:last-child {
            border-bottom: none;
            margin-bottom: -15px;
        }

.left-language-area {
    min-width: 90px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

    .left-language-area img {
        display: inline-block;
        width: 1.875rem;
        height: 1.875rem;
        margin-right: 0.625rem;
        border-radius: 50%;
        box-shadow: 0 0 3px rgba(9,13,26,.4);
        vertical-align: middle;
    }

    .left-language-area p {
        display: inline-block;
        /*width: 53%;*/
        color: rgba(102,102,102,.6);
        font-size: .75rem;
    }

    .left-language-area span {
        display: inline-block;
        min-width: 0.625rem;
    }

.right-language-area {
    display: inline-flex;
    flex-flow: row nowrap;
    text-align: left;
    vertical-align: top;
}

/*.radio-box {
    display: inline-block;
    min-width: 5.625rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    font-size: .875rem;
    vertical-align: top;
    cursor: pointer;
}

.radio-box [type=radio] {
    display: none;
}

.radio-box [type=radio]:checked+label {
    border: 0.0625rem solid #14805e;
    color: #14805e;
}

.radio-box [type=radio]+label {
    display: block;
    padding: 0 0.3125rem;
    transition: .3s;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}*/

.login-form-inner .form-group .btn-language {
    display: block;
    padding: 0 10px;
    transition: .3s;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #666;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    width: 180px;
    height: 30px;
}

    .login-form-inner .form-group .btn-language:hover {
        border: 0.0625rem solid #14805e;
        color: #14805e;
    }

.modal-dialog.b {
    max-width: 322px;
}

/*.radio-box [type=radio]:checked+label,.radio-box:hover [type=radio]+label {
    border: 1px solid #14805e;
    color: #14805e
}*/


.sheader-social {
    display: flex;
    margin-left: auto;
}

    .sheader-social a {
        position: relative;
        font-size: 14px;
        color: #ccc;
        line-height: 25px;
        padding: 0 12px 0 8px;
        transition: all 0.3s ease;
        filter: grayscale(1);
        margin: auto;
    }

        .sheader-social a:hover {
            filter: grayscale(0);
            color: #fff;
        }

        .sheader-social a:not(:last-child):before {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            width: 1px;
            height: 60%;
            background: #fff4;
        }

        .sheader-social a img {
            width: 22px;
            height: 22px;
            margin: auto;
            margin-right: 4px;
        }

img {
    vertical-align: middle;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
    object-fit: contain;
}

.sheader-main {
    display: flex;
    background: linear-gradient(to bottom,#1bac7e,#14805e);
    width: 100%;
    min-height: 70px;
    margin: auto;
}

.sheader-center {
    display: flex;
    width: 1200px;
    margin: auto;
}

.sheader-logo {
    position: relative;
    padding: 0 20px;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: unset;
    }

.sheader-logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #fff3;
}

.sheader-logo img {
    width: 260px;
    height: 40px;
    object-fit: cover;
}

.sheader-right {
    display: flex;
    margin-left: auto;
}

.sheader-login {
    display: flex;
}

    .sheader-login a {
        margin: auto 5px;
    }


.btn-css1 {
    display: flex;
    font-size: 15px;
    height: 30px;
    border-radius: 6px;
    outline: none !important;
    padding: 0 15px;
    cursor: pointer;
    min-width: 100px;
    border: 1px solid #fff0;
    transition: border-color .3s ease;
    justify-content: center;
    color: white;
}

.btn-css2 span {
    margin: auto;
}

    .btn-css2 span i {
        margin-right: 5px;
    }

.btn-css2 {
    display: flex;
    font-size: 15px;
    height: 30px;
    border: none;
    outline: none !important;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    min-width: 115px;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    text-shadow: 0 0 2px #b17807;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s !important;
}

.btn-css1:hover, .btn-css1:active, .btn-css1:focus, .btn-css1.active {
    border-color: #ffdf18;
}

.btn-css2:hover, .btn-css2:active, .btn-css2:focus {
    background-position: 0 0;
    box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    text-shadow: 0 1px 3px #967302;
    color: #fff;
}

.side-slider.contact-service-box:hover {
    right: 0;
}

.side-slider.contact-service-box {
    right: -13.75rem;
    width: 13.75rem;
    transition: .3s;
}


.side-slider.contact-service-box {
    z-index: 7001;
}

.side-slider {
    position: fixed;
    top: 9.375rem;
}

    .side-slider .slide-btn {
        position: absolute;
        left: -35px;
        padding: 10px 5px;
        border: 0;
        border-radius: 5px 0 0 5px;
        background: #10664b;
        box-shadow: 1px 1px 5px rgba(0,0,0,.6);
        cursor: pointer;
    }

    .side-slider.contact-service-box .slide-btn {
        top: 0;
    }

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button {
    text-transform: none;
    overflow: hidden;
    outline: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit;
}

.side-slider .slide-btn img {
    display: block;
    width: 25px;
    height: auto;
}


.side-slider {
    position: fixed;
    top: 9.375rem;
}

    .side-slider.contact-service-box .side-slider-content {
        width: 13.75rem;
    }

    .side-slider .side-slider-content {
        position: absolute;
        top: 0;
        background: #3e3e3e;
        box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    }

    .side-slider.contact-service-box .contact-service-icon, .side-slider.contact-service-box .contact-service-logo {
        margin: 10px 0;
    }

        .side-slider.contact-service-box .contact-service-icon > img, .side-slider.contact-service-box .contact-service-logo > img {
            display: block;
            margin: 0 auto;
        }

        .side-slider.contact-service-box .contact-service-logo img {
            max-width: 25%;
        }

        .side-slider.contact-service-box .contact-service-icon > img, .side-slider.contact-service-box .contact-service-logo > img {
            display: block;
            margin: 0 auto;
        }

    .side-slider .contact-service-list {
        width: 90%;
        margin: 0 auto 10px;
        overflow: hidden;
        border-radius: 5px;
        background: #f5f5f5;
        color: #333;
    }

        .side-slider .contact-service-list li:hover {
            background: rgba(18,18,18,.2);
        }

            .side-slider .contact-service-list li:hover .contact-service-qrcode {
                height: 120px;
                margin-bottom: 10px;
            }

        .side-slider .contact-service-list li {
            display: block;
            overflow: hidden;
            transition: .3s;
            background: 0 0;
            font-size: 0;
        }

        .side-slider .contact-service-list a {
            display: block;
            padding: 0 5px 0 10px;
        }

            .side-slider .contact-service-list a i {
                font-size: 20px;
                padding-right: 6px;
                position: relative;
                bottom: -6px;
            }

            .side-slider .contact-service-list a img {
                width: 24px;
                height: 24px;
                margin-right: 5px;
                vertical-align: middle;
            }

    .side-slider.contact-service-box .contact-service-list span {
        width: 67%;
    }

    .side-slider .contact-service-list span {
        display: inline-block;
        padding: 8px 0;
        color: #333;
        font-size: .875rem;
        font-weight: lighter;
        vertical-align: middle;
    }

    .side-slider .contact-service-list .qr-code {
        width: 15px;
        height: 15px;
        margin: 0 0 0 10px !important;
    }

    .side-slider .contact-service-list a img {
        vertical-align: middle;
    }

    .side-slider.contact-service-box .contact-service-qrcode {
        display: block;
        max-width: 60%;
        height: 0;
        margin: 0 auto;
        padding-bottom: 0;
        transition: height .3s ease;
    }

    .side-slider.contact-service-box .contact-service-list hr {
        width: 92%;
        margin: 0 auto;
    }

    .side-slider .contact-service-list hr {
        height: 1px;
        border: 0;
        background: rgba(51,51,51,.2);
    }

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
}

.side-slider .contact-service-list li:last-child hr {
    display: none;
}

.side-slider.contact-service-box .contact-service-list hr {
    width: 92%;
    margin: 0 auto;
}

.more-icon.left {
    display: flex;
    padding-right: 5px;
    align-items: center;
    cursor: pointer;
}

.more-icon.right {
    display: flex;
    padding-left: 5px;
    align-items: center;
    cursor: pointer;
}

.more-icon:hover {
    color: #22d89f;
}


.sheader-nav {
    background: #3e3e3e;
}

.sheader-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .sheader-menu ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        width: 1200px;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        scrollbar-width: none !important;
        -ms-overflow-style: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

        .sheader-menu ul::-webkit-scrollbar {
            display: none !important;
        }


    .sheader-menu .main-sub {
        flex: 0 0 45px;
    }

    .sheader-menu ul li {
        position: initial;
        width: auto;
        min-width: auto;
        flex-grow: 1;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

        .sheader-menu ul li .nav-item {
            position: relative;
            display: flex;
            font-size: 14px;
            padding: 0 40px;
            color: #fff;
            width: 100%;
            height: 46px;
            line-height: 50px;
            text-align: center;
            transition: color .3s, background .5s ease;
        }

            .sheader-menu ul li .nav-item:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 10px;
                transition: height .5s ease-out .1s,opacity .5s ease-in;
                border-bottom: 2px solid #ffdf18;
                background: url(../images/nav-light.png)no-repeat center bottom;
                background-size: 100% 100%;
                opacity: 0;
            }

        .sheader-menu ul li:last-child .nav-item:after {
            width: 0;
        }

        .sheader-menu ul li:not(.main-sub) .nav-item:hover:before,
        .sheader-menu ul li:not(.main-sub) .nav-item.active:before {
            opacity: 1;
        }

        .sheader-menu ul li .nav-item:hover, .sheader-menu ul li .nav-item:active, .sheader-menu ul li .nav-item:focus {
            color: #22d89f;
            background: #0002;
        }

    .sheader-menu .main-sub .nav-item.active img {
        filter: grayscale(1) brightness(10);
        color: white;
    }

        .sheader-menu .main-sub .nav-item.active img:hover {
            color: #22d89f;
            background: #0002;
            filter: none;
        }

    .sheader-menu .main-sub .nav-item.active:hover {
        background: #0002;
    }

    .sheader-menu .main-sub .nav-item:after {
        content: '';
        position: absolute;
        top: calc(80% - 0px);
        height: 14px;
        width: 1px;
        background: #fff;
        margin-left: 8px;
    }

    .sheader-menu ul li .nav-item:after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 7px);
        height: 14px;
        width: 1px;
        background: #fff;
    }

    .sheader-menu .main-sub img {
        width: 25px;
        height: 50px;
    }

    .sheader-menu ul li.main-sub .nav-item:hover img, .sheader-menu ul li.main-sub .nav-item.active img {
        filter: unset;
    }

    .sheader-menu ul li .nav-item.active {
        background: #0002;
        color: #22d89f;
    }

    .sheader-menu ul li .nav-item i {
        margin-left: 10px;
        margin-top: 20px;
    }


[class^=icon-], [class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-angle-down:before {
    content: "\f107";
}

.nav-drop-box {
    position: absolute;
    left: 0;
    background: #303030;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.drop-box:hover .nav-drop-box, .drop-box:active .nav-drop-box {
    transform: translateY(0);
    /*animation: fadeIn 0.3s;*/
}

.nav-drop-slider {
    position: relative;
    width: 1200px;
    overflow: hidden;
    padding: 0 35px;
    margin: auto;
    opacity: 1 !important;
}

.nav-drop-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #222;
}


.nav-drop-slider .slide-item a {
    transition: 0.4s ease-in-out;
}

    .nav-drop-slider .slide-item a > h5 {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 18px;
        letter-spacing: 0.4px;
        padding-left: 12px;
        border-left: 2px solid #f5d13c;
        margin: 0;
        line-height: 18px;
        z-index: 2;
        color: white;
    }

    .nav-drop-slider .slide-item a > img {
        width: 100%;
        height: 100%;
        transform: scale(1.08);
        margin-bottom: 9px;
    }

    .nav-drop-slider .slide-item a > span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 34px;
        background: #222;
        letter-spacing: 0.4px;
        text-align: center;
        z-index: 2;
        color: white;
    }

    .nav-drop-slider .slide-item a:hover > img,
    .nav-drop-slider .slide-item a:active > img {
        animation: float 2.5s infinite;
    }

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-5px);
    }

    65% {
        transform: translatey(5px);
    }

    100% {
        transform: translatey(0px);
    }
}

.nav-drop-slider .slide-item a:hover > span:before, .nav-drop-slider .slide-item a:active > span:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    height: 100%;
    width: 88%;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
    border-left: 6px solid #252525;
    background: #14805e;
    box-shadow: -4px 4px 0 4px rgb(20 128 94 / 60%), -7px 7px 0 7px #252525, -8px 8px 0 8px rgb(20 128 94 / 40%);
    animation: fadeIn 0.4s;
    transition: 0.4s ease-in-out;
    webkit-animation: fadeIn ease-in 0.5; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 0.5;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: -1;
}

.nav-drop-slider .slide-item button {
    transition: 0.4s ease-in-out;
}

.nav-drop-slider .slide-item button {
    background: transparent;
    border: unset;
}

    .nav-drop-slider .slide-item button > h5 {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 18px;
        letter-spacing: 0.4px;
        padding-left: 12px;
        border-left: 2px solid #f5d13c;
        margin: 0;
        line-height: 18px;
        z-index: 2;
        color: white;
    }

    .nav-drop-slider .slide-item button > img {
        width: 100%;
        height: 100%;
        transform: scale(1.08);
    }

    .nav-drop-slider .slide-item button > span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 33px;
        background: #222;
        letter-spacing: 0.4px;
        text-align: center;
        z-index: 2;
        color: white;
    }

    .nav-drop-slider .slide-item button:hover > img,
    .nav-drop-slider .slide-item button:active > img {
        animation: float 2.5s infinite;
    }

    .nav-drop-slider .slide-item button:hover > span:before, .nav-drop-slider .slide-item button:active > span:before {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        height: 100%;
        width: 88%;
        -webkit-transform: skewX(-16deg);
        transform: skewX(-16deg);
        border-left: 6px solid #252525;
        background: #14805e;
        box-shadow: -4px 4px 0 4px rgb(20 128 94 / 60%), -7px 7px 0 7px #252525, -8px 8px 0 8px rgb(20 128 94 / 40%);
        animation: fadeIn 0.4s;
        transition: 0.4s ease-in-out;
        webkit-animation: fadeIn ease-in 0.5;
        -moz-animation: fadeIn ease-in 0.5;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
        z-index: -1;
    }

.nav-drop-slider .owl-prev, .nav-drop-slider .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    transition: all 0.4s ease;
}

.nav-drop-slider .owl-prev {
    left: 0;
}

.nav-drop-slider .owl-next {
    right: 0;
}

    .nav-drop-slider .owl-prev .icon2-prev, .nav-drop-slider .owl-next .icon2-next {
        display: block;
        width: 30px;
        height: 40px;
        background-size: contain !important;
    }

    .nav-drop-slider .owl-prev.disabled, .nav-drop-slider .owl-next.disabled {
        opacity: 0.3;
    }

    .nav-drop-slider .owl-prev:hover, .nav-drop-slider .owl-next:hover, .nav-drop-slider .owl-prev:active, .nav-drop-slider .owl-next:active {
        transform: scale(1.2);
    }

.owl-carousel .owl-nav button.owl-next {
    background: url(../images/icon-next.png) center no-repeat !important;
    display: block;
    width: 30px;
    height: 40px;
    background-size: contain !important;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(../images/icon-prev.png) center no-repeat !important;
    display: block;
    width: 30px;
    height: 40px;
    background-size: contain !important;
}

    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        display: none;
    }

.owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.nonloop-block-14, .nonloop-block-15 {
    position: relative;
    background: #000;
    width: 100%;
    overflow: hidden;
}

.owl-carousel {
    z-index: 1;
}

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-stage {
        position: relative;
    }

.nonloop-block-15 .owl-item img {
    object-fit: cover;
    height: 500px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
}

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

.owl-two {
    width: 1500px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0d543e;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 90%;
    box-shadow: inset 0 2px 3px 0#06281d;
    transition: background .3s ease-out .1s;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: white;
    box-shadow: 0 0 2px #0000;
    outline: none;
}

.carousel-indicators {
    right: 4% !important;
    left: auto;
    bottom: 15px;
}

.carousel-inner, .carousel-item img {
    height: 500px;
    object-fit: cover;
}

.site-nav-marquee {
    position: relative;
    display: flex;
    width: 100%;
    box-shadow: 0 0 1px #0007;
    background: #0d543ee6;
    margin-top: -30px;
}

.smarquee-center {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.site-nav-marquee i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    object-fit: contain;
    margin: 0 3px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}


.fa-volume:before {
    content: "\e050";
}

.smarquee-main {
    position: relative;
    display: flex;
    width: 100%;
    z-index: 1;
    margin-right: 5px;
}

.site-nav-marquee marquee {
    font-size: 14px;
    white-space: nowrap;
    margin: auto;
    padding-left: 40px;
}

    .site-nav-marquee marquee span {
        color: #eee;
    }

.site-favourite {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
}

.sfavourite-main {
    padding: 0 6px;
    margin-bottom: 20px;
}

.sfavourite-top {
    display: flex;
    background: #14805e;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 2px #0004;
    height: 50px;
}

    .sfavourite-top h4 {
        margin: auto 20px;
        font-size: 15px;
    }

h4 {
    display: block;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.sfavourite-nav {
    display: flex;
    margin: auto;
    margin-right: 0;
}

    .sfavourite-nav .fav-prev {
        display: flex;
        cursor: pointer;
        height: 50px;
        width: 40px;
    }

        .sfavourite-nav .fav-prev:before, .sfavourite-nav .fav-next:before {
            font-family: 'icomoon' !important;
            font-size: 20px;
            color: #ffc800;
            transition: all 0.3s ease;
            margin: auto;
        }

.fav.fa-solid {
    margin: auto;
    color: #ffc800;
    transition: all 0.3s ease;
}

.sfavourite-nav .fav-next {
    display: flex;
    cursor: pointer;
    height: 50px;
    width: 40px;
    border-right: 1px solid #fff3;
    transform: rotateY(180deg);
}

.sfavourite-contain {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px #0004;
}

.sfavourite-item.active {
    display: block;
}

.sfavourite-item {
    display: none;
    animation: fadeIn 0.4s;
}

    .sfavourite-item img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }

/* Footer Content */


.site-footer {
    display: flex;
    background: #353535;
    padding-bottom: 20px;
}

.sfooter-center {
    width: 1200px;
    margin: auto;
}

.sfooter-top {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
    margin: 0;
}

.fsupport-col {
    display: flex;
    padding: 0 5px;
}

.fsupport-icon {
    margin-right: 20px;
}

    .fsupport-icon img {
        width: 60px;
        height: 60px;
    }


.fsupport-detail {
    display: grid;
}

    .fsupport-detail a {
        font-size: 12px;
    }

    .fsupport-detail > h5 {
        font-size: 16px;
        color: #e2e2e2;
        margin-bottom: 5px;
    }

    .fsupport-detail > span {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }

.sfooter-sponsor {
    border-bottom: 1px solid #444;
}


.footer-partner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
}

    .footer-partner-wrap li {
        list-style: none;
        display: inline-block;
    }

        .footer-partner-wrap li:first-child {
            width: calc(25%);
        }

        .footer-partner-wrap li:nth-child(2) {
            width: calc(75%);
        }

        .footer-partner-wrap li:nth-child(3) {
            width: calc(80%);
        }

        .footer-partner-wrap li:last-child {
            width: calc(20%);
        }

        .footer-partner-wrap li:not(:last-child) {
            margin-right: -3.5rem;
        }

    .footer-partner-wrap .duty div img, .footer-partner-wrap .payment div img {
        margin-right: 1rem;
    }

.footer-wrap .footer-partner-wrap .duty img {
    opacity: 1;
    margin-right: 0;
}

.footer-partner-wrap li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

.footer-partner-wrap > ul {
    padding-left: 0;
}

.footer-partner-wrap li img {
    height: 1.5625rem;
}

.footer-partner-wrap li h5 {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0.625rem;
    color: rgba(255,255,255,.8);
}

.social-media div a i {
    font-size: 35px !important;
}

.footer-partner-wrap li.payment div > img, .footer-partner-wrap li.duty div > img {
    filter: grayscale(1) brightness(0.7);
    transition: 0.2s;
}

.footer-partner-wrap li div > img:hover, .footer-partner-wrap li div > img:hover {
    filter: grayscale(0);
    transition: 0.2s;
}

.footer-partner-wrap li div > img, .footer-partner-wrap .gaming-license > img {
    height: 35px;
    margin-bottom: 10px;
}

.footer-partner-wrap li div > a {
    filter: grayscale(1);
    margin-right: 1rem;
    transition: 0.2s;
}

    .footer-partner-wrap li div > a i {
        font-size: 22px;
    }

    .footer-partner-wrap li div > a:hover {
        filter: grayscale(0);
    }

.sfooter-link {
    display: flex;
    padding-top: 20px;
}

.sfooter-logo {
    padding-right: 20px;
    border-right: 1px solid #666;
    margin: auto 0;
}

    .sfooter-logo img {
        height: 40px;
        width: 220px;
    }

.sfooter-group {
    margin-left: auto;
    display: grid;
}

    .sfooter-group p {
        font-size: 12px;
        line-height: 20px;
        color: rgba(255,255,255,.5);
        text-align: right;
    }

.session-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000a;
    padding: 20px 8px;
    z-index: 99;
}

.android-img img {
    width: auto;
    margin: 3px;
    height: 40px;
    transition: .3s;
    -webkit-filter: grayscale(50%) opacity(70%);
    filter: grayscale(50%) opacity(70%);
}

ul {
    padding-left: 0rem;
}

.gaming-license {
    margin-left: auto;
    display: grid !important;
}

.footer-license {
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(85,85,85,.3);
}

    .footer-license .license-cont .license-title {
        color: rgba(255,255,255,.7);
        font-size: .8125rem;
        font-weight: 700;
    }

    .footer-license .license-cont p {
        color: rgba(255,255,255,.7);
        font-size: .75rem;
        line-height: 1.2;
    }

.link-wrap li {
    padding: 0 0.9375rem;
    border-right: 1px solid rgba(255,255,255,.3);
    display: inline-block;
}

    .link-wrap li:last-child {
        border-right: none;
    }

.link-wrap {
    margin-top: 0.375rem;
    text-align: right;
}

    .link-wrap ul {
        margin-bottom: 0.3125rem;
        list-style-type: none;
    }

    .link-wrap a {
        font-size: 14px;
        line-height: 20px;
        color: #dedede;
    }

        .link-wrap a:hover {
            color: #14805e;
        }

.slider-one {
    width: auto;
    margin: 0px 0px 50px;
}

    .slider-one .slick-slide {
        background: #292e3e;
        color: white;
        padding: 0px 0;
        font-size: 30px;
        font-family: "Arial", "Helvetica";
        text-align: center;
        line-height: 0px;
    }

.slick-slide img {
    width: -webkit-fill-available;
}

/*.slick-next,
.slick-prev {
    margin: -203px 38px 0px 541px;
}*/

.slick-next {
    top: -33px;
    right: 31px;
    z-index: 10;
    margin-right: 0;
}

.slick-prev {
    bottom: auto;
    top: -33px;
    left: 510px;
    right: 0;
    z-index: 10;
}


.slick-next-2, .slick-prev-2 {
    margin: 0px;
    position: absolute;
    z-index: 2;
    top: 42%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    border: 0;
    border-radius: 50%;
    opacity: .8;
    font-size: 0;
    cursor: pointer;
}

    .slick-next-2:hover, .slick-prev-2:hover {
        opacity: 1;
    }

.slick-arrow.slick-disabled {
    opacity: .3 !important;
}

.slick-prev-2 {
    left: 0;
    background: url(/images/left-arrow.png)no-repeat center/50%,#f7a204;
}

.slick-next-2 {
    right: 0;
    background: url(/images/next-arrow.png)no-repeat center/50%,#f7a204;
}

.promo-search-bar .slick-list {
    margin: 0 40px;
}

    .promo-search-bar .slick-list::after, .promo-search-bar .slick-list::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        width: 1.4375rem;
        height: 100%;
    }
/*
    .promo-search-bar .slick-list::before {
        left: 0;
        background: linear-gradient(to right,#444 20%,rgba(71,71,71,0) 100%);
    }

    .promo-search-bar .slick-list::after {
        right: 0;
        background: linear-gradient(to left,#444 20%,rgba(71,71,71,0) 100%);
    }
    */
/* Footer Content Closed */

/* About Us */

.content {
    min-height: initial;
}

    .content, .content.nomainnav .container-1200.center {
        text-align: center;
    }

        .content .aboutus-wrap {
            display: flex;
            min-height: 100vh;
            margin: 3.125rem auto 0;
        }

        .content .container-1200 {
            width: 75rem;
            text-align: left;
        }

.content {
    transition: height 3s;
}

    .content .aboutus-wrap {
        display: flex;
        min-height: 100vh;
        margin: 3.125rem auto 0;
    }

    .content .container-1200 {
        width: 75rem;
        text-align: left;
        zoom: 1;
    }

.aboutus-wrap .about-d {
    /*display: flex;*/
    flex: 100%;
}

.aboutus-tab-wrap {
    flex: 0 0 11.25rem;
}

.aboutus-tab-group {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(9,13,26,.1);
    cursor: pointer;
}

    .aboutus-tab-group .aboutus-tab-link {
        border-radius: 1px;
    }

.aboutus-tab-item {
    display: block;
    background-color: #fff;
}

.aboutus-tab-link.active, .aboutus-tab-link:hover {
    background-color: #14805e !important;
    color: #fff !important;
}

.aboutus-tab-link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 2.8125rem;
    color: rgba(0,0,0,.5);
    background-color: #fff !important;
    font-size: .875rem;
}

    .aboutus-tab-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 70%;
        height: 1px;
        transform: translate(-50%,-50%);
        background-color: rgba(255,255,255,.1);
    }

.aboutus-tab-item {
    display: block;
    background-color: #fff;
}

.aboutus-body {
}

.article-content {
    margin: 0 3.4375rem;
}

.article-content-title {
    margin-bottom: 2.5rem;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.1875rem;
}

.article-detail {
    margin-bottom: 2.1875rem;
}

.article-detail-tile {
    color: #fff;
    font-weight: 700;
    line-height: 2.1875rem;
    margin-block-end: unset;
    font-size: 16px;
}

.article-detail-content .list, .article-detail-content .list-dot, .article-detail-content .list-number, .article-detail-content .text {
    margin-bottom: 1.25rem;
    color: rgba(255,255,255,.6);
    font-size: .875rem;
    line-height: 1.6;
}


/* About Us Closed */

/* MODAL Content */

.modal-dialog {
    border-radius: 10px;
    height: 80vh;
    /*max-width: 400px;*/
    position: relative;
    width: auto;
}

.modal-login {
    max-width: 430px;
}

.modal-verify {
    max-width: 400px;
}

.modal-header {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #22d89f;
    color: #fff;
    background: #14805e;
}

.btn-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .5s ease-out;
    background-color: rgba(23,150,110,.2);
    background: transparent url(../images/cancel.png) no-repeat center/contain;
    cursor: pointer;
    background-size: 13px;
}

.modal-header .btn-close {
    padding: 0px 0px 0px;
    margin: -0.1rem -0.1rem -0.5rem auto;
}

.btn-close:hover {
    background-color: #17966e;
}

.modal-content {
    transition: .3s ease-out;
    text-align: left;
}

.login-form-inner {
    padding: 10px 20px;
    padding-bottom: 15px;
    /*margin: auto;*/
}

.form-group {
    margin-bottom: 0.7rem;
}

.login-form-inner .form-group label {
    text-align: left;
    color: #000;
    margin: 0;
    font-size: 14px;
}

.login-input {
    position: relative;
}

    .login-input img {
        position: absolute;
        height: 40px;
        width: 45px;
        padding: 10px;
        top: 0;
        left: 0;
    }

.login-form-inner .form-group input {
    position: static;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    border: 2px solid #adacb1;
    border-radius: 3px;
    width: 100%;
    color: #14805e;
    font-weight: 700;
    appearance: none !important;
    transition: border-color 0.3s ease !important;
}

    .login-form-inner .form-group input:focus,
    .login-form-inner .form-group textarea:focus {
        border: 2px solid rgba(20,128,94,.4);
        outline: none !important;
    }

    .login-form-inner .form-group input:focus-visible,
    .login-form-inner .form-group textarea:focus-visible {
        appearance: none !important;
    }

.login-form-inner .form-group textarea {
    position: static;
    font-size: 14px;
    border: 2px solid #adacb1;
    border-radius: 3px;
    width: 100%;
    color: #14805e;
    font-weight: 700;
    appearance: none !important;
}

input:focus {
    outline: 0;
}


.login-input input {
    padding-left: 45px !important;
}


.login-forgetpass, .login-backtologin, .login-form-inner p > a {
    min-width: max-content;
    font-size: 14px;
    max-width: 40%;
    float: right;
    margin-bottom: 10px;
    color: #474747;
    text-decoration: underline;
}

    .login-forgetpass:hover, .login-backtologin:hover {
        color: #14805e;
        text-decoration: none;
    }

    .login-form-inner p > a:hover {
        color: #14805e;
    }

.login-form-inner .form-group a {
    text-align: center;
    outline: none !important;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 1px #fffa;
    cursor: pointer;
}

.login-form-inner .form-group button {
    text-align: center;
    outline: none !important;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 1px #fffa;
    cursor: pointer;
}

.login-form-inner p > a {
    float: unset;
    margin-left: 5px;
}


.modal-body {
    padding: 0;
}
/*
.login-tab {
    grid-gap: 15px;
    padding-top: 15px;
}*/

.login-tab {
    grid-gap: 15px;
    display: flex;
    flex-wrap: nowrap;
}


    .login-tab .nav-link.active {
        background: #14805e;
        color: #ffffff;
        border-radius: 5px;
        letter-spacing: 1px;
        transition: all 0.5s ease;
        border-color: transparent;
        border-color: #00af41 #00cf4b #0cd557;
        box-shadow: 0 0 8px #0aa577;
    }

    .login-tab .nav-link {
        background: #0b956a;
        color: white;
        font-size: 14px;
        border-radius: 5px;
        letter-spacing: 1px;
        transition: 0.3s;
        min-width: 180px;
        font-weight: 500;
        width: 180px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 5px 10px;
    }



.form-control:focus {
    box-shadow: unset;
    border: 2px solid rgba(20,128,94,.4);
}

.toggle-password {
    position: absolute;
    float: right;
    right: 0;
    margin-top: 10px;
    top: 0;
    cursor: pointer;
    margin-right: 10px;
    color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control.green:disabled {
    color: #14805e;
}

.form-control:disabled {
    height: auto;
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #adacb1;
    appearance: auto !important;
    color: white;
    font-size: 14px !important;
}

.login-input1 {
    position: relative;
    display: flex;
}

    .login-input1 img {
        position: absolute;
        height: 40px;
        width: 45px;
        padding: 10px;
        top: 0;
        left: 0;
    }

    .login-input1 input {
        padding-left: 45px !important;
    }

    .login-input1 select {
        padding-left: 40px !important;
    }

    .login-input1.verify select,
    .login-input1.verify input {
        padding-left: 10px !important;
    }

.number-left input {
    padding-left: 15px !important;
}

    .number-left input:disabled {
        background-color: #e9ecef;
    }

.form-group.d {
    margin-bottom: 9px;
}

/* MODAL Content Closed */

/* Deposit Content  */

.nav-tabs {
    border-bottom: 1px solid transparent !important;
}

.site-section {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.signup-form {
    padding-top: 50px;
    padding-bottom: 30px;
}

.signup-center {
    display: block;
    width: 100%;
    padding: 30px 25px;
    border: 0.0625rem solid #14805e;
    border-width: 0.375rem;
    text-align: center;
    border-image: linear-gradient(to bottom,#14805e 0,#1ec28f 100%);
    border-image-slice: 1;
}

.signup-group {
    width: 500px;
    padding-right: 25px;
}

.login-tab {
    grid-gap: 15px;
    padding: 0 15px;
}

.login_form .form-group .col-form-label {
    font-size: 14px;
}

.col-form-label.color {
    color: #26ffbc;
    font-weight: bold;
}

.form-group b {
    font-size: 14px;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control :focus {
        outline: green;
    }

.btn_login_main {
    margin-top: 10px;
}

    .btn_login_main a {
        padding-top: 8px;
    }

.login_form_inner a {
    color: white;
    font-weight: 600;
}

.signup-banner {
    width: calc(80% - 207px);
}

    .signup-banner img {
        width: 100%;
        object-fit: contain;
    }

.signup-title {
    display: block;
    font-size: 18px;
    color: #ffdf18;
    border-bottom: 1px solid #ffdf18;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.signup-group .form-group {
    display: grid;
}

    .signup-group .form-group label {
        font-size: 14px;
        line-height: 20px;
        display: block;
        text-align: left;
        width: 100%;
        color: #fff;
        margin-bottom: 0.5rem;
    }

    .signup-group .form-group input {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        padding: 0.6875rem;
        border: 0.125rem solid transparent;
        border-radius: 3px;
        background: #454545 !important;
        transition: border-color 0.3s ease;
        outline: none !important;
        color: #fff;
    }

        .signup-group .form-group input:focus {
            border-color: #34dfa9;
        }

.signup-group .alert-notes {
    color: #ff5656;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .signup-group .alert-notes::before {
        content: "!";
        display: inline-block;
        width: 0.875rem;
        height: 0.875rem;
        margin-right: 0.3125rem;
        border-radius: 50%;
        background-color: #f35e5e;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        line-height: .875rem;
        text-align: center;
        vertical-align: middle;
    }

.form-control {
    height: 47px;
}

    .form-control.form-select {
        transition: border-color 0.3s ease !important;
        outline: none !important;
        background-color: #454545 !important;
        color: #fff;
        background-image: url(../images/chevron-bottom-white.png) !important;
    }

        .form-control.form-select.login {
            position: static;
            height: 40px;
            transition: border-color 0.3s ease !important;
            outline: none !important;
            background-color: transparent !important;
            color: #14805e;
            font-size: 14px;
            font-weight: 700;
            border-radius: 3px;
            background-image: url(../images/chevron-bottom.png) !important;
            border: 2px solid #adacb1;
        }

            .form-control.form-select.login:focus {
                border: 2px solid rgba(20,128,94,.4);
            }

.signup-group .form-group select {
    transition: box-shadow 0.3s ease !important;
    outline: none !important;
}

    .signup-group .form-group select:focus {
        box-shadow: 0 0 1px 1px #34dfa9;
    }

.ac .form-control {
    border: 1px solid transparent;
}

.mrg-top-20 {
    margin-top: 20px !important;
}

.btn-register-next {
    float: right;
    /*background: url(../images/next-arrow-1.png)no-repeat center/50%, #14805e;*/
    background-color: #14805e;
    width: 2.8125rem;
    height: 2.8125rem;
    transition: .3s;
    border-radius: 100%;
    color: #fff; /*rgba(51,51,51,.1);*/
    vertical-align: top;
    border: none;
    outline: none !important;
    margin-left: auto;
    cursor: pointer;
}

    .btn-register-next i {
        font-size: 26px;
    }

    .btn-register-next:hover {
        /*background: url(../images/next-arrow-1.png)no-repeat center/50%, #0d543e;*/
        box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,.3);
    }

.ac {
    display: -webkit-inline-box;
}

.toggle-password3 {
    margin-left: 400px;
    margin-top: -31px;
    cursor: pointer;
}

/* Register Content  */

/* Live Content */

.main-banner-wrap.slot {
    margin-bottom: 0;
}

.main-banner-wrap {
    position: relative;
    margin-bottom: 1.25rem;
    background: #464646;
}

.main-slot-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


    .main-slot-banner img {
        object-fit: cover;
        display: inline-block;
        width: 100%;
        height: 23.375rem;
    }

.scontent-search-bar {
    display: flex;
    background: #fff;
}

.scontent-search-center {
    display: flex;
    width: 1200px;
    height: 57px;
    margin: auto;
}

.scontent-search {
    display: flex;
}

    .scontent-search i {
        color: #555;
        font-size: 23px;
        margin: auto 11px;
    }


.icon-search2:before {
    content: "\e8b6";
}

.scontent-search input {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 0.4375rem 0.625rem;
    border: 1px solid #ddd;
    transition: background .3s ease-in-out .1s,box-shadow .5s ease-in-out,border .3s ease-in-out .1s;
    border-radius: 5px;
    border-color: transparent;
    outline: 0;
    background: #f2f2f2;
    box-shadow: 0 0.125rem 0.3125rem #e6e6e6 inset;
    color: #14805e;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: auto;
}

    .scontent-search input:hover, .scontent-search input:active, .scontent-search input:focus {
        border-color: #14805e;
    }

.scontent-sort {
    margin-left: auto;
    margin-right: 10px;
}

    .scontent-sort ul {
        display: flex;
        list-style-type: none;
    }

        .scontent-sort ul li:first-child {
            padding-right: 15px;
        }

        .scontent-sort ul li {
            height: 57px;
            line-height: 57px;
            color: #555;
            font-size: 14px;
            padding: 0 5px;
            text-align: center;
        }

            .scontent-sort ul li a {
                position: relative;
                display: block;
                line-height: 57px;
                padding: 0 10px;
                cursor: pointer;
            }

                .scontent-sort ul li a:hover, .scontent-sort ul li a:active, .scontent-sort ul li a.active {
                    color: #14805e !important;
                }

                    .scontent-sort ul li a.active:before {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 4px;
                        background: #14805e;
                        animation: fadeIn 0.5s;
                    }



.scontent-filter {
    background: linear-gradient(0deg,#14805e,#116a4e 100%);
    width: 100%;
}

.scontent-filter-center {
    display: flex;
    width: 1200px;
    margin: auto;
}

.scontent-filter-group {
    display: grid;
}

.scontent-filter-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: all 0.4s ease;
    margin: auto;
}

.ck_filter {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    margin: 0;
    height: 44px;
    width: 150px;
    transition: background 0.4s ease;
    overflow: hidden;
    padding: 0 5px;
}

    .ck_filter input {
        height: 30px;
        display: none;
    }

    .ck_filter .checkmark {
        position: relative;
        display: flex;
        height: 20px;
        min-width: 20px;
        width: 20px;
        background: #ffffff;
        border: 1px solid #aaa;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05), 0 2px 3px 0 rgba(0,0,0,.05), 0 3px 4px 0 rgba(0,0,0,.05);
        transition: border-color 0.3s ease, background 0.6s ease;
        border-radius: 4px;
        margin: auto 12px;
        overflow: hidden;
    }

        .ck_filter .checkmark:before {
            content: "✓";
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            text-shadow: 0 1px 1px #ed9c06;
            margin: auto;
            margin-top: -1px;
            transform: translateY(20px);
            transition: all 0.4s ease;
            opacity: 0;
        }

    .ck_filter span:last-child {
        transition: all 0.4s ease;
    }

    .ck_filter span {
        color: #eee;
        margin: auto;
        font-size: 14px;
        margin-left: 0;
        padding-top: 2px;
        transition: color 0.4s ease;
    }

    .ck_filter:hover {
        background: #feda00;
    }

    .ck_filter input:checked ~ .checkmark {
        background: #ffe332;
        border-color: #ffcd16;
    }

    .ck_filter img {
        position: absolute;
        width: 100px;
        height: 44px;
        opacity: 0;
        transition: all 0.5s ease;
        transform: translateX(150px);
        right: 0;
        top: 0;
        /*filter: grayscale(1) brightness(10);*/
        color: white;
        left: 45px;
    }

    .ck_filter:hover img {
        opacity: 1;
        transform: translateX(0);
    }

    .ck_filter:hover span:last-child {
        transform: translateY(-50px);
    }


.ck_box {
    grid-gap: 10px;
    text-align: center;
    margin: 46px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
}

    .ck_box img {
        border-radius: 5px;
    }

.ck_filter input:checked ~ .checkmark:before {
    transform: translateY(0);
    opacity: 1;
}

.ck_filter:not(:nth-child(-n+7)) {
    display: none;
}

.scontent-filter.active .ck_filter:not(:nth-child(-n+7)) {
    display: inline-flex;
}

.sfilter-more {
    min-width: max-content;
    padding: 0 35px;
    line-height: 44px;
    height: 44px;
    transition: background-position .3s ease-in,text-shadow .3s ease-in-out .1s;
    background-image: linear-gradient(180deg,#17966e 0,#06281d 100%);
    background-position: 0 0;
    background-size: 100% 200%;
    border-top: 1px solid #127a5a;
    text-align: center;
    font-size: 14px;
    color: #ffdf18;
    cursor: pointer;
    margin-left: auto;
}

    .sfilter-more:hover, .sfilter-more:active {
        background-position: 0 100%;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
    }

/*.sfilter-more:before {
        content: 'More Filter';
    }*/

.scontent-filter.active .scontent-filter-group, .scontent-filter.active .scontent-filter-center {
    display: grid;
}

.scontent-filter.active .scontent-filter-title {
    display: flex;
}

.scontent-filter-title {
    display: none;
    background: #3e7865;
    font-size: 13px;
    padding: 0 15px;
    color: #ffdf18;
    line-height: 30px;
}

    .scontent-filter-title:after {
        content: '\f0d7';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        line-height: 100%;
        margin-left: auto;
        margin-top: 5px;
    }

.scontent-filter.active .scontent-filter-bar {
    background: #0e5a42;
}

.scontent-filter.active .sfilter-more {
    margin: unset;
    width: 100%;
    ;
}

/*.scontent-filter.active .sfilter-more:before {
        content: 'Hide Item';
    }*/

.site-games {
    display: grid;
}


.sgames-content {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    padding: 30px 0;
    margin: auto;
}

.sgames-item {
    position: relative;
    width: 190px;
    height: auto;
    margin: 0 5px;
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    box-shadow: 0 2px 2px 0 rgba(45,45,45,.1), 0 4px 4px 0 rgba(49,49,49,.1), 0 8px 8px 0 rgba(42,42,42,.1), 0 16px 16px 0 rgba(32,32,32,.1);
    transition: all 0.4s ease;
}

    .sgames-item:hover {
        border-color: #006847;
    }

    .sgames-item img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        background: linear-gradient(0deg,#052c1c -10%,transparent 55%);
        box-shadow: inset 0 0 1px 1px rgba(27,172,126,.4), inset 0 0 10px 0 rgba(255,255,255,.2);
    }

    .sgames-item h5 {
        position: absolute;
        text-shadow: 0 0 4px #000;
        bottom: 0;
        font-size: 14px;
        padding: 0 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 0;
        width: 100%;
    }

.sgames-hidden {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
    box-shadow: inset 0 0 1px 1px rgba(27,172,126,.4), inset 0 0 10px 0 rgba(255,255,255,.2);
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

    .sgames-hidden a, .sgames-hidden button {
        margin: auto;
        min-width: 120px;
        min-height: 35px;
        transition: transform 0.3s ease-in-out;
        /*transform: translateY(100px);*/
    }

.sgames-item:hover .sgames-hidden, .sgames-item:active .sgames-hidden {
    opacity: 1;
}

    .sgames-item:hover .sgames-hidden a,
    .sgames-item:active .sgames-hidden a,
    .sgames-item:hover .sgames-hidden button,
    .sgames-hidden:active .sgames-hidden button,
    .sgames-item:focus .sgames-hidden button,
    .sgames-hidden:focus .sgames-hidden button {
        transform: translateY(0);
    }

.game-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg,rgba(20,128,94,.5)1%,transparent 15%);
    box-shadow: inset 0 0 0 1px rgb(255 255 255/10%);
}

    .game-inner::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 0;
        height: 6px;
        background-image: linear-gradient(0deg,rgba(34,216,159,.2)0,transparent 100%);
    }

.btn-sort.active, .btn-sort:hover {
    color: #14805e;
}

.scontent-sort ul li a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #14805e;
    animation: fadeIn 0.5s;
}

.btn-sort {
    display: inline-block;
    position: relative;
    height: 3.5625rem;
    padding: 0 0.625rem;
    transition: color .3s ease-in-out;
    color: rgba(0,0,0,.7);
    line-height: 3.5625rem;
    text-align: center;
}

    .btn-sort.active::before, .btn-sort:hover::before {
        height: 0.1875rem;
        background: #14805e;
    }

    .btn-sort::before {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: height .3s ease-in-out;
        background: #14805e;
    }


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@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);
    }
}

@keyframes rotate360s {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*new filter game*/
.ck_filter.is-checked > .checkmark {
    background: #ffe332;
    border-color: #ffcd16;
}

    .ck_filter.is-checked > .checkmark:before {
        transform: translateY(0);
        opacity: 1;
    }

.ck_filter > .checkmark:before {
    content: "✓";
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 1px 1px #ed9c06;
    margin: auto;
    margin-top: -1px;
    transition: all 0.4s ease;
}

/*new filter game*/

/* Live Content */

/* Fishing Content */

.hg {
    height: 11.875rem !important;
}

/* Fishing Content */


/*  Promotion Content */

.promo-search-bar {
    display: flex;
    background: #444;
    height: 68px;
    padding-top: 0.5rem;
}

    .promo-search-bar ul {
        display: flex;
        margin: auto;
        width: 75rem;
    }

        .promo-search-bar ul li {
            padding: 0 10px;
            list-style-type: none;
        }

.pmbox.filter.active .btn-css1 {
    border-color: #ffdf18;
}



.promo-search-bar ul li a {
    display: inline-block;
    height: 37px;
    line-height: 35px;
    text-align: center;
    padding: 0 25px;
    width: 100%;
    min-width: 80px;
    margin: auto;
    cursor: pointer;
    font-weight: lighter;
    font-size: 14px;
}

.promo-content {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 20px auto;
}

.promo-item {
    position: relative;
    width: calc(50% - 12px);
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #0003;
}

.promo-wrap {
    position: relative;
    background: #000;
    overflow: hidden;
}

    .promo-wrap img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: opacity 0.5s ease, transform 1s ease;
    }

.promo-detail {
    background: #8e8e8e;
    padding: 13px;
}

    .promo-detail:before {
        content: '';
        position: absolute;
        left: 0;
        height: 7px;
        width: 100%;
        background: url(../images/Promotion/line.png) repeat;
        background-size: contain;
        margin-top: -16px;
        z-index: 0;
    }

.promo-notes {
    position: absolute;
    right: 10px;
    background: #14805e;
    color: #ffdf18;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
}

.promo-detail h5 {
    font-size: 22px;
    line-height: 40px;
    width: 75%;
    color: #fff;
    margin: 0;
}

    .promo-detail h5:before {
        content: '';
        position: absolute;
        left: 0;
        margin-top: 5px;
        display: block;
        height: 30px;
        width: 2px;
        background: #ffde38;
    }

.promo-detail .text {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    min-height: 20px;
    margin-bottom: 0.1875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0,0,0,.8);
}

.promo-detail .time {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    min-height: 15px;
    margin-bottom: 0.625rem;
    letter-spacing: .5px;
    line-height: .9375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0,0,0,.8);
}

    .promo-detail .time span {
        margin-right: 5px;
    }

        .promo-detail .time span:last-child {
            margin-left: 5px;
        }

    .promo-detail .time::before {
        content: "";
        font-size: 12px;
        letter-spacing: .5px;
        line-height: .9375rem;
        display: inline-block;
        position: relative;
        width: 0.9375rem;
        height: 0.9375rem;
        margin-right: 0.3125rem;
        vertical-align: middle;
        background: url(../images/icon-time.png) no-repeat center/cover;
    }

.promo-button a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.modal-detail-banner {
    position: relative;
}

    .modal-detail-banner img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 230px;
        border-radius: 0.3rem 0.3rem 0 0;
    }

    .modal-detail-banner::after {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: -69px;
        left: 0;
        opacity: 0.4;
        width: 100%;
        height: 70px;
        background: url(/images/shadow.png)no-repeat center/contain;
    }

.detail-banner::after {
    -webkit-animation: shadowOpen ease-out .5s alternate .2s forwards;
    animation: shadowOpen ease-out .5s alternate .2s forwards;
}


@-webkit-keyframes shadowOpen {
    0% {
        opacity: 0;
    }

    to {
        opacity: .7;
    }
}

@keyframes shadowOpen {
    0% {
        opacity: 0;
    }

    to {
        opacity: .7;
    }
}


.modal.show .modal-dialog {
    transform: none;
}

.modal-detail-banner .btn-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    transition: .5s ease-out;
    background-color: rgba(23,150,110,.2);
    cursor: pointer;
}

    .modal-detail-banner .btn-close:hover {
        background-color: #17966e;
    }

.modal-content .title-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
}

    .modal-content .title-wrap h3 {
        align-self: center;
        flex: 1;
        margin-right: 15px;
        margin-bottom: 0px;
        line-height: 24px;
        font-weight: 700;
        word-wrap: break-word;
        word-break: break-all;
        font-size: 20px;
    }

.title-wrap h3 {
    color: #14805e;
}

.modal-content .title-wrap a {
    align-self: center;
    padding: 0 25px;
    text-align: center;
}

.btn-default-radius {
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    color: #fff;
    height: 2.1875rem;
    border-radius: 20px;
    font-size: 14px;
    line-height: 2.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
}

    .btn-default-radius::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1.0625rem;
        background: url(../images/btn-light.png)no-repeat center top;
        background-size: 100%;
    }

    .btn-default-radius:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        color: #fff;
        text-shadow: 0 1px 3px #967302;
    }

.btn-close:focus {
    box-shadow: unset;
}

.modal-content .pop-inner {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    max-height: 40vh;
    padding: 10px 20px 0;
    line-height: 24px;
}

    .modal-content .pop-inner > div {
        margin-bottom: 20px;
    }

.modal-content .article {
    font-size: .875rem;
}

.pb {
    line-height: 1.38;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.modal-content .article p {
    color: #333;
    margin: 10px 0;
    font-size: .875rem;
}

/* Promotion Content */

/* Vip Content */
.site-vip {
    min-height: 1100px;
    background: url(../images/vip/vipbg.jpg), #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 5px;
}

.vip-top {
    display: grid;
    margin-bottom: 30px;
}

.vip-top-row {
    display: flex;
    width: 90%;
    max-width: 1100px;
    padding-top: 20%;
    margin: auto;
    margin-bottom: 60px;
}

.vip-row-item {
    display: grid;
    margin: auto;
    padding: 0 5px;
}

    .vip-row-item img {
        width: 100%;
        max-width: 140px;
        margin: auto;
        margin-bottom: 5px;
    }

    .vip-row-item span {
        text-align: center;
        margin: auto;
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: -0.4px;
    }

.cssrank0, .cssrank1, .cssrank2, .cssrank3, .cssrank4, .cssrank5, .cssrank6, .cssrank7, .cssrank8 {
    color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.cssrank0 {
    background: linear-gradient(to bottom, #f3eeea, #b0a695);
}

.cssrank1 {
    background: linear-gradient(to bottom, #fde5e3, #e48586);
}

.cssrank2 {
    background: linear-gradient(to bottom, #ffec68, #ff9d19);
}

.cssrank3 {
    background: linear-gradient(to bottom, #adaded, #383870);
}

.cssrank4 {
    background: linear-gradient(to bottom, #3fc4ff, #044185);
}

.cssrank5 {
    background: linear-gradient(to bottom, #ffc771, #76531c);
}

.cssrank6 {
    background: linear-gradient(to bottom, #ff4747, #640000);
}

.cssrank7 {
    background: linear-gradient(to bottom, #97feed, #0b666a);
}

.cssrank8 {
    background: linear-gradient(to bottom, #d27685, #66347f);
}

.vip-group {
    display: grid;
    animation: fadeIn 1s;
    /*    margin-bottom: 30px;*/
}

.vip-title {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 1100px;
}

    .vip-title h4 {
        margin-bottom: 10px;
        line-height: 1.5;
        font-size: 28px;
        font-weight: 900;
        background: -webkit-linear-gradient(#ffffbe,#d1a129);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .vip-title p {
        font-size: 15px;
        font-weight: 400;
    }

.vip-table {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 60px;
    padding: 5px 4px;
    margin: 15px auto 15px auto;
    border-radius: 10px;
    background: linear-gradient(to bottom,#eed6a8 0,#bca463 34%,#fff1cc 60%,#bca463 81%,#c5a971 100%);
    box-shadow: inset 0 0 3px #0003;
}

    .vip-table table.table-head {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .vip-table table {
        width: 100%;
        border-radius: 8px;
        overflow: auto;
    }

table {
    border-collapse: collapse;
}

.vip-table table thead th {
    color: #4a3d1b;
    height: 60px;
    background: linear-gradient(to bottom,#bca463 0,#eed6a8 100%);
    text-align: center;
}

.vip-table table.table-seperator {
    padding: 2px 10px;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vip-table table tbody {
    background: #000;
}

    .vip-table table tbody tr td.td-vs {
        background: #141414;
        text-align: left;
        padding-left: 12%;
    }

    .vip-table table tbody tr td:first-child {
        border-radius: 10px 0 0 10px;
    }

    .vip-table table tbody tr td {
        text-align: center;
        color: #f8d072;
        vertical-align: middle;
        height: 50px;
        margin-bottom: 5px;
        background: #0b0b0b;
    }

        .vip-table table tbody tr td .vip-icon {
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }

        .vip-table table tbody tr td span {
            font-weight: 700;
            font-size: 15px;
        }

        .vip-table table tbody tr td.td-center {
            vertical-align: middle;
        }

        .vip-table table tbody tr td:last-child {
            border-radius: 0 10px 10px 0;
        }

        .vip-table table tbody tr td .coin-icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        .vip-table table tbody tr td.italic {
            font-style: italic;
        }

.vip-outer {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    display: grid;
}

.table-vshide thead th .th-rank {
    width: 100%;
    height: 100%;
    padding: 0 18%;
}

.vip-table table.table-seperator {
    padding: 2px 10px;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.vip-table table tbody {
    background: #000;
}

.text-center {
    text-align: center !important;
}

.vip-table table tbody tr td .td-click, .vip-table table tbody tr td .td-none, .vip-table table tbody tr td .td-custom {
    display: flex;
    height: 50px;
    width: 90%;
    min-width: 50px;
    background: #141414;
    margin: auto;
    border-radius: 10px;
}

.vip-table table tbody.ts-cs-check tr td:nth-child(2) .td-click:before {
    color: #efc941;
}

.vip-table table tbody tr td .td-click:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin: auto;
}

.vip-table table tbody tr td h2 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.vip-table table tbody tr td .td-none:before {
    content: '';
    display: block;
    background: #444;
    width: 30%;
    height: 5px;
    max-width: 24px;
    margin: auto;
}

.vip-table table tbody.ts-cs-check tr td:nth-child(6) .td-click:before {
    color: #e30630;
}

.vip-table table tbody.ts-cs-check tr td:nth-child(5) .td-click:before {
    color: #e2ad5c;
}

.vip-table table tbody.ts-cs-check tr td:nth-child(4) .td-click:before {
    color: #11aef4;
}

.vip-table table tbody.ts-cs-check tr td:nth-child(3) .td-click:before {
    color: #8b8ac3;
}

.vip-coin-detail {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-right: 40px;
}

.vip-coin-item:first-child {
    margin-left: auto;
}

.vip-coin-item {
    margin: 0 10px;
}

.site-vip .silver {
    color: #ccc;
}

.vip-coin-item span {
    font-size: 15px;
}

.vip-coin-item img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.site-vip .gold {
    color: #ffde5b;
}

.vip-table table.table-head {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vip-table table thead th {
    color: #4a3d1b;
    height: 60px;
    background: linear-gradient(to bottom,#bca463 0,#eed6a8 100%);
    text-align: center;
}

.vip-table table tbody tr.bgnone td {
    background: unset !important;
}

.vip-table .td-custom {
    display: inline-table !important;
}

    .vip-table .td-custom span {
        font-weight: 400;
        font-size: 14px;
    }

    .vip-table .td-custom .exchange:before {
        content: '\f0da';
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    .vip-table .td-custom .exchange {
        margin: auto 10px;
        font-size: 12px;
        color: #777;
    }

.text-left {
    text-align: left !important;
}
/* Vip Content */

/* Daily Reward Content */
.for_float_use {
    position: relative;
    margin: 30px auto 60px auto;
}

.index_tab {
    background: linear-gradient(to bottom,#797979 5%,#5b5b5b 100%);
    color: white;
    padding: 20px;
}

.dailycheckin_section {
    display: flex;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    cursor: default;
}

.dailycheckin_background {
    width: 100%;
    height: 100%;
    border-radius: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coin_title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.checkin-ul {
    margin-top: 20px;
    justify-content: space-between;
    scrollbar-width: none;
    display: flex;
    width: 80%;
    padding-left: 10px;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    column-gap: 32px;
    row-gap: 32px;
}

    .checkin-ul .checkin-wrap {
        width: 15.125em;
        height: 24em;
        min-width: 183px;
    }

.checkin-wrap {
    position: relative;
    color: #261858;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    transition: transform .2s;
    cursor: grab;
}

.checkin1 {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    height: 89%;
}

    .checkin1 .checkin1-bg {
        clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0 100%, 0 15%);
        border-radius: 0.375em;
        align-items: center;
        justify-content: center;
        background: #bebebe;
        opacity: 50%;
        width: 100%;
        height: 100%;
        transition: .2s;
    }

.checkin2 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.checkin-img {
    width: 100%;
    position: absolute;
    transition: all .3s;
    top: 0px;
}

.checkin-btm {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
    box-sizing: border-box;
}

    .checkin-btm .checkin-btm1.btm1 {
        background: linear-gradient(180deg, rgb(255 249 228 / 46%) 0%, #1d534e 66.15%);
    }

    .checkin-btm .checkin-btm1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: -1px;
        padding: 1em 1em;
    }

        .checkin-btm .checkin-btm1 .checkin-btm1-title {
            position: relative;
            padding-left: 1em;
        }

            .checkin-btm .checkin-btm1 .checkin-btm1-title .checkin-line {
                left: 0;
                height: 100%;
                width: 5px;
                position: absolute;
            }

.checkin-line.line1 {
    background: #4f8580;
}

.checkin-t2 {
    display: flex;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.44;
}

.checkin-btm2 {
    background: linear-gradient(to bottom,#053c53 5%,#081d26 100%);
}

.checkin-btm2 {
    box-sizing: border-box;
    width: 100%;
    background: #009688;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(0 153 139);
    border-radius: 0 0 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
}

.btn-login2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    color: #ffffff;
    width: 65%;
    height: 39px;
    border: 1px solid #009688;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    cursor: grab !important;
}

    .btn-login2:hover {
        color: rgba(255,255,255,1);
        box-shadow: 0 0 10px #00f1db;
        font-weight: 600;
        transition: all 0.5s ease;
    }

.coins-btn {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 10px;
    padding: 0.45rem 0.75rem;
    font-size: 14px;
    border-radius: 3px;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    text-shadow: 0 0 2px #b17807;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
}

    .coins-btn:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        text-shadow: 0 1px 3px #967302;
    }

.slider {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lSSlideOuter {
    overflow: hidden;
    user-select: none;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
    height: auto !important;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lSSlideWrapper .lSSlide {
    -webkit-transition: all 1s;
    transition-property: transform,height;
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

    .lightSlider.lsGrab > * {
        cursor: grab;
    }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.box {
    width: 262px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 22px;
    height: auto;
    border: 1px solid #167154;
}

.slide-img {
    height: auto;
    position: relative;
}

    .slide-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
    }

.point {
    color: white;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding-left: 10px;
    position: absolute;
    top: 8px;
    right: 16px;
}

.text-right {
    text-align: right !important;
}

.img-fluid {
    max-width: 100%;
}

.reward_coin {
    color: #ffe500;
    margin-left: -10px;
    font-size: 20px;
    text-shadow: 1px 0px 1px #a5a5a5;
    font-style: normal;
}

.overlay {
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(138, 140, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy-btn {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #252525;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}

.detail-box {
    background-color: #03131d;
    color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100%;
}

.type {
    display: flex;
    flex-direction: column;
}

    .type a {
        color: #1a976f;
        margin: 3px 0px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .type span {
        color: white !important;
        font-size: 12px;
    }

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lSAction > a {
    filter: none;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: -6px;
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: -6px;
}

.buy-btn:hover {
    color: #FFFFFF;
    transition: all ease 0.3s;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
}

.slide-img:hover .overlay {
    visibility: visible;
    animation: fade 0.5s;
}

/* Daily Reward Content */

/* Entertainment Content */
.vip_home {
    color: white;
}

.index_body_custom {
    background-color: #514d4d !important;
}

.index_body_custom {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.for_float_use {
    position: relative;
    margin: 30px auto 60px auto;
}

.entertain_head {
    width: 100%;
    height: 100%;
}

.entertain_bigh1 {
    font-size: 25px;
    font-weight: 700;
}

.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 40px 0;
    justify-content: space-between;
}

.bar_title_img {
    width: 400px;
}

.chinese_text {
    color: white;
    font-family: 'AdobeheitistdFont', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
}

.text_game_title {
    font-size: 53px;
    line-height: 1.1;
    font-weight: 700;
}

.bar_title_custom {
    transform: scaleX(-1);
}

.entertain_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 8px;
    margin-bottom: -65px;
}

    .entertain_grid img {
        width: 98.7%;
        height: 80%;
        border-radius: 10px;
        cursor: pointer;
        object-fit: cover;
        border: 1px solid #cba98c;
    }

.entertain_grid2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    justify-content: center;
    height: 100%;
    margin-bottom: 50px;
}

.slide-img2 {
    height: auto;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    transform: scale(1);
    margin-bottom: -12px;
}

.entertain_grid2 img {
    border: 1px solid #cba98c;
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    object-fit: contain;
    transition: all .2s;
    transform: scale(1);
}

.entertain_text {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.entertain_text2 {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    color: white;
    font-size: 17px;
}

.entertain_grid3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 50px;
}

    .entertain_grid3 img {
        border: 1px solid #1e4d48;
        width: 85%;
        height: 90%;
        border-radius: 10px;
        cursor: pointer;
        transition: transform .2s;
        opacity: 0.8;
        object-fit: cover;
    }

.rounded {
    border-radius: 0.25rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.d-block {
    display: block !important;
}

.entertain_grid3 img:hover {
    transform: scale(1.2);
    opacity: 1.5;
}
/* Entertainment Content */


/* Rewards Content */
.reward_home {
    color: white;
}

.reward_menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rmbox.filter.active {
    background-color: #ffe714;
    color: white;
    background-image: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
}

.rmbox {
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    background: #4d4d4d;
    height: 45px;
    color: #ffffff;
    background: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 8px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

    .rmbox.filter:hover {
        color: #ffffff;
        transition: .30s ease;
        background-position: 0 0;
        background-image: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    }

.fa-2x.e {
    font-size: 19px;
}

.reward_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px 0px;
    text-align: center;
    margin: 10px 0 10px -14px;
}

.box2 {
    width: auto;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px;
    height: auto;
}

.bottom-box {
    width: 100%;
    justify-content: space-between;
    text-align: left;
    padding: 10px 10px;
    box-sizing: border-box;
    height: 100%;
    background-color: rgb(135 138 138);
}

.bottom-text {
    display: flex;
    flex-direction: column;
}

.reward_title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 15px;
    padding-bottom: 25px;
}

.reward-btn {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.4px;
    border-radius: 3px;
    transition: all .3s;
    color: white;
    background-image: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
}

    .reward-btn:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        text-shadow: 0 1px 3px #967302;
    }


/* Rewards Content */

/* Tournament Content */

.commonModal {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #676565;
    box-shadow: 0px 0px 4px 2px #696969;
    overflow: hidden;
}

.modal-body.b {
    background: linear-gradient(to bottom,#211f1f 5%,#857f7f 100%);
}

.tournament-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.modal-header.a {
    height: 70px;
    border: 1px solid #0e9d90;
}

.modal-title {
    font-size: 18px;
}

    .modal-title.a {
        font-size: 18px;
    }

.for_float_use {
    position: relative;
    margin: 30px auto 60px auto;
}

.index_tab_ongoing {
    padding: 20px;
    background: linear-gradient(to bottom,#211f1f 5%,#857f7f 100%);
}

.promo_menu {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background-color: #393737;
}


.hfbox .nav-link.active {
    transition: 0.2s;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    color: white;
    font-size: 14px;
}

.pmbox {
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    height: 45px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
    /*text-transform: uppercase;*/
    transition: .10s ease;
}

    .pmbox:hover {
        color: white;
    }


.hof-title {
    margin-left: 50px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    color: white;
}

.hof_box > .active {
    display: block !important;
}

.hof-page {
    display: flex;
    justify-content: center;
}

.hof-pedestal {
    font-size: 16px;
    width: 31.875em;
    height: 21.0625em;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    background-size: 100%;
    background-image: url(../images/tournament/hof-pedestal.png);
}

.hof-pedestal-place--first {
    width: 11.875em;
    left: 10em;
    padding: 2.0625em 1em 0.625em;
}

.hof-pedestal-place {
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.hof-pedestal-place--first .hof-pedestal-place-info {
    padding: 0 0 0.571em 0;
}

.hof-pedestal-place-info {
    font-size: .875em;
}

.hof-pedestal-place--first .hof-pedestal-place-info img {
    height: 120px;
    width: 100px;
}

.hof-pedestal-place-info img {
    display: block;
    margin: 0 auto 0px;
    height: 120px;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
}

.hof-pedestal-user {
    width: 9.571em;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.hof-pedestal-place-stats > div {
    display: flex;
    justify-content: space-between;
}

.hof-pedestal-place-stats-win {
    font-size: 17px;
    font-weight: 600;
}


.fa-circle-question:before, .fa-question-circle:before {
    content: "\f059";
}

.hof-pedestal-place--second {
    left: 0;
    width: 9.375em;
    padding: 0.75em 0.75em 0.625em;
}

    .hof-pedestal-place--second .hof-pedestal-place-info img {
        height: 74px;
        width: 61px;
    }

    .hof-pedestal-place--second .hof-pedestal-user {
        width: 100px;
    }

.hof-pedestal-place--third {
    right: 0;
    padding: 0.75em 0.75em 0.625em;
    width: 9.375rem;
}

    .hof-pedestal-place--third .hof-pedestal-place-info img {
        height: 74px;
        width: 61px;
    }

    .hof-pedestal-place--third .hof-pedestal-user {
        width: 100px;
    }

.top-winners {
    max-width: 785px;
    margin: 0 auto;
}

.top-winners-filter-wrapper {
    padding: 15px 13px 15px 30px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-winners {
    max-width: 785px;
    margin: 0 auto;
}

.top-winners-filter-wrapper {
    padding: 15px 13px 15px 30px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-winners__col-place {
    width: 15%;
}

.top-winners__col-turnover {
    width: 35%;
}

.top-winners__col-prize {
    width: 15%;
}

.t-table thead tr:first-of-type th:first-of-type {
    border-top-left-radius: 8px;
}

.t-table thead th {
    min-height: 46px;
    color: white;
    font-weight: 700;
    background: #292828;
    padding: 10px;
}

.top-winner-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-table tbody tr {
    border-bottom: 2px solid #9E9E9E;
    transition: transform .5s;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    color: white;
}

.t-table tbody tr:hover {
    transform: scale(1.1);
    background-color: #ffe1cc12;
}


/* Tournament Content */

/* Suggestion Content */

.login_home {
    color: white;
    background-position: center;
}

.login_home {
    min-height: 519px;
}

.index_body_custom {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.login_body {
    color: white;
    background-position: center;
    background-size: cover;
}

.login_body {
    background: url(../images/login_base.png)no-repeat top center;
    background-position: center;
    border: 1px solid #666060;
    padding: 14px;
    margin: 50px 0 30px 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    border-radius: 10px;
    background-size: cover;
}

.login_title {
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.suggest-title {
    padding-left: 75px;
    padding-right: 75px;
}

.login_form {
    margin: 20px auto 0 auto;
}

/*.form-group {
    margin-bottom: 1rem;
}*/

.suggestInput.long {
    width: 100%;
}

.textArea {
    min-height: 187px;
}

.suggestInput {
    color: #515050;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2rem;
    border-radius: 3px;
    border: 1px solid #cbb698;
    background: #fff;
}

/* Suggestion Content */

/* login Content */

.balance-main {
    height: 1.875rem;
    padding: 0 0.9375rem;
    line-height: 45px;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
    color: #fff;
    margin-right: 10px;
    transition: background .5s ease-in,box-shadow .5s,color .3s;
    cursor: default;
    display: inline-block;
    vertical-align: middle;
}

.balance {
    color: #fff;
    line-height: 1.875rem;
    font-size: 17px;
    padding: 0px 7px;
    margin: auto;
    font-family: Helvetica,Tahoma,sans-serif;
}

    .balance::before {
        content: attr(data-currency);
        margin-right: 3px;
    }

.reload {
    position: initial;
    width: 0.875rem;
    height: 0.875rem;
    transition: .5s;
    background: url(../images/icon-reload-gold.svg);
    background-size: cover;
    vertical-align: middle;
    -webkit-filter: none;
    filter: none;
}

    /*.reload:hover {
        transform: rotate(180deg);
    }*/

    .reload.active {
        -webkit-animation: rotate 0.8s normal linear infinite;
        animation: rotate 0.8s normal linear infinite;
    }

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
/* login Content */

/* Deposited left Content */

.site-section {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.site-profile {
    display: flex;
    width: 1200px;
    padding: 0 5px;
    margin: auto;
}

.pheader-leftnav {
    width: 270px;
    margin-bottom: 20px;
}

.pheader-content {
    display: grid;
    width: 100%;
    background: #333;
    border-radius: 3px;
}

.pheader-member {
    display: grid;
    padding: 0 15px;
    padding-top: 20px;
}

    .pheader-member > img {
        width: 50px;
        height: 50px;
        margin: auto;
        margin-bottom: 10px;
    }

    .pheader-member > h5 {
        font-size: 14px;
        margin: auto;
        text-align: center;
    }

.pheader-vip-point {
    display: flex;
    color: #26ffbc;
    margin: 8px auto;
    margin-bottom: 20px;
    line-height: 100%;
}

    .pheader-vip-point:before {
        content: "\f005";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 12px;
        margin: auto 5px;
    }

    .pheader-vip-point span {
        font-family: serif;
        font-weight: bold;
        font-size: 15px;
        margin: auto;
    }

.pheader-progress {
    padding: 5px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 15px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background: #222;
    border-radius: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}

.progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to right,#fdb100 0,#ffdf18 100%);
    box-shadow: 0 0 0.1875rem #ffea65;
    transition: all 1s ease;
}

    .progress-indicator:after {
        content: "";
        position: absolute;
        top: 0.0625rem;
        right: -4px;
        width: 0.1875rem;
        height: 0.1875rem;
        border-radius: 3px;
        background-color: #fffa;
    }

.progress-name {
    display: flex;
    margin-top: 5px;
}

    .progress-name span {
        font-size: 12px;
        color: #aaa;
    }

        .progress-name span:last-child {
            margin-left: auto;
        }

.pheader-deposit {
    display: flex;
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.sidenav-button {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    min-height: 36px;
}

    .sidenav-button:hover .sidenav-icon .fa-regular,
    .sidenav-button:hover .sidenav-icon .fa-light,
    .sidenav-button.active .sidenav-icon .fa-regular,
    .sidenav-button.active .sidenav-icon .fa-light {
        color: black;
        background: white;
    }

.red {
    color: #ff5c5c !important;
}

.sidenav-button:hover .sidenav-icon,
.sidenav-button:active .sidenav-icon,
.sidenav-button.active .sidenav-icon {
    background-color: #fff;
}

.sidenav-button.grid .sidenav-icon {
    margin: auto;
    margin-bottom: 3px;
    width: 35px;
    height: 35px;
}

.sidenav-icon {
    position: relative;
    border-radius: 50%;
    background: #5a5a5a;
    transition: background-color 0.3s ease;
    margin: auto 5px auto 15px;
    width: 25px;
    height: 25px;
}

.sidenav-button:hover .sidenav-icon:before,
.sidenav-button:active .sidenav-icon:before,
.sidenav-button.active .sidenav-icon:before {
    filter: invert(1);
}

.sidenav-icon.ic-deposit:before {
    background: url(../images/deposit.png);
}

.sidenav-icon:before {
    content: '';
    position: relative;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transition: filter 0.4s ease;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
}

.sidenav-button.red .sidenav-icon:after {
    background-color: #ff5d7e;
}

.sidenav-icon:after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: 12%;
    width: 36%;
    height: 36%;
    background: #5dadff;
    border-radius: 50%;
}

.sidenav-button.active span {
    color: #26ffbc;
}

.sidenav-button.grid span {
    margin: auto;
}

.sidenav-icon.ic-withdraw:before {
    background: url(../images/withdrawal.png);
}

.pheader-group:not(:last-child):after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    background: #444;
    margin-bottom: auto;
}

.pheader-group {
    position: relative;
    margin-bottom: 10px;
}

    .pheader-group:last-child {
        margin-bottom: -2px;
    }

.pheader-nav {
    display: grid;
}

.pheader-nav-title {
    padding: 0 15px;
    height: 26px;
}

    .pheader-nav-title h4 {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: white !important;
        margin-block-start: unset;
    }

.pheader-nav-list ul li a.active {
    background: #222;
}

.pheader-nav-list ul li a {
    padding-left: 2px;
}

    .pheader-nav-list ul li a.active:before {
        opacity: 1;
    }

    .pheader-nav-list ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        transition: .3s;
        opacity: 0;
        background-color: #26ffbc;
    }

    .pheader-nav-list ul li a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        transition: .3s;
        opacity: 1;
        background-color: #26ffbc;
    }

.pheader-nav-list ul li:last-child {
    margin-bottom: -5px;
}

.sidenav-icon.ic-betting:before {
    background: url(../images/bet-record.png);
}

.sidenav-icon.ic-wallet:before {
    background: url(../images/wallet.png);
}

.sidenav-icon.ic-turn:before {
    background: url(../images/turnover.png);
}

.sidenav-icon.ic-vip:before {
    background: url(../images/vip.png);
}

.sidenav-button.orange .sidenav-icon:after {
    background-color: #ff9f5d;
}

.sidenav-icon.ic-transaction:before {
    background: url(../images/transaction-record.png);
}

.pheader-nav-list ul li a:hover {
    background: #222;
}

.sidenav-icon.ic-member:before {
    background: url(../images/member.png);
}

.sidenav-icon.ic-password:before {
    background: url(../images/password.png);
}

.sidenav-icon.ic-friend:before {
    background: url(../images/friend.png);
}

.sidenav-icon.ic-mail:before {
    background: url(../images/mail1.png);
}

.mail-a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sidenav-button .mail-a span {
    margin-left: 0.3125rem;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #ff003f;
    color: #fff;
    font-size: .75rem;
}

.sidenav-icon.ic-mail1:before {
    background: url(../images/email1.png);
}


.sidenav-icon.ic-whatsapp:before {
    background: url(../images/whatsapp1.png);
}

.sidenav-icon.ic-paymentacc:before {
    background: url(../images/bank1.png);
}

.sidenav-icon.ic-whatsapp:before {
    background: url(../images/whatsapp1.png);
}

.sidenav-icon.ic-whatsapp:before {
    background: url(../images/whatsapp1.png);
}

.sidenav-icon.ic-whatsapp:before {
    background: url(../images/whatsapp1.png);
}

.sidenav-icon .fa-regular,
.sidenav-icon .fa-light {
    position: absolute;
    align-items: center;
    top: 9px;
    left: 8px;
    display: flex;
    color: #fff;
    font-size: 18px;
    /*text-align: center;
    justify-content: center;
    margin: -20px 10px;*/
}

    .sidenav-icon .fa-regular:hover,
    .sidenav-icon .fa-light:hover {
        position: absolute;
        align-items: center;
        top: 4px;
        left: 5px;
        display: flex;
        color: #000 !important;
    }

.sidenav-icon.b .fa-regular,
.sidenav-icon.b .fa-light,
.sidenav-icon.b .fa-regular,
.sidenav-icon.b .fa-light,
.sidenav-icon.b .fab,
.sidenav-icon.b .far,
.sidenav-icon.b .fas,
.sidenav-icon.b .fal,
.sidenav-icon.b .fad {
    position: absolute;
    align-items: center;
    top: -1px;
    left: 5px;
    display: flex;
    color: #fff;
    font-size: 13px !important;
    align-items: center;
    background: #6c6c6c;
    padding: 7px;
    width: 28px;
    height: 28px;
    margin-left: -6px;
    transition: 0.3s ease-in-out;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}

.sidenav-button:hover .sidenav-icon.b .fab,
.sidenav-button:hover .sidenav-icon.b .far,
.sidenav-button:hover .sidenav-icon.b .fas,
.sidenav-button:hover .sidenav-icon.b .fal,
.sidenav-button:hover .sidenav-icon.b .fad,
.sidenav-button:hover .sidenav-icon.b .fa-regular,
.sidenav-button:hover .sidenav-icon.b .fa-light {
    position: absolute;
    align-items: center;
    left: 5px;
    display: flex;
    color: #000 !important;
    font-size: 13px !important;
    background: white;
}

.pheader-comm-title {
    font-size: 13px;
    color: #17a97b;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 35px;
    padding: 0 5px;
    margin-top: 0px;
}

.pheader-comm-detail ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0rem;
}

    .pheader-comm-detail ul li:nth-child(odd) {
        padding-right: 5px;
    }

    .pheader-comm-detail ul li {
        width: 50%;
    }

        .pheader-comm-detail ul li a {
            background: #333;
            border-radius: 3px;
            transition: all 0.3s;
            height: 45px;
        }

            .pheader-comm-detail ul li a .sidenav-icon:before {
                filter: invert(1);
            }

.sidenav-icon.ic-facebook:before {
    background: url(../images/facebook1.png);
}

.sidenav-icon.ic-telegram:before {
    background: url(../images/telegram-channel1.png);
}

.sidenav-icon.ic-twitter:before {
    background: url(../images/twitter1.png);
}

.sidenav-icon.ic-instagram:before {
    background: url(../images/instagram1.png);
}

.sidenav-icon.ic-pinterest:before {
    background: url(../images/pinterest1.png);
}

.sidenav-icon.ic-youtube:before {
    background: url(../images/youtube1.png);
}

.sidenav-button.purple .sidenav-icon:after {
    background-color: #898afd;
}

.sidenav-button span {
    color: #ddd;
    font-size: 14px;
    margin: auto 5px;
    transition: color 0.4s ease;
    line-height: initial;
}

.pheader-comm-detail ul li a:hover {
    background: #444;
    box-shadow: 0 1px 1px #0007;
}

    .pheader-comm-detail ul li a:hover .sidenav-icon:before {
        filter: invert(0);
    }

.sidenav-icon.ic-facebook:before {
    background: url(../images/facebook1.png);
}

.main-content-wrap {
    flex: 1 0 77%;
    width: 57.8125rem;
    padding-left: 10px;
}

.top-overview-wrap {
    padding: 0.9375rem 0.625rem;
    margin-bottom: 0.625rem;
    border-radius: 3px;
    background: #313131;
    box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.5);
    flex: 100%;
    text-align: center;
    height: 79px;
}

    .top-overview-wrap ul {
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        justify-content: space-between;
        list-style-type: none;
    }

    .top-overview-wrap li {
        flex: 1;
        width: 33%;
        padding: 0 0.625rem;
        border-right: 1px solid rgba(0,0,0,.2);
        text-align: left;
        vertical-align: middle;
        height: 49px;
    }

.left-overview-area {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.top-overview-wrap label {
    display: block;
    padding-bottom: 0.3125rem;
    color: #999;
    font-size: .875rem;
    line-height: 1;
}

.total-money span {
    color: #77e189;
    display: inline-block;
    vertical-align: middle;
    font-family: "Bebas Neue",Helvetica,Tahoma,sans-serif;
    font-size: 18px;
    padding: inherit;
}

.total-money p {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    color: #77e189;
    font-family: "Bebas Neue",Helvetica,Tahoma,sans-serif;
}

.top-overview-wrap li:last-child {
    border-right: 0;
}

.normal-state > p {
    color: #fdb100;
}

.left-overview-area > p {
    line-height: 1.875rem;
}

.right-overview-area {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 38%;
    text-align: right;
}

.status-verify-ok {
    background: #76bd6a;
    cursor: default;
}

.verify-mail, .verify-phone, .verify-identity {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: 0.3125rem;
    border-radius: 100%;
    opacity: .5;
    font-size: 15px !important;
    text-align: center;
    justify-content: center;
}

    /*.verify-mail::before {
        -webkit-mask: url(../images/mail1.png)center;
    }*/

    .verify-mail::before, .verify-phone::before, .verify-identity::before {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

.status-verify-no {
    animation: verifyState .3s ease-in-out alternate-reverse infinite;
    background: #f35e5e;
    cursor: pointer;
}

/*.verify-phone::before {
    background: url(../images/phone-w.png)center no-repeat;
}*/

@keyframes verifyState {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .5;
    }
}

.verification-input {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 7px;
    color: #bda46a;
}

.form-pop label {
    padding-bottom: 3px;
}

.vcode-input {
    position: relative;
    height: 40px;
}

.vcode-sec .show {
    opacity: 1;
}

.vcode-sec {
    position: absolute;
    right: 10px;
    transform: translate(-50%);
    color: #111;
    z-index: 1;
    bottom: -14px;
}

.resend-set.active, .verify.active {
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    top: 45px;
}

.resend-set {
    z-index: 1;
    top: 20%;
    right: 0.5rem;
    transform: translateY(-50%);
    color: #70571d;
    font-size: 12px;
    text-decoration: underline;
    position: absolute;
    transition: .3s;
}

.verification-input .btn-vcode.active.sending {
    overflow: auto;
    opacity: 0;
    cursor: wait;
    pointer-events: none;
}

.verification-input .btn-vcode.active {
    padding: 0;
    animation: btnmove .4s forwards ease-in;
}

@keyframes btnmove {
    0% {
        right: 0;
    }

    99% {
        right: -100%;
    }

    to {
        width: 0;
    }
}

.vcode-input.send.active {
    position: absolute;
    width: 90%;
    top: 56%;
}

.verification-input .btn-vcode {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
    padding: 0 20px;
    transition: .3s;
    font-size: 3px;
    line-height: 0;
    cursor: pointer;
}

.btn-2nd {
    background: linear-gradient(to right,#e32131 0,#e63846 15%,#e63846 30%,#e32131 55%,#e32131 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(140,18,28,.1),inset 0 0 3px 0#e63846;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
}

    .btn-2nd:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(140,18,28,.1),0 4px 4px 1px rgba(140,18,28,.1),0 8px 8px 1px rgba(140,18,28,.1),0 16px 16px 1px rgba(140,18,28,.1),0 32px 32px 1px rgba(140,18,28,.1),inset 0 0 3px 0#e63846;
        color: #fff;
        text-shadow: 0 1px 3px #8c121c;
    }

.sms-svg-group {
    position: relative;
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.svg-mail-group {
    width: 1.875rem;
    height: 100%;
}

    .svg-mail-group .line {
        position: absolute;
        top: 50%;
        left: -13px;
        width: 0.75rem;
        padding: 0;
        transform: translateY(-49%);
        list-style-type: none;
    }

.pop-wrap ul {
    text-align: left;
}

.svg-mail-group .line li:first-child {
    width: 70%;
    animation: smsAct .3s alternate-reverse infinite;
}

.svg-mail-group .line li:nth-child(2) {
    width: 59%;
    animation: smsAct .3s .1s alternate-reverse infinite;
}

.svg-mail-group .line li:last-child {
    width: 50%;
    animation: smsAct .3s .2s alternate-reverse infinite;
}

.svg-mail-group .line li {
    height: 2px;
    margin: 1px 0;
    padding: 0;
    float: right;
    border-radius: 3px;
    background: #fff;
}

.pop-wrap ul li {
    list-style: disc;
}

@-webkit-keyframes smsAct {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    to {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }
}

@keyframes smsAct {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    to {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }
}

.svg-mail {
    background: url(../images/mail-w.png)no-repeat center;
    height: 40px;
}

.verification-input .btn-vcode p {
    padding: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
}

.pop-btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

    .pop-btn-box .btn-default-xs.disable {
        background: #555 !important;
        pointer-events: none;
    }

    .pop-btn-box .btn-default-xs.submit {
        background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
        background-position: 50%0;
        background-size: 200%;
        box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        color: #fff;
        cursor: pointer;
    }

        .pop-btn-box .btn-default-xs.submit:hover {
            background-position: 0 0;
            box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
            text-shadow: 0 1px 3px #967302;
        }

.btn-default-xs {
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    padding: 0 7.875rem;
    overflow: hidden;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
    border-radius: 3px;
    position: relative;
}

.pop-btn-box a, .pop-btn-box button {
    flex: 1 1 50%;
}

.pop-btn-box button {
    border: none;
}

    .pop-btn-box a:last-child, .pop-btn-box button:last-child {
        margin-right: 0;
    }

.btn-default-xs::before {
    height: 1.0625rem;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/../images/v1/web/img-template/btn-light.png)no-repeat center top;
    background-size: 100%;
}

.replaceable-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.container-player-wrapper {
    flex: 1 1 76%;
    width: 76%;
}

.container-player-group {
    padding: 1.25rem 0.9375rem;
    margin-bottom: 0.625rem;
    border-radius: 3px;
    background: #313131;
    box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.5);
    position: relative;
    width: 100%;
    margin-right: 2px;
}

.player-title-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9375rem;
    padding-bottom: 5px;
    border-bottom: 1px dashed #26ffbc;
}

    .player-title-box h2 {
        position: relative;
        line-height: 1.5625rem;
    }

    .content-player h3, .content-player h4, .player-title-box h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .player-title-box h2 {
        color: #26ffbc;
        font-size: 1rem;
        font-weight: 500;
    }

        .player-title-box h2::before {
            content: "";
            display: inline-block;
            width: 0.3125rem;
            height: 1.5625rem;
            margin-right: 0.625rem;
            border-radius: 0.3125rem;
            background: linear-gradient(to bottom,#26ffbc 0,#00f2a7 100%);
            vertical-align: bottom;
        }

.content-player .tab-primary-box {
    width: auto;
    margin: 0;
    float: right;
    line-height: 1.5;
}

.tab-primary-box {
    position: relative;
    text-align: center;
}

    .tab-primary-box ul {
        display: flex;
        position: relative;
        flex-flow: row nowrap;
        background-color: rgba(255,255,255,.1);
        height: 1.875rem;
        border-radius: 3px;
        list-style-type: none;
        cursor: pointer;
        width: 320px;
    }

.content-player .tab-primary-box li {
    width: 160px;
}

.tab-primary-box li {
    position: relative;
    flex: 1;
}

.content-player .tab-primary-box a {
    padding: 0.4375rem 0.3125rem;
}

.tab-primary-box a {
    position: absolute;
    left: 0;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    z-index: 2;
    top: 0;
    width: 100%;
    font-size: .875rem;
    font-weight: 700;
    margin-top: 3px;
}

.tab-primary-box ul::after {
    content: "";
    display: block;
    clear: both;
}

.slider-tab {
    position: absolute;
    z-index: 1;
    bottom: 26%;
    height: 80%;
    padding: 0 0.3125rem;
    transition: .5s;
    border-radius: 3px;
    background: linear-gradient(to right,#e4c400 0,#f7a204 100%);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    line-height: 2.1875rem;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-tab-content .tab-pane.active {
    display: block;
    animation: shows .5s ease-in-out;
    opacity: 1;
}

.main-tab-content .tab-pane section {
    margin-bottom: 1.25rem;
}

.title-box h3 {
    margin-right: 1.875rem;
    font-size: .875rem;
}

.content-player h3 {
    color: #fff;
    font-size: .875rem;
    line-height: 1.875rem;
}

.title-box {
    display: flex;
    align-items: center;
    justify-content: inherit;
}

    .title-box.coupon {
        justify-content: space-between;
    }

    .title-box.e {
        margin-bottom: 5px;
    }

    .title-box h4 {
        margin-right: 1.875rem;
        color: #7293e1;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.0;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
    }

.deposit-discount-select {
    padding: 0 0.625rem;
    float: right;
    border-radius: 3px;
    background: linear-gradient(to bottom,#ffc107 0,#f7a300 100%);
    box-shadow: 0 0.0625rem 0.0625rem rgba(0,0,0,.5);
    color: #fff;
    font-size: .8125rem;
    line-height: 1.875rem;
    cursor: pointer;
    transition: .3s ease;
}

    .deposit-discount-select span {
        color: #fff;
        padding: 0 8px;
        border-radius: 10px;
        background-color: #ff003f;
    }

    .deposit-discount-select .diss-c {
        color: white;
        font-size: 12px;
        margin-right: 5px;
        line-height: 1;
        height: 12px;
    }

    .deposit-discount-select::after {
        content: '\f106';
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        line-height: 100%;
        margin-left: auto;
        margin-right: 0px;
        margin-top: 9px;
        width: 0.5rem;
        height: 10px;
        margin-bottom: 0.125rem;
        transition: .3s ease-in-out;
    }

    .deposit-discount-select.collapsed::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: .3s ease-in-out;
    }

.title-box span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #f2dc9c;
}

.content_bankType li.active {
    display: block;
}

.choose-box [type=radio] {
    display: none;
}

    .choose-box [type=checkbox]:checked + label, .choose-box [type=radio]:checked + label {
        border-color: #ffe43c;
        color: #ffe43c;
    }

.guild-list-wrapper {
    flex: 0 0 22%;
    width: 22%;
    margin-left: 10px;
}

.record-aside-box {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(0,.75,.25,1);
    transition: transform 1s cubic-bezier(0,.75,.25,1),-webkit-transform 1s cubic-bezier(0,.75,.25,1);
}

.list-aside {
    padding: 0.9375rem 0;
    margin-bottom: 0.625rem;
    border-radius: 3px;
    background: #313131;
    box-shadow: 0 0.0625rem 0.125rem rgba(0,0,0,.5);
}

.record-box .list-aside {
    opacity: 0;
}

.record-box .deposit-aside, .record-box .withdrawal-aside {
    padding-bottom: 0.9375rem;
}

.record-aside-box .list-aside.active {
    display: block;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.record-box .list-aside.active {
    -webkit-animation: recordBoxAnimations 1s ease-in-out .5s forwards;
    animation: recordBoxAnimations 1s ease-in-out .5s forwards;
}

.content-player {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 75rem;
    margin: 0 auto;
    padding-bottom: 1.25rem;
    font-size: .875rem;
    text-align: left;
}

.all-coupon-select-box::after, .all-coupon-select-box::before, .list-aside::after, .list-aside::before {
    content: "";
    display: table;
}

.guild-list-wrapper h4 {
    display: block;
    padding: 0 0.625rem 0.3125rem;
    line-height: 1.5;
    vertical-align: middle;
}

.deposit-h4 {
    color: #7293e1;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 2;
}

.player-guild-cont {
    position: relative;
    max-height: 26.5625rem;
    overflow-y: auto;
}

.deposit-aside .player-guild-cont, .withdrawal-aside .player-guild-cont {
    max-height: 26.5625rem;
}

.player-list li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0.625rem;
}

.deposit-aside .player-list li:last-child, .withdrawal-aside .player-list li:last-child {
    padding-bottom: 0.625rem;
}

.player-list a {
    display: block;
    transition: .3s;
    color: #fff;
    font-size: .8125rem;
}

.player-list a, .right-overview-area .btn-player-secendary {
    position: relative;
    transition: all .2s ease-out;
}

.content-player a {
    line-height: 1.2;
    word-wrap: break-word;
}

.label-state {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.deposit-aside .player-list label, .withdrawal-aside .player-list label {
    padding: 0 0.3125rem;
    border-radius: 0.4375rem;
    border: 1px solid #bca46a;
    color: #bca46a;
    font-size: 12px;
}

.label-state .state-approved span, .label-state .state-pending span, .label-state .state-rejected span, .label-state .state-reverted span {
    min-width: 4.375rem;
    opacity: 1;
    padding: 0.1875rem 0.3125rem;
    text-align: center;
}

.deposit-aside .player-list span, .withdrawal-aside .player-list span {
    display: block;
    width: 100%;
}

.state-fail span, .state-rejected span {
    background-color: #f35e5e;
}

.state-pending span {
    background-color: #5e94f3;
}

.state-active span {
    background-color: #00ad3b;
}

.state-success span, .state-approved span {
    background-color: #76bd6a;
}

.state-reverted span {
    background-color: #ffc107;
}


.state-approved span, .state-fail span, .state-pending span, .state-rejected span, .state-reverted span, .state-revocation span, .state-success span {
    display: inline-block;
    min-width: 5.3125rem;
    padding: 0.1875rem 0.5rem;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: capitalize;
}

.state-money {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0px;
}

.state-spn {
    opacity: .5;
    font-size: 11px;
    line-height: 1;
    text-align: right;
}

.player-list {
    margin-bottom: 0px;
}

    .player-list li:hover a, .safe-state > p {
        color: #76bd6a;
    }

.link-more {
    display: block;
    position: relative;
    padding-right: 10px;
    font-size: 12px;
    color: rgba(255,255,255,.5);
    text-align: right;
    margin-bottom: -5px;
}

    .link-more:hover {
        color: #76bd6a;
    }

.empty-cont {
    margin: 40px auto;
    font-size: 12px;
    text-align: center;
    color: rgba(255,255,255,.5);
}

    .empty-cont img {
        display: block;
        width: 35%;
        height: auto;
        margin: 0 auto 0.625rem;
        opacity: .6;
    }

@-webkit-keyframes recordBoxAnimations {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes recordBoxAnimations {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}


.choose-box .nav-tabs {
    display: grid !important;
    grid-template-columns: repeat(5,1fr) !important;
    justify-content: left;
    grid-gap: 10px;
}

.nav-tabs .content_bankType:first-child {
    margin-bottom: 0.5rem !important;
    margin-left: 0px !important;
}

.nav-tabs .content_bankType {
    border: 1px solid rgba(255,255,255,.5);
    height: 62px;
    width: 126px;
    color: grey;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 0px !important;
}

    .nav-tabs .content_bankType:hover {
        color: #ffe43c;
        background-color: inherit;
        border-color: #ffe43c;
    }

    .nav-tabs .content_bankType.active {
        color: #ffe43c;
        background-color: inherit;
        border-color: #ffe43c;
        border-radius: 3px;
    }


.choose-box label {
    position: relative;
    border-radius: 3px;
    display: block;
    padding: 0.3125rem 0.9375rem;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    width: 129px;
    height: 62px;
}

.choose-box [type=radio]:checked + label {
    color: #ffe43c;
}

.choose-box img {
    width: auto;
    height: 1.5625rem;
}

.choose-box [type=radio]:checked + label p {
    color: #ffe43c;
}

.choose-box p {
    font-size: 13px;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[type=radio]:checked + label::before {
    opacity: 1;
}

.choose-box .active label::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    margin: auto;
    position: absolute;
    transition: .3s;
    z-index: 2;
    right: -1px;
    bottom: 1px;
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #101935;
}

.choose-box .active label::after {
    content: "";
    display: block;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #ffe43c;
    margin-top: -30px;
    margin-left: 89px;
}

.tab-module.active {
    display: block;
}

.tab-secondary-box {
    margin-bottom: 0;
}

    .tab-secondary-box ul {
        overflow: hidden;
        border-bottom: 1px solid #14805e;
        line-height: 0;
        margin: 0;
    }

    .tab-secondary-box label {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        min-width: 9.375rem;
        height: 2.1875rem;
        margin-right: 1px;
        padding: 0 0.625rem;
        float: left;
        transition: .3s;
        border-radius: 3px 3px 0 0;
        background: rgba(20,128,94,.2);
        color: rgba(255,255,255,.5);
        font-size: .875rem;
        text-align: center;
        cursor: pointer;
        background: #14805e;
        color: #fff;
    }

    .tab-secondary-box [type=radio] + label {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        min-width: 9.375rem;
        height: 2.1875rem;
        margin-right: 1px;
        padding: 0 0.625rem;
        float: left;
        transition: .3s;
        border-radius: 3px 3px 0 0;
        font-size: .875rem;
        text-align: center;
        cursor: pointer;
    }

    .tab-secondary-box li p {
        display: inline-flex;
        margin: auto;
    }

.main-tab-content .tab-pane section {
    margin-bottom: 1.25rem;
}

.content-player h4 {
    color: #7293e1;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 2;
}

.choose-box1 label {
    position: relative;
    border-radius: 3px;
    display: block;
    padding: 0.3125rem 0.9375rem;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    width: 129px;
    height: 62px;
    margin-left: -17px;
    margin-top: -2px;
}

.choose-box1 .active label::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    position: absolute;
    transition: .3s;
    z-index: 2;
    right: 6px;
    bottom: 23px;
    width: 13px;
    height: 20px;
    color: #101935;
}

.choose-box1 .active label::after {
    content: "";
    display: block;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #ffe43c;
    margin-top: -26px;
    margin-left: 87px;
}

.choose-box1 [type=radio] {
    display: none;
}

.nav-tabs .content_bankType1 {
    border: 1px solid rgba(255,255,255,.5);
    height: 40px;
    width: 123px;
    color: grey;
}

    .nav-tabs .content_bankType1.active {
        color: #ffe43c;
        background-color: inherit;
        border-color: #ffe43c;
        height: 40px;
        width: 123px;
    }

.deposit-save-money {
    margin-bottom: 1.25rem;
}

.add-money-box .choose-box {
    font-family: "Bebas Neue",Helvetica,Tahoma,sans-serif;
}

.choose-box2.col-5 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
    width: auto;
}

.choose-box2 input {
    display: none;
}

.style-add-amount {
    display: flex;
    cursor: pointer;
    margin: 0;
}

    .style-add-amount span {
        position: relative;
        font-size: 15px;
        color: #bbb;
        border: 1px solid #aaa;
        transition: border-color 0.2s ease, color 0.3s ease, box-shadow 0.2s ease;
        border-radius: 3px;
        text-align: center;
        padding: 8px 12px;
        min-width: 119px;
    }

    .style-add-amount input:checked ~ span, .style-add-amount input[type=radio]:focus ~ span, .style-add-amount input[type=button]:focus ~ span {
        color: #ffe43c;
        border-color: #ffe43c !important;
        box-shadow: 0 0 2px #ffe43c8a;
        animation: moneyBtn-Animation .5s ease-in-out;
    }

    .style-add-amount input:hover ~ span {
        color: #ffe43c;
        border-color: #ffe43c !important;
        box-shadow: 0 0 2px #ffe43c8a;
    }

    .style-add-amount input[type=radio]:checked ~ span:before, .style-add-amount input[type=button]:checked ~ span:before {
        opacity: 1;
    }

    .style-add-amount input[type=radio] ~ span:before, .style-add-amount input[type=button] ~ span:before {
        opacity: 0;
    }


    .style-add-amount span:before {
        content: '\f00c';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        right: 1px;
        color: #272727;
        text-shadow: 0 0 1px #272727;
        line-height: 13px;
        z-index: 1;
    }

    .style-add-amount input[type=radio]:checked ~ span:after, .style-add-amount input[type=button]:checked ~ span:after {
        opacity: 1;
    }

    .style-add-amount input[type=radio] ~ span:after, .style-add-amount input[type=button] ~ span:after {
        border-color: transparent transparent #ffe43c;
        opacity: 0;
    }

    .style-add-amount span:after {
        content: '';
        font-weight: 600;
        position: absolute;
        right: 0;
        bottom: 0;
        border-width: 0 0 23px 23px;
        border-style: solid;
        border-color: transparent transparent #aaa;
        transition: all 0.4s ease;
    }

@keyframes moneyBtn-Animation {
    0% {
        -webkit-filter: drop-shadow(0 0 0#ffe43c);
        filter: drop-shadow(0 0 0#ffe43c);
    }

    to {
        -webkit-filter: drop-shadow(0-20px 0 transparent);
        filter: drop-shadow(0-20px 0 transparent);
    }
}


.tips-group {
    border: 1px solid #7293e1;
    background-color: rgba(114,147,225,.4);
    margin-bottom: 0.625rem;
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
    border-radius: 5px;
    text-align: left;
    white-space: normal;
    position: relative;
}

    .tips-group::before, .tips-info::before {
        content: '\f05a';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        top: 15px;
        left: 1.25rem;
        width: 0.9375rem;
        height: 0.9375rem;
        vertical-align: sub;
    }

    .tips-group p {
        display: inline-block;
        width: 100%;
        color: #fff;
        font-size: .875rem;
        text-align: left;
        vertical-align: middle;
        margin: auto;
    }

.deposit .input-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.input-box {
    margin-bottom: 1.25rem;
}

.deposit .save-money-box .input-box .input-box-50:nth-child(2n) {
    margin-top: 1.9375rem;
}

.input-box .input-box-50:nth-child(even) {
    float: right;
}

.deposit .submit-money-group {
    display: inline-flex;
}

.input-box .input-box-50 {
    width: 50%;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-flex;
    justify-content: space-between;
    padding-top: 15px;
}

.submit-money-group {
    position: relative;
    flex-flow: row nowrap;
}

    .submit-money-group .input-box {
        margin-bottom: 0;
    }

.input-box.input-money {
    position: relative;
    flex: 1;
    margin-right: 0.3125rem;
    overflow: hidden;
    vertical-align: middle;
}

    .input-box.input-money span {
        position: absolute;
        top: 0;
        left: 0.625rem;
        color: #f2dc9c;
        font-size: 18px;
        line-height: 2.5rem;
        font-family: "Helvetica Neue",Helvetica,Tahoma,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif !important;
    }

.submit-money-group .input-box input,
.crypto-box .input-box-50 .input-money input {
    border-width: 2px !important;
}

.input-box.input-money input {
    width: 100%;
    height: 2.5rem;
    padding: 0 2.1875rem 0 1.5625rem;
    text-align: right;
    transition: border-color 0.3s ease;
}

.input-box [type=number], .input-box-50 [type=number] {
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 3px;
    background: 0 0;
    color: #ffdf18;
    line-height: 2.375rem;
}

.submit-money-group .button {
    display: flex;
    position: relative;
    flex-gap: 10px;
    gap: 6px;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    color: #fff;
    font-weight: 500;
}

.submit-money-group .btn-default {
    min-width: 120px;
    vertical-align: middle;
}

.btn-default {
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    height: 2.5rem;
    font-size: 15px;
    line-height: 2.5rem;
    border-radius: 3px;
    padding: 0 1.875rem;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
    border: 0;
}

.save-money-box {
    background-color: rgba(0,0,0,.2);
}

.deposite-save-money {
    padding: 10px;
}

.input-box [type=number]:focus {
    border-color: #ffdf18 !important;
}

.input-box [type=number]:hover {
    border-color: #ffdf18;
}

.form-control[data-readonly] {
    background-color: white !important;
    opacity: 1;
}

.fa-regular {
    font-weight: 400;
}

.fa-copy:before {
    content: "\f0c5";
}

.copiedtext {
    position: absolute;
    text-align: center;
    opacity: 0;
    color: #000;
    transition: all .500s;
}

.custom-file-label {
    z-index: 1;
    height: calc(1.4em + 1rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #454545 !important;
    border: 0.125rem solid transparent;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-appearance: auto !important;
    appearance: auto !important;
    font-size: 15px;
    width: 34%;
}

.hidden {
    display: none;
}

.custom-file {
    position: relative;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
    display: flex;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

.spinner-border {
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
}

.bk-form .form-group input {
    font-size: 14px;
    line-height: 20px;
    width: 53%;
    padding: 0.6875rem;
    border: 0.125rem solid transparent;
    border-radius: 3px;
    background: #454545;
    transition: border-color 0.3s ease;
    outline: none !important;
    color: #fff;
}

    .bk-form .form-group input:focus {
        border-color: #ffd400;
    }

.btn-default:hover {
    background-position: 0 0;
    box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    text-shadow: 0 1px 3px #967302;
}

.cpbutton {
    display: flex;
    position: relative;
    left: 318px;
    top: -30px;
}

.qrpay-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(to bottom,#14805e 0,#0a3e2d 100%);
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
    padding: 0.625rem;
    border-radius: 10px;
    width: auto;
    margin-left: 12px;
}

    .qrpay-container img {
        border-radius: 10px;
        width: 300px !important;
    }

.crypto-box .input-box-50 {
    position: relative;
    width: 45%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    padding-top: 0;
}

    .crypto-box .input-box-50 .input-money {
        position: relative;
        overflow: hidden;
    }

.crypto-box .currency {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 2.625rem;
    padding: 0 0.625rem;
}

    .crypto-box .currency .crypto-icon {
        width: 1.5rem;
        margin-top: -5px;
    }

        .crypto-box .currency .crypto-icon img, .unverified-block .title-tips .icon img {
            width: 100%;
            height: 100%;
        }

.crypto-box .input-box-50 .input-money input {
    padding: 0 2.1875rem 0 2.75rem;
    /*transition: all .3s;*/
    border-width: 2px;
    text-align: right;
    width: 100%;
    /*line-height: 2.375rem;*/
    font-size: inherit;
    height: 42px;
}

.crypto-box .exchange {
    display: inline-block;
    width: 40px;
    height: 37px;
    color: rgba(255,255,255,.5);
    margin: 40px 8px 0 -20px;
}

.crypto-box .currency .unit {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #ffae12;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: -2px;
}

.crypto-box .input-box [type=number], .input-box-50 [type=number] {
    border: 1px solid rgba(255, 255, 255, .5) !important;
    border-radius: 3px !important;
    background: 0 0;
    color: #ffdf18;
}

.deposit-receipt-upload > label, .input-box-50 > label, .input-box > label {
    display: block;
    color: #fff;
    font-size: .875rem;
    line-height: 2;
}

.crypto-box .input-money.active .reset-btn, input-money.active::after {
    right: 0px;
}

.form-group.crypto input {
    background: #323030;
    border: 1px solid #524c4c;
    color: white;
}

    .form-group.crypto input:focus, .form-group.crypto input:hover {
        border: 1px solid yellow;
    }

.crypto-box .input-box-50 .input-money input:focus {
    border-color: #ffd400 !important;
    border-width: 2px !important;
}

/* Deposit Content */

/* Withdrawal Content */

.slider-tab.a {
    bottom: -5px;
    height: 40px;
}

.bk-form .form-group .form-select {
    font-size: 14px;
    line-height: 20px;
    width: 40%;
    padding: 0.6875rem;
    border: 0.125rem solid transparent;
    border-radius: 3px;
    background-color: #454545 !important;
    transition: border-color 0.3s ease;
    outline: none !important;
    color: #fff;
}

.form-select {
    background-image: url(../images/chevron-bottom.png);
    background-size: 20px;
}

/* Withdrawal Content */

/* History Content */

.tips-group {
    position: relative;
    border: 1px solid #7293e1;
    background-color: rgba(114,147,225,.4);
    margin-bottom: 0.625rem;
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
    border-radius: 5px;
    text-align: left;
    white-space: normal;
}

    .tips-group::before {
        content: '\f05a';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 16px;
        position: absolute;
        top: 16px;
        left: 1.25rem;
        width: 0.9375rem;
        height: 0.9375rem;
        vertical-align: sub;
    }

    .tips-group .bet-info {
        width: 95%;
        display: inline-block;
        vertical-align: middle;
    }

        .tips-group .bet-info p {
            width: auto;
            margin-right: 6px;
            padding-right: 6px;
            border-right: 1px solid #fff;
        }

    .tips-group b, .tips-group p {
        display: inline-block;
        color: #fff;
        font-size: .875rem;
        text-align: left;
        vertical-align: middle;
    }

    .tips-group span {
        padding: 0 0.3125rem;
        color: #76bd6a;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

        .tips-group span.win {
            color: #76bd6a;
        }

    .tips-group .bet-info p:last-child {
        font-size: 14px;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

.dataTables_length {
    font-size: 14px;
}

    .dataTables_length td {
        color: #fff;
    }

    .dataTables_length select {
        color: #26ffbc;
        outline: none;
        width: auto;
        background-color: #383535 !important;
        appearance: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABDklEQVRoge3UMW4CMRCF4QlIKXIv6FJOmSiype3BrhL7ICnhElG4Fx0SqV4kFkh2wbueld5fu3ifLI0IY4wxxpjpZqr6WHtEj873qurchbT1Ie+em+ap0rDOXd3rQv70MR99zEfrmF8E9sb0JSIPIiLyFt4XPua9dUwb4UI6+PDxcvLIOqYTAlnF9EIga5ibEMgK5i4Eqo0pgkC1MEURaGzMIAg0FmZQBBoaMwoCtTEupu8SmFERqDSmCgKVwlRFoHsxJhDIrdLyFoyqzl1MGxMI1BdjEoG6Ykwj0H+YSSDQNcwlhFvn19p7/+wSpn2dzCNQGzNJBDr7mSkiEDCTRiC3Skuz14kxxhhjjHXqB04AGggQimjjAAAAAElFTkSuQmCC);
        background-position: center right 5px;
        background-repeat: no-repeat;
        background-size: 10px;
        /*padding: 4px 10px!important;*/
        padding-left: 5px !important;
        padding-right: 20px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-wrap: wrap;
        height: 29.8px;
    }

.dataTables_filter {
    font-size: 14px;
}

    .dataTables_filter label {
        color: white !important;
    }

    .dataTables_filter input {
        color: turquoise;
    }

        .dataTables_filter input:focus {
            outline: 2px solid rgba(20,128,94,.4);
        }


.dataTables_wrapper .dataTables_filter input {
    padding: 2px !important;
}



.vip_benefits table {
    border: 2px solid #12805d;
    color: #fff;
    border-radius: 5px;
}

    .vip_benefits table thead {
        background-color: #12805d;
    }

table.dataTable.no-footer {
    border-bottom: 1px solid #12805d !important;
}

.dataTables_wrapper .dataTables_info {
    color: #fff !important;
    font-size: 14px;
}

.vip_benefits table tbody tr td {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
    vertical-align: bottom;
}


    .vip_benefits table tbody tr td:last-child {
        border-right: 1px solid transparent;
    }


.vip_benefits table thead tr th {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
}

    .vip_benefits table thead tr th:last-child {
        border-right: 1px solid transparent;
    }

table.dataTable thead th {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate {
    font-size: 13px !important;
    color: white !important;
}

.badge-failed {
    background-color: #dc3545;
}

.badge-success {
    background-color: #28d094;
}

.badge {
    padding: 4px 8px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

#gamelogtable_next {
    color: white !important;
}

#gamelogtable_previous {
    color: white !important;
}


#gamelogtable_paginate .paginate_button.current {
    color: black !important;
    background: white;
    background-position: 50%0;
    background-size: 200%;
    font-size: 10px;
    width: 40px;
}

/* History Content */

/* mypayment content */

.text-right-a {
    display: inline-flex;
}

.btn-css2.a {
    height: 28px;
    display: inline-block;
    min-width: 95px;
}

.text-left.a {
    color: black;
    position: relative;
    top: 7px;
    left: 7px;
}

.form-control.a {
    left: -7px;
    position: relative;
    top: 7px;
    height: 40px;
}

    .form-control.a:focus {
        border: 2px solid rgba(20,128,94,.4);
        outline: none !important;
    }

.btn-default.a {
    color: #fff;
}

.myacc .fa:hover, .myacc .fas:hover {
    color: #12805d;
}

.modal-body.a {
    padding: 8px;
}

.modal-footer {
    padding: 4px;
}

/* mypayment content */

/* vippoint content */

.vips-row {
    display: flex;
    padding: 10px 0;
}

.vips-main-info {
    position: relative;
    display: flex;
    background: #272727;
    border-radius: 3px;
    width: 65%;
    padding: 15px;
    min-height: 105px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .vips-main-info:before {
        content: '';
        position: absolute;
        right: -60px;
        top: -30px;
        width: 200px;
        height: 200px;
        background: url(../images/bg-banner-vip.png) no-repeat, #0003;
        background-size: 70%;
        background-position: center;
        border: 10px double #0008;
        border-radius: 50%;
        transform: rotate(20deg);
        opacity: 0.3;
    }

    .vips-main-info img {
        width: 40px;
        height: 40px;
        margin: auto 0;
        margin-right: 5px;
    }

.vips-main-index {
    display: grid;
    margin: auto 5px;
}

    .vips-main-index span {
        font-size: 11px;
        color: #bbb;
        letter-spacing: 1.4px;
    }

    .vips-main-index h5 {
        font-size: 15px;
        margin: 0;
        letter-spacing: 2.4px;
        font-weight: 700;
    }

.vips-level-info {
    display: inline-grid;
    background: #272727;
    width: calc(35% - 10px);
    min-height: 105px;
    margin-left: 10px;
    margin-bottom: 20px;
}

    .vips-level-info > div.flex {
        margin: auto;
        margin-bottom: 0;
    }

        .vips-level-info > div.flex i {
            margin: auto 5px;
            font-size: 21px;
            color: #26ffbc;
        }

.icon-star:before {
    content: "\f005";
}

.vips-level-info > div.flex span {
    margin: auto 0;
    font-size: 35px;
    font-weight: 700;
    font-family: serif;
    color: #26ffbc;
    line-height: 120%;
}

.vips-level-info > a {
    display: flex;
    margin: auto;
    margin-top: 5px;
    font-size: 12px;
    padding: 2px 10px;
    background: #e63846;
    border-radius: 3px;
}

    .vips-level-info > a:before {
        content: '\f05a';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        margin: auto;
        margin-right: 5px;
    }

.main_profile_title {
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0px;
    color: white;
}

.vip_exclusive_main {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    color: #6a718e;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #4CAF50;
}

.vip_exclusive_sub {
    padding: 10px;
    border: 1px solid #12805d;
    color: white;
}

.vip_exclusive_text {
    font-size: 12px;
}

.vip_benefits.ded table tbody tr:first-child td {
    text-align: center;
    color: #ffffff;
    border: 2px solid #12805d;
    background-color: #12805d;
}

.vip_exclusive.a {
    margin-top: 45px;
}
/* vippoint content */

/* transaction content */

.afterlogin_deposit.nav .nav-item .nav-link.active {
    padding: 0 0.3125rem;
    transition: .5s;
    border-radius: 3px;
    background: linear-gradient(to right,#e4c400 0,#f7a204 100%);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    line-height: 2.1875rem;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e4c400;
    height: 40px;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    min-width: 150px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: white;
    background: #444444;
    color: white;
}

    .afterlogin_deposit.nav .nav-item .nav-link:hover {
        border-color: yellow;
        isolation: isolate;
    }

.vip_benefits .date {
    margin-bottom: 30px;
    margin-top: 10px;
    box-shadow: 0px 0px 6px 0px #4CAF50;
}

    .vip_benefits .date tbody {
        display: flex;
    }

.badge-pending {
    background-color: #6c757d;
}

.badge-submit {
    background-color: #ffac07;
}

table.dataTable thead > tr > th.sorting {
    font-size: 13px;
}

/*#dataTable_previous, #dtDeposit_previous {
    color: white !important;
}

#dataTable_next, #dtDeposit_next {
    color: white !important;
}

#dataTable_paginate .paginate_button.current, #dtDeposit_paginate .paginate_button.current {
    color: white !important;
    background: #14805e;
    background-position: 50%0;
    background-size: 200%;
    font-size: 10px;
    width: 40px;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background: #14805e;
    width: 40px;
    font-size: 10px;
}*/


.badge-processing {
    background-color: #2799ff;
}

/*#dataTable2_previous {
    color: white !important;
}

#dataTable2_next {
    color: white !important;
}

#dataTable2_paginate .paginate_button.current {
    color: black !important;
    background: white;
    background-position: 50%0;
    background-size: 200%;
    font-size: 10px;
    width: 40px;
}*/

table.dataTable thead > tr > th.sorting {
    font-size: 12px;
}

div.dt-datetime div.dt-datetime-label {
    color: black;
}

div.dt-datetime table td.selectable.selected button {
    background: #12805d !important;
}

div.dt-datetime table td.selectable button:hover {
    background: #12805d !important;
}
/* transaction content */


/* Myreward content */

#gamelogtable2_next {
    color: white !important;
}

#gamelogtable2_previous {
    color: white !important;
}

#gamelogtable2_paginate .paginate_button.current {
    color: black !important;
    background: white;
    background-position: 50%0;
    background-size: 200%;
    font-size: 10px;
    width: 40px;
}

/* Myreward content */

/* Member content */

.tips-info-a.verify-tips {
    padding: 0.9375rem 1.25rem;
    border: 1px solid #14805e;
    background-color: #06281d;
}

.tips-info-a {
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    margin-bottom: 0.625rem;
    border-radius: 5px;
    text-align: left;
    white-space: normal;
}

.tips-title-box {
    justify-content: space-between;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
}

    .tips-title-box h6 {
        flex: 1;
        justify-content: flex-start;
        width: 92%;
        font-size: .9375rem;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

.tips-info-a.verify-tips p {
    display: block;
    color: #26ffbc;
    position: relative;
    left: 18px;
    top: 5px;
}

.tips-title-box h6 p {
    flex: 1;
    width: calc(100% - 50px);
    font-size: .9375rem;
    font-weight: 400;
    vertical-align: text-top;
}

.tips-info-a p {
    text-align: left;
}

.tips-info-a::before {
    content: '\f05a';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: sub;
    width: 0.9375rem;
    height: 0.9375rem;
    color: #26ffbc;
}

.tips-info-a .verify-tips ol {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    border-top: 1px dotted #14805e;
    padding-left: 0;
    list-style: none;
}

.tips-info-a ol {
    color: #26ffbc;
    font-size: .8125rem;
    text-align: left;
    vertical-align: top;
}

.tips-info-a.verify-tips ol .info-personal {
    flex: 1 1 16%;
}

.tips-info-a.verify-tips ol > li {
    margin-right: 0.3125rem;
    padding: 0.625rem 0.625rem 0.4375rem;
    line-height: 1.2;
    list-style: none;
}

.tips-info-a.verify-tips label {
    display: block;
    margin-bottom: 0.3125rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.info-personal label {
    color: #70b267;
}

.tips-info-a.verify-tips label::before {
    content: "";
    display: inline-block;
    margin-right: 0.3125rem;
    vertical-align: sub;
    width: 0.1875rem;
    height: 1.25rem;
    border-radius: 0.1875rem;
}

.info-personal label::before {
    background: #70b267;
}

.tips-info-a.verify-tips ul {
    padding-left: 0;
    list-style: none;
}

.tips-info-a ul {
    color: #26ffbc;
    display: inline-block;
    width: 100%;
    font-size: .8125rem;
    text-align: left;
    vertical-align: top;
}

    .tips-info-a ul li {
        list-style: disc outside;
    }

.info-personal li {
    background: rgba(112,178,103,.15);
    color: #70b267;
    display: inline-block;
    margin: 0 0.3125rem 0.3125rem 0;
    padding: 0.1875rem 0.625rem;
    border-radius: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.tips-info-a.verify-tips ol > li:last-child {
    margin-right: 0;
}

.tips-info-a.verify-tips ol .info-contact {
    flex: 1 1 16%;
}

.info-contact li {
    background: rgba(64,159,255,.15);
    color: #409fff;
    display: inline-block;
    margin: 0 0.3125rem 0.3125rem 0;
    padding: 0.1875rem 0.625rem;
    border-radius: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.info-contact label::before {
    background: #409fff;
}

.info-contact label {
    color: #409fff;
}

.tips-info-a.verify-tips ol {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    border-top: 1px dotted #14805e;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.member-day-data {
    padding-bottom: 0.625rem;
}

    .member-day-data li {
        margin-bottom: 0;
        border-right: 1px solid rgba(255,255,255,.1);
        text-align: left;
        cursor: default;
    }

    .member-day-data label {
        display: block;
        margin-bottom: 0.3125rem;
        opacity: .5;
        color: #fff;
        font-size: .875rem;
        line-height: 1.6;
    }

    .member-day-data p {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        margin: 0;
    }

        .member-day-data p a {
            font-family: "Helvetica Neue",Helvetica,Tahoma,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif !important;
            line-height: 1.5625rem;
        }

.btn-player-secendary {
    display: inline-block;
    width: auto;
    height: 1.5625rem;
    padding: 0 0.3125rem;
    overflow: hidden;
    transition: .3s ease-in,text-shadow .3s ease-in-out .1s;
    border-radius: 3px;
    background-color: #3356cd;
    background-position: 50%0;
    background-size: 200%;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    cursor: pointer;
}

.btn-5th-xs {
    background: linear-gradient(to right,#3356cd 0,#5471d5 15%,#5471d5 30%,#3356cd 55%,#3356cd 100%);
    box-shadow: 0 5px 10px 0 rgba(30,52,124,.1),inset 0 0 3px 0#859ae1;
}

.lg-a {
    width: auto;
    margin: 0;
}

    .lg-a li {
        margin: 0 1.2% 0.625rem 0;
        flex: 0 0 24.1%;
        width: 24.1%;
    }

.member-day-data li:nth-child(4n) {
    border-right: 0;
}

.personal-info {
    width: 58.375rem;
    margin: 0;
}

.personal-data {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0.625rem;
    background-color: #414141;
    position: relative;
    border-radius: 3px;
}

    .personal-data li {
        width: 13.8125rem;
        padding: 15px 10px;
        display: inline-block;
        vertical-align: middle;
    }

.personal-info li {
    text-align: left;
    cursor: default;
    position: relative;
    border-radius: 3px;
    min-height: 3.4375rem;
}

.personal-data img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.3125rem;
    opacity: .5;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.personal-data li:last-child p {
    border-right: 0;
}

.personal-data li p {
    line-height: 1.8;
    margin: 0;
    font-size: .875rem;
}

.personal-info p {
    width: 80%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
    vertical-align: middle;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.personal-phone-group li:first-child {
    margin-right: 0;
}

.personal-data .add-phone-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 1.5625rem;
    height: 100%;
    transition: .3s;
    text-align: center;
    min-height: auto;
    border-radius: 0 3px 3px 0;
    background: #5b5b5b;
    cursor: pointer;
    z-index: 1;
}

/*.personal-data .add-phone-btn::after, .personal-data .add-phone-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 0.125rem;
        height: 0.625rem;
        border-radius: 3px;
        background: #fff;
    }*/

/*.personal-data .add-phone-btn::after {
        transform: translate(-50%,-50%) rotate(90deg);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        width: 0.125rem;
        height: 0.625rem;
        border-radius: 3px;
        background: #fff;
    }*/

.personal-phone-group li {
    position: relative;
}

.personal-phone-group .verify.active {
    color: #f35e5e;
    text-decoration: underline;
    cursor: pointer;
}

.personal-phone-group .verify {
    position: static;
    transform: translateY(0);
}

.personal-info .need-verify p {
    opacity: .8;
    text-decoration: underline;
    cursor: pointer;
}

.personal-phone-group li p {
    max-width: 7.375rem;
}

.verify.active {
    display: inline-block;
    pointer-events: auto;
}

.verify {
    font-size: .75rem;
    transition: .3s;
}

.personal-data .add-phone-btn:hover {
    background: #747474;
}

.personal-info .need-verify:hover p {
    color: #26ffbc;
}

[type=date]::before {
    background: url(../images/icon-date.svg);
}
/* Member content */

/* Reset Password content */

.sprofile-tips {
    display: block;
    border: 1px solid #7293e1;
    background-color: rgba(114,147,225,.4);
    border-radius: 5px;
    padding: 12px 15px;
    margin: 5px 0;
}

    .sprofile-tips p {
        display: flex;
        font-size: 14px;
        margin: 0;
        color: #26ffbc;
    }

        .sprofile-tips p:first-child:before {
            content: "\f05a";
            font-family: "Font Awesome 6 Pro" !important;
            font-size: 16px;
            margin: auto 0;
            margin-top: 3px;
            margin-right: 8px;
            line-height: 100%;
            font-weight: 600;
        }

    .sprofile-tips ol {
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 5px;
    }

.sprofile-form {
    margin-top: 20px;
}

.input-box-50-a {
    display: grid;
    width: 48%;
    vertical-align: top;
}

.input-box-a label {
    font-size: 14px;
    margin-bottom: 3px;
}

.input-box-a input {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    min-height: 40px;
    background: unset;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: none !important;
    transition: border-color 0.3s ease;
    letter-spacing: 0.4px;
}

.input-box-a {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.input-box-50-a:not(:last-child) {
    margin-right: auto;
}

.input-box-a input:focus {
    border-color: #ffd400;
}

.btn-css2.b {
    height: 40px !important;
    width: auto !important;
}

/* Reset Password content */

/* Inbox content */

.ib-a {
    font-size: 12px !important;
}

    .ib-a.w {
        width: 464.766px !important;
    }

/* Inbox content */

/* Referral content */

.sprofile-referral {
    background: #222;
    padding: 25px 50px;
    border-radius: 5px;
    min-height: 140px;
    margin: 5px 0;
    width: 100%;
    display: inline-block;
}

.sprofile-referral-a {
    display: flex;
}

.sprofile-referral label {
    font-size: 14px;
    margin-bottom: 1px;
    color: #fff;
}

.sprofile-copycode {
    display: flex;
}

    .sprofile-copycode input {
        height: 35px;
        width: 60%;
        border: none;
        background: #393939;
        border-radius: 3px 0 0 3px;
        color: #fff;
        font-weight: 700;
        padding: 0 20px;
    }

.btn-css3 {
    color: #fff;
    border-radius: 3px;
    min-width: 100px;
    background: linear-gradient(to right,#3356cd 0,#5471d5 15%,#5471d5 30%,#3356cd 55%,#3356cd 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(30,52,124,.1),inset 0 0 3px 0#859ae1;
    text-shadow: 0 0 2px #1e20b3;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
    border: none;
    outline: none !important;
    cursor: pointer;
}

.sprofile-copycode button:before {
    content: '';
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../images/icon-copy.png) no-repeat;
    background-size: contain;
}

.sprofile-copycode button {
    display: flex;
    background: linear-gradient(to right,#6481cd 0,#a1b6ee 30%,#a1b6ee 55%,#6481cd 100%);
    background-position: 100%0;
    background-size: 200%;
    border-radius: 0 3px 3px 0;
    width: 60px;
    height: 35px;
    min-width: unset;
    padding: 0;
    margin: 0;
}

.referral-container {
    margin-top: 20px;
}

    .referral-container .t {
        row-gap: 15px;
        justify-content: center;
    }

.tier-t {
    font-size: 15px;
    font-weight: 700;
    color: #484e63;
}

.yellow--text {
    color: #fff;
    caret-color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px;
}

.primary-app {
    background-color: #787878;
    border-color: #4f4f4f;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: 0.3s;
}

.fa-user:before {
    content: "\f007";
}

.detail-card {
    background-color: #444444;
    border-color: #fbfafa;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 10px;
    border-radius: 5px;
    color: white !important;
}

.detail-card-title {
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.detail-card hr {
    margin: 0;
    color: #b8b8b8;
    height: 2px;
}

.v-card__text {
    min-height: 125px;
}

    .v-card__text .detail {
        padding: 20px;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px;
    }

.concon {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-css2.c {
    display: inline-block;
    height: 35px;
}

.referral-flex {
    gap: 10px;
}

.modal-dialog.a {
    max-width: 677px !important;
}

.emptytable {
    margin-left: auto;
    border: none;
    margin-bottom: 8px;
    width: max-content;
    color: black;
}

.downlinetable {
    font-size: 14px;
}

.btn-css2.d {
    display: inline-block;
    height: 42px;
    position: relative;
    left: 250px;
    width: 177px;
}

.modal-body.a {
    padding: 12px;
}

.btn-default.e {
    position: relative;
    left: 15px;
    color: white;
    font-size: 13px;
}

.invite-friend-box {
    position: relative;
    padding-bottom: 5px;
    right: 200px;
}

    .invite-friend-box:hover .invite-friend-list {
        display: block;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.referral-link .btn-default {
    min-width: 12.5rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
}

.invite-friend-list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 2.5rem;
    right: 0;
    flex-flow: row wrap;
    justify-content: center;
    width: 36.25rem;
    padding: 0.9375rem 0.625rem 0.625rem;
    border-radius: 5px;
    background: #565242;
    box-shadow: 1px 0 5px rgba(0,0,0,.2);
    white-space: normal;
}


    .invite-friend-list li {
        padding: 0 12px 0px;
        cursor: pointer;
        display: inline-block;
    }

        .invite-friend-list li:hover p {
            color: #efdf51;
        }

        .invite-friend-list li:hover .share-link {
            background: #efdf51;
        }

.copy-link {
    position: relative;
}

.share-link {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.3125rem;
    transition: .3s;
    border-radius: 50%;
    background-color: #bbb390;
}

.share-copy-link::before {
    background: url(../images/icon-copy-link.png)no-repeat center/contain;
}

.share-link::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}

.invite-friend-list p {
    transition: .3s;
    color: #bbb390;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
}

.share-fb::before {
    background: url(../images/icon-fb.png)no-repeat center/contain;
}

.share-line::before {
    background: url(../images/icon-line.png)no-repeat center/contain;
}

.share-mail::before {
    background: url(../images/icon-mail-a.png)no-repeat center/contain;
}

.share-skype::before {
    background: url(../images/icon-skype.png)no-repeat center/contain;
}

.share-telegram::before {
    background: url(../images/icon-telegram.png)no-repeat center/contain;
}

.share-whatsapp::before {
    background: url(../images/icon-whatsapp.png)no-repeat center/contain;
}

.copy-link .share-link {
    position: relative;
}

.copy-link .tips-txt {
    right: 0;
}

    .copy-link .tips-txt.show {
        display: block;
        -webkit-animation: copy-link-show .2s linear forwards;
        animation: copy-link-show .2s linear forwards;
    }

    .copy-link .tips-txt.hide {
        display: block;
        -webkit-animation: copy-link-hide .2s linear forwards;
        animation: copy-link-hide .2s linear forwards;
    }

.btn-default.b {
    color: #fff;
    min-width: 12.5rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    margin: 0;
    border: 0 solid transparent;
    outline: 0;
}

#gamelogtable-a_length td {
    color: black;
}

    #gamelogtable-a_length td select {
        color: black;
        outline: none;
        background-color: white !important;
    }

#gamelogtable-a th {
    background-color: #12805d;
    color: white;
}

#gamelogtable4 th {
    background-color: #12805d !important;
    color: white;
}

#gamelogtable4.table > :not(:first-child) {
    border-top: 1px solid green;
}

#gamelogtable-a_paginate .paginate_button.current {
    font-size: 8px;
}

#gamelogtable-a_paginate .paginate_button.previous {
    font-size: 11px;
}

#gamelogtable-a_paginate .paginate_button.next {
    font-size: 11px;
}

.emptytable.a {
    font-size: 15px;
    left: 1px;
    position: relative;
}
/* Referral content */

/* Report content */

.agent-report-container {
    display: flex;
    flex-flow: row wrap;
    gap: 32px;
}

.report-detail {
    width: calc((100% - 32px * 2)/3);
    border-radius: 8px;
    padding: 24px 8px;
    font-size: 1rem;
    text-align: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #6a718e;
    box-shadow: 0px 3px 6px 3px rgb(32 117 109);
}

.referral-flex-a {
    display: flex;
    justify-content: left;
    gap: 10px;
}

#gamelogtable-b_length td {
    color: black;
}

    #gamelogtable-b_length td select {
        color: black;
        outline: none;
        background-color: white !important;
    }

#gamelogtable-b.table.dataTable thead > tr > th.sorting {
    background-color: #12805d;
    color: white;
}

#gamelogtable-b_paginate .paginate_button.current {
    font-size: 8px;
}

.downline-head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

#downlineee_length td {
    color: black;
}

    #downlineee_length td select {
        color: black;
        outline: none;
        background-color: white !important;
    }

#downlineee.table.dataTable thead > tr > th.sorting {
    background-color: #12805d;
    color: white;
}

#downlineee_paginate .paginate_button.current {
    font-size: 8px;
}

#downlineee.table > :not(:first-child) {
    border-top: 1px solid green;
}

#gamelogtable-b.table > :not(:first-child) {
    border-top: 1px solid green;
}

/* Report content */

/* Forgot content */

.btn-css-a {
    font-size: 15px;
    border: none;
    outline: none !important;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
    text-shadow: 0 0 2px #b17807;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
    width: 300px;
    height: 40px;
    margin-bottom: 12px;
    line-height: 40px;
}

    .btn-css-a:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        color: #fff;
        text-shadow: 0 1px 3px #967302;
    }

.link-forget {
    width: auto;
    max-width: 100%;
    float: right;
    margin-bottom: 12px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

    .link-forget:hover {
        color: #57d7af;
    }

.link-forget-a {
    display: inline-block;
    text-decoration: underline;
    margin-left: 7px;
}

    .link-forget-a:hover {
        color: #57d7af;
    }


/* Forgot content */

/* Referral before login content */

.referralLayout .referralContainer {
    border: 1px solid #ebebeb;
    padding: 36px 16px;
}

.v-card_text {
    width: 100%;
    padding: 16px;
}

.row.no-gutters {
    margin: 0;
}

.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.v-application {
    background: linear-gradient(to bottom,#464242 5%,#5f5e5e 100%);
    margin-top: 10px;
    margin-bottom: 10px;
}

    .v-application .title {
        font-family: 'Heebo-Medium', sans-serif !important;
        letter-spacing: 0px !important;
    }

    .v-application .primary {
        background-color: #3a3a3a !important;
        border-color: #3a3a3a !important;
    }

.referral-tier .title {
    font-size: 18px !important;
}

.v-sheet.v-card {
    border-radius: 4px;
}

.v-application .text-center {
    text-align: center !important;
    line-height: 2rem;
}

.v-application .yellow--text {
    color: #ffeb3b !important;
    caret-color: #ffeb3b !important;
}

.v-card {
    border-width: thin;
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
}

.v-icon.v-icon:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    width: 100%;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 19px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    user-select: none;
}

.v-divider {
    display: block;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0;
    transition: inherit;
}

.v-card_text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.v-application .base {
    background-color: #616161 !important;
    border-color: #302f2f !important;
}

.referral-tier .detail-card {
    min-height: 240px;
}

.v-card_title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    padding: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Referral before login content */

/* Home popup Content */
.modal-dialog.c {
    max-width: 860px;
}

.carousel-control-next.a, .carousel-control-prev.a {
    top: 331px;
    width: 45px !important;
    height: 29px !important;
}

.form-group.c {
    margin: 0;
}

.login-form-inner.b {
    padding: 0 0;
    padding-bottom: 0;
    width: 100%;
}

.btn-close.a {
    opacity: 1;
}

.carousel-item.a a > img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 700px;
}

.carousel-inner.a {
    height: 700px;
    border-radius: 5px;
}

.modal-content.a {
    border-radius: 7px;
}

.carousel-indicators.a [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0d543e;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 90%;
    box-shadow: inset 0 2px 3px 0#06281d;
    transition: background .3s ease-out .1s;
    opacity: 1;
}

.carousel-indicators.a .active {
    background-color: white;
    box-shadow: 0 0 2px #0000;
    outline: none;
}

/* Home popup Content */

/* Signup Carousel */

.carousel-indicators.carousel-indicators-signup {
    flex: 0 1 auto;
    width: 38px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0d543e;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 90%;
    box-shadow: inset 0 2px 3px 0#06281d;
    transition: background .3s ease-out .1s;
    opacity: 1;
}

    .carousel-indicators.carousel-indicators-signup button {
        margin-top: -22px;
    }

    .carousel-indicators.carousel-indicators-signup .active {
        background-color: white;
        box-shadow: 0 0 2px #0000;
        outline: none;
    }

/* Signup Carousel*/

/* Deposit */

.all-coupon-select-box {
    margin-bottom: 0.625rem;
    border-radius: 0 0 3px 3px;
    background-color: #242424;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    transition: .3s ease;
}

    .all-coupon-select-box::before {
        content: "";
        display: table;
    }

    .all-coupon-select-box::after {
        content: "";
        display: table;
        clear: both;
    }

    .all-coupon-select-box .col-5 {
        display: grid;
        grid-template-columns: repeat(5,1fr);
        align-content: center;
        justify-content: flex-start;
        grid-gap: 6px;
        width: 100%;
        padding: 10px;
        margin-bottom: 0px;
    }

    .all-coupon-select-box li {
        position: relative;
        margin-bottom: 0.625rem;
        overflow: hidden;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
    }

    .all-coupon-select-box .col-5 li {
        flex: 0 1 50%;
        height: 3.125rem;
        margin-right: 1.2%;
    }

    .all-coupon-select-box [type=radio] {
        display: none;
    }

    .all-coupon-select-box .couponimg {
        display: block;
        position: relative;
        height: 100%;
        transition: .3s;
        border-width: 0;
        border-radius: 0;
        background-size: cover;
        color: #fff;
    }

        .all-coupon-select-box .couponimg .bg-load {
            height: 100%;
            background-position: center;
            background-size: cover;
        }

.status-check, .status-more {
    position: absolute;
    top: -50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 0.125rem;
    background-color: #f7a204;
    vertical-align: middle;
    cursor: pointer;
}

.status-check {
    z-index: 1;
    right: 25%;
    line-height: 0;
}

.all-coupon-select-box [type=radio]:checked + .couponimg .status-check {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    border: 3px solid #ffe43c;
    background: 0 0;
}


    .all-coupon-select-box [type=radio]:checked + .couponimg .status-check::before {
        z-index: 2;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        color: black;
        font-weight: 800;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

.all-coupon-select-box .couponimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    background: rgba(0,0,0,.7);
}

.status-check::before {
    content: '\f00c' !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-check::before, .status-more::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.status-more {
    z-index: 2;
    left: 25%;
    margin-right: 0.3125rem;
}

.all-coupon-select-box [type=radio]:checked + .couponimg .status-more {
    left: 50%;
    margin-right: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.status-more::before {
    content: '\f141';
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-coupon-select-box [type=radio]:checked + .couponimg .status-check::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -0.125rem;
    bottom: -0.125rem;
    width: 0;
    height: 0;
    border-width: 0 0 22px 22px;
    border-style: solid;
    border-color: transparent transparent #ffe43c;
}

.status-check:hover, .status-more:hover {
    border-radius: 100%;
    border-color: #76bd6a;
    background-color: #76bd6a;
}

.all-coupon-select-box [type=radio]:checked + .couponimg .status-check:hover {
    border-radius: 0.125rem;
    border-color: #ffe43c;
    background: 0 0;
}


.all-coupon-select-box li:hover .status-check, .all-coupon-select-box li:hover .status-more {
    top: 50%;
}

.all-coupon-select-box::after, .all-coupon-select-box::before, .list-aside::after, .list-aside::before {
    content: "";
    display: table;
}

.coupon-group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    margin: 0 auto;
    margin-top: 8px;
    padding: 0.625rem;
    border-radius: 10px;
    background: linear-gradient(to bottom,#14805e 0,#0a3e2d 100%);
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

    .coupon-group::before {
        top: -0.5rem;
    }

    .coupon-group::after {
        bottom: -0.5rem;
    }

    .coupon-group::after, .coupon-group::before {
        content: "";
        position: absolute;
        left: 313px;
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        background-color: #313131;
    }

.coupon-banner {
    width: 300px;
    height: 120px;
    overflow: hidden;
    border-radius: 0.3125rem;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.coupon-cont {
    flex: 1;
    width: 51%;
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    border-left: 1px dashed rgba(0,0,0,.5);
    color: #fff;
}

    .coupon-cont label {
        display: inline-block;
        margin-bottom: 0.3125rem;
        padding: 0 0.3125rem;
        border: 1px solid #fff;
        font-size: .75rem;
    }

.coupon-tit strong {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: -0.5rem;
    padding-right: 1rem;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .coupon-tit strong::before {
        content: "【";
        display: inline-block;
    }

    .coupon-tit strong::after {
        content: "】";
        display: inline-block;
        position: absolute;
        top: 0;
    }

.coupon-cont p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 12px;
}

.coupon-cont time {
    display: block;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

.coupon-cont button {
    float: right;
    transition: .3s;
    background: 0 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin: 0;
    border: 0 solid transparent;
    outline: 0;
}

.choose-box .nav-tabs {
    display: grid !important;
    grid-template-columns: repeat(5,1fr) !important;
    justify-content: left;
    grid-gap: 10px;
}
