@font-face {
    font-family: 'db_heaventblack_cond';
    src: url('../fonts/db/db_heavent_blk_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_blk_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventultrali_cond';
    src: url('../fonts/db/db_heavent_ulli_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_ulli_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventthin_cond';
    src: url('../fonts/db/db_heavent_thin_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_thin_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventmed_cond';
    src: url('../fonts/db/db_heavent_med_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_med_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventlight_cond';
    src: url('../fonts/db/db_heavent_li_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_li_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventcond';
    src: url('../fonts/db/db_heavent_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_heaventbold_cond';
    src: url('../fonts/db/db_heavent_bd_cond_v3.2-webfont.woff2') format('woff2'), url('../fonts/db/db_heavent_bd_cond_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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: #2e9e48;
    border-color: #248139;
}


}
.page-link {
    color: #2e9e48;
}
.page-link:hover {
    color: #2e9e48;
}
.b-pagination {
    width: fit-content;
    margin: auto;
}
h1,
h2,
h3,
h4,
h5,
.btn {
    font-family: db_heaventcond;
}
.btn {
    font-size: 20px;
}
label {
    font-size: 20px;
    margin-bottom: 0px;
}
::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(33, 120, 46);
}
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_heaventlight_cond;
}
.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: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
form.login button {
    font-size: 30px;
}
p.ql-align-center {
    margin-bottom: 0px !important;
    font-size: 22px !important;
}
.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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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_heaventlight_cond;
}
.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;
    color: #fff;
}
.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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgb(23 117 46) 0%, rgb(23 189 46) 100%);
}
.btn-red:hover {
    background: rgb(23, 189, 46);
    background: linear-gradient(90deg, rgb(23, 189, 46) 0%, rgb(23, 117, 46) 100%);
    text-decoration: none;
    color: #fff;
}
.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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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_heaventlight_cond;
}
.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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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;
}
.btn-blue {
    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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background: rgb(47, 57, 145);
    background: linear-gradient(90deg, rgba(47, 57, 145) 0%, rgba(38, 58, 228) 100%);
    font-family: db_heaventlight_cond;
}
.btn-blue:hover {
    background: rgb(38, 58, 228);
    background: linear-gradient(90deg, rgba(38, 58, 228) 100%, rgba(47, 57, 145) 0%);
}
.btn-green {
    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: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgba(23, 117, 46) 0%, rgba(23, 189, 46) 100%);
    font-family: db_heaventlight_cond;
    padding: 4px;
}
.btn-green:hover {
    background: rgb(23, 189, 46);
    background: linear-gradient(90deg, rgba(23, 189, 46) 100%, rgba(23, 117, 46) 0%);
}
input.form-control {
    padding: 6px 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);
    }
}
.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*/

