@font-face {
    font-family: "Bai Jamjuree", sans-serif;
    src: url('../fonts/AnyConv.com__UTM\ Avo.otf') format('opentype'), url('../fonts/AnyConv.com__UTM\ Avo.eot') format('embedded-opentype'), url('../fonts/AnyConv.com__UTM\ Avo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root{
    --vip-color:#65472b;
    --vip-color-2:#4f351d;
}
* {
    margin: 0;
    padding: 0;
}

/* ----------------REUSE_ABLE---------------*/

.login_body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.login_body::-webkit-scrollbar-thumb {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    border-radius: 5px;
}

.login_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.wrap::-webkit-scrollbar-thumb {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgb(75, 173, 221) 0%, rgb(90, 137, 230) 100%);
    border-radius: 5px;
}

.wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

ul li {
    list-style: none;
}

ul {
    margin-bottom: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
    background-color: rgb(235, 235, 235) !important;
    background: url('../images/bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

html {
    font-family: "Bai Jamjuree", sans-serif;
}

.wrap {
    width: 768px;
    min-height: 100vh;
    height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    /* background-color: #fff; */
    position: relative;
    /* background: antiquewhite; */
    /* background: #9f9480; */

}
select {
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    border: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: 0.4em;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

input {
    margin: 0;
    min-height: 2.2em;
    text-align: left;
    border: 0;
    background: transparent none;
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding: 0.4em;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

    input:focus {
        -webkit-box-shadow: 0px 0px 5px #38c;
        -moz-box-shadow: 0px 0px 5px #38c;
        box-shadow: 0px 0px 5px #38c;
    }

.form_group {
    position: relative;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    -webkit-border-radius: 0.3125em;
    border-radius: 0.3125em;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 20%);
    margin: 0.5em 0;
    border-width: 1px;
    border-style: solid;
}

label {
    font-family: "Bai Jamjuree", sans-serif;
}

a {
    font-family: "Bai Jamjuree", sans-serif;
}

/* -------------LOGIN--------------- */

.login_area {
    width: 100%;
    height: 100vh;
    flex-direction: column;
}

    .login_area img {
        max-width: 100%;
        object-fit: cover;
    }

.login {
    width: 100%;
    height: 100vh;
}

.login_header {
    width: 350px;
    margin: 50px auto;
    flex-direction: column;
    text-align: center;
}

    .login_header p {
        font-weight: bold;
        background: -webkit-linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: none;
        font-size: 30px;
        margin: 10px 0 0 0;
    }

.login_body {
    width: 100%;
    flex-direction: column;
    flex: 1;
    padding: 0 100px 50px;
    justify-content: flex-start !important;
    overflow-y: auto;
    overflow-x: hidden;
}

    .login_body .form_group {
        width: 100%;
        margin-bottom: 1rem;
        border-bottom: 2px solid #3382cc;
        position: relative;
        box-shadow: none;
        border-radius: 0;
        border-width: 0px 0px 2px 0px;
    }

        .login_body .form_group input {
            width: 100%;
            padding: 0.5rem 0.375rem;
            border: none;
            font-family: "Bai Jamjuree", sans-serif;
            font-size: 15px
        }

            .login_body .form_group input:auto-fill {
                background-color: #add7ff;
                outline: none;
            }

            .login_body .form_group input:focus {
                outline: none;
                box-shadow: none;
            }

            .login_body .form_group input::placeholder {
                font-style: italic;
                font-family: "Bai Jamjuree", sans-serif;
            }

.form_group.inline {
    display: flex;
    flex-wrap: nowrap;
}

.flex.inline {
    flex-wrap: nowrap;
    width: 100%;
}

.btn_login {
    font-family: "Bai Jamjuree", sans-serif;
    color: white;
    width: 100%;
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

    .btn_login:hover {
        text-decoration: none;
        color: rgb(236, 236, 236);
        background: linear-gradient(90deg, rgb(42, 129, 173) 0%, rgb(45, 91, 182) 100%);
    }

.eye_slash, .eye_slash2 {
    cursor: pointer;
}

    .eye_slash .fa-eye, .eye_slash2 .fa-eye {
        display: none;
    }

    .eye_slash .fa-eye-slash, .eye_slash2 .fa-eye-slash {
        display: block;
    }

    .eye_slash.show .fa-eye, .eye_slash2.show .fa-eye {
        display: block;
    }

    .eye_slash.show .fa-eye-slash, .eye_slash2.show .fa-eye-slash {
        display: none;
    }

.question {
    justify-content: space-between;
    width: 100%;
}

    .question a {
        color: #555555;
        font-family: "Bai Jamjuree", sans-serif;
        font-style: italic;
        font-size: 14px;
    }

        .question a:hover {
            text-decoration: none;
        }

.question_1 {
    flex: 1;
}

.login_footer {
    background: url('../images/bg_footer_login.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0;
    color: #fff;
    font-family: "Bai Jamjuree", sans-serif;
    width: 100%;
    font-style: italic;
    position: absolute;
    bottom: 0;
}

/* -------------------------------- */

/* -----------MASTERPAGE----------- */

/* -------------------------------- */

.ui-panel-inner {
    padding: 0;
}

.left_side {
    background-color: #fff;
    text-shadow: none;
    font-family: "Bai Jamjuree", sans-serif;
}

/* ----------------------------------- */

/* ------------LEFT_MENU------------------ */

/* ----------------------------------- */

.ui_shadow {
    width: 768px;
    height: 100%;
    background-color: #111;
    opacity: 0.5;
    position: fixed;
    z-index: 9999;
    display: none;
}

    .ui_shadow.active {
        display: block;
    }

.left_menu {
    width: 0px;
    background-color: #fff;
    position: fixed;
    height: calc(100vh + 0px);
    top: 0;
    box-shadow: 1px 1px 1px 1px #dbdbdb;
    z-index: 10000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}

    .left_menu.active {
        width: 300px;
        opacity: 1;
        visibility: visible;
    }

        .left_menu.active ul.list_menu li.list_menu_item a span {
            display: block;
        }

        .left_menu.active ul.list_menu li ul li {
            display: block;
        }

    .left_menu .btn-menu {
        position: absolute;
        top: 10px;
        left: 20px;
        display: none;
    }

        .left_menu .btn-menu i {
            font-size: 200%;
            color: white;
            cursor: pointer;
        }

.btn_napthe {
    background-color: #4472ff;
    display: none;
    margin-left: 10px;
    z-index: 5;
    padding: 3px 3px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px #4a4a4a;
}

    .btn_napthe img {
        color: white;
        cursor: pointer;
    }

.left_menu .menu_logo {
    width: 100%;
    padding: 2rem;
}

    .left_menu .menu_logo img {
        width: 100%;
        object-fit: cover;
    }

.left_menu span {
    color: white;
}

.left_menu ul.list_menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
    height: auto;
    position: relative;
}

    .left_menu ul.list_menu li.list_menu_item {
        margin: 0px 0 0px 0;
        width: 100%;
        position: relative;
        border-bottom: 3px solid #dbdbdb;
    }

        .left_menu ul.list_menu li.list_menu_item a.item {
            padding: 10px 0px 11px 20px;
            margin: 0px 0 0px 0;
        }

            .left_menu ul.list_menu li.list_menu_item a.item:hover {
                background: rgb(51, 153, 204);
                background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
            }

        .left_menu ul.list_menu li.list_menu_item.active a.item {
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        }

        .left_menu ul.list_menu li.list_menu_item a span {
            font-family: "Bai Jamjuree", sans-serif;
            color: #38c;
            font-size: 15px;
            font-weight: 700;
            margin-left: 15px;
        }

        .left_menu ul.list_menu li.list_menu_item a.item:hover span {
            color: white;
        }

        .left_menu ul.list_menu li.list_menu_item a.item:hover i img {
            display: none;
        }

            .left_menu ul.list_menu li.list_menu_item a.item:hover i img.active {
                display: block;
            }

        .left_menu ul.list_menu li.list_menu_item.active a.item span {
            color: white;
        }

        .left_menu ul.list_menu li.list_menu_item.active a.item i img {
            display: none;
        }

            .left_menu ul.list_menu li.list_menu_item.active a.item i img.active {
                display: block;
            }

        .left_menu ul.list_menu li.list_menu_item i img {
            width: 25px;
            height: 25px;
        }

        .left_menu ul.list_menu li.list_menu_item i img {
            display: block;
        }

            .left_menu ul.list_menu li.list_menu_item i img.active {
                display: none;
            }

ul.list_menu li ul {
    margin-bottom: 0px;
    padding-left: 50px;
    display: none;
}

ul.list_menu li.active ul {
    display: block;
}

ul.list_menu li ul li {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

    ul.list_menu li ul li::before {
        content: "\f0da";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 5px;
        font-size: 20px;
        color: #38c;
    }

    ul.list_menu li ul li a {
        font-family: "Bai Jamjuree", sans-serif;
        background: -webkit-linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 13px;
    }

    ul.list_menu li ul li:hover a {
        font-family: "Bai Jamjuree", sans-serif;
        background: -webkit-linear-gradient(90deg, rgb(204, 201, 51) 0%, rgb(201, 204, 51) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    ul.list_menu li ul li.active a {
        background: -webkit-linear-gradient(90deg, rgb(204, 201, 51) 0%, rgb(201, 204, 51) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.btn_off_left {
    font-size: 30px;
    background-color: #dbdbdb;
    padding: 5px;
    color: #38c;
    cursor: pointer;
    top: 50%;
    left: 350px;
}

    .btn_off_left:hover {
        background-color: #bdbdbd;
    }

/* -----------HEADER---------- */

.header {
    background: url('../images/bg_header.png') no-repeat;
    background-size: cover;
    background-position: left center;
    width: 768px;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}

    .header img {
        max-width: 100%;
        object-fit: cover;
    }

    .header .btn_menu {
        margin-left: 20px;
        font-size: 25px;
        cursor: pointer;
    }

        .header .btn_menu a {
            color: #ffffff;
        }

        .header .btn_menu img {
            cursor: pointer;
        }

    .header .header_logo {
        padding: 5px 30px;
    }

.header_right {
    flex: 1;
    justify-content: flex-end !important;
}

.user_rank {
    width: 45px;
}

.user_info {
    background-color: #e6d8cb;
    padding: 8px;
    border-radius: 7px;
    margin: 18px 20px;
}

.user_ava {
    width: 45px;
    margin-right: 5px;
}

.user_token {
    flex-direction: column;
    font-family: "Bai Jamjuree", sans-serif;
}

.token_info img {
    width: 20px;
}

.adnx_tk {
    flex: 1;
    margin: 0 5px;
}

.adnx_tk_lock {
    flex: 1;
    margin: 0 5px;
}

/* -------------FOOTER------------ */


.footer {
    /* background: rgb(51, 153, 204); */
    /* background: linear-gradient (90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); */
    /* background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%); */
    width: 768px;
    height: 90px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    /* box-shadow: 0px -3px 0px 0px #d3d3d3; */

    /* background-image: url(assets/images/Btn_Left_Active.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
}

    .footer ul {
        width: 100%;
        height: 100%;
        justify-content: space-between !important;
    }

        .footer ul li {
            height: 100%;
        }

            .footer ul li a {
                padding: 0 15px;
                height: 100%;
                width: 150px;
                flex-direction: column;
                color: white !important;
                font-weight: normal;
                font-family: "Bai Jamjuree", sans-serif;
            }

                .footer ul li a i img {
                    display: block;
                }

                    .footer ul li a i img.active {
                        display: none;
                    }

            .footer ul li.active a {
                background: -webkit-linear-gradient(rgba(255, 153, 51, 1), rgba(255, 204, 0, 1));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

                .footer ul li.active a img {
                    display: none;
                }

                    .footer ul li.active a img.active {
                        display: block;
                    }

            .footer ul li a:hover {
                background: -webkit-linear-gradient(rgba(255, 153, 51, 1), rgba(255, 204, 0, 1));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

                .footer ul li a:hover img {
                    display: none;
                }

                    .footer ul li a:hover img.active {
                        display: block;
                    }


/* -------------------------------- */

/* ------------DASHBOARD----------- */

/* -------------------------------- */

.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    position: relative;
}

.content_dashboard {
    padding: 90px 0;
}

    .content_dashboard .sec_title {
        font-family: "Bai Jamjuree", sans-serif;
        background: -webkit-linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: none;
        font-size: 25px;
        font-weight: 700;
    }

.sec_ct_left {
    background: url('../images/circle_security.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 370px;
    height: 370px;
}

@keyframes growProgressBar {

    0%, 33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 12rem;
    --fg: #369;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

    div[role="progressbar"]::before {
        counter-reset: percentage var(--value);
        content: counter(percentage) '%';
    }

.sec_ct_right {
    flex-direction: column;
    flex: 1;
}

    .sec_ct_right .sec_item {
        position: relative;
        padding-left: 35px;
        margin: 15px 0;
    }

        .sec_ct_right .sec_item::before {
            content: "";
            background: url('../images/icon/sec_uncheck.png') no-repeat;
            background-size: cover;
            background-position: center;
            width: 30px;
            height: 30px;
            position: absolute;
            top: -1px;
            left: 0;
        }

        .sec_ct_right .sec_item.checked::before {
            content: "";
            background: url('../images/icon/sec_check.png') no-repeat;
            background-size: cover;
            background-position: center;
            width: 30px;
            height: 30px;
            position: absolute;
            top: -1px;
            left: 0;
        }

        .sec_ct_right .sec_item a {
            font-size: 17px;
            font-family: "Bai Jamjuree", sans-serif;
            color: #38c;
            font-weight: 500;
        }

            .sec_ct_right .sec_item a:hover {
                color: rgb(58, 155, 235);
            }

.info_customer {
    width: 100%;
    padding: 20px 20px;
    font-weight: 700;
}

.token_recharged {
    width: 100%;
    flex-direction: column;
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    border-radius: 10px;
    text-shadow: none;
    color: white;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 17px;
    padding: 5px 0;
    height: 95px;
}

.customer_rank {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    border-radius: 10px;
    flex-direction: column;
    width: 60%;
    padding: 10px 10px;
    height: 70px;
}

    .customer_rank span {
        text-transform: uppercase;
        text-shadow: none;
        color: white;
        font-family: "Bai Jamjuree", sans-serif;
    }

.rank_title {
    color: white;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 17px;
}

    .rank_title img {
        width: 30px;
    }

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 44px 0;
    }
}

.ui-progress-bar {
    margin: 0 10px;
    width: 60%;
    position: relative;
    height: 25px;
    padding-right: 2px;
    background-color: #abb2bc;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
    background: -moz-linear-gradient(#9da5b0 0%, #b6bcc6 100%);
}

.ui-progress {
    position: relative;
    display: block;
    overflow: hidden;
    height: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-background-size: 44px 44px;
    /* Webkit */
    background-color: #ff9933;
    background: -webkit-gradient(linear, 0 0, 44 44, color-stop(0.00, rgba(255, 255, 255, 0.17)), color-stop(0.25, rgba(255, 255, 255, 0.17)), color-stop(0.26, rgba(255, 255, 255, 0)), color-stop(0.50, rgba(255, 255, 255, 0)), color-stop(0.51, rgba(255, 255, 255, 0.17)), color-stop(0.75, rgba(255, 255, 255, 0.17)), color-stop(0.76, rgba(255, 255, 255, 0)), color-stop(1.00, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff9933), color-stop(1, #ffcc00));
    background: -moz-repeating-linear-gradient(top left -30deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17) 15px, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0) 30px), -moz-linear-gradient(#ff9933 0%, #ffcc00 100%);
    -webkit-box-shadow: inset 0px 1px 0px 0px #f3bf83, inset 0px -1px 1px #c4af3a;
    -moz-box-shadow: inset 0px 1px 0px 0px #f3bf83, inset 0px -1px 1px #c4af3a;
    box-shadow: inset 0px 1px 0px 0px #f3bf83, inset 0px -1px 1px #c4af3a;
    border: 1px solid #b98a46;
    -webkit-animation: animate-stripes 2s infinite linear;
}

    .ui-progress span.ui-label {
        font-size: 1.2em;
        position: absolute;
        right: 0;
        line-height: 33px;
        padding-right: 12px;
        color: rgba(0, 0, 0, 0.6);
        text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px;
        white-space: nowrap;
    }

.progress_rank {
    width: 100%;
}

    .progress_rank span img {
        width: 35px;
    }

.customer_rank p {
    text-shadow: none;
    color: white;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
}

    .customer_rank p span {
        font-size: 13px;
    }

.support_customer {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    border-radius: 10px;
    flex-direction: column;
    width: 60%;
    padding: 0px 0px;
    height: 70px;
}

    .support_customer span {
        text-shadow: none;
        color: white;
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 17px;
    }

.support_title img {
    width: 30px;
}

.info_recent_card {
    width: 100%;
    padding: 10px;
    border-top: 5px solid #d4d4d4;
    position: relative;
}

.title {
    background: -webkit-linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    color: white;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

a.ui-table-columntoggle-btn.ui-btn.ui-btn-b.ui-corner-all.ui-shadow.ui-mini {
    position: absolute;
    top: 10px;
    right: 5px;
}

    a.ui-table-columntoggle-btn.ui-btn.ui-btn-b.ui-corner-all.ui-shadow.ui-mini:hover {
        border-color: rgb(43, 132, 177);
    }

.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    border-color: rgb(51, 153, 204);
    color: #fff;
    text-shadow: 0 1px 0 #111;
}

.info_recent_card table {
    font-family: "Bai Jamjuree", sans-serif;
}

.db_table {
    white-space: nowrap;
    overflow-x: auto;
}


/* -------------------------------- */
/* ------------GIFTCODE----------- */
/* -------------------------------- */
.content_dashboard .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}

.content_dashboard .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 2px solid #dbdbdb;
    font-family: "Bai Jamjuree", sans-serif;
}

.giftcode_pickgame {
}

.gc_search {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 10px 20px;
    width: 100%;
}

    .gc_search span {
        font-size: 20px;
        flex: 1;
    }

    .gc_search .form_group {
        flex: 1;
        position: relative;
        background-color: #fff;
        border-color: #ddd;
        color: #333;
        text-shadow: 0 1px 0 #f3f3f3;
        -webkit-border-radius: 0.3125em;
        border-radius: 0.3125em;
        -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 20%);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 20%);
        margin: 0.5em 0;
        border-width: 1px;
        border-style: solid;
    }

    .gc_search input {
        width: 100%;
        padding-left: 35px;
    }

    .gc_search .form_group::before {
        content: "\f002";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 5px;
        font-size: 20px;
        color: #38c;
        position: absolute;
        top: 5px;
        left: 10px;
    }

    .gc_search input:focus {
        -webkit-box-shadow: 0px 0px 5px #38c;
        -moz-box-shadow: 0px 0px 5px #38c;
        box-shadow: 0px 0px 5px #38c;
    }



.gc_listgame {
    display: grid;
    grid-gap: 0 0;
    grid-template-columns: repeat(4, 1fr);
    border-top: 2px solid #dbdbdb;
}

    .gc_listgame li {
        padding: 15px;
        border-bottom: 2px solid #dbdbdb;
        border-right: 2px solid #dbdbdb;
    }

        .gc_listgame li a img {
            max-width: 100%;
            object-fit: cover;
        }

        .gc_listgame li:hover {
            background-color: #dbdbdb;
        }

            .gc_listgame li:hover a img {
                filter: brightness(1.15)
            }

.game_detail {
    padding: 10px 15px 10px;
    border-bottom: 3px solid #DBDBDB;
}

    .game_detail .gd_icon_g {
        width: 80px;
    }

        .game_detail .gd_icon_g img {
            max-width: 100%;
            object-fit: cover;
        }

    .game_detail .gd_info_g {
        margin-left: 15px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
    }

        .game_detail .gd_info_g label {
            font-weight: 700;
            margin-bottom: 5px;
            font-family: "Bai Jamjuree", sans-serif;
        }

        .game_detail .gd_info_g .gd_if_button {
            width: 100%;
            justify-content: space-between !important;
        }

        .game_detail .gd_info_g a {
            color: #95959A;
        }

            .game_detail .gd_info_g a span {
                margin-left: 5px;
            }

/* -------------------------------- */

/* ------------TRANSFER----------- */

/* -------------------------------- */

.pick_server {
    width: 100%;
}

.select_option_sv {
    border-bottom: 3px solid #dbdbdb;
}

.group_server {
    align-items: flex-start;
    border-right: 3px solid #dbdbdb;
    padding: 10px;
    flex: 1;
}

    .group_server ul {
        display: grid;
        grid-gap: 5px 5px;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

        .group_server ul li a {
            width: 100%;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
            padding: 10px 0;
            text-shadow: none;
            color: #fff;
            font-family: "Bai Jamjuree", sans-serif;
            border-radius: 10px;
        }

            .group_server ul li a:hover {
                color: #fff;
                background: rgb(51, 153, 204);
                background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
            }

        .group_server ul li.active_g_s a {
            color: #fff;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

.list_server {
    height: 100%;
    padding: 5px;
    flex: 2;
}

    .list_server ul {
        display: grid;
        grid-gap: 5px 5px;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

        .list_server ul li {
            padding: 0px;
            height: 40px;
        }

            .list_server ul li a {
                width: 100%;
                background: rgb(51, 153, 204);
                background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
                padding: 10px 0;
                text-shadow: none;
                color: #fff;
                font-family: "Bai Jamjuree", sans-serif;
                border-radius: 10px;
            }

                .list_server ul li a:hover {
                    color: #fff;
                    background: rgb(51, 153, 204);
                    background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
                }

            .list_server ul li.active_s a {
                color: #fff;
                background: rgb(51, 153, 204);
                background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
            }

.list_char {
    padding: 5px;
    border-bottom: 3px solid #dbdbdb;
}

    .list_char ul {
        display: grid;
        grid-gap: 0 0;
        grid-template-columns: repeat(3, 1fr);
    }

        .list_char ul li img {
            max-width: 100%;
            object-fit: cover;
        }

        .list_char ul li .logo_char {
            width: 70px;
        }

        .list_char ul li .info_char {
            flex-direction: column;
            margin-left: 10px;
        }

        .list_char ul li a {
            background-color: #dbdbdb;
            padding: 5px;
            font-family: "Bai Jamjuree", sans-serif;
            color: #757575;
            text-shadow: none;
            border-radius: 10px;
            margin: 5px;
        }

            .list_char ul li a:hover {
                color: #fff;
                background: rgb(51, 153, 204);
                background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
            }

        .list_char ul li.active_char a {
            color: #fff;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

.input_giftcode {
    padding: 5px 20px;
}

    .input_giftcode .form_group {
        width: 100%;
        flex-wrap: nowrap;
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 17px;
        font-style: normal;
    }


    .input_giftcode span {
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 15px;
        color: red;
    }

    .input_giftcode a.btn_received_gift {
        padding: 10px 0;
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        border-radius: 5px;
        color: white;
        text-shadow: none;
        font-size: 20px;
        margin: 10px 0;
    }

        .input_giftcode a.btn_received_gift:hover {
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgb(40, 122, 163) 0%, rgb(40, 82, 165) 100%);
        }

    .input_giftcode .form_group {
        flex: 2;
    }

        .input_giftcode .form_group input {
            font-size: 20px;
            padding: 0.5em 0.375em
        }

        .input_giftcode .form_group img {
            height: 40px;
        }

        .input_giftcode .form_group input:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }


.withdraw_confirm{
    flex: 1;
    margin-left: 15px;
}

    .input_giftcode .ui-checkbox .ui-btn,
    .ui-radio .ui-btn {
        color: red;
    }


/* -------------------------------- */

/* -------------ACCOUNT------------- */

/* -------------------------------- */

.account_dashboard {
    padding: 10px;
    width: 100%;
}

    .account_dashboard .label {
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 18px;
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        text-shadow: none;
        color: white;
        border-radius: 10px;
        padding: 5px 0;
        font-weight: 700;
        margin: 5px 0;
    }

.account_option {
    display: grid;
    grid-gap: 0 0;
    grid-template-columns: repeat(1, 1fr);
}

    .account_option .ac_o_item {
        margin: 5px;
    }

        .account_option .ac_o_item a {
            background-color: #DBDBDB;
            border-radius: 10px;
            padding: 10px 0;
            color: rgb(88, 88, 88);
            text-shadow: none;
            font-weight: 700;
        }

            .account_option .ac_o_item a:hover {
                background-color: #b1b1b1;
            }

a.label:hover {
    color: white;
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
}

.account_info {
    padding: 10px;
}

    .account_info span {
        font-family: "Bai Jamjuree", sans-serif;
    }

    .account_info .form_control {
        width: 100%;
        justify-content: flex-start !important;
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 15px;
    }

        .account_info .form_control input {
            font-size: 15px;
            width: 100%;
        }

        .account_info .form_control label {
            flex: 1;
        }

        .account_info .form_control .form_group {
            flex: 3;
        }

        .account_info .form_control .input_email {
            flex-direction: column;
            justify-content: flex-start !important;
            align-items: flex-start;
            flex: 3;
        }

            .account_info .form_control .input_email .form_group {
                flex: 3;
                width: 100%;
            }

        .account_info .form_control .ui-focus {
            -webkit-box-shadow: 0px 0px 5px #38c;
            -moz-box-shadow: 0px 0px 5px #38c;
            box-shadow: 0px 0px 5px #38c;
        }

.form_control .custom-control {
    flex: 3;
    padding-left: 2.5rem;
}

.form_control .custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.form_control .custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control-label {
    font-size: 15px;
}

.confirm_email {
    background-color: red;
    text-shadow: none;
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 !important;
}

.ac_info_btn {
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: repeat(3, 1fr);
}

    .ac_info_btn a {
        text-shadow: none;
        color: white !important;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    }

a.ac_if_update {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    text-shadow: none;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
}

.ac_info_btn a.ac_if_recharge {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
}

.ac_info_btn a.ac_if_transfer {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgb(219, 55, 55) 0%, rgb(228, 58, 58) 100%);
}

.account_info .send_code {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    text-shadow: none;
    color: white !important;
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    opacity: 1;
    border: none;
}

.send_code:focus {
    border: none;
    outline: none;
}

.send_code.faded {
    opacity: 0.5;
}

#countDown {
    display: none;
}

.p_v_btn {
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: repeat(2, 1fr);
}

    .p_v_btn a.p_v_cancel {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgb(219, 55, 55) 0%, rgb(228, 58, 58) 100%);
        text-shadow: none;
        color: white !important;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    }

    .p_v_btn a.p_v_confirm {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        text-shadow: none;
        color: white !important;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
    }

/* -------------------------------- */

/* ------------RECHARGE----------- */

/* -------------------------------- */

.recharge_index {
    display: grid;
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px;
}

    .recharge_index img {
        max-width: 100%;
    }


    .recharge_select img {
        max-width: 100%;
        object-fit: cover;
        filter: brightness(0.6);
    }

.recharge_content {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.recharge_momo {
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 3px solid #dbdbdb;
}

    .recharge_momo li {
        flex-direction: column;
        font-family: "Bai Jamjuree", sans-serif;
        text-shadow: none;
        padding: 10px;
        cursor: pointer;
    }

        .recharge_momo li:hover {
            color: white;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

        .recharge_momo li .money {
            flex-direction: column;
            width: 160px;
            height: 110px;
            border-radius: 10px;
            border: 2px solid transparent;
            background: linear-gradient(#ffffff 0 0) padding-box, /*this is your grey background*/
            linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%) border-box;
        }

        .recharge_momo li:hover .money {
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%) padding-box, /*this is your grey background*/
            linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255)0%) border-box;
        }

        .recharge_momo li.momo_money_select {
            color: white;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

            .recharge_momo li.momo_money_select .money {
                background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%) padding-box, /*this is your grey background*/
                linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255)0%) border-box;
            }

        .recharge_momo li .money i img.active {
            display: none;
        }

        .recharge_momo li.momo_money_select .money i img {
            display: none;
        }

        .recharge_momo li.momo_money_select i img.active {
            display: block;
        }

        .recharge_momo li:hover .money i img {
            display: none;
        }

            .recharge_momo li:hover .money i img.active {
                display: block;
            }

.recharge_content .recharge_content_item {
    display: none;
}

    .recharge_content .recharge_content_item.active_rc_c {
        display: block;
    }

.recharge_momo_confirm {
    width: 100%;
    padding: 10px 10px 20px 10px;
}

    .recharge_momo_confirm .form_group {
        flex: 2;
    }

        .recharge_momo_confirm .form_group input {
            font-size: 20px;
            padding: 0.5em 0.375em
        }

            .recharge_momo_confirm .form_group img{
                height: 40px;
            }

            .recharge_momo_confirm .form_group input:focus {
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

        .recharge_momo_confirm a {
            flex: 1;
            margin-left: 15px;
        }

    .recharge_momo_confirm a:hover {
        background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
    }

.recharge_visa {
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 3px solid #dbdbdb;
}

    .recharge_visa li {
        flex-direction: column;
        font-family: "Bai Jamjuree", sans-serif;
        text-shadow: none;
        padding: 10px;
        cursor: pointer;
    }

        .recharge_visa li:hover {
            color: white;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

        .recharge_visa li .money {
            flex-direction: column;
            width: 160px;
            height: 110px;
            border-radius: 10px;
            border: 2px solid transparent;
            background: linear-gradient(#ffffff 0 0) padding-box, /*this is your grey background*/
            linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%) border-box;
        }

        .recharge_visa li:hover .money {
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%) padding-box, /*this is your grey background*/
            linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255)0%) border-box;
        }

        .recharge_visa li.momo_money_select {
            color: white;
            background: rgb(51, 153, 204);
            background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
        }

            .recharge_visa li.momo_money_select .money {
                background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%) padding-box, /*this is your grey background*/
                linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255)0%) border-box;
            }

        .recharge_visa li .money i img.active {
            display: none;
        }

        .recharge_visa li.momo_money_select .money i img {
            display: none;
        }

        .recharge_visa li.momo_money_select i img.active {
            display: block;
        }

        .recharge_visa li:hover .money i img {
            display: none;
        }

            .recharge_visa li:hover .money i img.active {
                display: block;
            }

