@font-face {
    font-family: DB-Heavent-cond;
    src: url("../fonts/DB-Heavent-Cond-v3.2.woff") format("woff"),
        url("../fonts/DB-Heavent-Cond-v3.2.ttf") format("truetype");
}

@font-face {
    font-family: DB-Heavent-light;
    src: url("../fonts/DB-Heavent-Li-v3.2.woff") format("woff"),
        url("../fonts/DB-Heavent-Li-v3.2.ttf") format("truetype");
}

@font-face {
    font-family: DB-Heavent-regular;
    src: url("../fonts/DB-Heavent-v3.2.woff") format("woff"),
        url("../fonts/DB-Heavent-v3.2.ttf") format("truetype");
}

body {
    background-color: #cccccc;
}

.card {
    -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);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ea041d;
    border-color: #ea041d;
}

.page-link {
    color: #ea041d;
}

.page-link:hover {
    color: #ea041d;
}
.b-pagination {
    width: fit-content;
    margin: auto;
}
h1,
h2,
h3,
h4,
h5,
.btn {
    font-family: DB-Heavent-regular;
}

.btn {
    font-size: 23px;
}

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,
option {
    font-family: DB-Heavent-light;
}

.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: 20px;
}

p.stdf,
a.stdf,
span.stdf {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    max-width: 800px;
}

.br-main,
.card,
.container.content,
.credit-box,
.play-button,
.bank-box,
.copy-button,
.btn-withdraw,
.input-group-text,
.bank-user-logo i,
.affiliate-box,
.stat-content,
.cards-box {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !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: rgb(177, 9, 4);
    background: linear-gradient(
        90deg,
        rgba(177, 9, 4, 1) 0%,
        rgba(242, 23, 1, 1) 100%
    );
    font-family: DB-Heavent-light;
}

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

.btn-zinc {
    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: #6f6f6f !important;
    background: #ada996;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #eaeaea,
        #dbdbdb,
        #f2f2f2,
        #ada996
    );
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #eaeaea, #dbdbdb, #f2f2f2, #ada996);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: DB-Heavent-light;
}

.btn-zinc:hover {
    background: #ada996;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #cecdcd,
        #b7b7b7,
        #e2e2e2,
        #868376
    );
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #cecdcd, #b7b7b7, #e2e2e2, #868376);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-decoration: none;
}

.btn-outline-red {
    color: rgb(154, 11, 7);
    background-color: transparent;
    background-image: none;
    border-color: rgb(154, 11, 7);
}

.btn-outline-red:hover {
    color: #fff;
    background: rgb(154, 11, 7);
    background: linear-gradient(
        90deg,
        rgb(154, 11, 7) 0%,
        rgb(189, 25, 9) 100%
    );
    border-color: rgb(154, 11, 7);
}

.btn-silver {
    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: #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 {
    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: #8a5120 !important;
    background: rgb(213, 148, 56);
    background: linear-gradient(
        90deg,
        rgb(213, 148, 56) 0%,
        rgb(254, 233, 128) 100%
    );
}

.btn-gold:hover {
    background: rgb(181, 121, 35);
    background: linear-gradient(
        90deg,
        rgb(181, 121, 35) 0%,
        rgb(255, 243, 186) 100%
    );
    text-decoration: none;
}

@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 {
    background-color: rgba(177, 9, 4, 1) !important;
    animation: morph 0.5s linear 0.5s infinite !important;
}

.fix-nav-bottom-active:hover {
    background-color: rgba(177, 9, 4, 1) !important;
    animation: morph 0.5s linear 0.5s infinite !important;
}

.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: 0.4rem;
    border-top-right-radius: 0.4rem;
}

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

.container.content {
    background-color: #fff;
    margin-top: -80px;
    min-height: 300px;
    position: relative;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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: #29292b;
}

.fix-nav-bottom ul li {
    float: left;
    text-align: center;
    width: 20%;
    padding: 12px 0 10px 0;
}

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

.fix-nav-bottom ul li a {
    color: #ffffff;
}

.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;
}

/*NAVBAR*/

.header-logo {
    max-width: 100%;
    margin-bottom: -100px;
    margin-top: -30px;
}

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

.navbar {
    background-color: #000;
    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 8px 10px 2px rgba(0, 0, 0, 0.5);
}

.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;
    font-family: DB-Heavent-regular;
}

.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;
    font-family: DB-Heavent-regular;
    margin-top: -6px;
    font-size: 20px;
}

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

/*SLIDE SECTION*/

.slide {
    background-color: #000000;
}

.slide-img img {
    width: 100%;
}
*Tournament*/
.tournament-image img {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}

