*{
    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: 5;
}

.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: 155px;
        margin: auto;
    }

    .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;
    height: 500px;
    overflow: auto;
}

.language-list li {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 0.3125rem;
    padding: 0.3125rem;
    border-bottom: 0.0625rem solid #eee;
}

.left-language-area {
    min-width: 124px;
    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;
}

.login-form-inner .form-group .btn-language {
    display: block;
    padding: 0 30px;
    transition: .3s;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #666;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    width: 200px;
}



.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;
}

.modal-dialog.b {
    max-width: 349px;
}

.radio-box [type=radio]:checked+label,.radio-box:hover [type=radio]+label {
    border: 1px solid #14805e;
    color: #14805e
}

.login-form-inner .form-group .btn-language:hover {
    border: 0.0625rem 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 {
        display: flex;
        font-size: 15px;
        height: 30px;
        align-items: center;
        text-align: center;
        justify-content: center;
        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;
    }

    .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;
    }

    .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 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;
    }

    .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;
    }

    .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;
    }

    .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: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.3s ease-in-out;
    z-index: -1;
}

    .drop-box:hover .nav-drop-box, .drop-box:active .nav-drop-box {
        transform: translateY(0);
    }

    .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);
    }

    .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 .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;
        width: 100%;
        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;
}

.float-banner {
    position: fixed;
    left: 35px;
    bottom: 75px;
    z-index: 7999;
    filter: drop-shadow(0 0 0.375rem rgba(3,25,73,.7));
    opacity: 1;
}

.float-banner .btn-close-star {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -0.3125rem;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 100%;
    background-color: #ec1c23;
    opacity: 1;
    cursor: pointer;
}

.float-banner .btn-close-star::before {
    transform: rotate(45deg);
}

.float-banner .btn-close-star::after {
    transform: rotate(-45deg);
}

.float-banner .btn-close-star::after, .float-banner .btn-close-star::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.6875rem;
    left: 0.3125rem;
    width: 0.9375rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #fff;
}

.float-banner a {
    display: inline-flex;
    width: 9.0625rem;
    height: 9.0625rem;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.is-invalid {
    border-color: var(--bs-danger) !important;
    transition: border-color 0.3s ease !important;
    color: var(--bs-danger) !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('images/invalid.svg') !important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.0) !important;
}

.is-valid {
    border-color: var(--bs-success) !important;
    transition: border-color 0.3s ease !important;
    color: var(--bs-success) !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('images/valid.svg') !important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.0) !important;
}

.form-select.is-invalid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom.png), url('images/invalid.svg')!important;
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom.png), url('images/valid.svg')!important;
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/* Home popup Content */
.modal-dialog.c {
    max-width: 860px;
}

.carousel-control-next.a, .carousel-control-prev.a {
    top: 331px;
    width: 45px;
    height: 29px;
}

.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 >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;
}

/* Home popup Content */

/* 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 {
    padding-top: 20px;
	
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-partner-wrap .duty a{
    margin-right: 1.25rem;
}

.footer-wrap .footer-partner-wrap .duty img{
    opacity: 1;
}

.footer-wrap .footer-partner-wrap .duty img{
    margin-right: 0;
}

.footer-partner-wrap li {
    /* position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25rem; */
	
	list-style: none;
    display: inline-block;
}

.footer-partner-wrap li:first-child {
    width: calc(30%);
}

.footer-partner-wrap li:nth-child(2) {
    width: calc(70%);
}

.footer-partner-wrap li:nth-child(3) {
    width: calc(80%);
}

.footer-partner-wrap li:last-child {
     width: calc(20%);
}

.footer-partner-wrap > ul{
    padding-left: 0;
}

.footer-partner-wrap li img {
    height: 1.5625rem;
}

.footer-partner-wrap .duty h5,.footer-partner-wrap .payment h5,.footer-partner-wrap .social-media h5,.footer-partner-wrap .gaming-license h5 {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0.625rem;
    color: rgba(255,255,255,.8);
}

.footer-partner-wrap li.payment > a {
    filter: grayscale(1) brightness(0.7);
}

.footer-partner-wrap .duty > a img, .footer-partner-wrap .payment > a img,.footer-partner-wrap .social-media > a img,.footer-partner-wrap .gaming-license > a img {
    height: 25px;
    margin-bottom: 10px;
}

.footer-partner-wrap .duty > a ,.footer-partner-wrap .payment > a,.footer-partner-wrap .social-media > a{
    filter: grayscale(1);
    margin-right: 1.25rem;
    transition: 0.2s;
}

    .footer-partner-wrap .duty > a:hover,.footer-partner-wrap .payment > a:hover,.footer-partner-wrap .social-media > a:hover,.footer-partner-wrap .gaming-license > 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;
}

.slick-slide img{
    width:-webkit-fill-available;
}

.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;
}

/* Footer Content Closed */

/*maintenance*/
.slide-item .maintenance.bg-danger {
    position: absolute;
    padding: 6px;
    z-index: 99;
    top: 96px;
    right: 39px;
    border-radius: 3px;
    width: 72%;
    text-align: center;
}

/*maintenance*/

/* 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-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 {
    flex: 1;
}

.article-content {
    margin: 0 3.4375rem;
}

.article-content-title {
    margin-bottom: 20px;
    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;
}
  
.banking_table table {
    font-weight: 700;
    font-size: 13px;
    border: 2px solid #12805d;
}

.banking_table table thead {
    background-color: #12805d;
    color: white;
    height: 50px;
    font-size: 14px;
}

.banking_table table thead tr th:first-child {
    width: 135px;
}

.banking_table table tbody {
    color: white;
    background-color: #313131;
}

.banking_table table tbody tr td {
    border-bottom: 1px solid #12805d;
    padding: 10px 2px;
    max-width: 330px;
}

.fa-money-bill {
    font-size: 17px;
}

/* About Us Closed */

/* MODAL Content */

.modal-dialog {
    border-radius: 10px;
    height: 80vh;
    max-width: 400px;
    position: relative;
    width: auto;
}

.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 16px;
    padding-bottom: 10px;
    margin: auto;
}

.form-group {
    margin-bottom: 0.7rem;
}

.form-group.d {
    margin-bottom: 9px;
}

.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;
}

    .form-control {
        border: 2px solid #dbdbdbee ;
    }

.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;
}

    .login-form-inner .form-group input:focus {
        border: 2px solid rgba(20,128,94,.4);
        outline: none!important;
    }

    .login-form-inner .form-group input:focus-visible {
        appearance: none !important;
    }
    input:focus {
        outline: 0;
    }


.login-input input {
    padding-left: 45px !important;
}


.login-forgetpass, .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 {
    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 p > a {
    float: unset;
    margin-left: 5px;
}


.modal-body{
    padding: 0;
}

.login-tab {
    grid-gap: 15px;
    padding-top: 15px;
}


.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;
}

.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;
}

.toggle-password2 {
    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;
}

.number-left input {
    padding-left: 15px!important;
}


/* 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;
}

.login_form .form-group .col-form-label {
    font-size: 14px;
}

.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;
}

.mrg-top-20 {
    margin-top: 20px !important;
}

.btn-register-next {
    float: right;
    background: url(images/next-arrow-1.png)no-repeat center/50%, #14805e;
    width: 2.8125rem;
    height: 2.8125rem;
    transition: .3s;
    border-radius: 100%;
    color: rgba(51,51,51,.1);
    vertical-align: top;
    border: none;
    outline: none !important;
    margin-left: auto;
    cursor: pointer;
}

    .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;
}

.toggle-password4 {
    margin-left: 400px;
    margin-top: -31px;
}


/* 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;
    }

    .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 free";
        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: 145px;
    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 {
    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 {
    transform: translateY(0);
}

.game-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9.375rem;
    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;
}

.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, .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;
    }

    .promo-search-bar .slick-list {
        margin: 0 40px;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-next-2 {
        right: 0;
        background: url(images/next-arrow.png)no-repeat center/50%,#f7a204;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        transform: translate3d(0, 0, 0);
    }
    

.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;
}

.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;
}

.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%;
}

.modal-content .title-wrap h3 {
    align-self: center;
    flex: 1;
    margin-right: 15px;
    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-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;
}

.reward-item {
    position: relative;
    width: calc(33% - 12px);
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #0003;
}

    .reward-item .promo-wrap img {
        height: 174px;
    }

    .reward-item .promo-detail h5 {
        font-size: 22px;
        line-height: 40px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        margin: 0;
    }

/* Promotion Content */

/* Vip Content */
.site-vip {
    min-height: 1100px;
    background: url(images/vip-bg.png), #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;
}

.cssrank2 {
    background: linear-gradient(to bottom, #ffec68, #ff9d19);
}

.cssrank1, .cssrank2, .cssrank3, .cssrank4, .cssrank5, .cssrank6 {
    color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.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);
}

.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 {
    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: hidden;
}

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: 0;
    border-top-right-radius: 0;
}