.recharge_visa_policy {
    border-bottom: 3px solid #dbdbdb;
}

.r_v_p_content {
    font-family: "Bai Jamjuree", sans-serif;
    padding: 10px;
    text-align: justify;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .r_v_p_content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
        border-radius: 5px;
    }

    .r_v_p_content::-webkit-scrollbar-thumb {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgb(75, 173, 221) 0%, rgb(90, 137, 230) 100%);
        border-radius: 5px;
    }

    .r_v_p_content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 5px;
    }

.recharge_visa_confirm {
    width: 100%;
    padding: 10px 10px 20px 10px;
}

    .recharge_visa_confirm .form_group {
        flex: 2;
    }

        .recharge_visa_confirm .form_group input {
            font-size: 20px;
            padding: 0.5em 0.375em
        }

        .recharge_visa_confirm .form_group img {
            height: 40px;
        }

        .recharge_visa_confirm .form_group input:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .recharge_visa_confirm a {
        flex: 1;
        margin-left: 15px;
    }

    .recharge_visa_confirm a:hover {
        background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
    }

.modal_confirm_recharge {
    position: fixed;
    bottom: -300px;
    z-index: 1000;
    width: 768px;
    transition: all .4s;
}

    .modal_confirm_recharge.show {
        bottom: 93px;
    }

