@import "font.css";

::-webkit-scrollbar {
    border-radius: 10px;
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #fb9502 !important;
    border-radius: 10px;
    outline: 1px solid #fb9502 !important;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #fb9502 !important;
    border-radius: 10px;
    outline: 1px solid #fb9502 !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #b66b01;
}

html {
    /*
	background-repeat: no-repeat;
	*/
    /* background: rgb(32, 39, 33); */
    font-size: 20px;
    min-height: 100%;
    min-width: 360px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.field-icon {
    right: 5px;
    float: right;
    margin-right: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

body {
    font-family: "DB HelvethaicaMon X", sans-serif;
    background-color: #fff0 !important;
}

.popover {
    font-family: "DB HelvethaicaMon X", sans-serif;
    font-size: 24px;
    text-align: center;
}

.border-2 {
    border-width: 2px !important;
    border-width: 2px !important;
    border-width: 2px !important;
}

#app_content {
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    color: rgb(255, 220, 50);
}

.alert-sidebar {
    position: fixed;
    z-index: 234;
    bottom: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.turn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
}

.turn-col {
    position: relative;
}

.card {
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.page-link {
    color: #00adff;
}

.page-link:hover {
    color: #00adff;
}

.b-pagination {
    width: fit-content;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
.btn {
}

label {
    font-size: 20px;
    margin-bottom: -2px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b8b5b7 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b8b5b7 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b8b5b7 !important;
}

a.forgot {
    font-size: 20px;
    color: rgb(154, 11, 7);
}

h5.card-header {
    font-size: 28px;
    text-align: center;
    padding: 5px 5px;
}

div#home-just i {
    font-size: 30px;
}

p,
a,
span,
small,
.input-group-text,
label,
input.form-control,
select,
li,
.alert,
option {
}

.btn-line {
    background-color: #3ace01;
    padding: 0px 10px;
}

a.btn-line {
    font-size: 20px;
}

.list-right.addline p {
    margin-bottom: -2px;
}

.list-right.addline {
    font-size: 18px;
    margin-top: 8px;
}

.input-group-text {
    font-size: 24px;
}

p.stdf,
a.stdf,
span.stdf {
}

.container {
    max-width: 800px;
}

.credit-box,
.br-main,
.card,
.play-button,
.bank-box,
.copy-button,
.btn-withdraw,
.input-group-text,
.bank-user-logo i,
.affiliate-box,
.rounded,
.stat-content {
    border-radius: 1rem;
}

.rounded {
    border-radius: 1rem !important;
}

form.login button {
    font-size: 30px;
}

.btn-red {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background: -webkit-linear-gradient(
        top,
        #e805bf 0%,
        #96027c 48%,
        #b50295 100%
    );
    /*background: linear-gradient(180deg,#4accca -70%,#003736);*/
}

.btn-red:hover {
    background: rgb(19 104 165);
    background: -webkit-linear-gradient(
        top,
        #e805bf 0%,
        #96027c 48%,
        #b50295 100%
    );
    /*background: linear-gradient(180deg,#4accca -70%,#003736);*/
    text-decoration: none;
}

.btn-zinc {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #6f6f6f !important;
    background: #ada996;
    background: linear-gradient(to right, #eaeaea, #dbdbdb, #f2f2f2, #ada996);
}

.btn-zinc:hover {
    background: #ada996;
    background: linear-gradient(to right, #cecdcd, #b7b7b7, #e2e2e2, #868376);
    text-decoration: none;
}

.btn-outline-red {
    color: rgb(225, 225, 225);
    background: linear-gradient(top, #ca03a6 0%, #73015f 48%, #9c0180 100%);
    border-color: rgb(225, 225, 225);
}

.btn-outline-red:hover {
    color: #fff;
    background: linear-gradient(top, #e805bf 0%, #96027c 48%, #b50295 100%);
    border-color: rgb(225, 225, 225);
}

.btn-silver {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #232323 !important;
    background: rgb(171, 171, 171);
    background: linear-gradient(
        90deg,
        rgb(171, 171, 171) 0%,
        rgb(253, 253, 253) 100%
    );
}

.btn-silver:hover {
    background: rgb(148, 148, 148);
    background: linear-gradient(
        90deg,
        rgb(148, 148, 148) 0%,
        rgb(189, 189, 189) 100%
    );
    text-decoration: none;
}

.btn-gold {
    width: 150px;
    /* background-color:; */
    background-image: linear-gradient(
        to right,
        #9d50bb 0%,
        #6e48aa 51%,
        #9d50bb 100%
    );
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    /* border-radius: 50px; */
    transition-duration: 0.4s;
    background-size: 200% auto;
}

.btn-gold:hover {
    background-color: #555555;
    color: white;
    background-position: right center;
}

@keyframes morph {
    0% {
        background-color: rgba(177, 9, 4, 1);
    }

    50% {
        background-color: rgba(242, 23, 1, 1);
    }

    100% {
        background-color: rgba(177, 9, 4, 1);
    }
}

.fix-nav-bottom-active {
}

.fix-nav-bottom-active:hover {
    background-color: #101010 !important;
    color: white;
    background-position: right center;
}

.br-0 {
    border-radius: 0px !important;
}

.btrr-0 {
    border-top-right-radius: 0px !important;
}

.btlr-0 {
    border-top-left-radius: 0px !important;
}

.bbrr-0 {
    border-bottom-right-radius: 0px !important;
}

.bblr-0 {
    border-bottom-left-radius: 0px !important;
}

.card-header:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

main {
    padding-bottom: 20px !important;
}

.container.content.login {
    background: rgba(0, 0, 0, 0.5);
    /*background: rgba(0,0,0,0) !important;*/
    box-shadow: none;
    /* box-shadow: -4px 4px 0px 0px rgb(69 255 246 / 76%), inset -4px 4px 0px 0px rgb(243 69 255 / 76%); */
}

.container.content.login,
.container.content.register {
    color: #ffffff;
    max-width: 500px;
    backdrop-filter: blur(32px);
    border-radius: 2rem;
    padding: 2rem;
}

.container.content.login .btn,
.container.content.register .btn,
.container.content.login .form-control,
.container.content.register .form-control {
    border-radius: 2rem;
}

@media (min-width: 576px) {
    .container.content {
        /* margin-top: -100px; */
    }
}

.form-control {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: solid 2px #61616180;
    backdrop-filter: blur(32px);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    background-color: #00b6ff36 !important;
    background-color: rgba(0, 0, 0, 0.7);
}

.form-control:hover {
    box-shadow: 0 0 6px 1px #ffff9458, inset 0 0 6px 2px #ffff9458;
    border-color: #ffd329;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.form-control:focus {
    box-shadow: 0 0 6px 1px #ffff9458, inset 0 0 6px 2px #ffff9458;
    border-color: #ffd329;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
}

.container.content {
    background-color: rgb(0 0 0 / 70%);
    min-height: 300px;
    position: relative;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
}
.container-fluid.content {
    background-color: rgb(0 0 0 / 70%);
    min-height: 300px;
    position: relative;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 2rem;
}

.container.content.dashboard {
}

footer {
    margin-bottom: 120px;
}

.history-link-text {
    color: #9e9e9e !important;
    font-size: 20px;
}

.history-link-text i {
    color: #9e9e9e !important;
    font-size: 14px;
    padding-left: 2px;
}

.history-link-text:hover {
    text-decoration: none;
}

/*New Weblink Css*/

.nav-sexy-button {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-top: 0px;
}

.nav-sexy-button a {
    background-image: linear-gradient(
        to right,
        #9d0085,
        #86057e,
        #6f0876,
        #590a6d,
        #430a63
    );
}

.nav-sexy-button a:hover {
    background-image: linear-gradient(
        to right,
        #91017b,
        #790472,
        #610668,
        #4b065c,
        #350550
    );
}

.nav-sa-button {
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-top: 0px;
}

.nav-sa-button a {
    background-image: linear-gradient(
        to right,
        #439281,
        #398071,
        #306e61,
        #275d51,
        #1e4c42
    );
}

.nav-sa-button a:hover {
    background-image: linear-gradient(
        to right,
        #397e6f,
        #316e60,
        #285e52,
        #214e44,
        #193f37
    );
}

.nav-ufa-button a {
    background: rgb(190, 24, 24);
    background: linear-gradient(
        90deg,
        rgba(190, 24, 24, 1) 0%,
        rgba(147, 34, 34, 1) 100%
    );
}

.nav-ufa-button a:hover {
    background: rgb(190, 24, 24);
    background: linear-gradient(
        90deg,
        rgba(190, 24, 24, 1) 0%,
        rgb(255, 51, 51) 100%
    );
}

.othergames a {
    color: #fff !important;
    font-size: 22px;
    border-radius: 12px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
}

.othergames i {
    font-size: 16px;
}

.othergames a:link {
    text-decoration: none;
    cursor: pointer;
}

/*New Weblink Css*/

/*FIX BOTTOM NAV*/

.fix-nav-bottom {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: rgb(0 0 0 / 85%);
}

.fix-nav-bottom ul {
    display: flex;
}

.fix-nav-bottom ul li {
    text-align: center;
    flex: 1;
    position: relative;
}

.fix-nav-bottom ul li:hover {
    background-color: #656565;
}

.fix-nav-bottom ul li a {
    padding: 12px 0 10px 0;
    color: #ffffff;
    width: 100%;
}

.fix-nav-bottom ul li a > img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fix-nav-bottom ul li a.main {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 0 10px 0;
}

.fix-nav-bottom ul li a.main .main-button {
    padding-top: 100%;
    width: 100%;
    position: relative;
}

.fix-nav-bottom ul li a.main .main-button .inner {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: ripple 2s linear 0.5s infinite;
}

.fix-nav-bottom ul li a.main .main-button .inner img {
    object-fit: contain;
    width: 60%;
}

.fix-nav-bottom ul li a.main .main-button i {
}

.fix-nav-bottom ul li i {
    font-size: 20px;
}

.fix-nav-bottom ul li a:link {
    color: #ffffff;
    text-decoration: none;
}

.fix-nav-bottom ul li p {
    margin-bottom: 0px;
    margin-top: -4px;
    font-size: 20px;
}

.fix-nav-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fix-nav-bottom-play {
    background-color: #353a40;
}

.scroll-text {
    background-color: #101010;
    background: url(../images/bg-nav.jpg);
    padding: 5px 0px 0px 0px;
}

.scroll-text a {
    color: #fff !important;
    font-size: 20px;
}

.font-20 {
    font-size: 20px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-18 {
    font-size: 18px;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

/*NAVBAR*/

.header-logo {
    width: 300px;
    object-fit: contain;
}

.top-nav {
    width: 100%;
    margin-top: 10px;
}

.navbar {
    background-color: #101010;
    box-shadow: 5px 8px 10px 2px rgba(0, 0, 0, 0.5);
}

.navbar .navbar-announcement {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.top-nav ul li {
    text-align: center;
}

.top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-nav ul li a:link {
    color: #ffffff;
    text-decoration: none;
}

.top-nav ul li a {
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav ul li i {
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav ul li p {
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -6px;
    font-size: 20px;
}

.top-nav ul li:hover p,
.top-nav ul li:hover i {
    background: -webkit-linear-gradient(
        top,
        #e805bf 0%,
        #96027c 48%,
        #b50295 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*SLIDE SECTION*/

.slide {
    /*background-color: #000000;*/
}

.slide-img img {
    width: 100%;
}

/*MAIN DASHBOARD*/

section.user-infor {
    margin-bottom: 10px;
}

section.user-infor a {
    font-size: 24px;
}

span.reset-password {
    cursor: pointer;
    font-size: 18px;
    background-color: #989898;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px 2px 6px;
}

span.reset-password i {
    font-size: 14px;
    color: #fff;
}

.credit-box {
    /* background: rgb(0, 255, 85); */
    /* background: url(../images/bg-nav.jpg); */
    padding: 1rem;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2),
        inset 0px 0px 1px 2px rgba(255, 193, 7, 1),
        inset 0px 0px 1px 2px rgba(255, 193, 7, 1),
        inset 0px 0px 1px 2px rgba(255, 193, 7, 1),
        inset 0px 0px 32px 5px rgba(255, 193, 7, 0.1),
        inset 0px 0px 32px 5px rgba(255, 193, 7, 0.1),
        inset 0px 0px 32px 5px rgba(255, 193, 7, 0.1),
        0px 0px 32px 1px rgba(255, 193, 7, 0.3);
}

.credit-box p {
    font-size: 70px;
    margin-bottom: -18px;
    margin-top: -35px;
    color: #fff;
    /* background-image: linear-gradient(to right, #22ff22 0%, #6a0dff  51%, #778cff  100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.credit-box .refresh {
    color: #22ff22;
    /* background-image: linear-gradient(to right, #9D50BB 0%, #6E48AA  51%, #9D50BB  100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.credit-box small {
    font-size: 28px;
    color: #fff;
}

.depo-wit {
    display: none;
}

.amount-box {
    position: relative;
}

.amount-box .amount-box-refresh-btn {
    position: absolute;
    right: 0;
}

.amount-pending {
    line-height: 0.5;
    margin-bottom: 0.5rem;
    display: block;
}

.rank-box {
    width: 20%;
    text-align: center;
    margin: 1em 0;
    height: 50px;
}

.rank-process-box {
    width: 80%;
    text-align: center;
    margin: 1em 0;
    height: 50px;
}

.rank-box-info {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .rank-process-box {
    }

    .rank-box-info {
    }
}

.button-box a {
    font-size: 22px;
    padding: 4px 0px 4px 0px;
}

.navigation {
    margin-top: 15px;
}

.othergame {
    margin-top: 15px;
}

.nav-play-button {
    width: 50%;
    float: left;
    padding-right: 10px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 193, 7, 0.9);
    }

    100% {
        box-shadow: 0 0 0 18px rgb(255, 193, 7, 0);
    }
}

@keyframes morph {
    0% {
        background-color: rgba(177, 9, 4, 1);
    }

    50% {
        background-color: rgba(242, 23, 1, 1);
    }

    100% {
        background-color: rgba(177, 9, 4, 1);
    }
}

.play-button {
    padding: 120px 10px 112px 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    cursor: pointer;
    background: rgb(0, 0, 0);
    background-image: linear-gradient(
        to right,
        #06ff00 0%,
        #02cd23 51%,
        #2bff1b 100%
    );
    animation: morph 0.5s linear 0.5s infinite !important;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    font-size: 42px;
    background-size: 200% auto;
    border-radius: 12px;
}

.play-button:hover {
    background-color: #555555;
    color: white;
    background-position: right center;
}

.play-button i {
    font-size: 85px;
    color: #fff;
}

.play-button p {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: -6px;
}

.nav-other-button a {
    color: #fff !important;
    font-size: 20px;
    border-radius: 12px;
    width: 100%;
}

.nav-other-button a:hover {
    text-decoration: none;
}

.other-list {
    margin-bottom: 8px;
}

.other-list i,
.other-list div,
.other-list img {
    font-size: 32px;
    margin-top: 8px;
}

.btn-dark-tri img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.other-list p {
    font-size: 22px;
}

.rank {
    position: relative;
    width: 100%;
    z-index: 23;
    margin-bottom: -25px;
}

.btn-dark-tri {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* border: solid 1px rgba(255,255,255,0.25); */
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    border-radius: 1rem;
    line-height: 2.1rem;
    margin-bottom: 0.2rem;
    width: 4rem;
    height: 4rem;
    /* padding: 6px 0px 6px 0px; */
    box-shadow: inset 0px 0px 0px 2px rgba(255, 220, 50, 0.7);
    /* box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2), -5px -5px 8px 0px rgba(255, 255, 255, 0.056), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.056); */
}

.btn-dark-tri:hover {
    text-decoration: none;
}

.btn-dark-tri:hover i,
.btn-dark-tri:hover p,
.btn-dark-tri:hover span {
    background: -webkit-linear-gradient(
        top,
        #e805bf 0%,
        #b50295 48%,
        #e805bf 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.other-list {
    text-align: center;
}

.other-list p {
    line-height: 1.5rem;
}

.other-list-full {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
    float: left;
}

.other-list-1 {
    width: 50%;
    padding-right: 7.5px;
    margin-bottom: 10px;
    float: left;
}

.other-list-2 {
    width: 50%;
    padding-left: 7.5px;
    margin-bottom: 10px;
    float: left;
}

.other-list-3 {
    width: 50%;
    padding-right: 7.5px;
    float: left;
}

.other-list-4 {
    width: 50%;
    padding-left: 7.5px;
    float: left;
}

section.gameslist {
    margin-top: 20px;
}

.show-games p {
    color: #4e4e4e;
    font-size: 24px;
    margin-bottom: -6px;
}

.show-games i {
    color: #4e4e4e;
    font-size: 20px;
}

.show-games a:hover {
    text-decoration: none;
}

/*Game List*/

.row.games-row {
    padding: 10px;
}

.games-list img {
    opacity: 1;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.games-list {
    position: relative;
}

.games-row > .col-md-2 {
    padding: 5px;
}

.games-row > .col-sm-3 {
    padding: 5px;
}

.games-row > .col-4 {
    padding: 4px;
}

.btn-gameslist {
    background: rgb(177, 9, 4);
    background: linear-gradient(
        90deg,
        rgba(177, 9, 4, 1) 0%,
        rgba(242, 23, 1, 1) 100%
    );
}

.btn-gameslist:hover,
.btn-gameslist:active,
.btn-gameslist:focus,
.btn-gameslist:visited {
    background: rgb(154, 11, 7);
    background: linear-gradient(
        90deg,
        rgb(154, 11, 7) 0%,
        rgb(189, 25, 9) 100%
    );
    text-decoration: none;
}

a.btn-gameslist {
    color: #ffffff !important;
    font-size: 18px;
    min-width: 90px;
}

a.btn-gameslist i {
    font-size: 14px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.games-list .overlay {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.games-list:hover .overlay {
    opacity: 1;
}

.games-list:hover .image {
    opacity: 1;
}

.games-list:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4caf50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.games > .row > .col-md-2 {
    padding: 5px !important;
}

.games > .row {
    padding-left: 5px;
    padding-right: 5px;
}

a#show,
a#hide {
    cursor: pointer;
}

[v-cloak] > * {
    display: none;
}

.pointer {
    cursor: pointer;
}

/*DOPOSIT*/

.bank-box {
    padding: 15px 30px 15px 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.wallet-box {
    /*เพิ่มใหม่*/
    width: 100%;
    float: left;
    margin-left: 1%;
    padding: 15px 30px 15px 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    cursor: pointer;
}

.scb {
    background-color: #551c85;
}

.kbank {
    background-color: #138f2d;
}

.bay {
    background-color: #fec43b;
}

.bank-info {
    margin-top: 15px;
}

.bank-info-text {
    width: 60%;
    float: left;
}

.bank-info-text small {
    font-size: 24px;
}

.bank-info-text p {
    font-size: 42px;
    margin-top: -18px;
    margin-bottom: 0px;
}

p.bank-acc-num {
    font-size: 60px;
    margin-top: -32px;
    margin-bottom: -25px;
}

.bank-info-copy {
    width: 40%;
    float: left;
}

p.bank-acc-name {
    margin-bottom: -16px;
}

.copy-button {
    padding: 32px 10px 24px 10px;
    border: none;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.copy-button p {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: -6px;
}

.copy-button i {
    font-size: 30px;
}

.bank-user-logo img {
    max-width: 80px;
}

.bank-user-logo {
    width: 10%;
    float: left;
    min-width: 80px;
}

.bank-user-info {
    width: 70%;
    float: left;
    padding-left: 20px;
    line-height: 1.2;
    font-size: 26px;
}

.bank-user-info p {
    margin-bottom: 0px;
}

p#bank-user-name {
    font-size: 26px;
    margin-top: -8px;
}

p#bank-user-number {
    font-size: 25px;
    margin-top: -14px;
}

p#bank-user-bankname {
    font-size: 20px;
}

/*WITHDRAW*/

.withdraw-form {
    margin-top: 15px;
}

.user-bank {
    margin-top: 15px;
}

.bank-user-logo i {
    font-size: 50px;
}

/*HISTORY*/

div#myTabContentJust {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding-top: 30px !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.tab-pane p {
    margin-bottom: 0px;
}

.list-left {
    width: 100%;
    float: left;
    text-align: left;
}

.list-left h5 {
    font-size: 30px;
    margin-bottom: -10px;
}

p.chanel {
    font-size: 18px;
    margin-bottom: -10px;
}

p.datetime {
    font-size: 14px;
}

.list-right {
    width: 100%;
    float: left;
    text-align: right;
}

.icon-history-box {
    margin-right: 10px;
}

.icon-history-box i {
    font-size: 65px !important;
}

.btn-successed {
    font-size: 12px;
    padding: 0px 6px;
    margin-bottom: 4px;
}

.btn-successed i {
    font-size: 10px !important;
}

.list-right p {
    font-size: 30px;
    margin-bottom: -18px;
}

.list-right small {
    font-size: 18px;
}

.bg-even {
    background-color: #ffffff;
}

.bg-odd {
    background-color: #f7f7f7;
}

.list-box {
    padding: 5px 15px 5px 15px;
}

.page-link {
    font-size: 20px !important;
}

.prenext {
    padding: 2px 12px;
    font-size: 30px !important;
}

.md-tabs a {
    font-size: 24px;
}

/*MD TAB*/

.md-tabs {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    margin-bottom: -20px;
    background-color: #2bbbad;
    z-index: 1;
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.indigo {
    background-color: #ff0000 !important;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all 1s;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.md-tabs .nav-link {
    transition: all 0.4s;
    border: 0;
    color: #fff;
}

.tab-content {
    padding: 1rem;
    padding-top: 2rem;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
}

/*MD TAB*/

/*Affiliate*/

.affiliate-box {
    padding: 15px 30px 15px 30px;
    background: rgb(56, 56, 56);
    background: url(../images/bg-nav.jpg);
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.affiliate-amount-box small {
    font-size: 28px;
    color: #fff;
}

.affiliate-amount-box p {
    font-size: 70px;
    margin-bottom: -18px;
    margin-top: -35px;
    color: #fff;
}

/*Aff Dashboard*/

.s-with {
    padding-right: 7.5px !important;
}

.s-recom {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.s-click {
    padding-left: 7.5px !important;
}

.stat {
    margin-top: 15px;
}

.stat-content {
    padding-top: 10px;
    text-align: center;
}

.stat-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 0px 0 5px;
}

.stat-description {
    text-transform: uppercase;
    margin-bottom: -10px;
}

.stat-footer {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    display: block;
    padding: 0px;
    transition: all 0.3s ease-in-out 0s;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

a.stat-footer {
    font-size: 20px;
}

.stat-description a {
    font-size: 26px;
}

.stat-number a {
    font-size: 46px;
}

.dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}

.text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.afflink {
    margin-top: 15px;
}

.btn-aff-copy i {
    font-size: 16px;
}

.tranferaff {
    margin-top: 15px;
}

.tranferaff a {
    font-size: 40px;
    padding: 0px;
}

p.marketing-tool {
    font-size: 30px;
    border-radius: 12px;
    margin-bottom: 0px;
    background: url(../images/bg-nav.jpg);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    color: #ececec;
}

.share-list i {
    font-size: 48px;
    margin: 0px 10px 0px 10px;
}

.aff-history {
    margin-top: 15px;
}

.other-m a {
    margin-bottom: 9px;
}

/*Bonus*/

.bonus-body p {
    font-size: 20px;
    margin-bottom: 5px;
}

.bonus-body h4 {
    font-size: 26px;
    margin-bottom: -6px;
}

.bonus-alert {
    padding: 0px 0px 2px 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.bonus-alert a {
    font-size: 14px !important;
}

.card.bonus {
    margin-bottom: 15px;
    overflow: hidden;
}

h4.ql-align-center {
    margin-bottom: 0px !important;
    line-height: 20px;
}

h2.ql-align-center {
    margin-bottom: -5px !important;
}

.swal2-actions {
    margin-top: 15px !important;
}

.swal2-content {
    margin-bottom: -10px !important;
}

#swal2-content > .mt-3.mb-4 {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

h2#swal2-title {
    margin-bottom: 0px;
}

.swal2-icon.swal2-error.swal2-animate-error-icon,
.swal2-icon.swal2-success.swal2-animate-success-icon {
    margin: 0px 0px 10px 0px;
}

.badge {
    font-size: 16px;
}

/*Login*/

/*Register*/

.login h4,
.register h4,
.reset-password h4 {
    font-size: 44px;
    margin-bottom: 0px !important;
}

.login hr,
.register hr,
.reset-password hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.register label {
    width: 100%;
    width: 100%;
    width: 100%;
}

.profile {
    display: none;
}

.card,
.container.content,
.bank-box,
.copy-button,
.play-button,
.btn-withdraw,
.input-group-text,
.alert,
.bank-user-logo i,
.deposit-mobile-button a,
.withdraw-mobile-button a {
    border-radius: 2rem;
}

.alert-danger {
    border: solid 2px #ff1831;
}

.alert {
    background-color: transparent;
}

.alert-dark-gray {
    border: solid 2px #343a40;
}

.alert-warning {
    border: solid 2px #ffc107;
}

/* Media Queries*/

@media (max-width: 575px) {
    .card,
    .container.content,
    .bank-box,
    .copy-button,
    .play-button,
    .btn-withdraw,
    .input-group-text,
    .alert,
    .bank-user-logo i,
    .deposit-mobile-button a,
    .withdraw-mobile-button a {
        border-radius: 2rem;
    }

    .btn-dark-tri {
        width: 3rem;
        height: 3rem;
        line-height: 2.5rem !important;
        padding: 4px;
    }

    .fix-nav-bottom ul li {
        padding: 8px 0 4px 0;
    }

    .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 16px;
    }

    .top-nav ul li p {
        display: none;
    }

    .slide > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    main {
        padding: 0 12px 12px 12px;
    }

    .container.content {
        min-height: 300px;
        padding: 10px 10px 10px 10px;
    }

    .dashboard .credit {
        margin: 0 auto;
    }

    .credit-box {
        position: relative;
    }

    .dashboard .credit-box {
    }

    .credit-box p {
        font-size: 60px;
        margin-bottom: -18px;
        margin-top: -25px;
    }

    .credit-box small {
        font-size: 24px;
    }

    .button-box {
        display: none;
    }

    .amount-box {
        position: relative;
    }

    .amount-box .amount-box-header {
        width: 100%;
    }

    .depo-wit {
        display: block;
        margin-top: 10px;
    }

    .wallet-announce a {
        font-size: 15px;
    }

    .deposit-mobile-button {
        width: 50%;
        float: left;
        padding-right: 5px;
    }

    .withdraw-mobile-button {
        width: 50%;
        float: left;
        padding-left: 5px;
    }

    .deposit-mobile-button a {
        color: #fff !important;
        font-size: 30px;
        padding-top: 4px;
    }

    .withdraw-mobile-button a {
        color: #6f6f6f !important;
        font-size: 30px;
        padding-top: 4px;
    }

    .deposit-mobile-button i {
        color: #fff !important;
        font-size: 20px;
    }

    .withdraw-mobile-button i {
        color: #6f6f6f !important;
        font-size: 20px;
    }

    .deposit-mobile-button a,
    .deposit-mobile-button i {
        color: #6f4b15 !important;
    }

    .amount-box {
        width: 100%;
    }

    .navigation {
        margin-top: 10px;
    }

    .nav-play-button {
        padding-right: 0px;
    }

    .play-button {
        padding: 16px 10px 10px 10px;
    }

    .play-button p {
        font-size: 28px;
        margin-bottom: 0px;
        margin-top: -15px;
    }

    .play-button i {
        font-size: 40px;
        color: #fff;
    }

    .nav-other-button {
        padding-left: 5px;
        color: #fff !important;
        font-size: 20px;
        border-radius: 12px;
    }

    .user-bank {
        margin-top: 10px;
    }

    .bank-info {
        margin-top: 10px;
    }

    .bank-info-text {
        width: 100%;
    }

    .bank-info-text small {
        font-size: 20px;
    }

    .bank-info-text p {
        margin-top: -10px;
        margin-bottom: 0px;
    }

    p.bank-acc-num {
        margin-bottom: -20px;
        margin-top: -16px;
    }

    .bank-info-copy {
        width: 30%;
    }

    p.bank-acc-name {
        margin-bottom: -10px;
    }

    .copy-button {
        padding: 24px 10px 14px 10px;
    }

    .copy-button p {
        font-size: 24px;
        margin-bottom: 0px;
        margin-top: -6px;
    }

    .copy-button i {
        font-size: 30px;
    }

    .bank-box {
        padding: 15px 15px 15px 15px;
    }

    .wallet-box {
        padding: 15px 15px 15px 15px;
    }

    .card-header:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .withdraw-form {
        margin-top: 10px;
    }

    .btn-withdraw {
        margin-top: 10px;
    }

    h5.card-header {
        text-align: center;
        font-size: 20px;
        padding: 5px 5px;
    }

    .card-body {
        padding: 10px;
    }

    .bank-user-logo img {
        max-width: 100%;
    }

    .bank-user-logo {
        width: 10%;
        float: left;
        min-width: 70px;
    }

    .bank-user-info {
        width: unset;
        float: left;
        padding-left: 20px;
    }

    .bank-user-info p {
        margin-bottom: 0px;
    }

    p#bank-user-name {
        font-size: 20px;
        margin-top: -8px;
    }

    p#bank-user-number {
        font-size: 22px;
        margin-top: -8px;
    }

    p#bank-user-bankname {
        font-size: 20px;
    }

    .input-group-text {
        font-size: 20px;
    }

    div#myTabContentJust {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        padding-top: 25px !important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .bank-user-logo i {
        font-size: 46px;
    }

    .list-left h5 {
        font-size: 20px;
        margin-bottom: -10px;
    }

    .btn-successed {
        font-size: 10px;
        padding: 0px 6px;
        margin-bottom: 4px;
        font-family: DB-Heavent-light;
    }

    .btn-successed i {
        font-size: 8px !important;
    }

    .icon-history-box i {
        font-size: 44px !important;
    }

    p.chanel {
        font-size: 14px;
        margin-bottom: -8px;
    }

    p.datetime {
        font-size: 12px;
    }

    .icon-history-box {
        margin-right: 6px;
    }

    .list-right p {
        font-size: 24px;
        margin-bottom: -18px;
    }

    .list-box {
        padding: 5px 10px 5px 10px;
    }

    .page-link {
        font-size: 12px !important;
    }

    .prenext {
        padding: 2px 8px;
        font-size: 22px !important;
    }

    .md-tabs a {
        font-size: 20px;
    }

    a.btn-line {
        font-size: 16px;
    }

    .stat-number a {
        font-size: 30px;
    }

    .stat-description a {
        font-size: 18px;
    }

    a.stat-footer {
        font-size: 16px;
    }

    input.form-control.afflink-input {
        font-size: 12px;
    }

    .btn-aff-copy {
        font-size: 20px;
    }

    .btn-aff-copy i {
        font-size: 14px;
    }

    p.marketing-tool {
        font-size: 26px;
        background-color: #e9ecef;
        border-radius: 12px;
        margin-bottom: 10px;
        padding-top: 4px;
    }

    .share-list i {
        font-size: 46px;
        margin: 0px 10px 0px 10px;
    }

    .bonus-body a {
        font-size: 16px;
    }

    .card.bonus {
        margin-bottom: 10px;
    }

    a.float-right.btn.btn-outline-primary {
        font-size: 18px;
        padding-bottom: 2px;
        padding-top: 5px;
        margin-top: 4px;
    }

    .login h4,
    .register h4,
    .reset-password h4 {
        font-size: 36px;
        margin-bottom: 0px !important;
        margin-top: -4px !important;
    }

    .bonus-body p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .login > .form-group {
        margin-bottom: 10px !important;
    }

    .header-logo {
        height: 128px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .top-nav ul li i {
        font-size: 30px;
    }

    .scroll-text {
        background-color: #101010;
        padding: 4px 0px 0px 0px;
    }

    .scroll-text a {
        font-size: 18px;
    }

    section.user-infor a {
        font-size: 20px;
    }

    span.reset-password {
        cursor: pointer;
        font-size: 16px;
        background-color: #989898;
        color: #fff;
        border-radius: 6px;
        padding: 2px 6px 2px 6px;
    }

    span.reset-password i {
        font-size: 12px;
        color: #fff;
    }

    .row.games-row {
        padding: 8px;
    }

    form.login button {
        font-size: 28px;
        padding: 4px;
    }

    .list-contact-left h5 {
        margin-top: 2px;
        margin-bottom: -6px;
    }

    /*New*/
    .nav-play-button {
        width: 100%;
        float: none;
    }

    .nav-other-button {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }

    .other-list i {
        font-size: 28px;
        margin-top: 8px;
        border-radius: 0.75rem;
    }

    .other-list p {
        line-height: 1.25rem;
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: -6px;
    }

    .other-list-1 {
        width: 50%;
        margin-bottom: 10px;
        float: left;
    }

    .other-list-2 {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 10px;
        float: left;
    }

    .other-list-3 {
        width: 50%;
        padding-right: 5px;
        margin-bottom: 0px;
        float: left;
    }

    .other-list-4 {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 0px;
        float: left;
    }

    .nav-sexy-button {
        width: 50%;
        float: left;
        padding-right: 5px;
        margin-top: 0px;
    }

    .othergame {
        margin-top: 10px;
        padding-left: 0px;
    }

    .nav-ufa-button {
        width: 50%;
        float: left;
        padding-left: 5px;
        margin-top: 0px;
    }

    footer {
        margin-bottom: 100px;
    }

    .rewards-table {
        font-size: 12px;
    }

    .rewards-desc h2 {
        font-size: 18px;
    }

    .page-title h3 {
        margin: 12px 0px 2px 0px;
        line-height: 40px;
        font-size: 32px !important;
    }

    .row.text-center.page-title {
        margin-left: -10px;
        margin-right: -10px;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    main {
        padding: 30px;
    }

    .fix-nav-bottom ul li a.main {
        padding: 12px 1rem 10px 1rem;
    }

    .fix-nav-bottom ul li a.main .main-button {
        width: 4rem;
        height: 4rem;
        padding-top: 0;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    main {
        padding: 40px;
    }

    .profile {
        display: block;
    }
}
@media (max-width: 768px) {
    .textgame {
        font-size: 0.7rem;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

.bank-box {
    /*แก้ไขของเดิม*/
    width: 100%;
    float: left;
    margin-right: 1%;
    cursor: pointer;
}

.true {
    /*เพิ่มใหม่*/
    background: rgb(222, 222, 222);
    background: linear-gradient(
        90deg,
        rgba(222, 222, 222, 1) 0%,
        rgba(245, 246, 247, 1) 100%
    );
}

.true-wallet {
    /*เพิ่มใหม่*/
    margin-top: 15px;
}

.grayscale {
    /*เพิ่มใหม่*/
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.truewallet-text {
    /*เพิ่มใหม่*/
    color: #f5831e;
}

.wallet-announce {
    /*เพิ่มใหม่*/
    margin-top: 15px;
    font-size: 24px;
    color: #a6100a;
}

.btn-truewallet {
    /*เพิ่มใหม่*/
    font-size: 26px;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff !important;
    background: rgb(177, 9, 4);
    background: linear-gradient(
        90deg,
        rgba(177, 9, 4, 1) 0%,
        rgba(242, 23, 1, 1) 100%
    );
}

.btn-truewallet:hover {
    /*เพิ่มใหม่*/
    color: #fff;
    background: rgb(154, 11, 7);
    background: linear-gradient(
        90deg,
        rgb(154, 11, 7) 0%,
        rgb(189, 25, 9) 100%
    );
    text-decoration: none;
}

.btn-truewallet i {
    /*เพิ่มใหม่*/
    font-size: 20px;
}

input#wallet-number,
input#amount {
    /*เพิ่มใหม่*/
    font-size: 22px;
}

button#confirm i,
button#cancel i {
    /*เพิ่มใหม่*/
    font-size: 18px;
}

.bank-info-copy {
    width: 100%;
    float: none;
}

.copy-button {
    margin-top: 10px;
    padding: 6px 10px 0px 10px;
    border: none;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}

.copy-button i {
    font-size: 18px;
}

.list-contact-left {
    width: 70%;
    float: left;
}

.list-contact-right {
    width: 30%;
    float: left;
}

.list-contact-left h5 {
    margin-top: 10px;
    margin-bottom: -6px;
}

.list-contact-right p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.games-nav {
    width: 100%;
    background-color: #101010;
    border-radius: 12px;
    display: flex;
    justify-content: center;
}

.games-nav-list {
    width: 25%;
    /* float: left; */
}

.games-nav-list-first img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

/*Promotion*/

.row.text-center.page-title {
    background-color: #000;
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin-bottom: 15px;
    margin-top: -15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

section.credit {
    position: sticky;
    top: 0;
    z-index: 39;
}

.page-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    line-height: 40px;
}

.promotion-list > .card > img.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.promotion-list > .card {
    border: none;
}

.promotion-list > .card > .card-body > p.card-text {
    font-size: 20px;
    line-height: 20px;
}

.promotion-list > .card > .card-body > .w-100 a,
.promotion-list > .card > .card-body > .w-50 a,
.promotion-list > .card > .card-body > .w-35 a,
.promotion-list > .card > .card-body > .w-30 a {
    font-size: 17px;
}

.game-category-buttons,
.game-agents-buttons,
.game-game-select-buttons {
    padding: -8px 0;
    display: flex;
    flex-wrap: wrap;
}

.game-category-buttons li,
.game-category-buttons div,
.game-agents-buttons li,
.game-agents-buttons div,
.game-game-select-buttons div {
    padding: 0.25rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.game-category-buttons a:hover,
.game-agents-buttons a:hover,
.game-game-select-buttons a:hover {
    z-index: 20;
}

.game-category-buttons .btn,
.game-agents-buttons .btn,
.game-game-select-buttons .btn {
    flex-grow: 1;
    position: relative;
    width: 100%;
}

.game-category-buttons .btn,
.game-agents-buttons .btn {
    overflow: hidden;
    height: 128px;
}

.game-category-buttons .btn.active,
.game-category-buttons .btn.active:focus,
.game-agents-buttons .btn.active,
.game-agents-buttons .btn.active:focus {
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0.5);
}

.game-category-buttons .btn-inner,
.game-agents-buttons .btn-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.game-category-buttons .btn-inner::before {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    background: linear-gradient(
        0deg,
        rgba(2, 0, 36, 0.7) 0%,
        rgba(2, 0, 36, 0) 35%,
        rgba(2, 0, 36, 0) 100%
    );
    border-radius: 6px;
    z-index: -1;
}

.game-agents-buttons .btn::before {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(0, 0, 0, 1);
    left: 0;
    top: 0;
    margin: 2px;
    border-radius: 5px;
    z-index: 0;
}

.game-category-buttons .btn::after,
.game-agents-buttons .btn::after {
    content: "";
    width: 100%;
    padding-top: 20%;
}

.game-category-buttons img,
.game-agents-buttons img,
.game-game-select-buttons img {
    object-fit: contain;
}

.game-category-buttons img {
    margin: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    object-fit: cover;
    border-radius: 5px;
    z-index: -2;
}

.game-agents-buttons img {
    width: 64px;
    height: 64px;
}

.game-game-select-buttons img {
    width: 72px;
    margin-bottom: 8px;
}

.game-game-select.active {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.game-game-select-buttons {
    padding: 0;
    margin: 0 -8px;
}

.game-game-select > div {
}

.game-game-select > div > div {
    flex: 1;
    justify-content: flex-start;
    line-height: 0.8;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.page-title > .back-button {
    position: absolute;
    top: 0;
    margin-top: 0.5rem;
    margin-left: 1rem;
    padding: 0.1rem 0.5rem;
}

.page-title > .back-button .fad {
    font-size: 28px;
}

@media (min-width: 576px) {
    .game-game-select-buttons img {
        width: 72px;
    }

    .page-title > .back-button .fad {
        font-size: 32px;
    }

    .font-md-28 {
        font-size: 28px;
    }
}

table.dataTable tbody tr {
    background-color: #ffffff30 !important;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed930 !important;
}

.table-new {
}

.table-new tr td {
    border: solid 1px rgba(255, 255, 255, 0.8);
}

.table-new tr th {
    color: #000;
    border: solid 1px rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
}

.mt-f20 {
    margin-top: 0.2rem !important;
}

.pl-f10,
.px-f10 {
    padding-left: 0.1rem !important;
}

.pr-f10,
.px-f10 {
    padding-right: 0.1rem !important;
}

.content .dataTables_filter,
.content .dataTables_info {
    color: rgba(255, 255, 255, 0.9);
}

.with-indent {
    text-indent: 2rem;
}

.nav-pills .nav-link {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    box-shadow: 0px 0px 0px 2px #ffc107;
    background-color: #ffbf0029;
    color: #ffc107;
}

#particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.modal.fade .modal-dialog {
    /* background-color: rgba(20, 20, 20, 1); */
    /* backdrop-filter: blur(32px) saturate(1.5); */
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
    transform: scale(1);
    will-change: transform;
    animation-timing-function: ease-in;
    opacity: 1;
}

.auto-modal .modal-content {
    background-color: rgba(20, 20, 20, 0.98);
    box-shadow: 0 0 1rem 0.5rem rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 1rem;
}

.auto-modal .modal-header,
.auto-modal .modal-footer {
    border-top: none;
    border-bottom: none;
}

.auto-modal .close {
    color: rgba(245, 246, 247, 0.8);
}

.auto-modal .close:hover {
    color: rgba(245, 246, 247, 1);
}

.promotion-selected {
    position: absolute;
}

.pro-active {
    background: rgb(0 0 0 / 50%) !important;
    width: 100%;
    height: 100%;
}

.text-active img {
    transform: translate(-4%, 80%);
    max-width: 115%;
}

.promotion-image {
    width: max-content;
}

.promotion-image img {
    max-width: 256px;
    max-height: 256px;
    object-fit: contain;
}

.table-dense td {
    padding: 0.25rem 0.75rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.nav-tabs .nav-link {
    background: transparent;
    color: white;
}
/* new code */
.appbar-container[data-v-26855e5a] {
    display: flex;
    padding: 20px 10px;
    width: 100%;
}

.appbar-container.mini[data-v-26855e5a] {
    display: block;
    padding: 0;
}

.menu-item .icon[data-v-26855e5a] {
    height: 40px;
    line-height: 0;
    text-align: center;
}
.menu-item.v-toolbar__content.active .box .text[data-v-26855e5a] {
    color: #ffc107;
}
.menu-item .text[data-v-26855e5a] {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: -2px;
    background: transparent;
    padding: 0;
}

@media only screen and (min-width: 960px) {
    .appbar-container.mini[data-v-26855e5a] {
        display: none;
    }
}

.v-toolbar__content {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0;
}

.sidebar .menu-list[data-v-bc44ffbe] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 10px 10px;
}

.appbar-container[data-v-26855e5a] {
    display: flex;
    padding: 20px 10px;
    width: 100%;
}

.appbar-container.mini[data-v-26855e5a] {
    display: block;
    padding: 0;
}

@media only screen and (min-width: 960px) {
    .appbar-container.mini[data-v-26855e5a] {
        display: none;
    }
    .v-toolbar__content[data-v-26855e5a] {
        display: none !important;
    }
}

.menu-list[data-v-26855e5a] {
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: -webkit-inline-box;
    gap: 10px;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.menu-list .menu-item .box[data-v-26855e5a] {
    margin-bottom: auto;
    margin-top: auto;
}

.menu-list .menu-item .box[data-v-26855e5a] {
    margin-bottom: auto;
    margin-top: auto;
}

.sidebar .menu-list .menu-item[data-v-bc44ffbe] {
    align-items: center;
    background: #000;
    border: none;
    border-radius: 14px;
    color: hsla(0, 0%, 100%, 0.8);
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    height: 70px;
    justify-content: flex-start;
    max-height: 80px;
    padding: 0.75rem 1rem;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all 0.4s;
    width: 100%;
}

.sidebar .menu-list .menu-item[data-v-bc44ffbe].active:before {
    background: hsl(39.27deg 83.23% 52.93%);
}
.sidebar .menu-list .menu-item[data-v-bc44ffbe]:before {
    background: hsl(0deg 0% 100%);
    border-radius: 0 20px 20px 0;
    content: "";
    height: 55%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}
.sidebar .menu-list .menu-item .icon[data-v-bc44ffbe] {
    position: relative;
    margin-bottom: auto;
    margin-top: auto;
    width: 45px;
    height: 40px;
    object-fit: unset;
    z-index: 0;
}

.sidebar .menu-list .menu-item .text[data-v-bc44ffbe] {
    padding: 0px;
    background: transparent;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: inline;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 959px) {
    .main[data-v-bc44ffbe] {
        display: none !important;
    }
}

@media only screen and (min-width: 960px) {
    .sub[data-v-bc44ffbe] {
        display: none !important;
    }
}

@media only screen and (max-width: 959px) {
    .main[data-v-bc44ffbe] {
        display: none !important;
    }
}

.v-navigation-drawer {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100ch;
}

.v-navigation-drawer {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    pointer-events: auto;
    top: 0;
    transition-duration: 0.2s;
    transition-property: transform, visibility, width;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.v-navigation-drawer:not([data-booted="true"]) {
    transition: none !important;
}

.v-navigation-drawer.v-navigation-drawer--right:after {
    left: 0;
    right: auto;
}

.v-navigation-drawer .v-list:not(.v-select-list) {
    background: inherit;
}

.v-navigation-drawer__content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.v-navigation-drawer--absolute {
    z-index: 1;
}

.v-navigation-drawer--fixed {
    z-index: 6;
}

.v-navigation-drawer--absolute {
    position: absolute;
}

.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(
        .v-navigation-drawer--is-mobile
    ) {
    z-index: 4;
}

.v-navigation-drawer--floating:after {
    display: none;
}

.v-navigation-drawer--mini-variant {
    overflow: hidden;
}

.v-navigation-drawer--mini-variant .v-list-item > :first-child {
    margin-left: 0;
    margin-right: 0;
}

.v-navigation-drawer--mini-variant .v-list-item > :not(:first-child) {
    clip: rect(1px, 1px, 1px, 1px);
    display: inline;
    display: initial;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.v-navigation-drawer--mini-variant
    .v-list-group--no-action
    .v-list-group__items,
.v-navigation-drawer--mini-variant .v-list-group--sub-group {
    display: none;
}

.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant
    .v-list-item {
    justify-content: center;
}

.v-navigation-drawer--temporary {
    z-index: 7;
}

.v-navigation-drawer--mobile {
    z-index: 6;
}

.v-navigation-drawer--close {
    visibility: hidden;
}

.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
        0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.menu-list .menu-item[data-v-26855e5a] {
    display: flex;
    height: 70px;
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 70px;
    min-width: 11%;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    -webkit-text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.textgame {
    height: 20px;
    display: flex;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
}
.imagegame {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    position: relative;
    width: 100%;
    background: transparent;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}
html {
    height: auto !important;
}