.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 free";
    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 free";
    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;
}

    .index_tab.daily {
        background: linear-gradient(to bottom,#252424 5%,#232323 100%);
        border-radius: 20px;
    }

.twin-container {
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.mission-main, .mission-calendar-holder {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
}

.mission-daily-calendar-holder {
    background: #000000;
    border-radius: 15px;
    margin-top: 20px;
}

    .calendar-header-tab {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom,#1bac7e,#14805e);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 5px;
    }

    .mission-month-login {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        color: #fff;
        justify-content: center;
    }

        .month-year-text {
            color: #fff;
            font-weight: bold;
            font-size: 24px;
            letter-spacing: 0.5px;
        }

        .mission-continuous-login {
            font-size: 17px;
            letter-spacing: 0.2px;
        }

.mission-daily-calendar-holder .missionCalendar {
    font-size: 12px;
    margin-bottom: 15px;
    /*margin-top: 15px;
    width: 100%;*/
}


    .day-content span {
        font-size: 15px;
        font-weight: 600;
    }

.daily-image-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background: grey;
    justify-content: center;
    background: #1C1C1C;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .check-in-indicator {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: auto 120px !important;
    }

    .check-in-indicator.mission-checked {
        background: rgba(19, 163, 0, .1);
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

    .check-in-indicator.mission-checked i {
        font-size: 80px;
    }
    


.day-type-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    border-top: 1px solid #413E3B;
}
   
.mission-cont .nav-tabs  {
    /*background: linear-gradient(to bottom,#095d42,#06573d);*/
    align-items: center;
    border-radius: 50px;
    width: 100%;
    display: flex;
    /*height: 100%;*/
}
/*
.mission-cont .nav-tabs li {
    width: 50%;
}
*/
.mission-cont .nav-tabs .nav-link {
    text-decoration: none;
    color: white;
    border-color: transparent;
    /*padding: 10px 28px;*/
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: 0.3s ease-in-out;
    width: 100%;
    background: linear-gradient(to bottom,#575757,#535353);

}

    .mission-cont .nav-tabs .nav-link.active  {
        background: linear-gradient(to bottom,#1bac7e,#14805e);
        align-items: center;
    }
    /*
    .mission-cont .nav-tabs .nav-link:hover {
        background: linear-gradient(to bottom,#1bac7e,#14805e);
        align-items: center;
        border-radius: 3px;
    }
    */
.mission-detail-container {
    padding: 15px;
    background: #031205;
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
    contain: content;
}

    .mission-detail-holder {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        gap: 15px;
    }

    .mission-detail-title {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .mission-detail-title h4 {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.5px;
            line-height: 1;
            margin-top: 6px;
            letter-spacing: 0.2px;
        }   

        .mission-detail-title span {
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0.2px;
            color: #919191;
            line-height: 1;
        }

    .mission-detail-status {
        margin-top: 15px;
        color: #e3e3e3;
        text-transform: capitalize;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .mission-detail-status .progress-bar, .mission-detail-status .progress-name {
        width: 60%;
    }

    .mission-progress-container {
        width: 80px;
        height: 8px;
        background: #534F4A;
        overflow: hidden;
        border-radius: 10px;
    }

    .mission-progress {
        height: inherit;
        float: left;
        border-radius: 10px;
        background: #26ffbc;
    }

    .mission-reward {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

    .mission-reward-container span:first-child {
        color: #eaeaea;
    }

    .mission-reward-amount {
        color: #ffe43c;
    }



.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: 20px;
    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;
}

.mission-daily-calendar-holder {
    background: #000000;
    border-radius: 15px;
    /*margin-top: 20px;*/
    margin-bottom: -20px;
}

    .mission-daily-calendar-holder .missionCalendar {
        font-size: 12px;
        margin-bottom: 15px;
        /*margin-top: 15px;*/
        /*width: 100%;*/
    }

.calendar-day-row {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
}

.missionCalendar .day-content {
    padding: 12px 12px;
    text-align: center;
    border: none;
}

.day-content span, .day-content p {
    font-size: 14px;
    font-weight: 600;
}

.day-content span {
    position: absolute;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 1px 6px;
    text-align: center;
}

.day-content p {
    margin-bottom: -3px;
}

.calendar-header-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,#1bac7e,#14805e);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
}

.mission-month-login {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.month-year-text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.mission-continuous-login {
    font-size: 17px;
    letter-spacing: 0.2px;
}

.daily-image-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    background: grey;
    justify-content: center;
    background: #1C1C1C;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.check-in-indicator {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 120px !important;
}

    .check-in-indicator.mission-checked {
        background: rgba(19, 163, 0, .1);
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

        .check-in-indicator.mission-checked i {
            font-size: 80px;
        }

    .check-in-indicator.breathing {
        animation: border-fadeIn 2s infinite alternate;
    }

        .check-in-indicator.breathing button {
            height: 100%;
            width: 100%;
            background-color: transparent;
            border: none;
            outline: none;
        }

@keyframes border-fadeIn {
    0%,100% {
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

    25% {
        border: 1px solid transparent;
        box-shadow: 0px 0px 8px 2px transparent;
    }

    50% {
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

    75% {
        border: 1px solid transparent;
        box-shadow: 0px 0px 8px 2px transparent;
    }
}

.day-type-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    border-top: 1px solid #413E3B;
}

    .mission-cont .nav-tabs .nav-link {
        text-decoration: none;
        color: white;
        border-color: transparent;
        /*padding: 10px 28px;*/
        border-radius: 3px;
        justify-content: center;
        text-align: center;
        display: flex;
        transition: 0.3s ease-in-out;
        width: 100%;
        background: linear-gradient(to bottom,#575757,#535353);
    }

        .mission-cont .nav-tabs .nav-link.active {
            background: linear-gradient(to bottom,#1bac7e,#14805e);
            align-items: center;
        }

.mission-checked {
    color: #00FF00;
    font-weight: bold;
    font-size: 24px;
}

.daily-vip-bottom {
    position: relative;
    border: 2px solid #0f7e5b;
    background: #105d45;
    border-radius: 2px;
    width: 120px;
    margin: auto;
}

    .daily-vip-bottom span {
        position: relative;
        right: 0;
        bottom: 0;
        font-weight: 400;
        font-size: 13px;
        background-color: unset !important;
        border-radius: 0;
        padding: unset;
    }
/* daily check-in end */

/* Daily Reward Content */ 

/*Mission*/
.mission-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mission-layout {
    display: block;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 408px;
    width: 100%;
}

.widget-layout {
    width: 100%;
    background: #4e4e4e;
    border-radius: 16px;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
}

.widget-top {
    display: flex;
    align-items:center;
    position: absolute;
    left: 0px;
    top: 12px;
}

.widget-type {
    background: #78d4ff;
    padding-left: 4px;
    padding-right: 2px;
}

.label-default {
    position: relative;
    box-sizing: border-box;
    height: 22px;
    padding: 4px 2px 4px 12px;
    background: #78d4ff;
    text-align: center;
}

.label-default p {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0.25px;
    color: black;
    right: 4px;
    position: relative;
}

.widget-title {
    position: relative;
    left: 16px;
    width: 100%;
    height: auto;
    margin-top: 38px;
}

.widget-word {
    position: relative;
    min-width: 10px;
}

.editor-wrapper {
    position: relative;
    background: transparent;
}

.widget-image {
    width: 170px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 16px;
}

.widget-imgposition {
    width: 100%;
    min-height: 160px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.widget-imgposition img {
    width: 100%;
    height: 100%;
    border-radius: 0px 16px 0px 0px;
}

.editor-content p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #ffe43c;
}

.widget-bottom-content-block {
    padding: 10px 0;
    border-top: 1px solid #ffffff1f;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.randomizer-content-block {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.editor-wrapper .editor-content p.grey-color {
    font-size: 12px;
    color: #919191;
    font-weight: 600;
}


/*Mission*/


/* 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: 10px;
}

.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);
}

.entertain_grid2 img {
    border: 1px solid #cba98c;
    width: 100%;
    height: 100%;
    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: 1.875rem;
    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.active {
    -webkit-animation: rotate 3s normal linear infinite;
    animation: rotate 3s 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);
    }
  }
/*
.reload:hover {
    transform: rotate(180deg);
}
*/
/* 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 free";
    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: 200px;
    margin: auto;
}

.sidenav-button {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    min-height: 36px;
}

.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-icon .fa-regular, .sidenav-icon .fa-light {
        position: absolute;
        align-items: center;
        top: 9px;
        left: 8px;
        display: flex;
        color: #fff;
        font-size: 18px;
    }

    .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;
    }

    .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;
    }
    

.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-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;
    background-color: #26ffbc;
}

.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: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;
}

.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);
}


.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;
}

.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: min-content;
}

.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 {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: 0.3125rem;
    border-radius: 100%;
    opacity: .5;
}

.verify-mail::before {
    -webkit-mask: url(images/mail1.png)center;
}

.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;
        top: 30%;
        right: 10px;
        transform: translate(-50%);
        color: #111;
        z-index: 1;
        
    }

    .resend-set.active, .verify.active {
        display:inline-block;
        cursor:pointer;
        pointer-events: auto;
    }

    .resend-set {
        z-index: 1;
        top: 50%;
        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: 80%;
        top: 56%;
    }


.verification-input .btn-vcode {
    position: absolute;
    z-index: 2;
    top: 0;
    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;
}

@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;
}

.pop-btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    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;

}

.pop-btn-box a:last-child {
    margin-right: 0;
}

.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 {
    flex: 1 1 50%;
}

.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;
}

.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.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.5;
    }

.title-box span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color:#f2dc9c;
}


.deposit-discount-select::after {
    content: '\f106';
    display: inline-block;
    font-family: "Font Awesome 6 free";
    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;
    }

.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 free";
        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 free";
        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%;
    }


.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;
    }

.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;
}

.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;
    }

.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 free";
    font-weight: 800;
    margin: auto;
    position: absolute;
    transition: .3s;
    z-index: 2;
    right: 0px;
    bottom: 1px;
    font-size: 13px;
    width: 13px;
    height: 13px;
    color: #101935;
}

.nav-tabs .content_bankType label i {
    font-size: 25px !important;
    padding-top: 4px;
}

.fa-duotone, .fad {
    position: relative;
    font-weight: 900;
    letter-spacing: normal;
}

.fa-classic.fa-duotone, .fa-duotone, .fad {
    font-family: "Font Awesome 6 Duotone";
}

.fa, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fasl, .fasr, .fass, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.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 free";
    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 li, .choose-box2 label {
        position: relative;
        border-radius: 3px;
    }

    .boxx-content {
        flex: 0 0 19%;
        width: 19%;
        padding: 0 1px;
        margin: 0px -2px;
        text-align: center;
        cursor: pointer;
    }

    .choose-box2 [type=radio] {
        display: none;
    }

    .choose-box2 [type=checkbox]:checked + label, .choose-box2 [type=radio]:checked + label {
        border-color: #ffe43c;
        color: #ffe43c;
    }

    .style-add-amount.facelift {
        margin: 0;
        display: block !important;
        padding: 0.3125rem 0.9375rem;
        overflow: hidden;
        transition: .3s;
        border: 1px solid rgba(255,255,255,.5);
        color: rgba(255,255,255,.5);
        cursor: pointer;
        text-align: center;
    }

    .boxx-content [type=checkbox]:checked + label::after, .boxx-content [type=checkbox]:checked + label::before, .boxx-content [type=radio]:checked + label::after, .boxx-content [type=radio]:checked + label::before {
        opacity: 1;
    }

    .boxx-content label::after {
        z-index: 1;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-width: 0 0 20px 20px;
        border-style: solid;
        border-color: transparent transparent #ffe43c;
    }

    .boxx-content label::after, .boxx-content label::before {
        content: "";
        position: absolute;
        transition: .3s;
        opacity: 0;
    }

    .boxx-content label::before {
        content: '\f00c';
        font-family: "Font Awesome 6 free";
        font-weight: 800;
        z-index: 2;
        right: 1px;
        bottom: 3px;
        width: 10px;
        height: 10px;
        font-size: 13px;
        width: 13px;
        height: 13px;
        color: #101935;
    }

    .choose-box2 img {
        width: auto;
        height: 1.5625rem;
    }

    .choose-box2 p, .choose-box2 span {
        font-size: 12px !important;
        line-height: 1.25rem;
        margin-bottom: 0;
        margin-top: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .style-add-amount input[type=radio] ~ span:before, .style-add-amount input[type=button] ~ span:before {
        opacity: 0;
    }

    .style-add-amount input[type=radio] ~ span:after, .style-add-amount input[type=button] ~ span:after {
        border-color: transparent transparent #ffe43c;
        opacity: 0;
    }

    .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;
    }

    .style-add-amount input[type=button].active ~ span {
        color: #ffe43c;
        border-color: #ffe43c !important;
        box-shadow: 0 0 2px #ffe43c8a;
        animation: moneyBtn-Animation .5s ease-in-out;
    }

.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 {
        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: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;
    }

    .choose-box2 label:hover {
        border-color: #ffe43c;
        color: #ffe43c;
    }

.style-add-amount input[type=radio]:checked ~ span:before {
    opacity: 1;
}

.style-add-amount input[type=radio] ~ span:before {
    opacity: 0;
}


.style-add-amount span:before {
    content: '\f00c';
    font-family: "Font Awesome 6 free";
    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 {
    opacity: 1;
}

.style-add-amount input[type=radio] ~ 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 free";
    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;
    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 {
    border-width: 2px;
}

.input-box.input-money input {
    width: 100%;
    height: 2.5rem;
    padding: 0 2.1875rem 0 1.5625rem;
    text-align: right;
}

.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-direction: column;
    align-items: 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;
}

.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: 30%;
}

.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 !important;
    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: 323px;
    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 {
    width: 300px!important;
}

.custom-file-label.deposit {
    width: 53% !important;
    height: 47px;
    align-items: center;
    display: flex;
}
    .bk-form .form-group .custom-file .input-group-append button {
        color: #fff;
        height: 47px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-money.active .reset-btn, input-money.active::after {
    right: 0;
    background: #f35e5e;
}

.reset-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -50px;
    width: 35px !important;
    height: 35px;
    padding: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    background-color: #f2dc9c;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-mask: url(images/icon-delete.svg)no-repeat center/40%;
    background: url(images/icon-delete.svg)no-repeat center/40%;
}

    .input-money.active .reset-btn, input-money.active::after {
        right: 0;
        background: #f35e5e;
    }

.title-box.coupon {
    justify-content: space-between;
}

.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;
}

.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;
}

.crypto-box .exchange {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 40px;
    color: rgba(255,255,255,.5);
}

.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;
}

.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: 14px;
}

.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;
}


/* Deposit Content */ 

/* Withdrawal Content */ 

.slider-tab.a {
    bottom: -5px;
    height: 40px;
}

.bk-form .form-group .form-select {
    font-size: 14px;
    line-height: 20px;
    width: 53%;
    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 free";
    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: 0.9375rem;
    padding-right: 0.9375rem;
    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: 1rem;
    letter-spacing: 1px;
}

.tips-group span.win {
    color: #76bd6a;
}

.tips-group .bet-info p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.dataTables_length {
    font-size: 14px;
}

.dataTables_length td{
    color: #fff;
}

.dataTables_length select {
    color: turquoise;
    outline: none;
    background-color: #383535 !important;
}

.dataTables_filter {
    font-size: 14px;
}

.dataTables_filter label {
    color: #26ffbc;
}

.dataTables_filter input {
    color: turquoise;
}

.dataTables_filter input:focus {
    outline: 2px solid rgba(20,128,94,.4);
}

.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 thead tr th {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
}

table.dataTable thead th {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 13px;
}

    .dataTable-hover tbody tr {
        transition: ease-in-out .5s;
    }

    .dataTable-hover tbody tr:hover {
        color: #26ffbc;
        cursor: pointer;
        transition: ease-in-out .5s;
    }

.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;
}

#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;
}

.btn-add-payment {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
    background-color: transparent;
    height: 26px;
}

.btn-add-payment:hover {
    border-color: #26ffbc;
    color: #26ffbc;
}

/* 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 free";
    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 {
    
    color: white !important;
}

#dataTable_next {
    color: white !important;
}

#dataTable_paginate .paginate_button.current {
    color: black !important;
    background: white;
    background-position: 50%0;
    background-size: 200%;
    font-size: 10px;
    width: 40px;
}

.badge-processing {
    background-color: #2799ff;
}


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;
}

#dtDeposit_wrapper .dataTables_paginate .paginate_button.current, #dtPromotion_wrapper .dataTables_paginate .paginate_button.current, #dtWithdrawal_wrapper .dataTables_paginate .paginate_button.current, 
#dtTransfer_wrapper .dataTables_paginate .paginate_button.current ,#dtMyrewards_paginate .paginate_button.current,#dtHistory_paginate .paginate_button.current,#dtGameAcc_paginate .paginate_button.current,
#dtBankAcc_paginate .paginate_button.current {
    border: 0!important;
    background: #14805e!important;
    color: white!important;
    border-radius: 3px;
    height: 30.8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled i, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active i, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover i {
    color: rgba(255,255,255,.5) !important;
}

.swipe-page-deposit, .swipe-page-withdrawal, .swipe-page-promotion, .swipe-page-transfer ,.swipe-page-gameacc {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: auto;
}

.swipe-page-deposit.open, .swipe-page-withdrawal.open, .swipe-page-promotion.open, .swipe-page-transfer.open,.swipe-page-gameacc.open {
    opacity: 1;
    height: 100%;
    transform: scaleY(1);
}

.swipe-page-deposit.closed, .swipe-page-withdrawal.closed, .swipe-page-promotion.closed, .swipe-page-transfer.closed, .swipe-page-gameacc.closed {
    opacity: 0;
    height: 0;
    transform: scaleY(0);
}

.swipe-page-deposit .container-player-group, .swipe-page-withdrawal .container-player-group, .swipe-page-promotion .container-player-group, .swipe-page-transfer .container-player-group,.swipe-page-gameacc.container-player-group  {
    padding: unset;
    margin-bottom: 0;
    border-radius: 3px;
    background: #313131;
    box-shadow: unset;
    position: relative;
    width: 100%;
    margin-right: 2px;
}

.main-table-box {
    margin-bottom: 1.25rem;
    position: relative;
}

.main-table-box .btn-return {
    margin-bottom: 0.625rem;
}

.btn-return {
    position: relative;
    padding: 0.3125rem 1.25rem 0.3125rem 1.875rem;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
}

.btn-return i {
    position: absolute;
    top: 29%;
    left: 0.825rem;
    width: 0.625rem;
    height: 0.625rem;
    margin-bottom: 0.0625rem;
    padding-right: 0.3125rem;
    transition: .3s;
    font-size: 10px;
}

.main-table-box .bank-name-block {
    display: flex;
    align-items: center;
    position: absolute;
    top: -1.25rem;
    right: 0;
    background: rgba(0,0,0,.2);
    padding: 0.625rem 0.9375rem;
    border-radius: 0 0 3px 3px;
    color: #fff;
}

.main-table-box .bank-name-block img {
    width: auto;
    height: 1.875rem;
    margin-right: 0.9375rem;
}

.btn-return:hover {
    border-color: #26ffbc;
    color: #26ffbc;
}

.btn-return:hover i {
    left: 0.6375rem;
    width: 0.625rem;
    margin-bottom: 0.0625rem;
    padding-right: 0.3125rem;
    -webkit-transform: translateX(-50%);
    transition: .3s;
}

.details-box {
    display: grid;
    grid-template-columns: 60% 40%;
}

.transaction-details-wrap {
    border-radius: 3px;
}

    .transaction-details-wrap + .transaction-details-wrap {
        margin-left: .9375rem;
    }

    .transaction-details-wrap.details, .transaction-details-wrap.timeline {
        background: rgba(0,0,0,.2);
        padding: .9375rem;
    }

        .transaction-details-wrap.details .title, .transaction-details-wrap.timeline .title {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

            .transaction-details-wrap.details .title h3, .transaction-details-wrap.timeline .title h3 {
                color: #26ffbc;
                font-size: 1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 70%;
            }

            .transaction-details-wrap.details .title .badge, .transaction-details-wrap.timeline .title .badge {
                margin-top: -.5rem;
            }

        .transaction-details-wrap.details .timeline-wrap, .transaction-details-wrap.timeline .timeline-wrap {
            bottom: 0;
            /* margin: 1.25rem 0; */
            /* padding: 1.25rem 0; */
            margin-top: .5rem;
            position: relative;
        }

            .transaction-details-wrap.details .timeline-wrap .timeline-block, .transaction-details-wrap.timeline .timeline-wrap .timeline-block {
                color: rgba(255,255,255,.6);
                display: grid;
                grid-template-columns: 4.375rem 4.375rem calc(100% - 8.75rem);
                margin-bottom: .9375rem;
                position: relative;
            }

                .transaction-details-wrap.details .timeline-wrap .timeline-block, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:first-child .transaction-details-wrap.details .timeline-wrap .timeline-block:first-child::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:first-child::before {
                    display: none;
                }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block::before {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 6.4375rem;
                        width: .25rem;
                        height: calc(100% + 3rem);
                        border-radius: .625rem;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block:last-child::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:last-child::before {
                        height: 3.4375rem;
                        top: -2.1875rem;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .date, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date {
                        display: flex;
                        flex-direction: column;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block .date span, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date span {
                            font-size: .75rem;
                            margin-top: .78125rem;
                            text-align: right;
                        }

                            .transaction-details-wrap.details .timeline-wrap .timeline-block .date span + span, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date span + span {
                                margin-top: .0625rem;
                            }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .point, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .point {
                        align-items: center;
                        background: #fff;
                        border-radius: 50%;
                        box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1);
                        display: flex;
                        grid-column: 2/span 1;
                        height: .75rem;
                        justify-content: center;
                        justify-self: center;
                        position: absolute;
                        top: 1.25rem;
                        width: .75rem;
                        z-index: 1;
                        left: 29px;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .bounce, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .bounce {
                        /* -webkit-animation: bounce-point .5s .8s; */
                        animation: bounce-point .5s .8s;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .text, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .text {
                        background: #333;
                        border-radius: 3px;
                        box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1);
                        grid-column: 3/span 1;
                        padding: .9375rem;
                        position: relative;
                        text-align: left;
                        white-space: normal;
                        word-wrap: break-word;
                        font-size: .875rem;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block .text::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .text::before {
                            content: "";
                            position: absolute;
                            left: -.54375rem;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: .625rem .54375rem .625rem 0;
                            border-color: transparent #333 transparent transparent;
                        }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block.current, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current {
                        color: #fff;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current::before {
                            height: 50%;
                        }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .date, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .date {
                            margin-top: 0; /*.46875rem; */
                        }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .point {
                            border: .1875rem solid #fff;
                            box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1),inset .125rem .125rem 0 0 rgba(0,0,0,.1);
                            height: 2.5rem;
                            top: .3125rem;
                            width: 2.5rem;
                            z-index: 1;
                            left: 14px;
                        }
                            /*
                            .transaction-details-wrap.details .timeline-wrap .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .point::before {
                                content: "";
                                display: block;
                                position: relative;
                                width: 1.25rem;
                                height: 1.25rem;
                                background: #fff;
                                left: -5px;
                            }
                            */
                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .text, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .text {
                            font-weight: 500;
                        }

            .transaction-details-wrap.details .timeline-wrap.processing .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.processing .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block::before {
                background-color: #6c757d;
            }

                .transaction-details-wrap.details .timeline-wrap.processing .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block.current .point::before {
                    -webkit-animation: wiggle 2s .5s infinite;
                    animation: wiggle 2s .5s infinite;
                    -webkit-mask: url(images/icon-fail.svg)no-repeat center;
                    mask: url(images/icon-fail.svg)no-repeat center;
                    background-image: url(images/icon-fail.svg);
                    top: 5%;
                }

            .transaction-details-wrap.details .timeline-wrap.success .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.success .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block::before {
                background-color: #76bd6a;
            }

                .transaction-details-wrap.details .timeline-wrap.success .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block.current .point::before {
                    content: '\f00c';
                    font-family: "Font Awesome 6 free";
                    font-weight: 600;
                    font-size: 17px;
                    color: #fff;
                    width: 0.5rem;
                    height: 10px;
                    /* margin-bottom: 0.125rem; */
                    display: flex;
                    justify-content: center;
                    text-align: center;
                    align-items: center;
                }

            .transaction-details-wrap.details .timeline-wrap.fail .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.fail .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block::before {
                background-color: #f35e5e;
            }

                .transaction-details-wrap.details .timeline-wrap.fail .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block.current .point::before {
                    -webkit-mask: url(images/icon-fail.svg)no-repeat center;
                    mask: url(images/icon-fail.svg)no-repeat center;
                    background-image: url(images/icon-fail.svg);
                }

            .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block::before {
                background-color: #ffc107;
            }

                .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block.current .point::before {
                    -webkit-mask: url(images/icon-reverted.svg)no-repeat center;
                    mask: url(images/icon-reverted.svg)no-repeat center;
                    background-image: url(images/icon-reverted.svg);
                }

        .transaction-details-wrap.details .details-wrap, .transaction-details-wrap.timeline .details-wrap {
            margin-top: 0.5rem;
        }

            .transaction-details-wrap.details .details-wrap .info, .transaction-details-wrap.timeline .details-wrap .info {
                align-items: center;
                background: rgba(102,102,102,.2);
                color: #fff;
                display: grid;
                grid-template-columns: 1fr 1fr;
                padding: .625rem .9375rem;
            }

                .transaction-details-wrap.details .details-wrap .info:nth-child(2n), .transaction-details-wrap.timeline .details-wrap .info:nth-child(2n) {
                    background: rgba(128,128,128,.2);
                }

                .transaction-details-wrap.details .details-wrap .info .name, .transaction-details-wrap.timeline .details-wrap .info .name {
                    font-size: .875rem;
                    font-weight: 500;
                }

                .transaction-details-wrap.details .details-wrap .info .value, .transaction-details-wrap.timeline .details-wrap .info .value {
                    font-size: .875rem;
                    text-align: right;
                    white-space: normal;
                    word-break: break-word;
                    word-wrap: break-word;
                }

                    .transaction-details-wrap.details .details-wrap .info .value a, .transaction-details-wrap.timeline .details-wrap .info .value a {
                        color: #26ffbc;
                        text-decoration: dashed !important;
                        display: inline-flex !important;
                        text-align: right;
                    }

        .transaction-details-wrap.details .tips, .transaction-details-wrap.timeline .tips {
            color: #fff;
            display: none;
            font-size: .875rem;
            margin-bottom: .9375rem;
            text-align: center;
            white-space: normal;
            word-wrap: break-word;
        }

        .transaction-details-wrap.details button, .transaction-details-wrap.timeline button {
            color: #fff;
            left: 50%;
            overflow: hidden;
            position: relative;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 99%;
            margin-top: 0.85rem;
        }

            .transaction-details-wrap.details button .countdown, .transaction-details-wrap.timeline button .countdown {
                align-items: center;
                background: linear-gradient(to right,#5a5a5a 0,#4d4d4d 15%,#4d4d4d 30%,#5a5a5a 55%,#5a5a5a 100%);
                background-position: 50%0;
                background-size: 200%;
                border-radius: 0;
                bottom: 0;
                box-shadow: 0 5px 10px 0 rgba(71,71,71,.1),inset 0 0 3px 0#5a5a5a;
                color: #fff;
                display: none;
                font-size: .9375rem;
                height: 2.5rem;
                justify-content: center;
                left: 0;
                line-height: 2.5rem;
                position: absolute;
                text-align: center;
                width: 100%;
                z-index: 1;
            }

                .transaction-details-wrap.details button .countdown.fadeIn, .transaction-details-wrap.timeline button .countdown.fadeIn {
                    -webkit-animation: button-push .5s ease;
                    animation: button-push .5s ease;
                }

                    .transaction-details-wrap.details button .countdown.fadeIn::before, .transaction-details-wrap.timeline button .countdown.fadeIn::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: -1.25rem;
                        width: 100%;
                        height: 1.25rem;
                        background: linear-gradient(to right,#5a5a5a 0,#4d4d4d 15%,#4d4d4d 30%,#5a5a5a 55%,#5a5a5a 100%);
                        -webkit-mask: url(../images/bg-wave.svg)no-repeat center;
                        mask: url(../images/bg-wave.svg)no-repeat center;
                    }

                .transaction-details-wrap.details button .countdown.fadeOut, .transaction-details-wrap.timeline button .countdown.fadeOut {
                    -webkit-animation: button-pull .5s ease;
                    animation: button-pull .5s ease;
                }

                    .transaction-details-wrap.details button .countdown.fadeOut::before, .transaction-details-wrap.timeline button .countdown.fadeOut::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        width: 100%;
                        height: 1.25rem;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                        background: linear-gradient(to left,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
                        -webkit-mask: url(../images/bg-wave.svg)no-repeat center;
                        mask: url(../images/bg-wave.svg)no-repeat center;
                    }

                .transaction-details-wrap.details button .countdown .timer, .transaction-details-wrap.timeline button .countdown .timer {
                    border-radius: 50%;
                    box-shadow: 0 0 0 .09375rem #fff;
                    height: .9375rem;
                    left: -.625rem;
                    position: relative;
                    top: 0;
                    width: .9375rem;
                }

                    .transaction-details-wrap.details button .countdown .timer::after, .transaction-details-wrap.details button .countdown .timer::before, .transaction-details-wrap.timeline button .countdown .timer::after, .transaction-details-wrap.timeline button .countdown .timer::before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 36.5%;
                        height: .09375rem;
                        -webkit-transform-origin: 0 50%;
                        transform-origin: 0 50%;
                        -webkit-animation: spinClockwise 2s linear infinite;
                        animation: spinClockwise 2s linear infinite;
                        border-radius: .3125rem;
                        background-color: #fff;
                    }

                    .transaction-details-wrap.details button .countdown .timer::after, .transaction-details-wrap.timeline button .countdown .timer::after {
                        width: 25%;
                        -webkit-animation: spinClockwise 12s linear infinite;
                        animation: spinClockwise 12s linear infinite;
                    }

                    .swipe-page-deposit.open, .swipe-page-withdrawal.open, .swipe-page-promotion.open, .swipe-page-transfer.open {
                        opacity: 1;
                        height: 100%;
                        transform: scaleY(1);
                    }
                
                    .swipe-page-deposit.closed, .swipe-page-withdrawal.closed, .swipe-page-promotion.closed, .swipe-page-transfer.closed {
                        opacity: 0;
                        height: 0;
                        transform: scaleY(0);
                    }
                
                @-webkit-keyframes slide {
                    0% {
                        visibility: hidden;
                        -webkit-transform: translateX(5rem);
                        transform: translateX(5rem);
                    }
                
                    60% {
                        -webkit-transform: translateX(-.3125rem);
                        transform: translateX(-.3125rem);
                    }
                
                    to {
                        visibility: visible;
                        -webkit-transform: translateX(0);
                        transform: translateX(0);
                    }
                }
                
                @keyframes slide {
                    0% {
                        visibility: hidden;
                        -webkit-transform: translateX(5rem);
                        transform: translateX(5rem);
                    }
                
                    60% {
                        -webkit-transform: translateX(-.3125rem);
                        transform: translateX(-.3125rem);
                    }
                
                    to {
                        visibility: visible;
                        -webkit-transform: translateX(0);
                        transform: translateX(0);
                    }
                }
                
                @-webkit-keyframes bounce-point {
                    0% {
                        -webkit-transform: scale(.6);
                        transform: scale(.6);
                    }
                
                    60% {
                        -webkit-transform: scale(1.2);
                        transform: scale(1.2);
                    }
                
                    to {
                        -webkit-transform: scale(1);
                        transform: scale(1);
                    }
                }
                
                @keyframes bounce-point {
                    0% {
                        -webkit-transform: scale(.6);
                        transform: scale(.6);
                    }
                
                    60% {
                        -webkit-transform: scale(1.2);
                        transform: scale(1.2);
                    }
                
                    to {
                        -webkit-transform: scale(1);
                        transform: scale(1);
                    }
                }


/* 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 free";
    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;
}

.personal-info p {
    display: inline-block;
    vertical-align: middle;
}

.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-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-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;
}

[type=date]::before {
    background: url(images/icon-date.svg);
}

.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;
}

.personal-data .add-phone-btn i {
    font-size: 12px;
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}

.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 {
    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;
}
*/
.input-box-a select {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: none !important;
    transition: border-color 0.3s ease;
    letter-spacing: 0.4px;
}

.pop-btn-box.non-verify-btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 0px;
    text-align: center;
}

.login-input1.verify select, .login-input1.verify input {
    padding-left: 10px !important;
}

.pop-btn-box button {
    border: none;
    flex: 1 1 50%;
}

#verify-updatephone-link .login-form-inner,#verify-upbirth-link .login-form-inner {
    margin: 0;
}

.login-input1 {
    position: relative;
    display: flex;
}
/* 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 free" !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;
}

.inm-text-red {
    color: #ff0000 !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-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background: linear-gradient(0deg,#111 0,rgba(17,17,17,.9) 67%);
    text-align: center;
}

    .referral-wrapper::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 145px;
        background: url(images/referral-program-bg.png);
        background-size: cover;
        z-index: 2;
        width: 100%;
        height: 800px;
    }

    .referral-wrapper::after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 800px;
    }

.referral-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.referral-program-container {
    position: relative;
}

.referral-program-promotion_bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.referral-program-promotion_head {
    padding-bottom: 5px;
}

    .referral-program-promotion_head .banner {
        padding-bottom: 38%;
        position: relative;
        z-index: 2;
    }

    .referral-program-promotion_head .banner .logo {
        width: 35%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        margin: 0 auto;
    }

        .referral-program-promotion_head .banner .logo img {
            width: 100%;         
        }


    .referral-program-promotion_head .banner .title {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 135px;
    }

        .referral-program-promotion_head .banner .title .one {
            display: block;
            white-space: nowrap;
            text-align: center;
            text-shadow: 0 05px 5px #000;
            color: #fff;
            font-size: 38px;
            line-height: 1.2;
            font-weight: 900;
        }

        .referral-program-promotion_head .banner .title .two {
            display: block;
            white-space: nowrap;
            text-align: center;
            text-shadow: 0 05px 5px #000;
            color: #ffde1a;
            font-size: 38px;
            line-height: 1.2;
            font-weight: 900;
        }

    .referral-program-promotion_head .banner .b-img {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: -1;
    }

    .referral-program-promotion_head .banner .b-img img {
        position: absolute;
        top: -260px;
        left: 50%;
        width: 130%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    
.referral-program-promotion_body {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 5px 0px 35px 15px;
    z-index: 3;
    gap: 15px;
}

    .referral-program-promotion_body .panel {
        background-color: #333;
        box-shadow: 0 2px 4px rgba(0,0,0,.5);
        border: 1px solid #666;
        border-radius: 7px;
        padding: 20px 10px 12px;
    }

    .referral-program-promotion_body .left {
        width: 65%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .referral-program-promotion_body .left .section-1 {
        width: 100%;
    }

    .referral-program-title {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: normal;
        margin-bottom: 20px;
    }

    .referral-program-flowch {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .referral-program-flowch .step-block {
        position: relative;
        width: 100%;
    }

    .referral-program-flowch .step-block .img {
        position: absolute;
        z-index: 3;
        width: 31%;
        top: -29%;
        right: 13%;
    }

    .referral-program-flowch .step-block .img img, .referral-program .step-block .body .arrow img {
        width: 100%;
    }

    .referral-program-flowch .step-block .num {
        color: #ffde1a;
        font-size: 77px;
        font-weight: 700;
        position: absolute;
        bottom: 63%;
        left: 12%;
        z-index: 3;
    }

    .referral-program-flowch .step-block .body {
        position: relative;
        z-index: 2;
        padding: 5px 10px 20px 20px;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 4px;
        background-color: rgba(255,255,255,.03);
        overflow: hidden;
    }
    
    .referral-program-flowch .step-block .body .arrow {
        position: absolute;
        width: 50px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .referral-program-flowch .step-block .body .arrow.a1 {
        left: 60px;
        bottom: 10px;
        opacity: .05;
    }

    .referral-program-flowch .step-block .body .arrow.a2 {
        right: 21px;
        top: -4px;
        opacity: .03;
    }

    .referral-program-flowch .step-block .body .title {
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        padding-top: 40px;
        color: #ffde1a;
    }

    .referral-program-flowch .step-block .body .desc {
        margin-top: 6px;
        margin-bottom: 8px;
        text-align: left;
        font-weight: 400;
        font-size: 13px;
        color: white;
    }

.referral-btn {
    margin-top: 25px;
    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: white;
    border-radius: 4px;
    padding: 20px;
    align-items: center;
    overflow: hidden;
    font-size: 15px;
    line-height: 2px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
}

.referral-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;
    color: #fff;
    text-shadow: 0 1px 3px #967302;
}


.referral-program-promotion_body .left .section-2 {
    padding: 15px 6px 5px;
    width: 57%;
    text-align: left;
}

.referral-reward .title {
    text-align: left;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: white;
    line-height: normal;
}

    .referral-reward .content {
        margin-top: 15px;
        padding: 0 10px;
        margin-bottom: 40px;
    }

    .referral-reward .content .desc {
        color: #b5b5b5;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }

    .referral-reward .content .sub-heading {
        margin-top: 15px;
        font-size: 16px;
        font-weight: 700;
        color: #ffed1a;
        text-align: left;
    }

    .referral-reward .content .tier-block {
        position: relative;
        margin-top: 15px;
    }

    .referral-reward .content .tier-block .reward-tiers {
        position: relative;
        z-index: 2;
        max-width: 63%;
    }

    .referral-reward .content .tier-block .reward-tiers .cont {
        position: relative;
        padding-bottom: 4px;
    }

    .referral-reward .content .tier-block .reward-tiers .cont:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #ffde1a;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        box-shadow: 0 0 0.25rem 0.25rem #14805e;
        border: 0.0625rem solid #14805e;
    }

    .referral-reward .content .tier-block .reward-tiers .cont:after {
        content: "";
        display: block;
        width: 100%;
        height: 0.0625rem;
        background: linear-gradient(90deg,rgba(255,255,255,0)0,#09c58a 100%);
        margin-top: 8px;
    }
    
    .referral-reward .content .tier-block .reward-tiers .cont .title {
        font-size: 15px;
        font-weight: 500;
        color: white;
        padding: 0;
    }

    .referral-reward .content .tier-block .reward-tiers .cont .rate {
        font-size: 17px;
        font-weight: 700;
        color: #fedd1a;
        line-height: 1.5;
        vertical-align: text-bottom;
        text-align: left;
    }

        .referral-reward .content .tier-block .reward-tiers .cont .rate:after {
            content: "("attr(data-suffix)")";
            color: #b5b5b5;
            font-size: 12px;
            vertical-align: text-bottom;
        }

    .referral-reward .content .tier-block .promotion-chart {
        position: absolute;
        width: 55%;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .referral-reward .content .tier-block .promotion-chart .img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        width: 35px;
        z-index: 2;
    }

    .referral-reward .content .tier-block .promotion-chart .circle {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.first {
        width: 43%;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.second {
        width: 64%;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.third {
        width: 85%;
    }

    .referral-reward .content .tier-block .promotion-chart .circle:after {
        content: attr(data-text);
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 20px;
        color: rgba(255,255,255,.5);
        font-size: 12px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-align: center;
    }

.referral-reward .content .tier-block .promotion-chart .circle .circle-inner {
    position: relative;
    padding: 0 0 100%;
    background: #14805e;
    border-radius: 50%;
    box-shadow: 0 4.5px 3.6px rgba(0,0,0,.024), 0 12.5px 10px rgba(0,0,0,.035), 0 30.1px 24.1px rgba(0,0,0,.046), 0 100px 80px rgba(0,0,0,.07);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

    .ref-pg-cic-in::before {
        inset: 0;
        padding: 1px;
        background: linear-gradient(0deg,rgba(255,255,255,0)0,rgba(255,255,255,.6) 100%) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
    }
    
    .ref-pg-cic-in::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 1px solid transparent;
        box-shadow: none;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.first .circle-inner {
        opacity: .6;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.second .circle-inner {
        opacity: .4;
    }

    .referral-reward .content .tier-block .promotion-chart .circle.third .circle-inner {
        opacity: .2;
    }

.referral-program-promotion_body .left .section-3 {
    padding: 15px 6px 5px;
    width: 43%;
}

.referral-program-promotion_body .left .section-3 .calculator {
    font-family: "Helvetica Neue",sans-serif;
    background-color: #272727;
    position: relative;
    padding-top: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #464646;
}

    .referral-program-promotion_body .left .section-3 .calculator .main {
        padding: 10px 14px 20px;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .title {
        text-align: center;
        padding: 0 10px;
        font-weight: 700;
        font-size: 16px;
        color: white;
        line-height: normal;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .desc {
        text-align: center;
        margin-top: 15px;
        font-weight: 500;
        font-size: 12px;
        color: #b5b5b5;
        line-height: normal;
        letter-spacing: 0.1px;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .ul {
        margin-top: 20px;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .ul .input-block {
        margin-top: 10px;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .ul .input-block[data-text]::before {
        content: attr(data-text);
        display: block;
        margin-bottom: 7px;
        color: #b5b5b5;
        font-size: 12px;
    }

    .referral-program-promotion_body .left .section-3 .calculator .main .ul .input-block input {
        width: 100%;
        box-sizing: border-box;
        background-color: #333;
        color: #ffde1a;
        font-size: 20px;
        font-weight: 700;
        padding: 3px 10px 3px;
        border: 0;
        border-radius: 4px;
        text-align: right;
    }

    .referral-program-promotion_body .left .section-3 .calculator .bottom {
        padding: 10px 14px 1px;
        background-color: #414141;
        border-top: 1px solid #464646;
    }

    .referral-program-promotion_body .left .section-3 .calculator .bottom .remind {
        font-size: 12px;
        color: white;
        text-align: center;
    }

    .referral-program-promotion_body .left .section-3 .calculator .bottom .rewards {
        font-size: 31px;
        color: #ffde1a;
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .referral-program-promotion_body .left .section-3 .calculator .bottom .rewards::before {
        content: attr(data-unit);
        display: inline-block;
        font-size: 15px;
        margin-right: 8px;
        font-weight: 500;
    }

.referral-program-promotion_body .right {
    width: 35%;
    overflow: hidden;
}

.referral-leaderboard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.referral-leaderboard .lead-block {
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    flex-grow: inherit;
}

    .referral-leaderboard .title {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: normal;
        margin-bottom: 20px;
    }

    .referral-leaderboard .lead-block  {
       position: relative;
       gap: 10px;
    }

    .referral-leaderboard .lead-block .re-card {
        position: relative;
        margin-top: 5px;
        flex: 5px;
    }

        .referral-leaderboard .lead-block .re-card.r2 {
            margin-top: 30px;
        }

    .referral-leaderboard .lead-block .re-card .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        z-index: 1;
    }

        .referral-leaderboard .lead-block .re-card:after {
            content: "";
            display: block;
            padding-bottom: 150%;
        }
 
    .referral-leaderboard .lead-block .re-card .title {
        position: absolute;
        display: inline-block;
        left: 50%;
        z-index: 3;
        -webkit-transform: translate(-50%,-40%);
        transform: translate(-50%,-40%);
        padding: 2px 10px;
        font-size: 17px;
        background-color: #ffde1a;
        border-radius: 30px;
    }

    .referral-leaderboard .lead-block .re-card .title .deco {
        position: absolute;
        left: 50%;
        top: 0;
        width: 18px;
        -webkit-transform: translate(-50%,-100%) translateY(0px);
        transform: translate(-50%,-100%) translateY(0px);
    }

    .referral-leaderboard .lead-block .re-card .title .content {
        color: black;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
    }

    .referral-leaderboard .lead-block .re-card .content-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .referral-leaderboard .lead-block .re-card .content-desc .avatar {
        position: relative;
        width: 80px;
        background-color: #47454561;
        border-radius: 50%;
    }

        .referral-leaderboard .lead-block .re-card .content-desc .avatar:after {
            content: "";
            display: block;
            padding-bottom: 0%;
        }


    .referral-leaderboard .lead-block .re-card .content-desc .name {
        margin-top: 15px;
        color: white;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
    }

    .referral-leaderboard .lead-block .re-card .content-desc .bonus {
        margin-top: 6px;
        color: #ffde1a;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.1px;
    }

.referral-leaderboard .sub-heading {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffed1a;
}
    
.referral-leaderboard .listwrap {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: fit-content;
}

    .referral-leaderboard .list {
        margin-top: 10px;
        border-radius: 4px;
        overflow: auto;
    }

    .referral-leaderboard .list .item-row {
        display: flex;
    }

    .referral-leaderboard .list .item-row:nth-child(odd) {
        background-color: #262626;
    }

    .referral-leaderboard .list .item-row > .item-cell {
        flex: 1;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(1) {
        padding: 13px 12px;
        text-align: left;
    }
    
    .referral-leaderboard .list .item-row .item-cell .item-name, .referral-leaderboard .list .item-row .item-cell .item-desc {
        font-size: 12px;
        color: #b5b5b5;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(2) {
        padding: 13px;
        text-align: center;
        position: relative;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(2)::before, .referral-leaderboard .list .item-row .item-cell:nth-child(3)::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 60%;
        top: 50%;
        left: 0;
        opacity: .2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-left: 1px dashed #fff;
    }

    .referral-leaderboard .list .item-row .item-cell:nth-child(3) {
        padding: 13px 12px;
        text-align: right;
        position: relative;
        flex: 1;
    }

    .referral-leaderboard .list .item-row .item-cell .bonus {
        color: #ffde1a;
        font-size: 12px;
    }

    .referral-leaderboard .list .item-row .item-cell .bonus[data-unit]::after {
        content: attr(data-unit);
        display: inline-block;
        font-size: 12px;
        color: #b5b5b5;
        margin-left: 5px;
    }

    .referral-leaderboard .list .item-row:nth-child(even) {
        background-color: #333;
    }

.refe-navv {
    overflow: hidden;
    border-bottom: 1px solid #14805e;
    line-height: 0;
}

.referral.nav-tabs {
    gap: 6px;
}

.referral .nav-link {
    background: #14805e;
    color: white;
    background: rgba(20,128,94,.2);
    float: left;
    font-size: 13px;
    transition: .3s;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 0;
}

    .referral .nav-link:hover {
        background: #14805e;
        color: white;
    }

    .referral .nav-link.active {
        background: #14805e;
        color: white;
    }

.main-tab-content.reff .tab-content {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    transition: .3s;
}

.referral-info-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 155px;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
}

    .referral-info-banner_logo {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 2;
        width: 215px;
        left: 1%;
    }

    .referral-info-banner_title {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        z-index: 2;
        left: 21%;
    }

    .referral-info-banner_title .white {
        display: block;
        white-space: nowrap;
        text-align: center;
        text-shadow: 0 3px 3px #000;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        line-height: 1.2;
        word-wrap: break-word;
    }

    .referral-info-banner_title .yellow {
        display: block;
        white-space: nowrap;
        text-align: center;
        text-shadow: 0 3px 3px #000;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 900;
        color: #ffde1a;
        line-height: 1.2;
        word-wrap: break-word;
    }

    .referral-info-banner_img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 9.375rem;
    }

    .referral-info-downline {
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        padding: 1px 0 15px;
    }

    .referral-info-downline-top {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding: 0 0 10px;
        align-items: center;
    }

        .referral-info-downline-top .title {
            font-weight: 700;
            font-size: 16px;
            text-align: center;
            color: #fff;
            padding: 0 10px 0 0;
        }

        .referral-info-downline-top .desc {
            font-size: 12px;
            text-align: center;
            color: #b5b5b5;
        }

    .referral-info-downline-content {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        width: 100%;
        background: #272727;
        border: 1px solid #666;
        border-radius: 5px;
    }

    .referral-info-downline-content .info {
        width: 100%;
        color: #ffde1a;
        font-weight: 700;
        font-size: 19px;
        text-align: center;
        padding: 12px 5px 8px;
        border-radius: 4px;
    }

    .referral-info-downline-content .info::after {
        content: attr(data-desc);
        display: block;
        font-size: 13px;
        color: white;
        text-align: center;
        margin-top: 3px;
        font-weight: 400;
    }

    .referral-info_panel {
        padding: 6px;
        background-image: url(images/referral-panel-bg-2.png);
        background-color: #333;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0 2px 4px rgba(0,0,0,.5);
        border: 1px solid #666;
        border-radius: 4px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .referral-info_panel .cont {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .referral-info_panel .cont .list {
        position: relative;
        flex: 1;
        padding: 10px 15px 6px;
        border-radius: 3px;
        background-color: rgba(0,0,0,.7);
        display: flex;
        align-items: center;
    }

    .referral-info_panel .cont .list .status {
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        color: #ffde1a;
        flex: 1;
    }

        .referral-info_panel .cont .list .status.left {
            text-align: left;
        }

    .referral-info_panel .cont .list .status[data-title]::before {
        content: attr(data-title);
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: left;
        margin-bottom: 1px;
    }

    .referral-info-btn {
        position: absolute;
        width: 40%;
        top: 50%;
        right: 10px;
        height: 27px;
        line-height: 26px;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        font-size: 13px;
        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;
        border-radius: 3px;
        cursor: pointer;
        transition: .3s;
    }

    .referral-info-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;
        color: #fff;
        text-shadow: 0 1px 3px #967302;
    }

    .referral-info-btn.disabled {
        cursor: not-allowed;
        background: linear-gradient(to right,#5a5a5a 0,#4d4d4d 15%,#4d4d4d 30%,#5a5a5a 55%,#5a5a5a 100%);
        background-position: 50%0;
        background-size: 200%;
        box-shadow: 0 5px 10px 0 rgba(71,71,71,.1),inset 0 0 3px 0#5a5a5a;
        color: gray;
    }

.referral-info_body-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 230px;
    padding: 17px 0;
}

    .referral-info_body-col .panel {
        background-image: url(images/referral-panel-bg-1.png);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        overflow: visible;
        background-color: #333;
        padding: 5px 5px 10px;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0 2px 4px rgba(0,0,0,.5);
        border: 1px solid #666;
        border-radius: 4px;
        text-align: center;
        position: relative;
    }

    .referral-info_body-col > div {
        height: 100%;
        flex: 3;
    }

    .referral-info_body-col > div:nth-child(2n) {
        flex: 2;
        margin-left: 8px;
    }

    .referral-info_body-col .panel.two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 9px 10px;
        background-color: #333;
        background-image: none;
    }

    .referral-info_body-col .panel .left {
        flex: 1;
        padding: 0 10px; 
        display: flex;
        align-items: center;
    }

    .referral-info_body-col .panel .right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex: 2;
        padding: 0 20px;
    }

    .referral-code-panel_qr {
        width: 115px;
        height: 115px;
        mix-blend-mode: lighten;
        margin: auto;
    }

    .referral-info_body-col .panel .right .title {
        font-size: 14px;
        text-align: center;
        color: #b5b5b5;
    }

    .referral-info_body-col .panel .right .code-panel-area {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        padding: 6px 0;
    }

    .referral-info_body-col .panel .right .code-panel-area .code {
        font-size: 18px;
        font-weight: 700;
        color: #ffde1a;
        position: relative;
        margin-bottom: 0;
        line-height: 1.2;
        word-wrap: break-word;
    }

    .referral-info_body-col .panel .right .code-panel-area .code i {
        font-size: 16px;
        cursor: pointer;
        margin-left: 3px;
    }

    .referral-code-panel_btn.btn-default {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background-color: #ffde1a;
        font-size: 14px;
        gap: 7px;;
        text-align: center;
        padding: 10px 18px 8px;
        width: 100%;
        border-radius: 5px;
        font-weight: 600;
        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;
        line-height: 1.1;
    }

    .referral-code-panel_btn.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;
        color: #fff;
        text-shadow: 0 1px 3px #967302;
    }

    .referral-info_body-col .panel .right .btn-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 8px;
    }

    .invite-box {
        position: relative;
        width: 55%;
        padding-bottom: 10px;
    }

.modal-content .pop-inner-ref {
    padding: 1px 8px 0;
    color: black;
    font-size: 14px;
    margin: 10px 0;
}

.invite-box-list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 35px;
    width: 490px;
    padding: 15px 20px 1px;
    border-radius: 5px;
    background: #565242;
    box-shadow: 1px 0 5px rgba(0,0,0,.2);
    white-space: normal;
    right: 50%;
    -webkit-transform: translate(50%,0px);
    transform: translate(50%,0px);
    margin-top: 8px;
}

.invite-box:hover .invite-box-list {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    .invite-box-list li {
        padding: 0 12px 0px;
        cursor: pointer;
        display: inline-block;
    }

    .invite-box-list li a p {
        font-size: 12px;
        transition: .3s;
        text-align: center;
        white-space: nowrap;
        color: #bbb390;
    }

    .invite-box-list li:hover .share-link {
        background: #efdf51;
    }

    
    .invite-box-list li:hover p{
        color: #efdf51;
    }

.referral-promotion-guide {
    padding: 20px 0;
}

    .referral-promotion-guide .title {
        text-align: left;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
        line-height: normal;;
    }

.referral-rate-title {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-top: 10px;
}

.referral-rate-tier {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    color: #ffde1a;
    width: 100%;
}

.referral-rate-tier .tier-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 7px;
}

    .referral-rate-tier .tier-row .tier-rate {
        font-size: 16px;
        text-align: center;
        padding-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
        color: #ffde1a;
    }

    .referral-rate-tier .tier-row> .de.tier-rate {
        flex: 1;
        background-color: #3d3d3d;
    }

    .referral-rate-tier .tier-row > .tier-rate[data-head]::before {
        content: attr(data-head);
        display: block;
        font-size: 13px;
        font-weight: 500;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 13px;
        color: #fff;
    }

    .referral-rate-tier .tier-row > .tier-rate:nth-child(1)[data-head]::before {
        background: linear-gradient(180deg,#06aa6b 0,#14805e 100%);
    }

    .referral-rate-tier .tier-row > .tier-rate:nth-child(2)[data-head]::before {
        background: linear-gradient(180deg,#1dd08b 0,#2fa27e 100%);
    }

    .referral-rate-tier .tier-row > .tier-rate:nth-child(3)[data-head]::before {
        background: linear-gradient(180deg,#59d2a3 0,#5bb398 100%);
    }

    .de.tier-rate[data-suffix]::after {
        content: "("attr(data-suffix)")";
        display: block;
        font-size: 12px;
        margin-top: 5px;
        color: #b5b5b5;
    }

.referral-rate-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    gap: 8px;
    top: 0;
    right: 0;
    width: auto;
    height: 27px;
    padding: 0 13px 0 22px;
    font-size: 12px;
    text-align: center;
    background: #ffde1a;
    color: #000;
    box-shadow: inset 0 0.0625rem 0.0625rem 0 rgba(255,255,255,.5);
    -webkit-clip-path: path("M0,0 L800,0 L800,26.8193006 L19.9185168,26.8193006 C17.0429846,26.8193006 14.3886686,25.2760385 12.96609,22.7770476 L0,0 L0,0 Z");
    clip-path: path("M0,0 L800,0 L800,26.8193006 L19.9185168,26.8193006 C17.0429846,26.8193006 14.3886686,25.2760385 12.96609,22.7770476 L0,0 L0,0 Z");
    cursor: pointer;
}

.modal-content.reffe {
    background: #2d2e30;
}

.modal-content.reffe .modal-header {
    background: transparent;
    text-align: center;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid transparent;
}

    .modal-content.reffe .modal-header .modal-title {
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

    .modal-content.reffe .modal-header button:hover {
        background-color: transparent;
    }

    .referral-info-table {
        width: 100%;
    }

    .referral-info-table thead th {
        background-color: #4c4c4c;
        padding: 10px 10px;
        color: white;
        font-size: 13px;
        text-align: left;
    }

    .referral-info-table thead th:first-child {
        border-top-left-radius: 4px;
    }

    .referral-info-table thead th:last-child {
        border-top-right-radius: 4px;
    }

    .referral-info-table tbody td {
        background-color: #333;
        padding: 10px 10px;
        color: #fff;
        font-size: 13px;
        text-align: left;
    }

    .referral-info-table tr th:nth-child(1), .referral-info-table tr th:nth-child(2), .referral-info-table tr th:nth-child(3)  {
        border-right: 1px dotted #838383;
    }

    .referral-info-table tr td:nth-child(1), .referral-info-table tr td:nth-child(2), .referral-info-table tr td:nth-child(3) {
        border-right: 1px dotted #838383;
    }

    .referral-info-table tbody tr:last-child > td:first-child {
        border-bottom-left-radius: 4px;
    }

    .referral-info-table tbody tr:last-child > td:last-child {
        border-bottom-right-radius: 4px;
    }

.records-summarize-panel {
    display: flex;
    margin: 10px 0;
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.records-summarize-panel .ul {
    display: flex;
    flex-direction: row;
}

    .records-summarize-panel .ul .li {
        padding: 0 15px;
    } 

    .records-summarize-panel .ul .li .status {
        text-align: right;
        font-size: 20px;
        font-weight: 700;
        color: #ffde1a;
    }

    .records-summarize-panel .ul .li .status[data-title]::before {
        content: attr(data-title);
        display: block;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        text-align: left;
        margin-bottom: 10px;
    }

    .records-summarize-panel .ul .li:nth-child(2) {
        border-left: 1px dotted #666;
    }

.filter-box {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-self: flex-start;
    padding: 15px 20px 15px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
}

.filter-box .filter-group {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}

    .filter-box .filter-group > label {
        display: block;
        padding-bottom: 3px;
        color: white;
        font-size: 14px;
    }
    /*
    .choose-box2.col-5.referral{
        width: 100%;
        flex-flow: nowrap;
    }
    */
    .filter-btn-box {
        padding-bottom: 10px;
        text-align: right;
    }

    .cash-reward-btn {
        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;
        color: #fff;
        padding: 7px 13px;
        line-height: 1;
        font-size: 13px;
        border: 0;
        outline: 0;
        border-radius: 3px;
        transition: .4s;
    }

    .cash-reward-btn:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(30,52,124,.1),0 4px 4px 1px rgba(30,52,124,.1),0 8px 8px 1px rgba(30,52,124,.1),0 16px 16px 1px rgba(30,52,124,.1),0 32px 32px 1px rgba(30,52,124,.1),inset 0 0 3px 0#859ae1;
        color: #fff;
        text-shadow: 0 1px 3px #1e347c;
    }

    .reward-history-box {
        width: 100%;
        justify-content: flex-start;
        margin-top: 0.625rem;
        padding: 15px 20px 15px;
        border-radius: 4px;
        background-color: rgba(0,0,0,.2);
    }

/* 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 */

/* Pagination */
.page-navigation {
    margin-bottom: 3px;
}

.page-navigation .previous_link,
.page-navigation .next_link,
.page-navigation .go_to_page,
.pagination-game .prev-page,
.pagination-game .next-page,
.pagination-game .page-number{
    text-decoration: none;
    color: white;
    border-color: transparent;
    padding: 10px 13px;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    transition: 0.4s;
    background: #0b5b42;
    align-items: center;
}

    .page-navigation .go_to_page:hover {
        transition: 0.4s;
    }

.page-navigation .previous_link,.pagination-game .prev-page { 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 1px;
    position: relative;
    transition: 0.4s;
}

.page-navigation .next_link,.pagination-game .next-page {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.4s;
}

.page-navigation .previous_link:hover, 
.page-navigation .previous_link:active, 
.page-navigation .next_link:hover, 
.page-navigation .next_link:active, 
.page-navigation .go_to_page:hover, 
.page-navigation .go_to_page:active, 
.page-navigation .go_to_page.active_page,
.pagination-game .page-number.active,
.pagination-game .next-page:hover,
.pagination-game .prev-page:hover,
.pagination-game .page-number:hover{
    background: #169d73;
    align-items: center;
    transition: 0.4s;
}

.cursor-pointer {
    cursor: pointer;
}

    .page-navigation.navigation-mission a{
        background: unset;
    }

    .page-navigation.navigation-mission .go_to_page {
        padding: 4px 10px;
        border-radius: 3px;
    }

   
/* Pagination */

/* Myaccount */

table tbody tr td img {
    max-height: 35px !important;
}

.download_main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-column-gap: 15px;
}

.download_box_column {
    width: 100%;
    padding: 10px;
    position: relative;
    background-color: #333;
    border-radius: 3px;
}

@keyframes fall {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(-5rem);
        transform: translateY(-5rem);
    }

    60% {
        -webkit-transform: translateY(.3125rem);
        transform: translateY(.3125rem);
    }

    to {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.download_box_column .download_icon {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

.download_box_column .download_icon i {
    color: #26ffbc;
    font-size: 1.3rem;
    margin-top: -0.2rem;
    margin-right: 0.2rem;
    margin-left: 0.3rem;
}

.download_box_column .download_icon h3 {
    color: #fff;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin-top: 0.5rem;
}

.download_box_column .download_scan {
    width: 120px;
    height: 120px;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}

.download_box_column .download_scan img {
    width: 130px;
}

.download_box_column .btn-default {
    display: block;
    cursor: pointer !important;
    margin-top: 0.5rem;
}

.swipe-page-gameacc .container-player-group {
    padding: unset;
    margin-bottom: 0;
    border-radius: 3px;
    background: #313131;
    box-shadow: unset;
    position: relative;
    width: 100%;
    margin-right: 2px;
}

.download_box_column .download_scan.pc {
    width: 120px;
    height: 170px !important;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: -0.9rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
}

.title h3.account {
    width: 100% !important;
}
/* Myaccount */

/* Myidentity */
.input-box-a .custom-file-label {
    z-index: 1;
    height: 40px;
    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: 100%;
}

.input-box-a .input-group-append button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
}

.front-document-word {
    margin: auto;
    position: relative;
}

.front-document {
    position: absolute;
}


/* Myidentity */


/* One click register */
.modal-header.one-click {
    justify-content: center;
}

.registration-success-copy-fields {
    display:flex;
}

.registration-success-copy-fields .copy-content {
    border-radius: 3px;
    width: 100%;
    min-height: 2.5em;
    display: flex;
    border: 2px solid #adacb1;
}

.registration-success-copy-fields-item:first-child {
    position: relative;
}

.registration-success-copy-item {
    padding: 0.3125em 0.9375em;
    display: flex;
    align-items: center;
}

.registration-success-copy-fields-item {
    min-width: 0;
    flex-grow: 1;
}

.registration-success-copy-fields-item:first-child:before {
    position: absolute;
    top: 19%;
    width: 1px;
    height: 1.5em;
    content: "";
    right: 0px;
    background-color: #adacb1;
}

.registration-success-copy-item-name {
    margin-right: 0.35714em;
    display: block;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.14286em;
    font-weight: 600;
}

.registration-success-copy-item-text {
    color: #14805e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14286em;
}

.one-click-copybutton {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 7%;
    margin-left: 7px;
    background: #14805e;
    color: white;
    border: 1px solid #14805e;
    border-radius: 3px;
}

    .one-click-copybutton:hover {
        background: #12976d;
        border-color: #12976d;
    }

.login-form-inner.one-click p {
    color: #14805e;
    text-align: center;
    margin-top: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.registration-complete-form-account-info-section {
    margin-top: 12px;
    display: flex;
    gap: 15px;
    position: relative;
}

.registration-complete-form-account-info-actions {
    display: flex;
    align-items: flex-start;
    gap: 1.25em;
}

.registration-success-copy-item input.copy-one {
    color: #14805e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14286em;
    border: none;
    height: 25px;
    position: relative;
    padding: 0;
}

    .registration-success-copy-item input.copy-one:focus {
        border: 1px solid transparent !important;
    }

.registration-first-deposit {
    border-top: 2px solid green;
}

.registration-fisrt-deposit-background {
    background-position: 0,100%;
    padding: 1.5625em 0.625em;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    min-height: 7.1875em;
    flex-direction: column;
}

.registration-first-deposit-title {
    margin-bottom: 0.27778em;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.16667em;
    color: #14805e;
}
.registration-first-deposit-text {
    margin-bottom: 1.15385em;
    font-size: .8125em;
    line-height: 1.15385em;
    color: #14805e;
}
/* One click register */

/* lucky box */
.luckybox-container {
    display: block;
    width: 100%;
    /*margin: 40px auto 0;*/
    /*padding: 0 16px;*/
    margin-bottom: 100px;
}

.luckybox-inner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(110,88,131,.4);
}

.lootboxes-banner {
    position: relative;
    text-align: center;
    padding: 0;
}

.lootboxes-banner img.duboxes-banner-img {
    width: 100%;
    display: block;
    position: absolute;
}

.lootboxes-banner-content {
    width: 100%;
}

.lootboxes-banner-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 3.5;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.lootboxes-banner-list {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 798px;
}

.lootbox-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(38,12,57,.9);
    border-radius: 8px;
    transition: transform .3s ease;
    position: relative;
}

.lootbox-item-image img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 200px;
    cursor: pointer;
    transition: .3s ease;
}

.lootbox-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
}

.lootbox-item-desc {
    padding: 4px 0;
}

.lootbox-item-label {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    color: rgba(255,255,255,.5);
}

.lootbox-item-value {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .01em;
}

.lootbox-item-desc-highlight {
    width: 100%;
    padding: 5px 0;
    background: rgba(255,255,255,.1);
    margin: 4px 0;
}

.lootbox-item-btn-wrap {
    padding: 4px 0px 15px;
}

.lootbox-item-btn {
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    padding: 6px 1px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lootbox-item-btn-label {
    display: inline-block;
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    cursor: pointer;
    color: white;
}

.luckybox-copycode {
    position: relative;
    padding-right: 10px;
}

.lootboxes-banner .lootbox-item-image img:hover, .lootboxes-banner .lootbox-item-image img:active {
    transition: transform .3s ease;
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.duxboxes-steps {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    overflow: auto;
    padding: 13px 0;
    border-bottom: none;
    scrollbar-width: none;
    position: relative;
    border-bottom: 1px solid #2c1a3d;
}

.duxboxes-steps-item {
    flex-direction: row;
    margin-right: 16px;
    width: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.duxboxes-steps-item-number {
    width: 70px;
    height: 70px;
    min-width: 44px;
    background: url(images/step-circle.png) no-repeat center/contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 8px 0;
}

.duxboxes-steps__item-desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .01em;
    color: #fff;
    max-width: 100%;
    text-align: center;
}

.duxboxes-margin {
    margin-top: 104px;
}

.duxboxes-content {
    margin-top: 50px;
    padding: 0 0 35px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
}

.duxboxes-prizes-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 600px;
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.duxboxes-content-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 21px;
    text-transform: uppercase;
}

.duxboxes-content-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    margin: 12px 0 16px;
}

.duxboxes-content-list {
    justify-content: center;
    display: flex;
    gap: 25px;
}

.duxboxes-content-item {
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.duxboxes-content-image {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.duxboxes-content-image img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.duxboxes-content-image img:hover {
    transition: transform .3s ease;
    transform: scale(1.025);
}

.duxbox-content-info {
    font-weight: 600;
    font-size: 19px;
    line-height: 17px;
    margin-top: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.duxboxes-content-btn {
    background: #432e57;
    border-radius: 6px;
    padding: 17px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.modal-lootboxes-prizes-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: white;
}

.modal-lootboxes-body {
    padding: 75px 24px 24px;
}

.modal-lootboxes-prizes-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin: 8px 0;
    color: #d9d9d9;
}

.modal-lootboxes-prizes-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-lootboxes-prizes-item {
    background: rgb(20 45 42);
    border-radius: 8px;
    padding: 15px 80px;
}

.modal-lootboxes-prizes-image {
    max-width: 100%;
}

.modal-lootboxes-prizes-image img {
    width: 100%;
    max-width: 200px;
}

.modal-lootboxes-prizes-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.modal-lootboxes-prizes-table-wrap {
    margin-top: 16px;
}

.modal-lootboxes-prizes-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255,15%);
    letter-spacing: 0.3px;
}

.modal-lootboxes-prizes-table-bonus {
    font-weight: 400;
    font-size: 15px;
    line-height: 13px;
    color: #d3fffb;
}

.modal-lootboxes-prizes-table-prize {
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
}

.duxboxes-terms {
    margin: 24px auto 0;
    position: relative;
}

.duxboxes-terms-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
}

.duxboxes-terms-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.duxboxes-terms-content h6 {
    margin-bottom: 10px;
    margin-right: 5px;
}

.duxboxes-terms-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 3px solid;
    padding: 45px 25px 20px 20px;
    border-color: #eed6a8;
    border-radius: 10px;
}

