﻿html {
    --mat-autocomplete-background-color: #424242;
}

.btn-language {
    display: block;
    padding: 0 30px;
    transition: .3s;
    border: 1px solid #eee;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    width: 95%;
    height: 30px;
    font-size: 14px;
}

    .btn-language:hover {
        border: 0.0625rem solid #ffdf1a;
        color: #ffdf1a;
    }

.language-list li:last-child {
    border-bottom: none;
    margin-bottom: -5px;
}

.sweet-alert h2 {
    color: #000;
}

.sweet-alert {
    box-shadow: 0px 0px 8px #14805e;
    border: 2px solid #14805e;
}

.sweet-alert {
    background-color: #4e4e4e;
}

    .sweet-alert .sa-button-container .btn-css1:hover {
        color: #fff;
    }

    .sweet-alert h2 {
        color: #26ffbc;
    }

    .sweet-alert .lead {
        color: #fff !important;
    }

    .sweet-alert .btn-css1, .sweet-alert .btn-css2 {
        display: flex;
        font-size: 13px;
        height: 30px;
        font-weight: 700;
        align-items: center;
        text-align: center;
        justify-content: center;
        border: none;
        outline: none !important;
        padding: 0 15px;
        cursor: pointer;
        color: #fff;
        border-radius: 3px;
        background: linear-gradient(to top,#0f664b,#1b8966 45%, #27ad83 100%);
        background-position: 50%0;
        background-size: 200%;
        box-shadow: 0 5px 10px 0 #14805e22, inset 0 0 3px 0#fff3;
        text-shadow: 0 0 2px #14ba86;
        min-width: 70px;
    }

    .sweet-alert .btn-css1 {
        background: linear-gradient(to top,#e4c400,#f7a204 45%, #ad9d27 100%);
    }

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity .5s;
}
/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}
/* Modern Browsers */

/* Login & Register Form start */
.btn-signin-next {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    text-shadow: 0 0 1px #fff5;
    color: #fff;
    border-radius: 3px;
    padding: 0 15px;
    border: none;
    outline: none !important;
    cursor: pointer;
    margin-top: 10px;
    background: #14805e;
    background-position: 50%0;
    background-size: 200%;
    transition: box-shadow .5s ease-out .1s,background-position .3s ease-in,text-shadow .3s ease-in .1s;
    text-align: center;
}

    .btn-signin-next span i {
        margin-right: 3px;
    }

.form-select.login {
    background-image: url(../images/chevron-bottom-white.png) !important;
    font-size: 14px;
    color: #14805e !important;
    background-color: #232323 !important;
    width: 100px;
    height: 40px;
}

.form-select.profile {
    background-image: url(../images/chevron-bottom-white.png) !important;
    font-size: 14px;
    color: #14805e !important;
    background-color: #232323 !important;
    width: 108px;
    height: 40px;
}

.form-group input:-webkit-autofill, .inputbox input:-webkit-autofill:hover, .input-box input:-webkit-autofill:focus, .input-box input:-webkit-autofill:active {
    border: 0px solid green;
    -webkit-text-fill-color: #14805e !important;
    -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.toggle-password {
    margin-top: 14px;
}

input.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;
}

input.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;
}

.signup-button {
    display: flex;
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    margin: auto;
    margin-top: -10px;
}

/* Login Form end */

/* Promo start */
.promo-notes {
    position: absolute;
    right: 10px;
    background: #14805e;
    color: #ffdf18;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
}

.modal-content .article {
    color: #333;
    margin: 10px 0;
    font-size: .875rem;
}
/* Promo end */