.modal_header p {
    margin-bottom: 0;
    color: #3382cc;
}

.modal_header {
    width: 100%;
    background-color: #dbdbdb;
    padding: 10px;
    font-family: "Bai Jamjuree", sans-serif;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    font-size: 18px;
}

.md_close {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 30px;
}

.md_ava {
    width: 50px;
}

    .md_ava img {
        max-width: 100%;
        object-fit: cover;
    }

.md_u_info {
    flex-direction: column;
    align-items: flex-start !important;
    flex: 1;
}

.modal_content {
    padding: 10px;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 20px;
    background-color: #fff;
}

.modal_footer {
    padding: 10px 10px 20px;
    background-color: #fff;
}

.md_footer_btn {
    display: grid;
    grid-gap: 0px 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

    .md_footer_btn a.ac_if_recharge {
        text-shadow: none;
        color: white !important;
        padding: 10px;
        border-radius: 5px;
        font-size: 20px;
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
    }

    .md_footer_btn .ac_if_update:hover {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgb(42, 126, 168) 0%, rgb(43, 87, 173) 100%);
    }

    .md_footer_btn a.ac_if_recharge:hover {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgb(226, 136, 45) 0%, rgba(226, 181, 0) 100%);
    }

.recharge_adnx {
    padding: 10px;
    width: 100%;
}

    .recharge_adnx .buy_adnx a {
        background-color: #38c;
        padding: 10px;
        border-radius: 5px;
        color: white
    }

        .recharge_adnx .buy_adnx a:hover {
            background-color: #369;
        }

    .recharge_adnx .recharge_noti {
        background-color: #d1ecf1;
        border: 1px solid;
        border-color: #bee5eb;
        color: red;
        flex-direction: column;
        padding: 10px;
        border-radius: 5px;
    }

    .recharge_adnx .form_control {
        width: 100%;
    }

        .recharge_adnx .form_control label {
            flex: 1;
        }

        .recharge_adnx .form_control .form_group {
            flex: 3;
        }

