﻿.sweet-alert h2 {
    color: #000;
}

.sweet-alert {
    box-shadow: 0px 0px 8px #14805e;
    border: 2px solid #14805e;
}

.inm-text-red {
    color: #ff0000 !important;
}

::-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 */

.personal-data .add-phone-btn i {
    font-size: 12px;
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}

.pop-btn-box.non-verify-btn-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 0px;
    text-align: center;
}

.is-invalid {
    border-color: var(--bs-danger) !important;
    transition: border-color 0.3s ease !important;
    color: var(--bs-danger) !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('../images/invalid.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.0) !important;
}

.is-valid {
    border-color: var(--bs-success) !important;
    transition: border-color 0.3s ease !important;
    color: var(--bs-success) !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('../images/valid.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,.0) !important;
}

.form-select.is-invalid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom.png), url('../images/invalid.svg') !important;
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom.png), url('../images/valid.svg') !important;
    background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.check-wrap {
    width: 100%;
    margin: 0 0 1.5625rem;
    text-align: left;
    position: relative;
}

    .check-wrap input, .select-platform-wrap li input {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .check-wrap label {
        position: relative;
        transition: background .3s ease-out .1s,box-shadow .5s ease-in .1s;
        width: 100%;
        margin-top: -10px;
    }

    .check-wrap .check-cube, .check-wrap p {
        display: inline-block;
        vertical-align: middle;
    }

    .check-wrap p {
        font-size: 14px;
        line-height: 20px;
        color: rgba(255,255,255,.8);
        padding-top: 18px;
    }

    .check-wrap .check-cube {
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: .625rem;
        overflow: hidden;
        transition: transform .3s ease-out .1s,background .3s ease-in .1s;
        transition: transform .3s ease-out .1s,background .3s ease-in .1s,-webkit-transform .3s ease-out .1s;
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 3px;
        background: #fff;
        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);
    }

        .check-wrap .check-cube::before {
            width: 100%;
            height: 100%;
            -webkit-transform: translate(0,30px);
            transform: translate(0,30px);
            transition: transform .3s ease-out .1s,opacity .3s ease-out;
            transition: transform .3s ease-out .1s,opacity .3s ease-out,-webkit-transform .3s ease-out .1s;
            opacity: 0;
            background: url('../images/check.svg') no-repeat center;
            background-size: 90%;
            content: "";
            display: inline-block;
            position: absolute;
        }


    .check-wrap [type=checkbox], .logo-wrap.maintain .logo::before {
        display: none;
    }

        .check-wrap [type=checkbox] + label {
            cursor: pointer;
        }

        .check-wrap [type=checkbox]:checked + label .check-cube {
            background: #1ec28f;
        }

            .check-wrap [type=checkbox]:checked + label .check-cube::before {
                -webkit-transform: translate(0,0);
                transform: translate(0,0);
                opacity: 1;
            }

        .check-wrap [type=checkbox] + label::after {
            content: "";
            display: block;
            clear: both;
        }

        .check-wrap [type=checkbox]:checked + label:hover .check-cube {
            -webkit-transform: scale(1.08);
            transform: scale(1.08);
        }

.input-box-a select {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: none !important;
    transition: border-color 0.3s ease;
    letter-spacing: 0.4px;
}

.input-box-a .custom-file-label {
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #454545 !important;
    border: 0.125rem solid transparent;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-appearance: auto !important;
    appearance: auto !important;
    font-size: 15px;
    width: 100%;
}

.input-box-a .input-group-append button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
}

.input-box-a select:focus,
.input-box-a .custom-file-label.active {
    border: 1px solid #ffd400;
}

.input-box-a .form-select.is-invalid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom-white.png), url('../images/invalid.svg') !important;
    background-position: right 0.75rem center,center right 2.25rem !important;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-box-a .form-select.is-valid:not([multiple]):not([size]) {
    padding-right: 4.125rem;
    background-image: url(../images/chevron-bottom-white.png), url('../images/valid.svg') !important;
    background-position: right 0.75rem center,center right 2.25rem !important;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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;
    }

/* Datatables Styling */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: rgba(255,255,255,.5) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0;
    border-radius: 3px;
    color: #fff !important;
    height: 30.8px;
    padding-top: 6px;
}

.dataTables_wrapper .dataTables_paginate .next:hover:not(.disabled), .dataTables_wrapper .dataTables_paginate .previous:hover:not(.disabled) {
    background-color: rgba(114,147,225,.3) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: #14805e;
    color: #fff !important;
}

.paginate_button.next, .paginate_button.previous {
    position: relative;
    height: 30px;
    vertical-align: middle;
    padding-top: 2.5px !important;
}

    .paginate_button.next::before, .paginate_button.previous::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 20%;
        width: 50%;
        height: 50%;
        margin-bottom: .0625rem;
        padding-right: .3125rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: .3s;
        /*background-color: #fff;*/
    }

    .paginate_button.next.disabled::before, .paginate_button.previous.disabled::before {
        opacity: .3;
        /*background-color: #fff;*/
    }

.paginate_button.previous {
    margin-right: 10px;
}

.paginate_button.next {
    margin-left: 10px !important;
}

.dataTable-hover tbody tr {
    transition: ease-in-out .5s;
}

    .dataTable-hover tbody tr:hover {
        color: #26ffbc;
        cursor: pointer;
        transition: ease-in-out .5s;
    }

/* Datatables end*/

/* Transaction History */