.tournament-title h1 {
    background: linear-gradient(40deg, #0220a4, #0e0e0e) !important;
    color: #fff;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.col-12.tournament-detail .ql-editor {
    background: #f7f7f7;
    border-radius: 0.5rem;
    border-style: dashed;
    border-width: 1px;
    border-color: #d7d7d7;
}

.t-countdown {
    text-align: center;
    /* color: #000; */
    padding: 0px;
    /* border: 1px solid #dce6f0; */
}

.t-countdown ol {
    padding-left: 0px;
}

.t-countdown li {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/bg-nav.jpg);
    margin: 5px;
    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 8px 10px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.t-countdown li:not(:last-child) .time {
    position: relative;
}

.t-countdown span {
    display: block;
}

.t-countdown .time {
    min-width: 100px;
    padding: 15px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    margin: -20px 5px 5px 5px;
}

.t-countdown .label {
    font-size: 20px;
    margin-top: -60px;
    padding: 15px 10px 10px 10px;
    color: #FFF;
}

.tmn-timer-card {
    background: linear-gradient(40deg, #0220a4, #0e0e0e) !important;
}

.step-label {
    color: #fff;
    font-size: 14px;
}

.tnm-reward-card {
    background: linear-gradient(40deg, #021da9, #f61804) !important;
}

.tnm-reward-header h2 {
    margin: 0px 0px -5px 0px;
    color: #fff;
}

.tnm-reward h2 {
    padding-bottom: 0px;
    margin: 5px 0px 0px 0px;
    color: #fff;
}

.tnm-reward-header.card-header {
    background-color: #000;
    background: url(../images/bg-nav.jpg);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.tnm-top-reward {
    background-color: #fff;
}

.tnm-top-reward h4 {
    color: #111111;
    margin-bottom: -6px;
}

.tnm-top-reward h3 {
    color: #4f2182;
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 34px;
}

.tnm-current-reward {
    background-color: #fff;
}

.tnm-current-reward h4 {
    color: #111111;
    margin-bottom: -6px;
}

.tnm-current-reward h3 {
    color: #972358;
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 34px;
}

.tnm-player {
    background-color: #fff;
}

.tnm-player h4 {
    color: #111111;
    margin-bottom: -6px;
}

.tnm-player h3 {
    color: #bc2040;
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 34px;
}

.tnm-rank-card {
    background: linear-gradient(40deg, #0a0a0a, #de1308) !important;
}

.tnm-rank-header h2 {
    margin: 0px 0px -5px 0px;
    color: #fff;
}

.tnm-rank h2 {
    padding-bottom: 0px;
    margin: 5px 0px 0px 0px;
    color: #fff;
}

.tnm-rank-header.card-header {
    background-color: #000;
    background: url(../images/bg-nav.jpg);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.dashboard-title h4 {
    margin: 0px 0px;
}

.dashboard-value h3 {
    margin: -10px 0px 0px 0px;
    font-size: 30px;
}

.tnm-mpv {
    background: linear-gradient(40deg, #021da9, #f61804) !important;
}

.tnm-mpv h3 {
    color: #ffa5a5;
    font-size: 38px;
    margin-bottom: 0px;
    margin-top: -10px;
    font-weight: 600;
}

.tnm-mpv h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0px;
}

tr.reward-table-head {
    background-color: #000;
    background: url(../images/bg-nav.jpg);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.reward-table-head h4 {
    color: #fff;
    margin-bottom: 0px;
}

.reward-table {
    border-radius: 0.6rem;
}

/*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.statment-button {
    cursor: pointer;
    font-size: 18px;
    background-color: #363636;
    color: #fff;
    border-radius: 6px;
    padding: 2px 6px 2px 6px;
}

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

.credit-box {
    background: rgb(56, 56, 56);
    background: url(../images/bg-nav.jpg);
    padding: 15px 30px 15px 30px;
    -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);
}

.credit-box p {
    font-size: 70px;
    margin-bottom: -18px;
    margin-top: -35px;
    background: -webkit-linear-gradient(#fdf68f, #d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.credit-box .refresh {
    background: -webkit-linear-gradient(#fdf68f, #d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.depo-wit {
    display: none;
}

.button-box {
    width: 50%;
}

.amount-box {
    width: 50%;
}

.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 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(177, 9, 4);
    background: linear-gradient(
        90deg,
        rgba(177, 9, 4, 1) 0%,
        rgba(242, 23, 1, 1) 100%
    );
    /*background-color: rgba(177, 9, 4, 1) !important;
    animation: morph 0.5s linear 0.5s infinite !important;*/
    -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);
    font-size: 42px;
}

.play-button:hover {
    background: rgb(154, 11, 7);
    background: linear-gradient(
        90deg,
        rgb(154, 11, 7) 0%,
        rgb(189, 25, 9) 100%
    );
}

.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 {
    width: 50%;
    float: left;
    padding-left: 10px;
}

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

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

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

.btn-dark-tri {
    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;
    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;
    background: url(../images/bg-nav.jpg);
    padding: 6px 0px 6px 0px;
    -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);
}

.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(#fdf68f, #d18b31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.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: 49%;
    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;
    font-family: DB-Heavent-regular;
}

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

p.bank-acc-name {
    margin-bottom: -16px;
    font-family: DB-Heavent-regular;
}

.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;
}

.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;
    font-family: DB-Heavent-light;
}

.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: #ea041d !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,
.cards-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,
.cards-amount-box small {
    font-size: 28px;
    color: #fff;
}

.affiliate-amount-box p,
.cards-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);
    -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);
    color: #ececec;
    font-family: DB-Heavent-regular;
}