.recharge_apota {
    padding: 10px;
    width: 100%;
}

    .recharge_apota .buy_apota a {
        background-color: rgb(26, 172, 21);
        padding: 10px;
        border-radius: 5px;
        color: white
    }

        .recharge_apota .buy_apota a:hover {
            background-color: rgb(18, 133, 23);
        }

    .recharge_apota .recharge_noti {
        background-color: #d1ecf1;
        border: 1px solid;
        border-color: #bee5eb;
        color: red;
        flex-direction: column;
        padding: 10px;
        border-radius: 5px;
    }

    .recharge_apota .form_control {
        width: 100%;
    }

        .recharge_apota .form_control label {
            flex: 2;
        }

        .recharge_apota .form_control .form_group {
            flex: 3;
        }

.recharge_content_item span {
    font-family: "Bai Jamjuree", sans-serif;
}

/* -------------------------------- */

/* ------------HISTORY----------- */

/* -------------------------------- */

.withdraw_history {
    font-family: "Bai Jamjuree", sans-serif;
}

.w_h_btn {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 3px solid #dbdbdb;
    padding: 10px;
}

.w_h_btn_item a {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
    text-shadow: none;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

    .w_h_btn_item a:hover {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
    }

.w_h_btn_item.active_w_h_btn a {
    background: rgb(51, 153, 204);
    background: linear-gradient(90deg, rgba(255, 153, 51, 1) 0%, rgba(255, 204, 0, 1) 100%);
}

.w_h_content {
    padding: 10px;
}

.w_h_table {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 15px;
    font-family: "Bai Jamjuree", sans-serif;
}

    .w_h_table::-webkit-scrollbar {
        height: 6px;
        background-color: #F5F5F5;
        border-radius: 5px;
    }

    .w_h_table::-webkit-scrollbar-thumb {
        background: rgb(51, 153, 204);
        background: linear-gradient(90deg, rgba(51, 153, 204, 1) 0%, rgba(51, 102, 204, 1) 100%);
        border-radius: 5px;
    }

    .w_h_table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
        border-radius: 5px;
    }

    .w_h_table thead th {
        font-weight: 700;
    }

    .w_h_table tbody th {
        font-weight: 400;
    }