/*new*/
.fixnav-bar {
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgba(23, 117, 46) 0%, rgba(23, 189, 46) 100%);
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1039;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.fixnav {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}
.fixnav .fixnav-item {
    flex: 1;
    text-align: center;
    list-style-type: none;
}
.fixnav .fixnav-item.middle-item {
    position: relative;
}
.fixnav-link {
    display: block;
    padding: .5rem 1rem;
}
.fixnav .fixnav-item .fixnav-link {
    color: #fcf202;
    padding: .6rem 0;
    text-decoration: none;
}
.fixnav .fixnav-item .fixnav-link:hover {
    color: rgb(17 80 33);
    font-weight: bold;
}
.fixnav .fixnav-item .fixnav-link i {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.fixnav .fixnav-item .fixnav-link span {
    display: block;
    font-size: 24px;
    line-height: 14px;
}
.fixnav .fixnav-item .fixnav-link.active span {
    font-size: 26px;
    font-family: db_heaventmed_cond;
}
.fixnav .fixnav-item.middle-item .fixnav-link {
    position: absolute;
    top: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.fixnav .fixnav-item .fixnav-link.active {
    color: rgb(252, 240, 0);
}
.fixnav .fixnav-item.middle-item .fixnav-link.active i {
    color: #fff;
    background: rgb(248, 176, 63);
    background: linear-gradient(90deg, rgb(248, 176, 63) 0%, rgb(252, 240, 0) 100%);
}
.fixnav .fixnav-item .fixnav-link.active:hover {
    color: rgb(23, 189, 46);
}
.fixnav .fixnav-item.middle-item .fixnav-link.active:hover i {
    color: #fff;
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgba(23, 117, 46) 0%, rgba(23, 189, 46) 100%);
}
.fixnav .fixnav-item.middle-item .fixnav-link i {
    color: #fff;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 1.8rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

/*end new*/
.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: 0px;
    margin-top: 0px;
}
.top-nav {
    width: 100%;
    margin-top: 20px;
}
.navbar {
    background-color: #fcf202;
    /*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(90deg, rgb(23 117 46) 0%, rgb(23 189 46) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: DBHeavent-Ext;
}
.top-nav ul li i {
    background: -webkit-linear-gradient(90deg, rgb(23 117 46) 0%, rgb(23 189 46) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-nav ul li p {
    background: -webkit-linear-gradient(90deg, rgb(23 117 46) 0%, rgb(23 189 46) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: db_heaventcond;
    margin-top: -6px;
    font-size: 24px;
}
.top-nav ul li:hover p,
.top-nav ul li:hover i {
    background: linear-gradient(90deg, rgb(68, 68, 68) 0%, rgb(37, 37, 37) 100%);
    -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: 28px;
}
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: 92px;
    margin-bottom: -34px;
    margin-top: -35px;
    background: -webkit-linear-gradient(rgb(23 117 46 / 1), rgb(23 189 46 / 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: db_heaventcond;
}
.credit-box .refresh {
    background: -webkit-linear-gradient(rgb(23 117 46 / 1), rgb(23 189 46 / 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.credit-box small {
    font-size: 28px;
    color: #fff;
}
.amount-box>.float-right {
    position: absolute;
    font-size: 16px;
    padding-top: 8px;
    margin-left: 10px;
}
.depo-wit {
    display: none;
}
.button-box {
    width: 50%
}
.amount-box {
    width: 50%
}
.button-box a {
    font-size: 28px;
    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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    cursor: pointer;
    background: rgb(23, 117, 46);
    background: linear-gradient(90deg, rgb(46, 161, 24) 0%, rgb(252, 243, 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(23, 189, 46 145);
    background: linear-gradient(90deg, rgb(252, 243, 1) 0%, rgb(46, 161, 24) 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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: linear-gradient(90deg, rgb(23, 189, 46) 0%, rgb(23, 117, 46) 100%);
    -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: .5s ease;
    backface-visibility: hidden;
}
.middle {
    transition: .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: DBHeavent-Ext;
}
.bank-info-copy {
    width: 40%;
    float: left;
}
p.bank-acc-name {
    margin-bottom: -16px;
    font-family: DBHeavent-Ext;
}
.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: DBHeavent-LightExt;
}
.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, .18), 0 4px 15px 0 rgba(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: #2e9e48 !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, .2);
    color: #fff;
    transition: all 1s;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.md-tabs .nav-link {
    transition: all .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: DBHeavent-Ext;
}
.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: 24px;
    margin-bottom: 5px;
    line-height: 22px;
    margin-top: 5px;
}
.bonus-body h4 {
    color: #2e9e48;
    font-size: 30px;
    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*/
.btn-auth {
    font-size: 26px;
}
.btn-auth i {
    font-size: 18px;
}
.btn-auth-register {
    font-size: 20px;
    color: #20772e;
    border-color: #f5df04;
    background: #fcf202;
    background: linear-gradient(90deg, rgb(251, 228, 0) 0%, rgb(255, 239, 84) 100%);
}
.btn-auth-register:hover {
    color: #20772e;
    background-color: transparent;
    background-image: none;
    border-color: #20772e;
}
.btn-auth-register i {
    font-size: 16px;
}

/*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;
}
.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: 0px 0px 0px 0px;
    }
    
    .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: DBHeavent-LightExt;
    }
    
    .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: DBHeavent-Ext;
    }
    
    p.datetime {
        font-size: 12px;
        font-family: DBHeavent-Ext;
    }
    
    .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: 70%;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    
    .top-nav {
        width: 100%;
        margin-top: 6px;
    }
    
    .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;
    }
    
    .right-play {
        padding-left: 6px;
    }
    
    .left-play {
        padding-right: 6px;
    }
}
.left-box-fix {
    display: none;
}
.right-box-fix {
    display: none;
}
.site-footer-mobile {
    display: block;
    box-shadow: 0px -10px 10px rgb(252 242 2);
    width: 100%;
    padding: 6px 6px 0px 6px;
    background-image: linear-gradient(to right, #2b9645, #0ebf39);
    position: fixed;
    bottom: 0;
    z-index: 100000;
}
.site-footer-mobile ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.site-footer-mobile li {
    list-style: none;
    margin: 0;
    text-align: center;
}
.site-footer-mobile li:nth-child(3) {
    width: 70px;
}
.site-footer-mobile li:nth-child(3) a {
    text-align: center;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
.site-footer-mobile li:nth-child(3) img {
    display: block;
    width: 70px;
    margin-bottom: 0px;
}
.site-footer-mobile a {
    color: #fcf202;
    font-size: 16px;
    font-family: 'db_heaventmed_cond';
}
.site-footer-mobile a:hover {
    text-decoration: none;
    color: #fff;
}
.site-footer-mobile i:hover {
    text-decoration: none;
    color: #fff;
}
a.m-auto.mobile-nav-center {
    color: #fff;
    font-size: 22px;
}
.site-footer-mobile i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: -5px;
    /* background: #ffffff; */
    
    width: 30px;
    height: 30px;
    padding: 10px;
    /* border-radius: 50px; */
    
    color: #fcf202;
    font-size: 20px;
}

/* 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%;
}
.games-nav-list {
    width: 25%;
    float: left;
}
.games-nav-list-first img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.games-nav-list-last img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.right-play {
    padding-left: 7.5px;
}
.left-play {
    padding-right: 7.5px;
}

/*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: 8px;
    border-top-left-radius: 8px;
}
.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;
}
button.button.button-primary.wheel-with-image-spin-button {
    font-size: 28px;
    font-family: db_heaventlight_cond;
    padding: 0px 8px;
}
.last-spin {
    font-family: db_heaventlight_cond;
}
.wheel-with-image-spin-button i {
    font-size: 16px;
    color: #fff;
}
.goCardsButton {
    font-size: 36px;
    color: #fff;
    display: block;
    text-align: center;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !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;
}