.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;
}
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;
}

/*Login*/

/*Register*/

.login h1,
.register h1,
.reset-password h1 {
    font-size: 2rem;
    margin-bottom: 0px !important;
}

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

.login a,
.register a,
.reset-password a {
    font-size: 20px;
}

/* Media Queries*/

@media (max-width: 575px) {
    .card,
    .container.content,
    .credit-box,
    .play-button,
    .bank-box,
    .copy-button,
    .input-group-text,
    .bank-user-logo i,
    .deposit-mobile-button a,
    .withdraw-mobile-button a {
        border-radius: 12px;
    }
    .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: 12px;
    }
    .navbar {
        padding: 0px;
    }
    .container.content {
        margin-top: -40px;
        min-height: 300px;
        padding: 10px 10px 10px 10px;
    }
    .credit-box {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }
    .credit-box p {
        font-size: 60px;
        margin-bottom: -18px;
        margin-top: -35px;
    }
    .credit-box small {
        font-size: 24px;
    }
    .button-box {
        display: none;
    }
    .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 {
        font-size: 26px;
        margin-top: -10px;
        margin-bottom: 0px;
    }
    p.bank-acc-num {
        font-size: 38px;
        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;
    }
    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: 70%;
        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;
        font-family: DB-Heavent-regular;
    }
    p.datetime {
        font-size: 12px;
        font-family: DB-Heavent-regular;
    }
    .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 {
        max-width: 65%;
        margin-bottom: -36px;
        margin-top: 0px;
    }
    .top-nav ul li i {
        font-size: 30px;
    }
    .navbar {
        padding: 0px;
        height: 70px;
    }
    .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;
    }
    .login a,
    .register a,
    .reset-password a {
        font-size: 16px;
    }
    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;
    }
    .other-list p {
        font-size: 20px;
        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: 22px !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;
    }
}

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

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

/* 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: 49%;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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;
    -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 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;
    background: url(../images/bg-nav.jpg);
    border-radius: 12px;
}
.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;
    background: url(../images/bg-nav.jpg) top center repeat-x;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-top: -15px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.page-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(#ffffff, #a7a7a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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;
}

.checkConButton {
    font-size: 26px;
    color: #fff;
    background: #6b201c;
    display: block;
    text-align: center;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.checkConButton:hover {
    text-decoration: none;
    color: #fff;
}

.goCardsButton {
    font-size: 36px;
    color: #fff;
    display: block;
    text-align: center;
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.goCardsButton:hover {
    text-decoration: none;
    color: #fff;
}

.condition-title {
    font-size: 24px;
    margin-bottom: -4px;
    margin-top: 12px;
}

.checkEligible {
    background-color: #f11801;
    color: #fff !important;
    margin: 0px 0px 0px 10px;
    padding: 2px 4px 2px 4px;
    border-radius: 8px;
    font-size: 14px;
}

section.cards-list .up {
    color: #55dd11;
}
section.cards-list .cards {
    text-align: center;
    color: #ffffff;
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
section.cards-list .flipper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
section.cards-list .flipper.flip .cards {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
section.cards-list .front,
section.cards-list .back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
}
section.cards-list .front {
    z-index: 2;
    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    height: 100%;
}
section.cards-list .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    height: 100%;
}
section.cards-list .goback {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-decoration: underline;
    cursor: pointer;
}
.cards img {
    width: 100%;
}

.btn-line {
    background-color: #00b900;
    border-color: #00b900;
    color: #fff;
    font-size: 22px !important;
    padding: 4px 0px 4px 0px;
    *line-height: 30px;
}
.fa-line {
    font-size: 26px;
}
.swal2-container {
    z-index: 106000 !important;
}

.select-game-list .hvr-buzz-out {
    width: inherit;
}