/* Vip club start */
.site-vip .vip-grand-title {
    max-width: 1100px;
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .site-vip .vip-grand-title canvas {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
        margin-top: 20px;
    }

.vip-top-row {
    padding-top: 0 !important;
    margin-top: 0px;
}

.th-benefits {
    height: 50px;
}

.benefits-logo-name span {
    display: block;
}

.benefits-logo-name img {
    padding-left: 20px;
}

.benefits-logo-name-first-child {
    padding-top: 50px;
}

.vip-row-item img {
    margin-top: 20px;
    width: 90px;
    height: 90px;
}

.vip-row-item span {
    font-size: 13px;
}
/* Vip club end */

/* Entertainment start */
.site-vip.entertainment {
    min-height: 1100px;
    background: url(../images/vip/entertainbg.jpg), #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 5px;
}

/* Entertainment ends */

/* Profile start */
.update-btn-icon {
    position: relative;
    width: 18px;
    height: 21px;
    border-radius: 3px;
}

    .update-btn-icon i {
        position: relative;
        top: 4px;
        left: 2px;
    }

.input-wrap input:disabled {
    color: #14805e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 130px;
}

.status {
    color: #f0b800;
    text-decoration: underline;
}

    .status.confirm-btn, .status1.confirm-btn {
        color: #28b849;
        text-decoration: none;
    }

    .status.unconfirm-btn, .status1.unconfirm-btn {
        color: #ffae12 !important;
    }

    .status.confirm-btn::before, .status1.confirm-btn::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        margin-top: -5px;
        background: #28b849;
        vertical-align: middle;
        -webkit-mask-image: url(/images2/icon-check-type07.svg);
        mask-image: url(/images2/icon-check-type07.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .status.unconfirm-btn::before, .status1.unconfirm-btn::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 5px;
        margin-top: -5px;
        background: #ffae12;
        vertical-align: middle;
        -webkit-mask-image: url(/images2/icon-unconfirm.png);
        mask-image: url(/images2/icon-unconfirm.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .status.timer {
        color: #ffae12 !important;
    }

.phone-area-code1 select.profile {
    height: 44px;
}

.member-content.profile {
    display: flex;
    justify-content: center;
}

.member-content button.btn-profile-submit {
    background: #14805e;
    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;
    border: none;
    border-radius: 3px;
    width: 95%;
    height: 41px;
    font-size: 14px;
}

    .member-content button.btn-profile-submit:active {
        background: #1b8b67;
    }

.main-icon.profile i:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0033;
}
/* Profile end */

/* KYC start */
.form-select.identify {
    background-image: url(../images/chevron-bottom-white.png) !important;
    color: #14805e !important;
}

.cf-input {
    display: none;
}

.cfb-container {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 180px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    background-color: #333333;
    background-size: cover;
}

    .cfb-container.is-invalid {
        border-color: var(--bs-danger) !important;
        transition: border-color 0.3s ease !important;
        color: var(--bs-danger) !important;
        border: 3px solid var(--bs-danger);
    }

        .cfb-container.is-invalid:after {
            content: '\f06a';
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            z-index: 2;
            position: relative;
            bottom: 97%;
            left: 45%;
            font-size: 20px;
        }

    .cfb-container.is-valid {
        border-color: var(--bs-success) !important;
        transition: border-color 0.3s ease !important;
        color: var(--bs-success) !important;
        border: 3px solid var(--bs-success);
    }

        .cfb-container.is-valid::after {
            content: '\f00c';
            font-family: "Font Awesome 6 Pro";
            font-weight: 800;
            z-index: 2;
            position: relative;
            bottom: 97%;
            left: 45%;
            font-size: 20px;
        }

    .cfb-container label {
        position: absolute;
        align-items: start;
        display: flex;
        padding-left: 17px;
        justify-content: left;
        text-align: left;
        margin-top: -68px;
        font-size: 13px;
        z-index: 1;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        vertical-align: top;
    }

    .cfb-container .cf-label {
        background-color: #000;
        position: absolute;
        align-items: start;
        display: flex;
        padding-left: 15px;
        justify-content: left;
        text-align: left;
        margin-top: -25px;
        line-height: 2px;
        font-size: 12px;
        z-index: 1;
        vertical-align: top;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        background-color: transparent;
    }

    .cfb-container .cf-label-title {
        position: absolute;
        align-items: start;
        display: flex;
        padding-left: 15px;
        justify-content: left;
        text-align: left;
        margin-top: -60px;
        font-size: 13px;
        z-index: 1;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        vertical-align: top;
    }

.cfb-upload-photo {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.cfb-btn-submit.btn-select, .cfb-btn-submit.btn-upload, .cfb-btn-submit.btn-delete {
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    letter-spacing: 0.3px;
    border-radius: 3px;
    color: #fff;
    padding: 9px 13px;
    background: #14805e;
    border: 0px solid #00d000;
    text-align: center;
}

    .cfb-btn-submit.btn-select:disabled, .cfb-btn-submit.btn-upload:disabled, .cfb-btn-submit.btn-delete:disabled {
        background-color: rgb(153,153,153);
    }

    .cfb-btn-submit.btn-select:active, .cfb-btn-submit.btn-upload:active, .cfb-btn-submit.btn-delete:active {
        background-color: #1b8b67;
    }

    .cfb-btn-submit.btn-select i, .cfb-btn-submit.btn-upload i, .cfb-btn-submit.btn-delete i {
        margin-right: 5px;
    }
/* KYC end */

/* Deposit & Withdrawal start */
.promo-select {
    display: flex;
    width: 100%;
    background: linear-gradient(0deg, #30ab7d, #3fc996);
    height: 42px;
}

    .promo-select img {
        width: 18px;
        height: 18px;
        margin: auto 15px;
        margin-right: 0;
    }

    .promo-select label {
        font-size: 13px;
        margin: auto 6px;
    }

    .promo-select.collapsed .promo-option::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: .3s ease-in-out;
    }

.promo-option {
    display: inline-block;
    margin: auto;
    margin-right: 10px;
    font-size: 13px;
    width: 55%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    text-align: right;
}

    .promo-option::after {
        content: '\f106';
        display: inline-block;
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        line-height: 100%;
        margin-left: 5px;
        margin-right: 0px;
        height: 10px;
        margin-bottom: 0.125rem;
        transition: .3s ease-in-out;
    }

.promo-banner {
    position: relative;
    background: #0a0a0a;
    border-radius: 3px;
    height: 0;
    transition: .3s ease;
    overflow: hidden;
}

    .promo-banner.collapse.show {
        height: max-content;
        opacity: 1;
    }

    .promo-banner .ckbox_label {
        width: 100%;
    }

.sreport-checkbox {
    display: grid;
    padding: 5px;
    width: 100%;
    grid-template-columns: repeat(2,1fr) !important;
}

.ckbox_label {
    display: flex;
    cursor: pointer;
    margin: 0;
}

    .ckbox_label input {
        display: none;
    }

    .ckbox_label img {
        width: 100%;
    }

.ckbox_icon_promo {
    position: relative;
    padding: 0 !important;
    border-color: #000a !important;
    border-width: 2px !important;
    box-shadow: unset !important;
    width: 100%;
    max-width: 400px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    transition: border-color 0.2s ease, color 0.3s ease, box-shadow 0.2s ease;
    border-radius: 3px;
}

    .ckbox_icon_promo img {
        width: 100%;
        object-fit: cover;
        border-radius: 4px;
        height: 70px;
    }

.ckbox_label input[type=radio] ~ span:before, .ckbox_label input[type=radio] ~ span:after {
    opacity: 0;
}

.ckbox_label input[type=radio] ~ span:before, .ckbox_label input[type=radio] ~ span:after {
    opacity: 0;
}

.ckbox_label input[type=radio]:checked ~ span:before, .ckbox_label input[type=radio]:checked ~ span:after {
    opacity: 1;
}

.ckbox_label input:checked ~ span:after, .ckbox_label input[type=radio]:hover ~ span:after, .ckbox_label input[type=radio]:active ~ span:after {
    border-color: transparent transparent #ffe43c;
}

.ckbox_label input:checked ~ span {
    color: #ffe43c;
    border-color: #ffe43c !important;
    box-shadow: 0 0 2px #ffe43c8a;
}

.ckbox_label span:before {
    content: '\f00c';
    position: absolute;
    bottom: 0;
    right: 1px;
    color: #272727;
    font-weight: 700;
    text-shadow: 0 0 1px #272727;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    line-height: 13px;
    z-index: 1;
}

.ckbox_label span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-width: 0 0 23px 23px;
    border-style: solid;
    border-color: transparent transparent #aaa;
    transition: 0.2s ease;
}

.ckbox_label input:checked ~ .status-more {
    opacity: 1;
    margin-right: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
}

.status-more {
    position: absolute;
    margin-top: 9%;
    margin-left: 24%;
    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;
    z-index: 1;
    opacity: 0;
}

    .status-more::before {
        content: '\f141';
        font-family: "font awesome 6 Pro";
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.star-inserted {
    margin-top: 15px;
    padding: 12px 0;
    border-top: 0.2666666667vw dashed #5e5e5b;
}

    .star-inserted .st-box {
        width: 50%;
    }

    .star-inserted label {
        border: 0.2666666667vw solid #14805e;
        background-color: #ffdf1a !important;
        color: #111 !important;
        height: 45px;
        flex-direction: row !important;
    }

    .star-inserted img {
        width: 25px;
    }

    .star-inserted span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
        padding-left: 3px;
    }

.select-group label {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width: 100%;
    background-color: #333;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px;
    border: 1px solid #5e5e5b;
    text-align: center;
}

.select-group .amount-price {
    width: 100% !important;
    display: inline-block !important;
    text-align: right;
    color: #a1a1a1;
    font-size: 12px !important;
}

.choose-box2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill,calc((100% - 20px) / 3));
    border: 0;
    width: 100%;
}

    .choose-box2.col-5 {
        display: grid;
        grid-template-columns: repeat(auto-fill,calc((100% - 36px) / 4));
        width: 100%;
        gap: 10px;
    }

    .choose-box2 input {
        display: none;
    }

        .choose-box2 input:focus {
            border-color: #ffd400;
        }

    .choose-box2 [type=radio] {
        display: none;
    }

    .choose-box2 li, .choose-box2 label {
        position: relative;
    }

    .choose-box2 [type=checkbox]:checked + label, .choose-box2 [type=radio]:checked + label {
        border-color: #ffe43c;
        color: #ffe43c;
    }

    .choose-box2 img {
        width: auto;
        height: 30px;
    }

.boxx-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

    .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 Pro";
        font-weight: 800;
        z-index: 2;
        right: 0px;
        bottom: 10px;
        width: 10px;
        height: 10px;
        font-size: 13px;
        width: 13px;
        height: 13px;
        color: #101935;
    }

    .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 [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;
    }

.choose-box2 p, .choose-box2 span {
    font-size: 12px;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 2px;
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.style-add-amount-mobile {
    display: flex;
    cursor: pointer;
    margin: 0;
    padding: 1px !important;
    border: 1px solid transparent !important;
}

    .style-add-amount-mobile input {
        font-size: 12px;
        line-height: 20px;
        width: 53%;
        padding: 0.6875rem;
        border: 1px solid transparent;
        border-radius: 3px;
        background: #454545;
        transition: border-color .3s ease;
        outline: none !important;
        color: #fff;
    }

    .style-add-amount-mobile span {
        margin-top: 0px !important;
    }

        .style-add-amount-mobile span:before {
            content: '\f00c';
            font-family: "font awesome 6 Pro";
            font-weight: 600;
            font-size: 12px;
            position: absolute;
            bottom: 0;
            right: 1px;
            color: #272727;
            text-shadow: 0 0 1px #272727;
            line-height: 13px;
            z-index: 1;
            opacity: 0;
        }

        .style-add-amount-mobile 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 .4s ease;
        }

    .style-add-amount-mobile input[type=button] ~ span:after {
        border-color: transparent transparent #ffe43c;
        opacity: 0;
    }

    .style-add-amount-mobile span {
        position: relative;
        font-size: 12px;
        color: #bbb;
        border: 1px solid #aaa;
        transition: border-color .2s ease,color .3s ease,box-shadow .2s ease;
        border-radius: 3px;
        text-align: center;
        padding: 4px 4px;
        width: 100% !important;
    }

    .style-add-amount-mobile input[type=button]:focus ~ span {
        color: #ffe43c;
        border-color: #ffe43c !important;
        box-shadow: 0 0 2px #ffe43c8a;
        animation: moneyBtn-Animation .5s ease-in-out;
    }

    .style-add-amount-mobile input[type=button].active ~ span {
        color: #ffe43c;
        border-color: #ffe43c !important;
        box-shadow: 0 0 2px #ffe43c8a;
        animation: moneyBtn-Animation .5s ease-in-out;
    }

.style-add-amount.facelift {
    border: 1px solid #5e5e5b;
    border-radius: 4px;
    background-color: #333;
    overflow: hidden;
    padding: 5px;
}

/* Override upload background */
.select-group .cfb-container {
    background-color: #454545 !important;
}

.menu-box-two {
    margin: 19px 0;
    padding-bottom: 20px;
    background-color: #333;
}

.form-group-row .form-control:focus {
    /*border-color: #14805e;*/
    border: 1.5px solid #14805e;
}