.duxboxes-terms-content ul {
    list-style-type: disc;
    padding-left: 15px;
}

.lootboxes-banner-available-wrap {
    background: #260c39;
    border-radius: 8px;
    max-width: 798px;
    padding: 25px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: 15px;
}

.lootboxes-banner-available {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lootboxes-available-number {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    background: #461065;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #fff;
    margin-right: 12px;
    position: relative;
}

.lootboxes-available-desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #fff;
}

.btn-css2.luckybox {
    height: 40px;
    padding: 0 40px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%,100% {
        transform: scale(0.95)
    }

    50% {
        transform: scale(1)
    }
}

.modal-active {
    overflow: hidden;
}

#modal-container-common,#modal-container-rare,#modal-container-epic {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
  }

  #modal-container-common.one,#modal-container-rare.two,#modal-container-epic.three {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one .modal-background .modal,#modal-container-rare.two .modal-background .modal,#modal-container-epic.three .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one.out,#modal-container-rare.two.out,#modal-container-epic.three.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common.one.out .modal-background .modal,#modal-container-rare.two.out .modal-background .modal,#modal-container-epic.three.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

  #modal-container-common .modal-background,#modal-container-rare .modal-background,#modal-container-epic .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0,90%);
    text-align: center;
    vertical-align: middle;
  }

  #modal-container-common .modal-background .modal,#modal-container-rare .modal-background .modal,#modal-container-epic .modal-background .modal {
    background: transparent;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: auto;
    height: auto;
  }

  #modal-container-common .modal-background .modal h2,#modal-container-rare .modal-background .modal h2,#modal-container-epic .modal-background .modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #00ffaf;
    font-weight: 600;
    text-transform: uppercase;
  }

  #modal-container-common .modal-background .modal p,#modal-container-rare .modal-background .modal p,#modal-container-epic .modal-background .modal p {
    font-size: 21px;
    line-height: 10px;
    margin-bottom: 35px;
    color: #00ffaf;
  }
  
  #modal-container-common .modal-background .modal .modal-svg,#modal-container-rare .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
  }

  #modal-container-common .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
  }

  @keyframes unfoldIn {
    0% {
      transform: scaleY(0.005) scaleX(0);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(1);
    }
  }
  @keyframes unfoldOut {
    0% {
      transform: scaleY(1) scaleX(1);
    }
    50% {
      transform: scaleY(0.005) scaleX(1);
    }
    100% {
      transform: scaleY(0.005) scaleX(0);
    }
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }

  .lucky-coin {
    position: absolute;
  }

  .lucky-coin img {
    width: 65px;
    position: relative;
  }

  .btn-css2.open-box{
    margin: auto;
  }

  .go-up.coin {
    animation: go-up 5s ease infinite;
  }

  .lucky-coin.one {
    animation: floating 5s infinite linear;
    right: 13px;
    top: 165px;
  }

  .lucky-coin.two {
    animation: floating 6s infinite linear;
    left: 10px;
    bottom: 191px;
  }

  .lucky-coin.three {
    animation: floating 4s infinite linear;
    right: 10px;
    bottom: 199px;
  }

  .lucky-coin.four {
    animation: floating 7s infinite linear;
    left: 7px;
    top: 172px;
  }

  @keyframes floating {
    from {
      transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg);
    }
    to {
      transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg);
    }
  }

  @keyframes jump-shaking {
    0% { transform: translateX(0) rotate(0)}
    15% { transform: translateY(0) rotate(0)}
    25% { transform: translateY(0) rotate(0) }
    45% { transform: translateY(-2px) rotate(-10deg) }
    65% { transform: translateY(-3px) rotate(10deg) }
    78% { transform: translateY(-4px) rotate(-10deg) }
    100% { transform: translateY(0) rotate(0) }
  }

  .rise-shake {
    animation: jump-shaking 1.83s infinite;
  }

  .lootboxes-banner-list main {
    position: absolute;
    height: 10px;
    width: 10px;
    animation: 5s position ease-out infinite;
    z-index: -1;
  }
  
  .firework {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    offset-distance: 0;
    z-index: -1;
  }
    .firework:nth-of-type(0) {
        offset-path: path("M 0, 0 q 0, -17, -170, 20 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(1) {
        offset-path: path("M 0, 0 q 0, -40, -274, 174 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(2) {
        offset-path: path("M 0, 0 q 0, -36, 84, -50 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(3) {
        offset-path: path("M 0, 0 q 0, -5, -37, 2 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(4) {
        offset-path: path("M 0, 0 q 0, -37, 176, 254 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(5) {
        offset-path: path("M 0, 0 q 0, -22, 177, -79 ");
        animation: 1s scatter ease-out infinite;
        background: #ff0000;
    }
    .firework:nth-of-type(6) {
        offset-path: path("M 0, 0 q 0, -4, -275, 285 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(7) {
        offset-path: path("M 0, 0 q 0, -35, 152, 73 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(8) {
        offset-path: path("M 0, 0 q 0, -13, 12, 79 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(9) {
        offset-path: path("M 0, 0 q 0, -40, -217, -84 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(10) {
        offset-path: path("M 0, 0 q 0, -44, -73, 129 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(11) {
        offset-path: path("M 0, 0 q 0, -26, -245, 159 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(12) {
        offset-path: path("M 0, 0 q 0, -36, -257, -131 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(13) {
        offset-path: path("M 0, 0 q 0, -4, -220, -80 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(14) {
        offset-path: path("M 0, 0 q 0, -42, -18, -241 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(15) {
        offset-path: path("M 0, 0 q 0, -26, -263, -286 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(16) {
        offset-path: path("M 0, 0 q 0, -18, 64, -233 ");
        animation: 1s scatter ease-out infinite;
        background: #e8cdff;
    }
    .firework:nth-of-type(17) {
        offset-path: path("M 0, 0 q 0, -16, 90, -59 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(18) {
        offset-path: path("M 0, 0 q 0, -33, 269, 186 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(19) {
        offset-path: path("M 0, 0 q 0, -21, 25, -124 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(20) {
        offset-path: path("M 0, 0 q 0, -17, -57, 250 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(21) {
        offset-path: path("M 0, 0 q 0, -12, 212, 54 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(22) {
        offset-path: path("M 0, 0 q 0, -24, 158, -127 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }
    .firework:nth-of-type(23) {
        offset-path: path("M 0, 0 q 0, -20, 1, 283 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(24) {
        offset-path: path("M 0, 0 q 0, -16, 165, 118 ");
        animation: 1s scatter ease-out infinite;
        background: #6bffc7;
    }
    .firework:nth-of-type(25) {
        offset-path: path("M 0, 0 q 0, -35, 201, 20 ");
        animation: 1s scatter ease-out infinite;
        background: #67e1fe;
    }

  @keyframes scatter {
    0% {
      offset-distance: 0%;
    }
    50% {
      opacity: 1;
    }
    80% {
        opacity: 0.3;
    }
    100% {
      offset-distance: 100%;
      opacity: 0;
    }
  }

  @keyframes position {
    0%, 19.9% {
      transform: translate(120px, 150px);
    }
    20%, 39.9% {
      transform: translate(300px, 100px);
    }
    40%, 59.9% {
      transform: translate(0px, 0px);
    }
    60%, 79.9% {
      transform: translate(20px, 150px);
    }
    80%, 99.9% {
      transform: translate(10px, 0px);
    }
  }

  #modal-container-common .lucky-box-floating img,#modal-container-rare .lucky-box-floating img,#modal-container-epic .lucky-box-floating img {
    animation: float 4.5s infinite linear;
  } 

  .shockwave {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
            animation: shockwaveJump 1s ease-out infinite;
  }
  .shockwave:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 1s 0.65s ease-out infinite;
            animation: shockwave 1s 0.65s ease-out infinite;
    }
    .shockwave:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        -webkit-animation: shockwave 1s 0.5s ease-out infinite;
                animation: shockwave 1s 0.5s ease-out infinite;
    }

    @keyframes shockwaveJump {
        0% {
          transform: scale(1);
        }
        40% {
          transform: scale(1.03);
        }
        50% {
          transform: scale(0.99);
        }
        55% {
          transform: scale(1.00);
        }
        60% {
          transform: scale(0.99);
        }
        100% {
          transform: scale(1);
        }
    }

    @keyframes shockwave {
        0% {
            transform: scale(1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
        }
        95% {
            box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
        }
        100% {
            transform: scale(1.20);
        }
    }
  
/* lucky box */