.w_h_content_item {
    display: none;
}

    .w_h_content_item.active_w_h {
        display: block;
    }

.transfer_history {
    padding: 10px;
}

.w_h_c_filter {
    font-family: "Bai Jamjuree", sans-serif;
}

/* -------------LIST_EVENT--------------- */

.list_event {
    width: 100%;
    height: auto;
    padding: 30px;
}

    .list_event ul li {
        border-radius: 10px;
        box-shadow: 0px 0px 5px 3px #bebebe;
        margin-bottom: 20px;
        position: relative;
        display: flex;
    }

        .list_event ul li .tag_on {
            display: block;
        }

        .list_event ul li .tag_off {
            display: none;
        }

        .list_event ul li.in_active .tag_off {
            display: block;
        }

        .list_event ul li.in_active .tag_on {
            display: none;
        }

.tag_on {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 30px solid #38c;
    border-right: 25px solid transparent;
    height: 0;
    width: 140px;
    padding-left: 10px;
    border-top-left-radius: 10px;
    font-family: "Bai Jamjuree", sans-serif;
    color: white;
}

.tag_off {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 30px solid #ff2929;
    border-right: 25px solid transparent;
    height: 0;
    width: 140px;
    padding-left: 10px;
    border-top-left-radius: 10px;
    font-family: "Bai Jamjuree", sans-serif;
    color: white;
}