.main-table-box {
    margin-bottom: 1.25rem;
    position: relative;
}

    .main-table-box .btn-return {
        margin-bottom: .625rem;
    }

    .main-table-box .bank-name-block {
        display: flex;
        align-items: center;
        position: absolute;
        top: -1.25rem;
        right: 0;
        background: rgba(0,0,0,.2);
        padding: .625rem .9375rem;
        border-radius: 0 0 3px 3px;
        color: #fff;
    }

        .main-table-box .bank-name-block img {
            width: auto;
            height: 1.875rem;
            margin-right: .9375rem;
        }

        .main-table-box .bank-name-block i {
            font-size: 25px;
            padding-right: 1rem;
            color: #26ffbc;
        }

.btn-return {
    position: relative;
    padding: .3125rem 1.25rem .3125rem 1.875rem;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
}

    .btn-return i {
        position: absolute;
        top: 29%;
        left: .825rem;
        width: .625rem;
        height: .625rem;
        margin-bottom: .0625rem;
        padding-right: .3125rem;
        transition: .3s;
        font-size: 10px;
    }

    .btn-return:hover {
        border-color: #26ffbc;
        color: #26ffbc;
    }

        .btn-return:hover i {
            left: .6375rem;
            width: .625rem;
            margin-bottom: .0625rem;
            padding-right: .3125rem;
            -webkit-transform: translateX(-50%);
            transition: .3s;
        }

.details-box {
    display: grid;
    grid-template-columns: 60% 40%;
}