.d-flex input {
    border: 2px solid transparent;
    transition: border-color .3s ease;
    background: #292929 !important;
    height: 45px !important;
}

    .d-flex input[readonly] {
        background: #292929 !important;
    }

.menu-box .copy-icon {
    position: absolute;
    right: 0;
    margin-right: 11px;
    margin-top: 11px;
}

.member-content {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .member-content .btn-signin-next {
        width: 94.6666666667vw;
        height: 12vw;
        font-size: 4vw;
        line-height: 12vw;
        margin-top: 0;
    }

.mb-10 {
    margin-bottom: 70px;
}
/* Deposit & Withdrawal end */

/* Transaction History start */
.tab.filter-tab {
    background: #393939;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 65px;
    border-top: 1px solid rgba(153,153,153,.3);
    border-bottom: 1px solid rgba(153,153,153,.3);
}

    .tab.filter-tab ul.today {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0;
        line-height: 50px;
        text-align: left;
        width: 100%;
        height: 100%;
        padding: 0 0 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tab.filter-tab li.day {
        line-height: 1.7;
        background: #1ec28f;
        color: #fff;
        font-size: 13px;
        display: inline-block;
        align-items: center;
        position: relative;
        margin-right: 10px;
        padding: 0 12px;
        border-radius: 6px;
        vertical-align: middle;
    }

    .tab.filter-tab .btn {
        display: flex;
        padding: inherit;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 13.3333333333vw;
        height: 100%;
        border-left: 0.2666666667vw solid rgba(153,153,153,.3);
        background: #393939;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40%;
    }

        .tab.filter-tab .btn:focus {
            box-shadow: none;
        }

    .tab.filter-tab .item-icon i {
        color: white;
        font-size: 18px;
        line-height: 1.5;
    }

.offcanvas.transaction {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.filter-body {
    background: #000000;
}

.search-top-info .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 55px;
    border-right: 1px solid rgba(153,153,153,.3);
    z-index: 1;
}

.back .item-icon {
    display: flex;
    padding: inherit;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 100%;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}

.search-top-info input {
    width: 100%;
    height: 13.3333333333vw;
    padding: 0;
    color: #d9d9d9;
    font-size: 15px;
    border-bottom: 0.2666666667vw solid rgba(153,153,153,.3);
    outline: none;
    background: transparent;
    text-indent: 18.6666666667vw;
}

.searchpage-main {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
}

    .searchpage-main h2 {
        margin-bottom: 2.6666666667vw;
        color: #d9d9d9;
        font-size: 14px;
    }

    .searchpage-main ul {
        display: grid;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }

        .searchpage-main ul li {
            display: inline-flex;
            width: 100%;
            margin-bottom: 2.1333333333vw;
            margin-right: 2%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .searchpage-main input[type=checkbox], .searchpage-main input[type=radio] {
        display: none;
    }

        .searchpage-main input[type=checkbox] + label, .searchpage-main input[type=radio] + label {
            display: inline-block;
            min-width: 100%;
            height: 35px;
            border-radius: 5px;
            background: #333333;
            color: #fff;
            font-size: 13px;
            line-height: 35px;
            text-align: center;
        }

        .searchpage-main input[type=checkbox]:checked + label, .searchpage-main input[type=radio]:checked + label {
            background: #14805e;
            color: #fff;
        }

        .searchpage-main input[type=checkbox] + label.active, .searchpage-main input[type=radio] + label.active {
            background: #14805e;
            color: #fff;
        }

.searchpage {
    position: sticky;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 2.666vw;
    transition: all .3s;
    background: #000;
    flex-shrink: 0;
    padding: 2.666vw;
}

    .searchpage .button {
        height: 50px;
        border: 0;
        outline: none;
        font-size: 16px;
        line-height: 50px;
        position: relative;
        width: 100%;
        border-radius: 6px;
        background: #14805e;
        color: #fff;
        text-align: center;
    }

.back .item-icon i {
    font-size: 16px;
    color: white;
}

.record-item.item-title {
    text-transform: capitalize;
    background: #4c4c4c;
}

.record-item.transaction-record-list {
    grid-template-columns: 1.5fr 1.5fr 1.2fr 1fr;
    padding: 0 2.6666666667vw;
}

.record-item {
    display: grid;
    position: relative;
    align-items: center;
    width: 100%;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    background: #333333;
}

    .record-item.item-title .item {
        color: #fff;
        padding: 1.3333333333vw;
    }

    .record-item .item {
        overflow: hidden;
        font-size: 12px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .record-item.item-title .item + .item {
        border-left: 0.2666666667vw dotted #ffffff;
        text-decoration: none;
    }

    .record-item.item-title .item.amount, .record-item.item-title .item.bet {
        text-align: center;
    }

.amount:before {
    content: attr(data-currency);
    margin-right: 0.8vw;
}

.no-result {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100vw;
}

    .no-result img {
        display: block;
        width: 30%;
        height: auto;
        margin: auto;
        opacity: 1;
    }

    .no-result .text {
        margin-top: 2.6666666667vw;
        color: #999;
        font-size: 3.4666666667vw;
        line-height: 1.5;
        text-align: center;
    }

.list {
    width: 100%;
}

.date-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8666666667vw 2.6666666667vw;
    color: #999;
}

    .date-title .date {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }

        .date-title .date .item-icon {
            display: inline-block;
            margin-right: 5px;
            mask-repeat: no-repeat;
            mask-position: center left;
            mask-size: 100%;
            font-size: 14px;
        }

    .date-title .timeZone {
        margin: 0 1.3333333333vw;
        padding: 0.5333333333vw 0.8vw;
        border: 0.2666666667vw solid #999999;
        border-radius: 0.8vw;
        color: #999;
        font-size: 10px;
        align-items: center;
        display: flex;
    }

.list .list-content {
    margin-bottom: 1.3333333333vw;
}

.record-item .item.status.negative .tags {
    background: rgba(209,84,84,.9);
}

.record-item .item.status.negative .success {
    background: rgb(82 152 85);
}

.record-item .item.status .tags, .record-item .item.status .success {
    padding: 0.8vw 1.3333333333vw;
    overflow: hidden;
    transform: scale(.9);
    border-radius: 0.8vw;
    color: #fff;
    font-size: 3.2vw;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.record-item.transaction-record-list .item {
    padding: 10px;
}

.record-item .item + .item {
    border-left: 0.2666666667vw dotted #555555;
}

.record-item .item.amount {
    text-align: right;
}

.record-item.transaction-record-list .status {
    padding: 2.6666666667vw 1.3333333333vw;
}

.record-item .item.time {
    font-size: 10px;
    letter-spacing: 0px;
    text-align: center;
}

    .record-item .item.time i {
        position: relative;
    }

.bank-name .bank-tap {
    margin-top: -110px;
    position: fixed;
    z-index: 999999;
    background: linear-gradient(153deg,#333333 0%,#4d4d4d 95%);
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
    padding: 10px 21px;
    border-radius: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .bank-name .bank-tap i {
        font-size: 30px;
        margin-right: 10px;
        color: #26ffbc;
    }

    .bank-name .bank-tap img {
        display: inline-block;
        width: auto;
        height: 30px;
        margin-right: 8px;
        vertical-align: middle;
    }

    .bank-name .bank-tap span {
        display: inline-block;
        position: relative;
        width: auto;
        white-space: nowrap;
        font-size: 14px;
    }

.bank-name.offcanvas-body {
    padding: 0;
    background: #333333;
}

.bank-name.offcanvas-header {
    padding: 0;
    background: #333333;
    border-radius: 12px 12px 0 0;
}

.pop-transaction-records-details .btn-close {
    position: absolute;
    z-index: 7000;
    right: 0;
    margin-right: 13px;
}

.pop-transaction-records-details .header {
    position: relative;
    z-index: 6000;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: #555555;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
}

.pop-transaction-records-details .pop-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: inherit;
    overflow: hidden;
    background: #333333;
    padding: 0;
}

    .pop-transaction-records-details .pop-content .tab-btn-wrap {
        background: #555555;
    }

.tab-btn-wrap {
    position: relative;
    padding: 10px 15px 15px;
    background: #14805e;
    width: 100%;
}

.tab-btn-bar {
    display: flex;
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    color: #fff;
}

.pop-transaction-records-details .pop-content .tab-btn-wrap .tab-btn-bar:before {
    background: rgba(0,0,0,.3);
}

.tab-btn-bar:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80%;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #0d543e;
}

.pop-transaction-records-details .pop-content .tab-btn-wrap .tab-btn-bar .nav-link.active {
    background: #14805e;
    border-radius: 3px;
}

.pop-transaction-records-details .pop-content .tab-btn-wrap .tab-btn-bar .nav-link {
    border: none;
}

.nav-tabs.tab-btn.tab-btn-bar {
    border: none;
}

.tab-btn-bar .line {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: all .3s;
    border-radius: 0.8vw;
}

.tab-btn-bar .btn-table i {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 17px;
    height: auto;
    transition: all .3s;
    text-align: center;
    padding: 5px;
    color: white;
}

.tab-btn-bar .btn-table {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 3px;
    transition: all .3s;
    text-align: center;
}

.btn-table .btn-icon {
    background: inherit;
    border: none;
}

.transaction-table {
    width: calc(50%);
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .3s;
    border-radius: 3px;
}

.tab-content-page {
    display: block;
    width: 100%;
    overflow: hidden;
}

.tab-content .inner-wrap .inner-box {
    display: block;
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.transaction-details-wrap {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    .transaction-details-wrap .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.6666666667vw 0;
    }

        .transaction-details-wrap .title h3 {
            width: 70%;
            color: #26ffbc;
            font-size: 14px;
            margin-bottom: 0px;
        }

    .transaction-details-wrap .tags {
        background: rgba(209,84,84,.9);
    }

    .transaction-details-wrap .title .success {
        background: rgb(73 137 76) !important;
    }

    .transaction-details-wrap .title .tags, .transaction-details-wrap .title .success {
        min-width: 16vw;
        padding: 1.0666666667vw 1.3333333333vw;
        overflow: hidden;
        transform: scale(.9);
        border-radius: 0.8vw;
        color: #fff;
        font-size: 3.2vw;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: capitalize;
        white-space: nowrap;
    }

    .transaction-details-wrap .timeline-box {
        position: relative;
        margin-top: 2.6666666667vw;
        padding-bottom: 2.6666666667vw;
        padding-left: 4px;
    }

        .transaction-details-wrap .timeline-box .date {
            margin-bottom: 10px;
            margin-left: 45px;
            color: #fff;
            font-size: 11px;
        }

.tab-btn-section.tab-btn-wrap.bg-grey {
    background: #333333;
}

.timeline-block {
    position: relative;
    margin-bottom: 15px;
}
/*
.transaction-details-wrap .timeline-block:before {
    background: rgba(209,84,84,.9);
}
*/
.transaction-details-wrap .timeline-box.fail .timeline-block:before {
    background: rgba(209,84,84,.9);
}

.transaction-details-wrap .timeline-box.success .timeline-block:before {
    background: rgb(73 137 76) !important;
}

.transaction-details-wrap .timeline-box.processing .timeline-block:before {
    background: #6c757d !important;
}

.transaction-details-wrap .timeline-box.reverted .timeline-block:before {
    background: #ffc107 !important;
}

.transaction-details-wrap .timeline-box.shipped .timeline-block:before {
    background: #0dcaf0 !important;
}

.transaction-details-wrap .timeline-box.new .timeline-block:before {
    background: transparent !important;
}

/*
.transaction-details-wrap .timeline-block.success:before {
    background: rgb(73 137 76) !important;
}
*/
.timeline-block.current:before, .timeline-block.success:before {
    height: 50%;
}

.timeline-block:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 23px;
    width: 4px;
    height: calc(100% + 46px);
    border-radius: 20px;
}

.timeline-block:last-child:before {
    top: -46px;
    height: 81px;
}

.timeline-block:first-child:before {
    display: none;
}

.transaction-details-wrap .timeline-box.fail .timeline-block.current .point {
    background: rgba(209,84,84,.9) !important;
}

.transaction-details-wrap .timeline-box.success .timeline-block.current .point {
    background: rgb(73 137 76) !important;
}

.transaction-details-wrap .timeline-box.processing .timeline-block.current .point {
    background: #6c757d !important;
}

.transaction-details-wrap .timeline-box.new .timeline-block.current .point {
    background: #6c757d !important;
}

.transaction-details-wrap .timeline-box.reverted .timeline-block.current .point {
    background: #ffc107 !important;
}

.transaction-details-wrap .timeline-box.shipped .timeline-block.current .point {
    background: #0dcaf0 !important;
}

/*
.timeline-block.current .point, .timeline-block.success .point {
    display: flex;
    z-index: 1;
    top: 2vw;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.8vw solid #ffffff;
    box-shadow: 0.2666666667vw 0.2666666667vw #0000001a, inset 0.2666666667vw 0.2666666667vw #0000001a;
    min-width: 0;
    margin-left: 0;
}
*/

.timeline-box .timeline-block.current .point, .timeline-box .timeline-block.success .point {
    display: flex;
    z-index: 1;
    top: 13px;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    box-shadow: 0.2666666667vw 0.2666666667vw #0000001a, inset 0.2666666667vw 0.2666666667vw #0000001a;
    min-width: 0;
    margin-left: 5px;
}

@keyframes slide {
    0% {
        visibility: hidden;
        transform: translate(100px);
    }

    60% {
        transform: translate(-5px);
    }

    to {
        visibility: visible;
        transform: translate(0);
    }
}

.timeline-block .content .text {
    width: 76%;
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
    /* white-space: pre-line; */
    margin-top: 3px;
}

    .timeline-block .content .text + .time {
        margin-top: 8px;
    }

.timeline-block .content .time {
    width: 24%;
    font-size: 10px;
    text-align: right;
}

.transaction-details-wrap .timeline-box .timeline-block .content {
    padding: 20px;
}

.timeline-block.current .content {
    color: #fff;
}

.timeline-block .content {
    display: inline-flex;
    width: calc(100% - 64px);
    min-height: 30px;
    margin-left: 62px;
    border-radius: 8px;
    background: #4d4d4d;
    /*box-shadow: 0.5333333333vw 0.5333333333vw #000000;*/
    color: #fff;
}

.transaction-details-wrap .timeline-box.fail .timeline-block.current .point .item-icon::before {
    content: "\f00d";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transaction-details-wrap .timeline-box.success .timeline-block.current .point .item-icon::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transaction-details-wrap .timeline-box.processing .timeline-block.current .point .item-icon::before {
    content: "\f456";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transaction-details-wrap .timeline-box.reverted .timeline-block.current .point .item-icon::before {
    content: "\f2ea";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transaction-details-wrap .timeline-box.shipped .timeline-block.current .point .item-icon::before {
    content: "\f48b";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transaction-details-wrap .timeline-box.new .timeline-block.current .point .item-icon::before {
    content: "\f456";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    font-weight: 900;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.timeline-block.current .point .item-icon {
    content: "";
    display: flex;
    position: relative;
    width: 10px;
    height: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.details-box {
    margin: 2.6666666667vw 0;
}

    .details-box .info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 15px 20px;
        background: #4d4d4d;
        color: #fff;
    }

        .details-box .info .name {
            font-size: 13px;
            font-weight: 500;
        }

        .details-box .info .value {
            font-size: 13px;
            text-align: right;
            word-break: break-word;
        }

            .details-box .info .value a {
                color: #ffdf1a;
                text-decoration: underline;
            }

        .details-box .info:nth-child(2n) {
            background: #595959;
        }

.timeline-block .point {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0.2666666667vw 0.2666666667vw 0.2666666667vw #0000001a;
    z-index: 5;
}

.timeline-block .bounce {
    animation: bounce-point .5s .8s;
    -webkit-animation: bounce-point .5s .8s;
}

@keyframes bounce-point {
    0% {
        transform: scale(.6);
    }

    60% {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.point.circle {
    min-width: auto;
    margin-left: 0 !important;
}

.record-item.transaction-record-list.myreward-3 {
    grid-template-columns: 1.0fr 2.0fr 1.0fr;
}

.search-top-info .offcanvas-title {
    width: 100%;
    height: 38px;
    padding: 0;
    margin-top: 20px;
    color: #d9d9d9;
    font-size: 14px;
    border-bottom: 0.2666666667vw solid rgba(153,153,153,.3);
    outline: none;
    background: transparent;
    text-indent: 75px;
}

table.trans-history-table thead {
    background: #4c4c4c;
    height: 40px;
}

table.trans-history-table tbody tr.group td {
    background-color: #000 !important;
    color: rgb(153,153,153);
    font-size: 14px !important;
    height: 20px !important;
}

    table.trans-history-table tbody tr.group td:before {
        content: "\f073";
        font: var(--fa-font-solid);
        font-size: 16px;
        color: #999999;
        font-weight: 900;
        margin-left: 0;
        margin-right: 10px;
    }

table.trans-history-table tr {
    background-color: #333333 !important;
}

    table.trans-history-table tr th {
        font-size: 14px;
        background-color: #4c4c4c !important;
    }

    table.trans-history-table tr td {
        font-size: 12px;
        height: 25px;
        border-bottom: 1px solid #2c2c2c;
    }

        table.trans-history-table tr td + td {
            border-left: 0.5px dotted #646464;
        }
/* Transaction history end */

/* Payment account start */
.vipdetails_btn.btn_transfer.rewards {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    min-width: unset;
    /*min-height: 30px;*/
    font-size: 24px;
    background: unset;
    background-color: #14805e;
}

.form-select.payment-account {
    background-image: url(../images/chevron-bottom-white.png) !important;
    font-size: 14px;
    color: #14805e !important;
    background-color: #232323 !important;
    height: 40px;
}

.pa-float-banner {
    position: fixed;
    left: 7px;
    bottom: 55px;
    z-index: 2;
    filter: drop-shadow(0 0 0.375rem rgba(3,25,73,.7));
    opacity: 1;
}
/* Payment account end */

/* My rewards start */

.fixed-tab .tab-btn-section:not(.no-fix) {
    position: relative;
    box-shadow: 0 1px 1.6px #000000;
    z-index: 4;
}

.tab-btn-section, .tab-btn-wrap {
    width: 100%;
}

.tab-btn-page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 53.5px;
    transition: all .3s;
    background: #14805e;
    z-index: 3;
    border-bottom: 0;
}

    .tab-btn-page .btn {
        position: relative;
        width: inherit !important;
        padding: 8px 0;
        text-align: center;
        transition: all .3s;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

        .tab-btn-page .btn .text {
            display: inline-block;
            position: relative;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
            background: none;
            border: 0;
            color: white;
            width: 100%;
            padding: 16px;
        }

            .tab-btn-page .btn .text.active {
                color: #ffea00;
                border-bottom: 2px solid #ffea00;
            }

/* My rewards end*/

/* My Account (Play now) start */
.download_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    grid-column-gap: 15px;
}

.download_box_column {
    width: 100%;
    padding: 10px;
    position: relative;
    background-color: #4b4b4b;
    border-radius: 3px;
}

.download_icon {
    color: #26ffbc;
    margin: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

    .download_icon i {
        color: #26ffbc;
        font-size: 1.3rem;
        margin-top: -0.2rem;
        margin-right: 0.2rem;
        margin-left: 0.3rem;
    }

    .download_icon h3 {
        color: #fff;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
        margin-top: 0.5rem;
    }

.transaction-details-wrap .title h3.full {
    width: 100%;
    color: #26ffbc;
    font-size: 14px;
    margin-bottom: 0px;
}

@-webkit-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);
    }
}

@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);
    }
}

table.trans-history-table tbody tr td img {
    height: 40px;
    width: auto;
}
/* My Account (Play now) end */

/** REFERRAL BEFORE LOGIN CONTENT **/

.referral-wrap {
    display: block;
    position: inherit;
    inset: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: cubic-bezier(.075,.82,.165,1);
}

.content.player-full-content {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.referral-program-head {
    padding-top: 0px;
}

.referral-program-promotion-banner {
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.referral-program-promotion-banner_logo {
    width: 55px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
}

    .referral-program-promotion-banner_logo img {
        width: 100%;
    }

.referral-program-promotion-banner_title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
}

    .referral-program-promotion-banner_title .title1 {
        display: block;
        white-space: nowrap;
        text-align: center;
        text-shadow: 0vw 0.5333333333vw 1.0666666667vw #000;
        font-size: 20px;
        line-height: 1;
        font-weight: 900;
    }

    .referral-program-promotion-banner_title .title2.yellow {
        display: block;
        white-space: nowrap;
        text-align: center;
        text-shadow: 0vw 0.5333333333vw 1.0666666667vw #000;
        font-size: 20px;
        line-height: 1;
        font-weight: 900;
        color: #ffde1a;
    }

.referral-program-promotion-banner_img {
    position: absolute;
    /* padding-bottom: 100%; */
    width: 100%;
    top: 0;
}

    .referral-program-promotion-banner_img img {
        position: absolute;
        top: -50px;
        width: 100%;
    }

.referral-program-body {
    padding: 7px;
    position: relative;
    z-index: 2;
    margin-top: -37px;
}

.referral-program-promotion-panel {
    background-color: #333;
    box-shadow: 0 2px 4px #00000080;
    border: 1px solid #666;
    padding: 15px 10px;
    border-radius: 6px;
}

    .referral-program-promotion-panel .reward-title {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: normal;
    }

    .referral-program-promotion-panel .content {
        margin-top: 10px;
        padding: 5px;
    }


        .referral-program-promotion-panel .content .reward-desc {
            color: #b5b5b5;
            font-size: 12px;
            line-height: 1.429;
        }

        .referral-program-promotion-panel .content .sub-heading {
            margin-top: 10px;
            font-size: 13px;
            font-weight: 700;
            color: #ffde1a;
        }

        .referral-program-promotion-panel .content .tier-block {
            position: relative;
            display: flex;
            vertical-align: bottom;
            width: 100%;
            margin-top: 10px;
        }

            .referral-program-promotion-panel .content .tier-block .reward-tier {
                position: relative;
                z-index: 2;
            }

                .referral-program-promotion-panel .content .tier-block .reward-tier .cont {
                    position: relative;
                    padding-bottom: 5px;
                }

                    .referral-program-promotion-panel .content .tier-block .reward-tier .cont:before {
                        content: "";
                        display: block;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        background-color: #ffde1a;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        box-shadow: 0 0 1.0666666667vw 1.0666666667vw #14805e;
                        border: 0.2666666667vw solid #14805E;
                    }

                    .referral-program-promotion-panel .content .tier-block .reward-tier .cont:after {
                        content: "";
                        display: block;
                        width: 100%;
                        height: 1px;
                        background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#09C58A 100%);
                        margin-top: 1.8666666667vw;
                    }


                    .referral-program-promotion-panel .content .tier-block .reward-tier .cont .title {
                        font-size: 13px;
                        color: white;
                        font-weight: 500;
                    }

                    .referral-program-promotion-panel .content .tier-block .reward-tier .cont .title-percentage {
                        font-size: 13px;
                        display: flex;
                        gap: 5px;
                        align-items: center;
                        letter-spacing: 0.4px;
                    }

                        .referral-program-promotion-panel .content .tier-block .reward-tier .cont .title-percentage .number {
                            font-size: 17px;
                            font-weight: 700;
                            color: #ffde1a;
                            line-height: 1.5;
                            vertical-align: text-bottom;
                        }

                        .referral-program-promotion-panel .content .tier-block .reward-tier .cont .title-percentage span {
                            font-size: 12px;
                            font-weight: 700;
                            color: #b5b5b5;
                            line-height: 1.5;
                            vertical-align: text-bottom;
                        }


            .referral-program-promotion-panel .content .tier-block .referral-chart {
                width: 100%;
                display: flex;
                margin-top: 30px;
                min-width: 140px;
                max-width: 175px !important;
                position: relative;
                align-items: center;
                justify-content: center;
            }


                .referral-program-promotion-panel .content .tier-block .referral-chart .chart-img {
                    width: 30px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    z-index: 2;
                }

                .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    margin: 0 auto;
                }

                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.first {
                        width: 48%;
                    }

                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart .inner {
                        position: relative;
                        padding: 0 0 100%;
                        background: #14805E;
                        border-radius: 50%;
                        box-shadow: 0 4.5px 3.6px #00000006, 0 12.5px 10px #00000009, 0 30.1px 24.1px #0000000c, 0 100px 80px #00000012;
                        backdrop-filter: none;
                        -webkit-backdrop-filter: none;
                    }

                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.first .inner {
                        opacity: .6;
                    }

                        .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.first .inner:before {
                            content: "";
                            position: absolute;
                            inset: 0;
                            display: block;
                            border-radius: 50%;
                            padding: 0.5px;
                            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;
                        }

                        .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.first .inner:after {
                            pointer-events: none;
                            content: "";
                            display: block;
                            position: absolute;
                            inset: 0;
                            border-radius: 50%;
                            border: 1px solid transparent;
                            box-shadow: none;
                        }

                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart p {
                        position: absolute;
                        z-index: 2;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        bottom: 10px;
                        color: #ffffff80;
                        font-size: 12px;
                        transform: scale(.8);
                        transform-origin: 50% 50%;
                        letter-spacing: 0.2px;
                        text-align: center;
                    }

                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.second {
                        width: 75%;
                    }

                        .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.second .inner {
                            opacity: .4;
                        }


                    .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.third {
                        width: 100%;
                    }

                        .referral-program-promotion-panel .content .tier-block .referral-chart .promotion-chart.third .inner {
                            opacity: .2;
                        }

.referal-btn {
    margin-top: 45px;
    font-size: 15px;
    color: #000;
    width: 100%;
    height: 45px;
    display: block;
    border: none;
    background: #ffde1a;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}

.modal-content.comm {
    background: #2d2e30;
}

.modal-header.comm {
    border-bottom: 1px solid transparent !important;
    padding: 0.5rem 0.5rem;
}

    .modal-header.comm button {
        background: transparent;
    }

.modal-body.comm {
    padding: 20px 0px 0px 0px;
}

.pop-title.cal {
    background: transparent;
    text-align: center;
    display: block;
}

    .pop-title.cal h3 {
        font-size: 18px;
        letter-spacing: 0.3px;
    }

.pop-title h5 {
    font-size: 12px;
    ;
    margin-top: 5px;
    color: #cbcbcb;
}

.referral-comm.cal {
    margin-top: 10px;
}

.referral-comm-cal .title:before {
    content: attr(data-text);
    display: block;
    margin-bottom: 6px;
    color: #b5b5b5;
    font-size: 12px;
}

.referral-comm-cal input {
    width: 100%;
    box-sizing: border-box;
    background: #222222;
    color: #ffde1a;
    font-size: 19px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    text-align: right;
    padding: 2.6666666667vw 4.5333333333vw 3.2vw;
    appearance: none !important;
}

    .referral-comm-cal input:focus-visible {
        outline: none !important;
    }

.referral-comm-bottom {
    padding: 4.2666666667vw 4.2666666667vw 3.0666666667vw;
    background: rgb(51,51,51);
    border-top: 0.5333333333vw solid #464646;
}

    .referral-comm-bottom .title {
        font-size: 12px;
        color: white;
        text-align: center;
        letter-spacing: 0.1px;
    }

    .referral-comm-bottom .referral-comm-amount {
        margin-top: 2px;
        color: #ffde1a;
        font-size: 29px;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        width: 100%;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

        .referral-comm-bottom .referral-comm-amount:before {
            content: attr(data-unit);
            display: inline-block;
            font-size: 23px;
            margin-right: 5px;
            font-weight: 500;
        }


.referral-program-promotion-panel .content2 {
    margin-top: 10px;
    padding: 5px;
}

    .referral-program-promotion-panel .content2 .step-block .num-title {
        font-size: 55px;
        font-weight: 700;
        padding-left: 45px;
        top: 0;
        color: #ffde1a;
    }

        .referral-program-promotion-panel .content2 .step-block .num-title.second {
            display: flex;
            justify-content: right;
            padding-right: 45px;
            padding-left: 0px;
        }

    .referral-program-promotion-panel .content2 .step-block .num-body {
        position: relative;
        padding: 5px 10px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 1.3333333333vw;
        background-color: #ffffff08;
        overflow: hidden;
    }

        .referral-program-promotion-panel .content2 .step-block .num-body.second {
            text-align: right;
        }


        .referral-program-promotion-panel .content2 .step-block .num-body .num-yellow {
            font-size: 14px;
            font-weight: 700;
            line-height: 1.5;
            color: #ffde1a;
        }

            .referral-program-promotion-panel .content2 .step-block .num-body .num-yellow.long {
                width: 60%;
            }

        .referral-program-promotion-panel .content2 .step-block .num-body .num-desc {
            font-size: 12px;
            font-weight: 500;
            line-height: 1.5;
            color: white;
        }

        .referral-program-promotion-panel .content2 .step-block .num-body .right-inv {
            position: absolute;
            left: 146px;
            top: 5px;
            opacity: 0.2;
            width: 50px;
            transform-origin: 50% 50%;
            filter: blur(2px);
        }

        .referral-program-promotion-panel .content2 .step-block .num-body .right-inv2 {
            position: absolute;
            right: 20px;
            top: 5px;
            opacity: 0.3;
            width: 35px;
            transform-origin: 50% 50%;
            filter: blur(2px);
        }


    .referral-program-promotion-panel .content2 .step-block .step-block-inv.first {
        position: absolute;
        z-index: 3;
        width: 100px;
        right: 30px;
        top: 92px;
    }

    .referral-program-promotion-panel .content2 .step-block .step-block-inv.second {
        position: absolute;
        z-index: 3;
        width: 100px;
        left: 30px;
        top: 220px;
    }


    .referral-program-promotion-panel .content2 .step-block .step-block-inv.third {
        position: absolute;
        z-index: 3;
        width: 100px;
        right: 30px;
        bottom: 102px;
    }

.referral-card {
    position: relative;
    flex: 1;
    margin-top: 40px;
}

    .referral-card.r2 {
        margin-left: 10px;
        margin-top: 15px;
    }

    .referral-card.r3 {
        margin-top: 40px;
        margin-left: 10px;
    }

    .referral-card .referral-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        border-radius: 8px;
        overflow: hidden;
        z-index: 1;
    }

        .referral-card .referral-bg img {
            width: 100%;
        }

    .referral-card .title {
        position: absolute;
        display: inline-block;
        left: 50%;
        z-index: 3;
        transform: translate(-50%,-40%);
        padding: 0px 8px;
        background: #ffde1a;
        border-radius: 40px;
    }

        .referral-card .title span {
            font-size: 11px;
            font-weight: 700;
            text-align: center;
            color: #000;
            white-space: nowrap;
        }

        .referral-card .title .deco {
            position: absolute;
            left: 50%;
            top: 0;
            width: 18px;
            transform: translate(-50%,-100%) translateY(0.9333333332999999vw);
        }

    .referral-card .content {
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }

        .referral-card .content .avatar {
            width: 70px;
            background: #47454561;
            border-radius: 50%;
            position: relative;
        }

            .referral-card .content .avatar img {
                position: relative;
                width: 100%;
                left: 0;
            }

        .referral-card .content .name {
            margin-top: 13px;
            color: white;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
        }

        .referral-card .content .bonus {
            margin-top: 0px;
            color: #ffde1a;
            font-weight: 700;
            text-align: center;
            font-size: 12px;
        }

.received-bonus {
    margin-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #ffde1a;
}

.referral-leader {
    margin-top: 10px;
    overflow: auto;
    border-radius: 5px;
}

    .referral-leader .list-item {
        display: flex;
    }

        .referral-leader .list-item:nth-child(odd) {
            background: #262626;
        }


        .referral-leader .list-item:nth-child(even) {
            background: #333;
        }

        .referral-leader .list-item .cell {
            flex: 1;
        }

            .referral-leader .list-item .cell + .referral-leader .list-item .cell {
                position: relative;
            }

            .referral-leader .list-item .cell:nth-child(1) {
                padding: 12px 13px;
                text-align: left;
            }

            .referral-leader .list-item .cell:nth-child(2) {
                padding: 3.4666666667vw;
                text-align: center;
                position: relative;
            }

                .referral-leader .list-item .cell:nth-child(2)::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 60%;
                    top: 50%;
                    left: 0;
                    opacity: .2;
                    transform: translateY(-50%);
                    border-left: 1px dashed #fff;
                }

            .referral-leader .list-item .cell:nth-child(3) {
                padding: 3.4666666667vw 2.7333333333vw;
                text-align: right;
                position: relative;
            }

                .referral-leader .list-item .cell:nth-child(3)::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 60%;
                    top: 50%;
                    left: 0;
                    opacity: .2;
                    transform: translateY(-50%);
                    border-left: 1px dashed #fff;
                }

            .referral-leader .list-item .cell .player-name, .referral-leader .list-item .cell .item-desc {
                font-size: 12px;
                color: #b5b5b5;
            }

            .referral-leader .list-item .cell .bonus {
                font-size: 12px;
                color: #ffde1a;
            }

                .referral-leader .list-item .cell .bonus:after {
                    content: attr(data-unit);
                    font-size: 12px;
                    color: #b5b5b5;
                    display: inline-block;
                    margin-left: 5px;
                }

/** REFERRAL BEFORE LOGIN CONTENT CLOSED **/

/** REFERRAL AFTER LOGIN CONTENT **/

.referral-program-promotion-panel .content .more-rewards {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


    .referral-program-promotion-panel .content .more-rewards .rewards-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 100%;
    }

        .referral-program-promotion-panel .content .more-rewards .rewards-step img {
            width: 60px;
            height: 60px;
        }

        .referral-program-promotion-panel .content .more-rewards .rewards-step span {
            color: #ffde1a;
            font-weight: 700;
            text-align: center;
            font-size: 12px;
            line-height: 1.5;
            margin-top: 10px;
        }

    .referral-program-promotion-panel .content .more-rewards .rewards-arrow {
        width: 60px;
        margin-top: 20px;
        opacity: .5;
    }

        .referral-program-promotion-panel .content .more-rewards .rewards-arrow img {
            width: 100%;
        }

.reward-code-title {
    font-size: 14px;
    text-align: center;
    color: #b5b5b5;
    margin-top: 5px;
}

.code-panel-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 10px 0 0;
    text-align: center;
    justify-content: center;
}

    .code-panel-area .code {
        font-size: 19px;
        font-weight: 700;
        color: #ffde1a;
        letter-spacing: 0.2px;
    }

    .code-panel-area i {
        display: block;
        font-size: 17px;
        color: #ffde1a;
        cursor: pointer;
        margin-left: 10px;
    }

.pop-inner.referral {
    padding: 25px 14px;
}


.referral-program-promotion-panel.code {
    background-image: url(../images2/referral-panel-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.referral-program-promotion-panel.details {
    background-image: url(../images2/referral-panel-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    border: 1px solid var(--referral-program-panel-border, #666);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.code-panel-qrcode {
    padding: 15px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    .code-panel-qrcode img {
        width: 115px;
    }

.code-panel-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}

    .code-panel-wrap .referal-btn {
        margin-top: 15px;
    }

    .code-panel-wrap .mardin {
        display: flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 6px;
    }

        .code-panel-wrap .mardin input {
            outline: none;
            width: 45%;
            text-align: center;
            border: none;
            position: absolute;
            text-align: center;
            align-items: center;
            display: flex;
            z-index: 55;
        }

        .code-panel-wrap .mardin i {
            z-index: 55;
            color: black;
            padding-top: 14px;
        }

        .code-panel-wrap .mardin p {
            z-index: 55;
            color: black;
            font-size: 15px;
            font-weight: 700;
            padding-top: 14px;
        }

.referral-program-promotion-panel.details .referral-program-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 27px;
    padding: 0 7px 1px 22px;
    font-size: 12px;
    gap: 10px;
    text-align: center;
    background: #ffde1a;
    color: black;
    box-shadow: 0 0 10px 0px;
    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");
}

    .referral-program-promotion-panel.details .referral-program-tag i {
        font-size: 17px;
    }

.share-link-offcanvas::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
}

.share-copy-link::before {
    background: url(../images/icon-copy-link.png)no-repeat center/contain;
}

.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;
}

.invite-friend-list {
    display: grid;
    grid-template-columns: repeat(3,2fr);
    gap: 28px;
}

    .invite-friend-list p {
        transition: .3s;
        color: #bbb390;
        text-align: center;
        white-space: nowrap;
        margin: 0;
        font-size: 14px;
    }

    .invite-friend-list li:focus .share-link-offcanvas, .invite-friend-list li:hover .share-link-offcanvas {
        background: #efdf51;
    }

.share-link-offcanvas {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.3125rem;
    transition: .3s;
    border-radius: 50%;
    background-color: #bbb390;
}

.tab-btn-section.tab-btn-wrap.bg-yellow {
    background: #4f4b32;
}

/** REFERRAL AFTER LOGIN CONTENT CLOSED **/

/* Contact us start */
.about-us-row {
    background: rgb(77 75 75);
    padding: 10px 8px;
    height: 50px;
    overflow: scroll;
}

.about-us-column-container.about-us-custom {
    width: 100%;
    height: 100%;
}

.about-us-custom .menu-wrapper {
    display: flex;
    align-items: center;
    margin: auto;
    color: rgb(134, 151, 162);
    font-size: 14px;
    min-width: 10rem;
    height: 1.65rem;
    border-bottom: 0;
    flex-wrap: nowrap;
}

.menu-wrapper .nav-link.active {
    background: #14805e;
}

.menu-wrapper .nav-link {
    background: #767474;
}

.menu-wrapper .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 0.3rem;
    margin: 0px 0.1rem 0px 0px;
    text-transform: capitalize;
    margin: auto;
    padding-right: 10px;
}

.menu-wrapper .header-link {
    color: rgb(255, 255, 255) !important;
    transition: none 0s ease 0s;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    border: none !important;
    padding: 2px 20px;
    background: #333;
    width: 100%;
    min-width: max-content;
    border-radius: 3px;
    margin: auto;
    cursor: pointer;
    height: 30px;
    line-height: 26px;
}

.article-content-title h7 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 19px;
    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 .text {
    margin-bottom: 1.25rem;
    color: rgba(255,255,255,.6);
    font-size: .875rem;
    line-height: 1.6;
}

.record-item.item-title.transaction-record-list.aboutus {
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
}

.record-item.transaction-record-list.aboutus {
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
}
/* Contact us end */

/* Mobilepage second menu */
.menu-second {
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 1;
}

    .menu-second ul.active {
        left: 0;
        box-shadow: 1px 0 1px #0000004d;
    }

    .menu-second ul {
        position: absolute;
        top: 0;
        left: -98px;
        width: 98px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all .5s;
        background: #333333;
        box-shadow: 0 0 #0000;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
        padding-bottom: 100px;
    }

        .menu-second ul li {
            width: 75%;
            display: flex;
            justify-content: center;
            text-align: center;
            height: auto;
            margin: 0 auto;
            padding: 20px 0;
            border-bottom: 1px solid #464646;
        }

    .menu-second .icon-sport {
        display: block;
        width: 60px;
        height: 20%;
        margin: 0 auto;
        margin-bottom: 10px;
        background: none;
        border: none;
        /*
        background: #ffdf1a;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: 50% 20%;
        mask-position: 50% 20%;
        -webkit-mask-size: cover;
        mask-size: cover;
        */
    }

        .menu-second .icon-sport img {
            width: 45px;
        }

    .menu-second ul li p {
        color: #fff;
        font-size: 12px;
        text-align: center;
        word-wrap: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-second ul li:last-child {
        border: 0;
    }
/* Mobilepage second menu */

/*bettingrecord*/
.sprofile-tips .d-flex {
    font-size: 13px;
    justify-content: space-between;
    letter-spacing: 0.3px;
    width: 100%;
}


.sprofile-tips.total {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sprofile-tips.total p {
        font-size: 15px;
    }

    .sprofile-tips.total span {
        color: #76bd6a;
        display: block;
        margin-left: 4px;
    }

.signup-center.turnover {
    display: block;
    padding: 0 10px;
}

/*bettingrecord*/


/*footer*/

#footPayment {
    display: flex;
    width: 33px;
    height: 33px;
    gap: 5px;
}

/*footer*/

/* my vip start */
.vips-level-info > a {
    min-height: 25px;
    padding: 5px 10px;
}

    .vips-level-info > a.level-up {
        background: #14805e;
    }

        .vips-level-info > a.level-up:before {
            content: '\f35b';
        }
/* my vip end */

/* notifications start */

#mdlNotification .modal-title.pop-title {
    justify-content: unset;
    font-size: 13px;
    padding-right: 55px;
}

#mdlNotification .popup-close {
    height: 53px;
}

/* notifications end */

/* promo code start */
.form-group-row.promo-code .d-flex button {
    margin: 0;
    width: auto;
    min-width: 100px;
    padding: 0 25px;
}
/* promo code end */

/* daily checkin reward start */
.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: 8px 8px;
    text-align: center;
    border: none;
}

.day-content span, .day-content p {
    font-size: 11px;
    font-weight: 400;
}

.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: 14px;
    letter-spacing: 0.2px;
}