.list_event ul li a {
    width: 100%;
    height: 100%;
}

.list_event ul li img {
    max-width: 100%;
    border-radius: 10px;
}



.imgborder {
    /* border: 1px solid; */
    border-radius: 5px;
    width: 75px;
}

.clearpadding {
    width: calc(50% - 100px);
    padding: 20px;
    margin: 20px auto;
}

.btn2 {
    background: url(../../assets/images/Icon_Title.png);
    background-position: center;
    background-size: cover;
    height: 33px;
    margin: 10px;
    padding: 4px;
    color: beige;
}

#refreshCaptcha {
    height:50px; 
    border: #0086fc 1px solid;
}

#refreshCaptcha img {
    height: 100%;
}


.clearfix::after {
    display: block;
    clear: both;
    content: ""
}


.fatlogin {
    background: url(../../assets/images/login.png);
    /* max-width: 450px; */
    min-height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    background-size: 364px 420px;
    padding: 50px;
    border: none !important;
    background-color: transparent !important;
}

.btndn {
    bottom: 31px;
    left: 35%;
}

a {
    /* color: #0b1c2f !important; */
}

.line1 {
    border-bottom: #6c757d 1px solid;
}

.table-bordered {
    /* border: 1px solid #6c757d !important; */
    font-size: 13px;
}

.table thead th {
    /* border-color: #6c757d; */
}

body {
    font-family: "Bai Jamjuree", sans-serif;
}

.fa-exclamation-circle {
    color: red;
}