.transaction-details-wrap {
    border-radius: 3px;
}

    .transaction-details-wrap + .transaction-details-wrap {
        margin-left: .9375rem;
    }

    .transaction-details-wrap.details, .transaction-details-wrap.timeline {
        background: rgba(0,0,0,.2);
        padding: .9375rem;
    }

        .transaction-details-wrap.details .title, .transaction-details-wrap.timeline .title {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

            .transaction-details-wrap.details .title h3, .transaction-details-wrap.timeline .title h3 {
                color: #26ffbc;
                font-size: 1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 70%;
            }

            .transaction-details-wrap.details .title .badge, .transaction-details-wrap.timeline .title .badge {
                margin-top: -.5rem;
            }

        .transaction-details-wrap.details .timeline-wrap, .transaction-details-wrap.timeline .timeline-wrap {
            bottom: 0;
            /* margin: 1.25rem 0;*/
            /*padding: 1.25rem 0;*/
            margin-top: .5rem;
            position: relative;
        }

            .transaction-details-wrap.details .timeline-wrap .timeline-block, .transaction-details-wrap.timeline .timeline-wrap .timeline-block {
                color: rgba(255,255,255,.6);
                display: grid;
                grid-template-columns: 4.375rem 4.375rem calc(100% - 8.75rem);
                margin-bottom: .9375rem;
                position: relative;
            }

                .transaction-details-wrap.details .timeline-wrap .timeline-block, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:first-child .transaction-details-wrap.details .timeline-wrap .timeline-block:first-child::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:first-child::before {
                    display: none;
                }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block::before {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 6.4375rem;
                        width: .25rem;
                        height: calc(100% + 3rem);
                        border-radius: .625rem;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block:last-child::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block:last-child::before {
                        height: 3.4375rem;
                        top: -2.1875rem;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .date, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date {
                        display: flex;
                        flex-direction: column;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block .date span, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date span {
                            font-size: .75rem;
                            margin-top: .78125rem;
                            text-align: right;
                        }

                            .transaction-details-wrap.details .timeline-wrap .timeline-block .date span + span, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .date span + span {
                                margin-top: .0625rem;
                            }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .point, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .point {
                        align-items: center;
                        background: #fff;
                        border-radius: 50%;
                        box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1);
                        display: flex;
                        grid-column: 2/span 1;
                        height: .75rem;
                        justify-content: center;
                        justify-self: center;
                        position: absolute;
                        width: .75rem;
                        z-index: 1;
                        top: 18px;
                        left: 17px;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .bounce, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .bounce {
                        -webkit-animation: bounce-point .5s .8s;
                        animation: bounce-point .5s .8s;
                    }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block .text, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .text {
                        background: #333;
                        border-radius: 3px;
                        box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1);
                        grid-column: 3/span 1;
                        padding: .9375rem;
                        position: relative;
                        text-align: left;
                        white-space: normal;
                        word-wrap: break-word;
                        font-size: .875rem;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block .text::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block .text::before {
                            content: "";
                            position: absolute;
                            left: -.54375rem;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: .625rem .54375rem .625rem 0;
                            border-color: transparent #333 transparent transparent;
                        }

                    .transaction-details-wrap.details .timeline-wrap .timeline-block.current, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current {
                        color: #fff;
                    }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current::before {
                            height: 50%;
                        }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .date, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .date {
                            margin-top: 0; /*.46875rem; */
                        }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .point {
                            border: .1875rem solid #fff;
                            box-shadow: .125rem .125rem 0 0 rgba(0,0,0,.1),inset .125rem .125rem 0 0 rgba(0,0,0,.1);
                            height: 2.5rem;
                            top: .3125rem;
                            width: 2.5rem;
                            z-index: 1;
                            left: 14px;
                        }

                            .transaction-details-wrap.details .timeline-wrap .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .point::before {
                                content: "";
                                display: block;
                                position: relative;
                                width: 1.25rem;
                                height: 1.25rem;
                                background: #fff;
                                left: -5px;
                            }

                        .transaction-details-wrap.details .timeline-wrap .timeline-block.current .text, .transaction-details-wrap.timeline .timeline-wrap .timeline-block.current .text {
                            font-weight: 500;
                        }

            .transaction-details-wrap.details .timeline-wrap.processing .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.processing .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block::before {
                background-color: #6c757d;
            }

                .transaction-details-wrap.details .timeline-wrap.processing .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.processing .timeline-block.current .point::before {
                    -webkit-animation: wiggle 2s .5s infinite;
                    animation: wiggle 2s .5s infinite;
                    -webkit-mask: url(../images/icon-processing.svg)no-repeat center;
                    mask: url(../images/icon-processing.svg)no-repeat center;
                    top: 5%;
                }

            .transaction-details-wrap.details .timeline-wrap.success .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.success .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block::before {
                background-color: #76bd6a;
            }

                .transaction-details-wrap.details .timeline-wrap.success .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.success .timeline-block.current .point::before {
                    -webkit-mask: url(../images/icon-pop-success.svg)no-repeat center/contain;
                    mask: url(../images/icon-pop-success.svg)no-repeat center/contain;
                }

            .transaction-details-wrap.details .timeline-wrap.fail .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.fail .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block::before {
                background-color: #f35e5e;
            }

                .transaction-details-wrap.details .timeline-wrap.fail .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.fail .timeline-block.current .point::before {
                    -webkit-mask: url(../images/icon-fail.svg)no-repeat center;
                    mask: url(../images/icon-fail.svg)no-repeat center;
                }

            .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block.current .point, .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block::before, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block.current .point, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block::before {
                background-color: #ffc107;
            }

                .transaction-details-wrap.details .timeline-wrap.reverted .timeline-block.current .point::before, .transaction-details-wrap.timeline .timeline-wrap.reverted .timeline-block.current .point::before {
                    -webkit-mask: url(../images/icon-reverted.svg)no-repeat center;
                    mask: url(../images/icon-reverted.svg)no-repeat center;
                }

        .transaction-details-wrap.details .details-wrap, .transaction-details-wrap.timeline .details-wrap {
            margin-top: 0.5rem;
        }

            .transaction-details-wrap.details .details-wrap .info, .transaction-details-wrap.timeline .details-wrap .info {
                align-items: center;
                background: rgba(102,102,102,.2);
                color: #fff;
                display: grid;
                grid-template-columns: 1fr 1fr;
                padding: .625rem .9375rem;
            }

                .transaction-details-wrap.details .details-wrap .info:nth-child(2n), .transaction-details-wrap.timeline .details-wrap .info:nth-child(2n) {
                    background: rgba(128,128,128,.2);
                }

                .transaction-details-wrap.details .details-wrap .info .name, .transaction-details-wrap.timeline .details-wrap .info .name {
                    font-size: .875rem;
                    font-weight: 500;
                }

                .transaction-details-wrap.details .details-wrap .info .value, .transaction-details-wrap.timeline .details-wrap .info .value {
                    font-size: .875rem;
                    text-align: right;
                    white-space: normal;
                    word-break: break-word;
                    word-wrap: break-word;
                }

                    .transaction-details-wrap.details .details-wrap .info .value a, .transaction-details-wrap.timeline .details-wrap .info .value a {
                        color: #26ffbc;
                        text-decoration: dashed !important;
                        display: inline-flex !important;
                        text-align: right;
                    }

        .transaction-details-wrap.details .tips, .transaction-details-wrap.timeline .tips {
            color: #fff;
            display: none;
            font-size: .875rem;
            margin-bottom: .9375rem;
            text-align: center;
            white-space: normal;
            word-wrap: break-word;
        }

        .transaction-details-wrap.details button, .transaction-details-wrap.timeline button {
            color: #fff;
            left: 50%;
            overflow: hidden;
            position: relative;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 99%;
            margin-top: 0.85rem;
        }

            .transaction-details-wrap.details button .countdown, .transaction-details-wrap.timeline button .countdown {
                align-items: center;
                background: linear-gradient(to right,#5a5a5a 0,#4d4d4d 15%,#4d4d4d 30%,#5a5a5a 55%,#5a5a5a 100%);
                background-position: 50%0;
                background-size: 200%;
                border-radius: 0;
                bottom: 0;
                box-shadow: 0 5px 10px 0 rgba(71,71,71,.1),inset 0 0 3px 0#5a5a5a;
                color: #fff;
                display: none;
                font-size: .9375rem;
                height: 2.5rem;
                justify-content: center;
                left: 0;
                line-height: 2.5rem;
                position: absolute;
                text-align: center;
                width: 100%;
                z-index: 1;
            }

                .transaction-details-wrap.details button .countdown.fadeIn, .transaction-details-wrap.timeline button .countdown.fadeIn {
                    -webkit-animation: button-push .5s ease;
                    animation: button-push .5s ease;
                }

                    .transaction-details-wrap.details button .countdown.fadeIn::before, .transaction-details-wrap.timeline button .countdown.fadeIn::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: -1.25rem;
                        width: 100%;
                        height: 1.25rem;
                        background: linear-gradient(to right,#5a5a5a 0,#4d4d4d 15%,#4d4d4d 30%,#5a5a5a 55%,#5a5a5a 100%);
                        -webkit-mask: url(../images/bg-wave.svg)no-repeat center;
                        mask: url(../images/bg-wave.svg)no-repeat center;
                    }

                .transaction-details-wrap.details button .countdown.fadeOut, .transaction-details-wrap.timeline button .countdown.fadeOut {
                    -webkit-animation: button-pull .5s ease;
                    animation: button-pull .5s ease;
                }

                    .transaction-details-wrap.details button .countdown.fadeOut::before, .transaction-details-wrap.timeline button .countdown.fadeOut::before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        width: 100%;
                        height: 1.25rem;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                        background: linear-gradient(to left,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
                        -webkit-mask: url(../images/bg-wave.svg)no-repeat center;
                        mask: url(../images/bg-wave.svg)no-repeat center;
                    }

                .transaction-details-wrap.details button .countdown .timer, .transaction-details-wrap.timeline button .countdown .timer {
                    border-radius: 50%;
                    box-shadow: 0 0 0 .09375rem #fff;
                    height: .9375rem;
                    left: -.625rem;
                    position: relative;
                    top: 0;
                    width: .9375rem;
                }

                    .transaction-details-wrap.details button .countdown .timer::after, .transaction-details-wrap.details button .countdown .timer::before, .transaction-details-wrap.timeline button .countdown .timer::after, .transaction-details-wrap.timeline button .countdown .timer::before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 36.5%;
                        height: .09375rem;
                        -webkit-transform-origin: 0 50%;
                        transform-origin: 0 50%;
                        -webkit-animation: spinClockwise 2s linear infinite;
                        animation: spinClockwise 2s linear infinite;
                        border-radius: .3125rem;
                        background-color: #fff;
                    }

                    .transaction-details-wrap.details button .countdown .timer::after, .transaction-details-wrap.timeline button .countdown .timer::after {
                        width: 25%;
                        -webkit-animation: spinClockwise 12s linear infinite;
                        animation: spinClockwise 12s linear infinite;
                    }

.swipe-page-deposit, .swipe-page-withdrawal, .swipe-page-promotion, .swipe-page-transfer {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: auto;
}

    .swipe-page-deposit .container-player-group, .swipe-page-withdrawal .container-player-group, .swipe-page-promotion .container-player-group, .swipe-page-transfer .container-player-group {
        padding: unset;
        margin-bottom: 0;
        border-radius: 3px;
        background: #313131;
        box-shadow: unset;
        position: relative;
        width: 100%;
        margin-right: 2px;
    }

    .swipe-page-deposit.open, .swipe-page-withdrawal.open, .swipe-page-promotion.open, .swipe-page-transfer.open {
        opacity: 1;
        height: 100%;
        transform: scaleY(1);
    }

    .swipe-page-deposit.closed, .swipe-page-withdrawal.closed, .swipe-page-promotion.closed, .swipe-page-transfer.closed {
        opacity: 0;
        height: 0;
        transform: scaleY(0);
    }

@-webkit-keyframes slide {
    0% {
        visibility: hidden;
        -webkit-transform: translateX(5rem);
        transform: translateX(5rem);
    }

    60% {
        -webkit-transform: translateX(-.3125rem);
        transform: translateX(-.3125rem);
    }

    to {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide {
    0% {
        visibility: hidden;
        -webkit-transform: translateX(5rem);
        transform: translateX(5rem);
    }

    60% {
        -webkit-transform: translateX(-.3125rem);
        transform: translateX(-.3125rem);
    }

    to {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce-point {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce-point {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Transaction History end */

/* My Accounts */

.swipe-page-account {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: auto;
}

    .swipe-page-account .container-player-group {
        padding: unset;
        margin-bottom: 0;
        border-radius: 3px;
        background: #313131;
        box-shadow: unset;
        position: relative;
        width: 100%;
        margin-right: 2px;
    }

    .swipe-page-account.open {
        opacity: 1;
        height: 100%;
        transform: scaleY(1);
    }

    .swipe-page-account.closed {
        opacity: 0;
        height: 0;
        transform: scaleY(0);
    }

.bank-name-block.account {
    margin-top: 6px;
}

.title h3.account {
    color: #26ffbc;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
}

.download_main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-column-gap: 15px;
}

.download_box_column {
    width: 100%;
    padding: 10px;
    position: relative;
    background-color: #333;
    border-radius: 3px;
}

    .download_box_column .download_icon {
        position: absolute;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        align-content: center;
        vertical-align: middle;
    }

        .download_box_column .download_icon i {
            color: #26ffbc;
            font-size: 1.3rem;
            margin-top: -0.2rem;
            margin-right: 0.2rem;
            margin-left: 0.3rem;
        }

        .download_box_column .download_icon h3 {
            color: #fff;
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 90%;
            margin-top: 0.5rem;
        }

    .download_box_column .download_scan {
        width: 120px;
        height: 120px;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 0.5rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        display: flex;
        align-items: center;
    }

        .download_box_column .download_scan img {
            width: 130px;
        }

        .download_box_column .download_scan.pc {
            width: 120px;
            height: 170px !important;
            text-align: center;
            margin-top: 3rem;
            margin-bottom: -0.9rem;
            margin-left: 0.2rem;
            margin-right: 0.2rem;
            display: flex;
            align-items: center;
        }

    .download_box_column .download-text {
        font-size: .875rem;
        font-weight: 500;
    }

    .download_box_column .btn-default {
        display: block;
        cursor: pointer !important;
        margin-top: 0.5rem;
    }

table tbody tr td img {
    max-height: 20px !important;
}

@-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);
    }
}
/* My Accounts end */

/* My Payments */

.btn-add-payment {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: .75rem;
    cursor: pointer;
    background-color: transparent;
    height: 26px;
}

    .btn-add-payment i {
        transition: .3s;
        font-size: 10px;
    }

    .btn-add-payment:hover {
        border-color: #26ffbc;
        color: #26ffbc;
    }

        .btn-add-payment:hover i {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            transition: .3s;
        }

/* My Payments end */

/* My Rewards */
.swipe-page-reward {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    width: auto;
}

    .swipe-page-reward .container-player-group {
        padding: unset;
        margin-bottom: 0;
        border-radius: 3px;
        background: #313131;
        box-shadow: unset;
        position: relative;
        width: 100%;
        margin-right: 2px;
    }

    .swipe-page-reward.open {
        opacity: 1;
        height: 100%;
        transform: scaleY(1);
    }

    .swipe-page-reward.closed {
        opacity: 0;
        height: 0;
        transform: scaleY(0);
    }

.transaction-details-wrap.details .timeline-wrap.shipped .timeline-block.current .point,
.transaction-details-wrap.details .timeline-wrap.shipped .timeline-block::before,
.transaction-details-wrap.timeline .timeline-wrap.shipped .timeline-block.current .point,
.transaction-details-wrap.timeline .timeline-wrap.shipped .timeline-block::before {
    background-color: #0dcaf0;
}

    .transaction-details-wrap.details .timeline-wrap.shipped .timeline-block.current .point::before,
    .transaction-details-wrap.timeline .timeline-wrap.shipped .timeline-block.current .point::before {
        -webkit-animation: wiggle 2s .5s infinite;
        animation: wiggle 2s .5s infinite;
        -webkit-mask: url(../images/icon-shipped.png)no-repeat center;
        mask: url(../images/icon-shipped.png)no-repeat center;
        top: 1%;
    }

.transaction-details-wrap.details .timeline-wrap.preparing .timeline-block.current .point,
.transaction-details-wrap.details .timeline-wrap.preparing .timeline-block::before,
.transaction-details-wrap.timeline .timeline-wrap.preparing .timeline-block.current .point,
.transaction-details-wrap.timeline .timeline-wrap.preparing .timeline-block::before {
    background-color: #ffc107;
}

    .transaction-details-wrap.details .timeline-wrap.preparing .timeline-block.current .point::before,
    .transaction-details-wrap.timeline .timeline-wrap.preparing .timeline-block.current .point::before {
        -webkit-animation: wiggle 2s .5s infinite;
        animation: wiggle 2s .5s infinite;
        -webkit-mask: url(../images/icon-preparing.png) no-repeat center;
        mask-image: url(../images/icon-preparing.png) no-repeat center;
        mask: url(../images/icon-preparing.png) no-repeat center;
        -webkit-mask-size: 130%;
        mask-size: 130%;
        top: 1%;
    }

/* My Rewards end */

/* Promotions & Rewards */
.modal-detail-banner img {
    object-fit: cover;
}

.reward-item {
    position: relative;
    width: calc(33% - 12px);
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #0003;
}

    .reward-item .promo-wrap img {
        height: 174px;
    }

    .reward-item .promo-detail h5 {
        font-size: 22px;
        line-height: 40px;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        margin: 0;
    }

.promo-search-bar ul li a {
    display: inline-block;
    height: 37px;
    line-height: 35px;
    text-align: center;
    padding: 0 25px;
    width: 100%;
    min-width: 80px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: lighter;
}

.modal-content .article.reward {
    font-size: .875rem;
    color: #000;
}

.promotion-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 24rem;
}

    .promotion-banner img {
        object-fit: cover;
        display: inline-block;
        width: 100%;
        height: 390px;
    }

/* Promotions & Rewards end */

/* Deposit & Withdrawal start */
.nav-tabs .content_bankType label i {
    font-size: 25px !important;
    padding-top: 4px;
}

.choose-box2 [type=radio] {
    display: none;
}


.style-add-amount.facelift {
    margin: 0;
    display: block !important;
    padding: 0.3125rem 0.9375rem;
    overflow: hidden;
    transition: .3s;
    border: 1px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    cursor: pointer;
    text-align: center;
}

.choose-box2 li, .choose-box2 label {
    position: relative;
    border-radius: 3px;
}

.boxx-content {
    flex: 0 0 19%;
    width: 19%;
    padding: 0 1px;
    margin: 0px -2px;
    text-align: center;
    cursor: pointer;
}

.choose-box2 [type=checkbox]:checked + label, .choose-box2 [type=radio]:checked + label {
    border-color: #ffe43c;
    color: #ffe43c;
}

.choose-box2 label:hover {
    border-color: #ffe43c;
    color: #ffe43c;
}

.boxx-content label::after, .boxx-content label::before {
    content: "";
    position: absolute;
    transition: .3s;
    opacity: 0;
}

.boxx-content label::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    font-weight: 800;
    z-index: 2;
    right: -1px;
    bottom: 3px;
    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;
    margin-right: -1px;
    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 img {
    width: auto;
    height: 1.5625rem;
}

.choose-box2 p, .choose-box2 span {
    font-size: 12px;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk-form .form-group .custom-file .input-group-append button {
    color: #fff;
    height: 47px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file-label.deposit {
    width: 53% !important;
    height: 47px;
    align-items: center;
    display: flex;
}

.reset-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -50px;
    width: 35px !important;
    height: 35px;
    padding: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
    background-color: #f2dc9c;
    font-size: 0;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-mask: url('../images/icon-delete.svg')no-repeat center/40%;
    mask: url('../images/icon-delete.svg')no-repeat center/40%;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.input-money.active .reset-btn, input-money.active::after {
    right: 0;
    background: #f35e5e;
}

.style-add-amount input[type=button].active ~ span {
    color: #ffe43c;
    border-color: #ffe43c !important;
    box-shadow: 0 0 2px #ffe43c8a;
    animation: moneyBtn-Animation .5s ease-in-out;
}

@keyframes moneyBtn-Animation {
    0% {
        -webkit-filter: drop-shadow(0 0 0#ffe43c);
        filter: drop-shadow(0 0 0#ffe43c);
    }

    to {
        -webkit-filter: drop-shadow(0-20px 0 transparent);
        filter: drop-shadow(0-20px 0 transparent);
    }
}

.bk-form {
    margin-top: 10px;
}

.deposite-save-money .input-box {
    margin-bottom: .1rem;
}
/* Deposit & Withdrawal 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: -300px;
        margin-top: 150px;
    }

.vip-top-row {
    padding-top: 0 !important;
    margin-top: 245px;
}

.benefits-logo-name span {
    display: block;
}

.th-benefits {
    height: 100px;
}

.benefits-logo-name-first-child {
    padding-top: 100px;
}
/* Vip club end */

/* About start */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links {
    display: flex;
    align-content: center;
}

.social-btn {
    cursor: pointer;
    height: 60px;
    width: 60px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    text-shadow: 0 1px 3px #967302;
    background: linear-gradient(to right,#fbc103 0,#f79604 15%,#f79604 30%,#fbc103 55%,#fbc103 100%);
    margin: 5px;
    transition: 1s;
}

    .social-btn span {
        width: 0px;
        overflow: hidden;
        transition: 0.5s;
        text-align: center;
    }

    .social-btn i {
        color: #fff;
    }

    .social-btn:hover {
        padding-left: 20px;
        padding-right: 20px;
        width: 250px;
        border-radius: 3px;
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(6,8,15,.1),0 4px 4px 1px rgba(6,8,15,.1),0 8px 8px 1px rgba(6,8,15,.1),0 16px 16px 1px rgba(6,8,15,.1),0 32px 32px 1px rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
        text-shadow: 0 1px 3px #967302;
    }

        .social-btn:hover span {
            padding: 2px;
            width: max-content;
        }
/* About ends */

/* 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 */

/* VIP Contnt */

.vip-outer.cont2 {
    margin-top: 38px;
    padding: 3px;
    border-radius: 5px;
    background: linear-gradient(to bottom,#eed6a8 0,#bca463 34%,#fff1cc 60%,#bca463 81%,#c5a971 100%);
    box-shadow: inset 0 0 3px #0003;
    display: grid;
}

.table-seperator.details tr > th:first-child, .table-seperator.details tr > td:first-child {
    position: sticky;
    width: 137px;
    top: 0;
    background: black;
    overflow: hidden;
    padding-right: 7px !important;
    left: 0 !important;
    text-align: center;
}

.vip-table.benefit {
    overflow: auto;
    border-radius: 6px;
    background: black;
    padding: 0px;
    margin: 0px;
}


.vip-table table.table-seperator {
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #000;
    margin: 3px;
    border-radius: 10px;
    white-space: nowrap;
    position: relative;
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
}


.vip-table table tbody tr td {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    text-align: center;
}

.benefits-logo-name img {
    margin-right: 10px;
    margin-left: 10px;
}


/* VIP Contnt ends */

/* Masterpage starts */
.login-switcher {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: none;
    opacity: 0;
}

    .login-switcher.active {
        opacity: 1;
        display: block;
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Float Banner */
.float-banner {
    position: fixed;
    left: 7px;
    bottom: 55px;
    z-index: 7999;
    filter: drop-shadow(0 0 0.375rem rgba(3,25,73,.7));
    opacity: 1;
}

    .float-banner .btn-close-star {
        position: absolute;
        z-index: 2;
        top: 0;
        right: -0.3125rem;
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 100%;
        background-color: #000000;
        opacity: 1;
        cursor: pointer;
    }

        .float-banner .btn-close-star::before {
            transform: rotate(45deg);
        }

        .float-banner .btn-close-star::after {
            transform: rotate(-45deg);
        }

        .float-banner .btn-close-star::after, .float-banner .btn-close-star::before {
            content: "";
            display: block;
            position: absolute;
            top: 0.6875rem;
            left: 0.3125rem;
            width: 0.9375rem;
            height: 0.125rem;
            border-radius: 0.125rem;
            background-color: #fff;
        }

    .float-banner a {
        display: inline-flex;
        width: 7.0625rem;
        height: 7.0625rem;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        cursor: pointer;
    }

/* Float Banner */

/* Betting history start */
.filter-box {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-self: flex-start;
    padding: 15px 20px 15px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
}

    .filter-box .filter-group {
        position: relative;
        flex: 1 1 auto;
        width: 100%;
    }

        .filter-box .filter-group > label {
            display: block;
            padding-bottom: 3px;
            color: white;
            font-size: 14px;
        }

.filter-btn-box {
    /*padding-bottom: 10px;
    text-align: right;*/
    flex: 1 0 auto;
    align-self: flex-end;
    margin-left: 1.25rem;
    text-align: right;
}

.cash-reward-btn {
    background: linear-gradient(to right,#3356cd 0,#5471d5 15%,#5471d5 30%,#3356cd 55%,#3356cd 100%);
    background-position: 50%0;
    background-size: 200%;
    box-shadow: 0 5px 10px 0 rgba(30,52,124,.1),inset 0 0 3px 0#859ae1;
    color: #fff;
    padding: 7px 13px;
    line-height: 1;
    font-size: 13px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    transition: .4s;
}

    .cash-reward-btn:hover {
        background-position: 0 0;
        box-shadow: 0 2px 2px 1px rgba(30,52,124,.1),0 4px 4px 1px rgba(30,52,124,.1),0 8px 8px 1px rgba(30,52,124,.1),0 16px 16px 1px rgba(30,52,124,.1),0 32px 32px 1px rgba(30,52,124,.1),inset 0 0 3px 0#859ae1;
        color: #fff;
        text-shadow: 0 1px 3px #1e347c;
    }


/*betting record*/
.choose-box2.betting {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    width: auto;
}

    .choose-box2.betting .boxx-content {
        padding: 0;
        margin: 0;
        width: 131px;
    }

/*betting record*/

/* register complete modal */
.modal-header.one-click {
    justify-content: center;
}

.registration-success-copy-fields {
    display: flex;
}

    .registration-success-copy-fields .copy-content {
        border-radius: 3px;
        width: 100%;
        min-height: 2.5em;
        display: flex;
        border: 2px solid #adacb1;
    }

.registration-success-copy-fields-item:first-child {
    position: relative;
}

.registration-success-copy-item {
    padding: 0.3125em 0.9375em;
    display: flex;
    align-items: center;
}

.registration-success-copy-fields-item {
    min-width: 0;
    flex-grow: 1;
}

    .registration-success-copy-fields-item:first-child:before {
        position: absolute;
        top: 19%;
        width: 1px;
        height: 1.5em;
        content: "";
        right: 0px;
        background-color: #adacb1;
    }

.registration-success-copy-item-name {
    margin-right: 0.35714em;
    display: block;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1.14286em;
    font-weight: 600;
}

.registration-success-copy-item-text {
    color: #14805e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14286em;
}

.one-click-copybutton {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 40px !important;
    margin-left: 7px;
    background: #14805e;
    color: white;
    border: 1px solid #14805e;
    border-radius: 3px;
}

    .one-click-copybutton:hover {
        background: #12976d;
        border-color: #12976d;
    }

.login-form-inner.one-click p {
    color: #14805e;
    text-align: center;
    margin-top: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}

.registration-complete-form-account-info-section {
    margin-top: 12px;
    display: flex;
    gap: 15px;
    position: relative;
}

.registration-complete-form-account-info-actions {
    display: flex;
    align-items: flex-start;
    gap: 1.25em;
}

.registration-success-copy-item input.copy-one {
    color: #14805e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.14286em;
    border: none;
    height: 25px;
    position: relative;
    padding: 0;
}

    .registration-success-copy-item input.copy-one:focus {
        border: none !important;
    }

.login-form-inner .form-group input.copy-one:focus {
    border: none !important;
}

.registration-first-deposit {
    border-top: 2px solid green;
}

.registration-fisrt-deposit-background {
    background-position: 0,100%;
    padding: 1.5625em 0.625em;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    min-height: 7.1875em;
    flex-direction: column;
}

.registration-first-deposit-title {
    margin-bottom: 0.27778em;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.16667em;
    color: #14805e;
}

.registration-first-deposit-text {
    margin-bottom: 1.15385em;
    font-size: .8125em;
    line-height: 1.15385em;
    color: #14805e;
}
/* register complete modal */

/* my vip start */
.vips-level-info .d-flex {
    margin: auto;
}

    .vips-level-info .d-flex > a {
        display: flex;
        margin: auto;
        margin-top: 5px;
        font-size: 12px;
        padding: 2px 10px;
        background: #e63846;
        border-radius: 3px;
    }

        .vips-level-info .d-flex > a:before {
            content: '\f05a';
            font-family: "Font Awesome 6 Pro";
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            margin: auto;
            margin-right: 5px;
        }

        .vips-level-info .d-flex > a.level-up {
            background: #14805e;
        }

            .vips-level-info .d-flex > a.level-up:before {
                content: '\f35b';
            }
/* my vip end*/

/* inbox start */

#mdlNotification .modal-header {
    height: 100%;
    padding: 10px 48px 10px 15px;
    min-height: 60px;
}

#mdlNotification .modal-title {
    font-size: 14px;
}

#mdlNotification .pop-inner-ref {
    color: black;
    font-size: 13px;
    margin-bottom: -15px;
}

#mdlNotification .modal-lg {
    max-width: 620px;
}

/* inbox end */

.input-box.promo-code {
    padding: 0px 10px;
    margin-bottom: 10px;
}

    .input-box.promo-code .input-box-50 {
        padding-top: 0px;
        width: 60%;
    }

    .input-box.promo-code .input-box.input-money input {
        background: #454545;
        border: 1px solid transparent;
        border-radius: 3px;
        text-align: start;
        color: white;
        font-size: 14px;
        padding: 0 10px;
    }

        .input-box.promo-code .input-box.input-money input:focus {
            border-color: #ffd400;
        }

/* daily check-in 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: 12px 12px;
    text-align: center;
    border: none;
}

.day-content span, .day-content p {
    font-size: 14px;
    font-weight: 600;
}

.day-content span {
    position: absolute;
    bottom: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    padding: 1px 6px;
    text-align: center;
}

.day-content p {
    margin-bottom: -3px;
}

.calendar-header-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,#1bac7e,#14805e);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
}

.mission-month-login {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.month-year-text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.mission-continuous-login {
    font-size: 17px;
    letter-spacing: 0.2px;
}

.daily-image-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    background: grey;
    justify-content: center;
    background: #1C1C1C;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.check-in-indicator {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 120px !important;
}

    .check-in-indicator.mission-checked {
        background: rgba(19, 163, 0, .1);
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

        .check-in-indicator.mission-checked i {
            font-size: 80px;
        }

    .check-in-indicator.breathing {
        animation: border-fadeIn 2s infinite alternate;
    }

        .check-in-indicator.breathing button {
            height: 100%;
            width: 100%;
            background-color: transparent;
            border: none;
            outline: none;
        }

@keyframes border-fadeIn {
    0%,100% {
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

    25% {
        border: 1px solid transparent;
        box-shadow: 0px 0px 8px 2px transparent;
    }

    50% {
        border: 1px solid #254B20;
        box-shadow: 0px 0px 8px 2px #51ffa1;
    }

    75% {
        border: 1px solid transparent;
        box-shadow: 0px 0px 8px 2px transparent;
    }
}

.day-type-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    border-top: 1px solid #413E3B;
}

.mission-cont .nav-tabs {
    /*background: linear-gradient(to bottom,#095d42,#06573d);*/
    align-items: center;
    border-radius: 50px;
    width: 100%;
    display: flex;
    height: 100%;
}

    .mission-cont .nav-tabs .nav-link {
        text-decoration: none;
        color: white;
        border-color: transparent;
        /*padding: 10px 28px;*/
        border-radius: 3px;
        justify-content: center;
        text-align: center;
        display: flex;
        transition: 0.3s ease-in-out;
        width: 100%;
        background: linear-gradient(to bottom,#575757,#535353);
    }

        .mission-cont .nav-tabs .nav-link.active {
            background: linear-gradient(to bottom,#1bac7e,#14805e);
            align-items: center;
        }

.mission-checked {
    color: #00FF00;
    font-weight: bold;
    font-size: 24px;
}

.daily-vip-bottom {
    position: relative;
    border: 2px solid #0f7e5b;
    background: #105d45;
    border-radius: 2px;
    width: 120px;
    margin: auto;
}

    .daily-vip-bottom span {
        position: relative;
        right: 0;
        bottom: 0;
        font-weight: 400;
        font-size: 13px;
        background-color: unset !important;
        border-radius: 0;
        padding: unset;
    }
/* daily check-in end */

/* my quests start */
.twin-container {
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.mission-main, .mission-calendar-holder {
    width: 100%;
    height: initial;
}

.mission-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mission-layout {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 408px;
    width: 100%;
}

.widget-layout {
    width: 100%;
    background: #4e4e4e;
    border-radius: 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%;
    min-height: 160px;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

    .widget-imgposition img {
        width: 100%;
        height: 100%;
        border-radius: 0px 16px 0px 0px;
    }

.editor-content p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #ffe43c;
}

.widget-bottom-content-block {
    padding: 10px 0;
    border-top: 1px solid #ffffff1f;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.randomizer-content-block {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.editor-wrapper .editor-content p.grey-color {
    font-size: 12px;
    color: #919191;
    font-weight: 600;
}

.mission-detail-container {
    padding: 15px;
    background: #031205;
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
    contain: content;
}

.mission-detail-holder {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    gap: 15px;
}

.mission-detail-title {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .mission-detail-title h4 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-top: 6px;
        letter-spacing: 0.2px;
    }

    .mission-detail-title span {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.2px;
        color: #919191;
        line-height: 1;
    }

.mission-detail-status {
    margin-top: 15px;
    color: #e3e3e3;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 15px;
}

.mission-progress-container {
    width: 80px;
    height: 8px;
    background: #534F4A;
    overflow: hidden;
    border-radius: 10px;
}

.mission-progress {
    height: inherit;
    float: left;
    border-radius: 10px;
    background: #26ffbc;
}

.mission-reward {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.mission-reward-container span:first-child {
    color: #eaeaea;
}

.mission-reward-amount {
    color: #ffe43c;
}

.page-navigation, .pagination-game {
    font-size: 13px !important;
    text-align: center;
}

    .page-navigation .previous_link,
    .page-navigation .next_link,
    .pagination-game .prev-page,
    .pagination-game .next-page {
        display: inline-block;
        border: 0;
        border-radius: 3px;
        color: #fff !important;
        height: 30.8px;
        min-width: 34px;
        padding-top: 5px;
        transition: 0.2s;
    }

        .page-navigation .previous_link:hover,
        .page-navigation .next_link:hover,
        .pagination-game .prev-page:hover,
        .pagination-game .next-page:hover {
            background-color: rgba(114, 147, 225, .3) !important;
            color: #fff !important;
        }

    .page-navigation .previous_link,
    .pagination-game .prev-page {
        margin-right: 10px;
    }

    .page-navigation .next_link,
    .pagination-game .next-page {
        margin-left: 10px;
    }

    .page-navigation .go_to_page,
    .pagination-game .page-number {
        display: inline-block;
        border: 0;
        border-radius: 3px;
        color: #fff !important;
        height: 30.8px;
        min-width: 34px;
        margin-left: 2px;
        padding-top: 5px;
        transition: 0.2s;
    }

        .page-navigation .go_to_page:hover,
        .pagination-game .page-number:hover {
            border: 0;
            background: #14805e;
            color: #fff !important;
        }

        .page-navigation .go_to_page.active_page,
        .pagination-game .page-number.active {
            border: 0;
            background: #14805e;
            color: #fff !important;
        }

.randomizer-content-block .btn-css2 {
    justify-content: center;
}

.mission-detail-status .progress-bar,
.mission-detail-status .progress-name {
    width: 60%;
}

    .mission-detail-status .progress-name span {
        color: #fff;
    }

/* my quests end */

/* nav update */
.sheader-menu .main-sub .nav-item {
    transition: color .3s, background .5s ease;
}

    .sheader-menu .main-sub .nav-item i {
        font-size: 20px;
        padding-top: 12px;
        padding-left: 5px;
    }

    .sheader-menu .main-sub .nav-item:hover {
        color: #22d89f;
    }

.sgames-item .latest {
    display: none;
}

/* nav update */

/*like and dislike*/

.btn-css.like,
.btn-css.dislike,
.sgames-item .sgames-hidden .d-flex span.favorite {
    min-height: auto;
    min-width: auto;
    margin-left: 0px;
    margin-right: 0px;
    color: #ffe332;
    border: 1px solid transparent;
    padding: 0px 10px 0px 10px;
    border-radius: 6px;
    transition: border-color .3s ease;
}

.btn-css.like {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 solid transparent;
    transition: .3s ease-in-out;
}

.btn-css.dislike {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 solid transparent;
    transition: .3s ease-in-out;
}

    .btn-css.like:hover,
    .btn-css.dislike:hover {
        color: #fff;
    }

.sgames-item .sgames-hidden .d-flex span.favorite {
    border-radius: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    padding: 0;
    transition: .3s ease-in-out;
}

    .btn-css.like.active,
    .btn-css.dislike.active,
    .sgames-item .sgames-hidden .d-flex span.favorite.active {
        text-shadow: 0 1px 3px #967302;
        border-color: #ffdf18;
    }

    .sgames-item .sgames-hidden .d-flex span.favorite.active {
        color: #fff;
    }

.fa-bounce, .fa-fade, .fa-beat {
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1; /* Safari and Chrome */
}

/*like and dislike*/

/* cryptocurrency deposit update start */

.btn-default.submitpayment {
    color: #fff;
}

/* cryptocurrency deposit update end */