.daily-image-container {
    width: 100px;
    height: 100px;
    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 100px !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: 70px;
        }

    .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 {
    /*background: linear-gradient(to bottom,#095d42,#06573d);*/
    align-items: center;
    border-radius: 3px;
    width: 20%;
    display: block;
    flex: 0 0 11.25rem;
    height: 100%;
}

.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: 100px;
    margin: auto;
}

    .daily-vip-bottom span {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 11px;
        background-color: unset !important;
        border-radius: 0;
        padding: unset;
    }

.mission-calendar {
    padding-left: 10px;
    padding-right: 10px;
}
/* Daily check-in reward end */

/* my quest start */
.mission-cont .nav-tabs {
    background: linear-gradient(to bottom,#095d42,#06573d);
    align-items: center;
    border-radius: 3px;
    margin: 20px 0;
    width: 100%;
    display: flex;
    border-bottom: 1px solid transparent;
}

    .mission-cont .nav-tabs li {
        width: 50%;
    }

    .mission-cont .nav-tabs .nav-link {
        text-decoration: none;
        color: white;
        border-color: transparent;
        padding: 6px 2px;
        border-radius: 3px;
        font-size: 13px;
        justify-content: center;
        text-align: center;
        display: flex;
        transition: 0.3s ease-in-out;
        border-bottom: 1px solid transparent;
        width: 100%;
    }

        .mission-cont .nav-tabs .nav-link.active {
            background: linear-gradient(to bottom,#1bac7e,#14805e);
            align-items: center;
            border-radius: 3px;
        }

.mission-detail-container {
    padding: 8px;
    background: #0d2510;
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
    contain: content;
}

.mission-detail-holder {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    gap: 15px;
}

.mission-detail-title {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .mission-detail-title h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-top: 5px;
    }

    .mission-detail-title span {
        font-size: 12px;
        font-weight: 400;
        color: #919191;
    }

.mission-detail-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    justify-content: center;
    color: #e3e3e3;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 12px;
    margin-top: 12px;
}

.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: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.mission-reward-container span:first-child {
    color: #eaeaea;
}

.mission-reward-amount {
    color: #ffe43c;
}

.mission-layout {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.widget-layout {
    margin: 10px 0;
    position: relative;
    contain: content;
    width: 100%;
    background: #2f2f2f;
    border-radius: 3px;
}

.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%;
    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: 14px;
    font-weight: 600;
    margin: 0;
    color: #ffe43c;
}

.widget-bottom-content-block {
    padding: 15px 0;
    height: 100%;
    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;
}

.randomizer-content-block div .btn-css2 {
    font-weight: 500;
}

.progress-bar {
    position: relative;
    width: 80%;
    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;
        }
/* my quest end */

/* theme color selector demo */
.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;
    }

    .side-slider .slide-btn img {
        display: block;
        width: 25px;
        height: auto;
    }


.side-slider {
    position: fixed;
    top: 9.375rem;
}

    .side-slider.contact-service-box .side-slider-content {
        width: 13.75rem;
    }

    .side-slider .side-slider-content {
        position: absolute;
        top: 0;
        background: #3e3e3e;
        box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    }

    .side-slider.contact-service-box .contact-service-icon, .side-slider.contact-service-box .contact-service-logo {
        margin: 10px 0;
    }

        .side-slider.contact-service-box .contact-service-icon > img, .side-slider.contact-service-box .contact-service-logo > img {
            display: block;
            margin: 0 auto;
        }

        .side-slider.contact-service-box .contact-service-logo img {
            max-width: 25%;
        }

        .side-slider.contact-service-box .contact-service-icon > img, .side-slider.contact-service-box .contact-service-logo > img {
            display: block;
            margin: 0 auto;
        }

    .side-slider .contact-service-list {
        width: 90%;
        margin: 0 auto 10px;
        overflow: hidden;
        border-radius: 5px;
        background: #f5f5f5;
        color: #333;
    }

        .side-slider .contact-service-list li:hover {
            background: rgba(18,18,18,.2);
        }

            .side-slider .contact-service-list li:hover .contact-service-qrcode {
                height: 120px;
                margin-bottom: 10px;
            }

        .side-slider .contact-service-list li {
            display: block;
            overflow: hidden;
            transition: .3s;
            background: 0 0;
            font-size: 0;
        }

        .side-slider .contact-service-list a {
            display: block;
            padding: 0 5px 0 10px;
        }

            .side-slider .contact-service-list a i {
                font-size: 20px;
                padding-right: 6px;
                position: relative;
                bottom: -6px;
            }

            .side-slider .contact-service-list a img {
                width: 24px;
                height: 24px;
                margin-right: 5px;
                vertical-align: middle;
            }

    .side-slider.contact-service-box .contact-service-list span {
        width: 67%;
    }

    .side-slider .contact-service-list span {
        display: inline-block;
        padding: 8px 0;
        color: #333;
        font-size: .875rem;
        font-weight: lighter;
        vertical-align: middle;
    }

    .side-slider .contact-service-list .qr-code {
        width: 15px;
        height: 15px;
        margin: 0 0 0 10px !important;
    }

    .side-slider .contact-service-list a img {
        vertical-align: middle;
    }

    .side-slider.contact-service-box .contact-service-qrcode {
        display: block;
        max-width: 60%;
        height: 0;
        margin: 0 auto;
        padding-bottom: 0;
        transition: height .3s ease;
    }

    .side-slider.contact-service-box .contact-service-list hr {
        width: 92%;
        margin: 0 auto;
    }

    .side-slider .contact-service-list hr {
        height: 1px;
        border: 0;
        background: rgba(51,51,51,.2);
    }

    .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;
    }

    .side-slider.contact-service-box {
        top: unset !important;
        bottom: 410px;
    }
/* Theme color selection demo end */

/* updated product page */
.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;
}

.ck_filter:hover img {
    opacity: 1;
    transform: translateX(0);
}

.ck_filter:hover span:last-child {
    transform: translateY(-50px);
}
/* updated product page end */

/* Cryptocurrency UI update start */

.crypto-group-2 {
    position: relative;
}

    .crypto-group-2 .crypto-input {
        position: relative;
        width: 100%;
        margin: 6px 0 7px;
    }

        .crypto-group-2 .crypto-input .currency .icon {
            width: 28px;
            height: 28px;
        }

        .crypto-group-2 .crypto-input .currency {
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            align-items: center;
            justify-content: center;
            height: 49px;
            padding: 0 10px;
            color: #14805e;
        }

            .crypto-group-2 .crypto-input .currency .icon img {
                width: 100%;
                height: 100%;
            }

        .crypto-group-2 .crypto-input input {
            box-sizing: border-box;
            width: 100%;
            padding: 0 10px 0px;
            border-radius: 0.8vw;
            font-size: 17px;
            font-weight: 300;
            text-align: right;
            border: 2px solid transparent;
            transition: border-color .3s ease;
            background: #292929 !important;
            height: 45px !important;
            font-size: 18px;
            color: #ffdf1a;
        }

            .crypto-group-2 .crypto-input input:focus {
                padding-right: 35px;
            }

    .crypto-group-2 .input-text {
        color: #999;
        font-size: 14px;
    }

        .crypto-group-2 .input-text i {
            color: #fff;
            font-style: normal;
        }

    .crypto-group-2 .crypto-input .currency .unit {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #ffae12;
        color: #fff;
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        padding-top: 4px;
    }

    .crypto-group-2 .crypto-input .currency .unit2 {
        width: 10px;
        height: 28px;
        border-radius: 50%;
        color: #14805e;
        font-size: 19px;
        line-height: 20px;
        text-align: center;
        padding-top: 4px;
    }

    .crypto-group-2 .crypto-input .delete-btn {
        mask-image: url(../images/icon-cross-type09.svg);
        -webkit-mask-image: url(../images/icon-cross-type09.svg);
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 34px;
        height: 10.6666666667vw;
        transform: translateY(-50%);
        transition: all .3s;
        opacity: 0;
        mask-repeat: no-repeat;
        mask-position: 40% center;
        mask-size: 40%;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: 40% center;
        -webkit-mask-size: 40%;
        background: #14805e;
    }
/* Cryptocurrency UI update end */

/* Login remember me */
.login-remember input[type=checkbox] {
    display: none;
    height: 30px;
}

    .login-remember input[type=checkbox] + label::before {
        content: "";
        position: relative;
        display: flex;
        height: 18px;
        min-width: 18px;
        width: 18px;
        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;
        overflow: hidden;
        margin-right: 5px;
        margin-top: 1px;
    }

    .login-remember input[type=checkbox] + label {
        font-size: 14px;
        position: relative;
        display: inline-flex;
        cursor: pointer;
        margin: 0;
        width: auto;
        transition: background 0.4s ease;
        overflow: hidden;
        color: #14805e;
    }

    .login-remember input[type=checkbox]:checked + label::before {
        background: #14805e;
        border-color: #00af41 #00cf4b #0cd557;
        content: "✓";
        color: #fff;
        font-size: 20px;
        line-height: 18px;
        text-shadow: 0 1px 1px #ed9c06;
    }
/* Login remember me end */
