/*  =============================================================
     SBO14K member styles — merged base sheet
     Generated from style-dashboardv6.css + style.css.
     Page-specific rules are scoped with :where(body.dashboard-page)
     / :where(body.index-page) (zero specificity, no behaviour change).
     Shared globals: @font-face, @keyframes, and byte-identical rules.
     Load AFTER tokens.css and BEFORE theme.css.
   =============================================================  */
/*  ---------- Global @font-face ----------  */
@font-face {
    font-family: "sdchokdee-Regular";
    src: url("../fonts/sdchokdee-Regular.eot");
    /* IE9 Compat Modes */
    src: local("sdchokdee-Regular"),
        url("../fonts/sdchokdee-Regular.eot?#iefix") format("embedded-opentype")
            /* IE6-IE8 */,
        url("../fonts/sdchokdee-Regular.woff") format("woff")
            /* Modern Browsers */,
        url("../fonts/sdchokdee-Regular.ttf") format("truetype")
            /* Safari, Android, iOS */,
        url("../fonts/sdchokdee-Regular.svg#sdchokdee-Regular") format("svg")
            /* Legacy iOS */;
    font-stretch: normal;
    font-weight: normal;
    font-style: normal;
}
/*  ---------- Global @keyframes ----------  */
@keyframes morph {
    0% {
        background-color: var(--red-600);
    }

    50% {
        background-color: var(--red-600);
    }

    100% {
        background-color: var(--red-600);
    }
}
/*  ---------- Shared rules (identical in both pages) ----------  */
body {
    background-color: var(--surface-lit-2);
}
h1,
h2,
h3,
h4,
h5,
.btn {
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: var(--muted) !important;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: var(--muted) !important;
}
::-ms-input-placeholder {
    /* Microsoft Edge */

    color: var(--muted) !important;
}
h5.card-header {
    font-size: 1.3125rem;
    text-align: center;
    padding: 5px 5px;
}
div#home-just i {
    font-size: 1.375rem;
}
p,
a,
span,
small,
.input-group-text,
label,
input.form-control,
select,
option {
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
.btn-line {
    background-color: var(--green-500);
    padding: 0px 10px;
}
a.btn-line {
    font-size: 0.9375rem;
}
.fix-nav-bottom-active {
    background-color: var(--red-600);
    animation: morph 0.5s linear 0.5s infinite;
}
.fix-nav-bottom-active:hover {
    background-color: var(--red-600);
    animation: morph 0.5s linear 0.5s infinite;
}
.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;
}
.btn-gameslist {
    background: var(--red-600);
    background: linear-gradient(90deg, var(--red-600) 0%, var(--red-600) 100%);
}
.btn-gameslist:hover,
.btn-gameslist:active,
.btn-gameslist:focus,
.btn-gameslist:visited {
    background: var(--red-700);
    background: linear-gradient(90deg, var(--red-700) 0%, var(--red-600) 100%);
    text-decoration: none;
}
a.btn-gameslist i {
    font-size: 0.6875rem;
}
.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: var(--green-600);
    color: white;
    font-size: 0.75rem;
    padding: 16px 32px;
}
.games > .row > .col-md-2 {
    padding: 5px;
}
.games > .row {
    padding-left: 5px;
    padding-right: 5px;
}
.bonus-alert {
    padding: 0px 0px 2px 0px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.bonus-alert a {
    font-size: 0.6875rem;
}
.card.bonus {
    margin-bottom: 15px;
}
.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: 0.9375rem;
    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: 0.8125rem;
}
/*  ========== Dashboard page (body.dashboard-page) ==========  */
:where(body.dashboard-page) .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);
}
:where(body.dashboard-page) .page-item.active .page-link {
    z-index: 1;
    color: var(--primary-ink);
    background-color: var(--green-600);
    border-color: var(--green-600);
}
:where(body.dashboard-page) .page-link {
    color: var(--green-600);
}
:where(body.dashboard-page) .page-link:hover {
    color: var(--green-600);
}
:where(body.dashboard-page) .b-pagination {
    width: fit-content;
    margin: auto;
}
:where(body.dashboard-page) .btn {
    font-size: 0.9375rem;
}
:where(body.dashboard-page) label {
    font-size: 0.9375rem;
    margin-bottom: 0px;
}
:where(body.dashboard-page) a.forgot {
    font-size: 0.9375rem;
    color: var(--red-700);
}
:where(body.dashboard-page) .input-group-text {
    font-size: 0.9375rem;
}
:where(body.dashboard-page) .container {
    max-width: 800px;
}
:where(body.dashboard-page) .br-main,
:where(body.dashboard-page) .card,
:where(body.dashboard-page) .container.content,
:where(body.dashboard-page) .credit-box,
:where(body.dashboard-page) .play-button,
:where(body.dashboard-page) .btn-withdraw,
:where(body.dashboard-page) .input-group-text,
:where(body.dashboard-page) .bank-user-logo i,
:where(body.dashboard-page) .affiliate-box,
:where(body.dashboard-page) .stat-content,
:where(body.dashboard-page) .cards-box {
    border-radius: 1rem;
    /* border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important; */
}
:where(body.dashboard-page) form.login button {
    font-size: 1.375rem;
}
:where(body.dashboard-page) p.ql-align-center {
    margin-bottom: 0px;
    font-size: 1rem;
}
:where(body.dashboard-page) .btn-red {
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .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: var(--primary-ink);
    background: linear-gradient(0deg, var(--red-700), var(--red-500));
}
:where(body.dashboard-page) .btn-red:hover {
    text-decoration: none;
    color: var(--primary-ink);
    background: linear-gradient(90deg, var(--red-700), var(--red-500));
}
:where(body.dashboard-page) .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: var(--ink-on-lit-soft);
    background: var(--muted);
    /* fallback for old browsers */

    background: -webkit-linear-gradient(
        to right,
        var(--surface-lit-2),
        var(--surface-lit-2),
        var(--surface-lit),
        var(--muted)
    );
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(
        to right,
        var(--surface-lit-2),
        var(--surface-lit-2),
        var(--surface-lit),
        var(--muted)
    );
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .btn-zinc:hover {
    background: var(--muted);
    /* fallback for old browsers */

    background: -webkit-linear-gradient(
        to right,
        var(--surface-lit-2),
        var(--muted),
        var(--surface-lit-2),
        var(--muted)
    );
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(
        to right,
        var(--surface-lit-2),
        var(--muted),
        var(--surface-lit-2),
        var(--muted)
    );
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    text-decoration: none;
}
:where(body.dashboard-page) .btn-outline-red {
    color: var(--red-700);
    background-color: transparent;
    background-image: none;
    border-color: var(--red-700);
}
:where(body.dashboard-page) .btn-outline-red:hover {
    color: var(--primary-ink);
    background: var(--red-700);
    background: linear-gradient(90deg, var(--red-700) 0%, var(--red-600) 100%);
    border-color: var(--red-700);
}
:where(body.dashboard-page) .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: var(--ink-on-lit-strong);
    background: var(--muted);
    background: linear-gradient(
        90deg,
        var(--muted) 0%,
        var(--surface-lit) 100%
    );
}
:where(body.dashboard-page) .btn-silver:hover {
    background: var(--muted);
    background: linear-gradient(90deg, var(--muted) 0%, var(--muted) 100%);
    text-decoration: none;
}
:where(body.dashboard-page) .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: var(--accent-600);
    background: var(--accent-400);
    background: linear-gradient(
        90deg,
        var(--accent-400) 0%,
        var(--accent-300) 100%
    );
}
:where(body.dashboard-page) .btn-gold:hover {
    background: var(--accent-600);
    background: linear-gradient(
        90deg,
        var(--accent-600) 0%,
        var(--accent-300) 100%
    );
    text-decoration: none;
}
:where(body.dashboard-page) .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: 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: var(--primary-ink);
    background: var(--blue-600);
    background: linear-gradient(90deg, var(--blue-600) 0%, var(--primary) 100%);
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .btn-blue:hover {
    background: var(--primary);
    background: linear-gradient(90deg, var(--primary) 100%, var(--blue-600) 0%);
}
:where(body.dashboard-page) .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: 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: var(--primary-ink);
    background: var(--green-600);
    background: linear-gradient(
        90deg,
        var(--green-600) 0%,
        var(--green-500) 100%
    );
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
    padding: 4px;
}
:where(body.dashboard-page) .btn-green:hover {
    background: var(--green-500);
    background: linear-gradient(
        90deg,
        var(--green-500) 100%,
        var(--green-600) 0%
    );
}
:where(body.dashboard-page) input.form-control {
    padding: 6px 10px;
}
:where(body.dashboard-page) .card-header:first-child {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}
:where(body.dashboard-page) main {
    padding-bottom: 20px !important;
}
:where(body.dashboard-page) .container.content {
    background-color: var(--surface-lit);
    margin-top: -80px;
    min-height: 200px;
    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);
    border-radius: 16px;
    border: 2px solid var(--red-400-a30);
}
:where(body.dashboard-page) footer {
    margin-bottom: 120px;
}
:where(body.dashboard-page) .history-link-text {
    color: var(--muted);
    font-size: 0.9375rem;
}
:where(body.dashboard-page) .history-link-text i {
    color: var(--muted);
    font-size: 0.6875rem;
    padding-left: 2px;
}
:where(body.dashboard-page) .history-link-text:hover {
    text-decoration: none;
}
:where(body.dashboard-page) .nav-sexy-button {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-top: 0px;
}
:where(body.dashboard-page) .nav-sexy-button a {
    background-image: linear-gradient(
        to right,
        var(--red-700),
        var(--red-700),
        var(--blue-700),
        var(--blue-700),
        var(--blue-700)
    );
}
:where(body.dashboard-page) .nav-sexy-button a:hover {
    background-image: linear-gradient(
        to right,
        var(--red-700),
        var(--red-700),
        var(--blue-700),
        var(--blue-700),
        var(--blue-700)
    );
}
:where(body.dashboard-page) .nav-sa-button {
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-top: 0px;
}
:where(body.dashboard-page) .nav-sa-button a {
    background-image: linear-gradient(
        to right,
        var(--green-600),
        var(--green-600),
        var(--green-900),
        var(--green-900),
        var(--green-900)
    );
}
:where(body.dashboard-page) .nav-sa-button a:hover {
    background-image: linear-gradient(
        to right,
        var(--green-600),
        var(--green-900),
        var(--green-900),
        var(--green-900),
        var(--green-900)
    );
}
:where(body.dashboard-page) .nav-ufa-button a {
    background: var(--red-600);
    background: linear-gradient(90deg, var(--red-600) 0%, var(--red-700) 100%);
}
:where(body.dashboard-page) .nav-ufa-button a:hover {
    background: var(--red-600);
    background: linear-gradient(90deg, var(--red-600) 0%, var(--red-500) 100%);
}
:where(body.dashboard-page) .header-logo {
    max-width: 250px;
    margin-bottom: 0px;
    margin-top: 0px;
}
:where(body.dashboard-page) .top-nav {
    width: 100%;
    margin-top: 20px;
}
:where(body.dashboard-page) .navbar {
    background-color: var(--accent-500);
    /*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);
    background: linear-gradient(180deg, var(--blue-700), var(--blue-700));
}
:where(body.dashboard-page) .top-nav ul li {
    text-align: center;
}
:where(body.dashboard-page) .top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.dashboard-page) .top-nav ul li a:link {
    color: var(--primary-ink);
    text-decoration: none;
}
:where(body.dashboard-page) .top-nav ul li a {
    background: -webkit-linear-gradient(
        90deg,
        var(--surface-lit) 0%,
        var(--red-100) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .top-nav ul li i {
    background: -webkit-linear-gradient(
        90deg,
        var(--surface-lit) 0%,
        var(--red-100) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
:where(body.dashboard-page) .top-nav ul li p {
    background: -webkit-linear-gradient(
        90deg,
        var(--surface-lit) 0%,
        var(--red-100) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .top-nav ul li:hover p,
:where(body.dashboard-page) .top-nav ul li:hover i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
            180deg,
            var(--surface-lit) 0%,
            var(--red-100) 100%
        )
        text;
}
:where(body.dashboard-page) .slide {
    background-color: #000000;
}
:where(body.dashboard-page) .slide-img img {
    width: 100%;
}
:where(body.dashboard-page) .tournament-image img {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
}
:where(body.dashboard-page) .tournament-title h1 {
    background: linear-gradient(40deg, var(--blue-600), var(--bg));
    color: var(--primary-ink);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
:where(body.dashboard-page) .col-12.tournament-detail .ql-editor {
    background: var(--surface-lit);
    border-radius: 0.5rem;
    border-style: dashed;
    border-width: 1px;
    border-color: var(--border-lit);
}
:where(body.dashboard-page) .t-countdown {
    text-align: center;
    /* color: #000; */
    padding: 0px;
    /* border: 1px solid #dce6f0; */
}
:where(body.dashboard-page) .t-countdown ol {
    padding-left: 0px;
}
:where(body.dashboard-page) .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;
}
:where(body.dashboard-page) .t-countdown li:not(:last-child) .time {
    position: relative;
}
:where(body.dashboard-page) .t-countdown span {
    display: block;
}
:where(body.dashboard-page) .t-countdown .time {
    min-width: 100px;
    padding: 15px 20px;
    font-size: 2.8125rem;
    font-weight: 900;
    color: var(--primary-ink);
    margin: -20px 5px 5px 5px;
}
:where(body.dashboard-page) .t-countdown .label {
    font-size: 0.9375rem;
    margin-top: -60px;
    padding: 15px 10px 10px 10px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .tmn-timer-card {
    background: linear-gradient(40deg, var(--blue-600), var(--bg));
}
:where(body.dashboard-page) .step-label {
    color: var(--primary-ink);
    font-size: 0.6875rem;
}
:where(body.dashboard-page) .tnm-reward-card {
    background: linear-gradient(40deg, var(--blue-600), var(--red-500));
}
:where(body.dashboard-page) .tnm-reward-header h2 {
    margin: 0px 0px -5px 0px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .tnm-reward h2 {
    padding-bottom: 0px;
    margin: 5px 0px 0px 0px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .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);
}
:where(body.dashboard-page) .tnm-top-reward {
    background-color: var(--surface-lit);
}
:where(body.dashboard-page) .tnm-top-reward h4 {
    color: var(--ink-on-lit-strong);
    margin-bottom: -6px;
}
:where(body.dashboard-page) .tnm-top-reward h3 {
    color: var(--blue-700);
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 1.625rem;
}
:where(body.dashboard-page) .tnm-current-reward {
    background-color: var(--surface-lit);
}
:where(body.dashboard-page) .tnm-current-reward h4 {
    color: var(--ink-on-lit-strong);
    margin-bottom: -6px;
}
:where(body.dashboard-page) .tnm-current-reward h3 {
    color: var(--red-700);
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 1.625rem;
}
:where(body.dashboard-page) .tnm-player {
    background-color: var(--surface-lit);
}
:where(body.dashboard-page) .tnm-player h4 {
    color: var(--ink-on-lit-strong);
    margin-bottom: -6px;
}
:where(body.dashboard-page) .tnm-player h3 {
    color: var(--red-600);
    margin-bottom: -6px;
    font-weight: 600;
    font-size: 1.625rem;
}
:where(body.dashboard-page) .tnm-rank-card {
    background: linear-gradient(40deg, var(--bg), var(--red-600));
}
:where(body.dashboard-page) .tnm-rank-header h2 {
    margin: 0px 0px -5px 0px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .tnm-rank h2 {
    padding-bottom: 0px;
    margin: 5px 0px 0px 0px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .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);
}
:where(body.dashboard-page) .dashboard-title h4 {
    margin: 0px 0px;
}
:where(body.dashboard-page) .dashboard-value h3 {
    margin: -10px 0px 0px 0px;
    font-size: 1.375rem;
}
:where(body.dashboard-page) .tnm-mpv {
    background: linear-gradient(40deg, var(--blue-600), var(--red-500));
}
:where(body.dashboard-page) .tnm-mpv h3 {
    color: var(--red-400);
    font-size: 1.75rem;
    margin-bottom: 0px;
    margin-top: -10px;
    font-weight: 600;
}
:where(body.dashboard-page) .tnm-mpv h4 {
    color: var(--primary-ink);
    font-size: 1.25rem;
    margin-bottom: 0px;
}
:where(body.dashboard-page) 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);
}
:where(body.dashboard-page) .reward-table-head h4 {
    color: var(--primary-ink);
    margin-bottom: 0px;
}
:where(body.dashboard-page) .reward-table {
    border-radius: 0.6rem;
}
:where(body.dashboard-page) section.user-infor {
    margin-bottom: 10px;
}
:where(body.dashboard-page) section.user-infor a {
    font-size: 1.3125rem;
}
:where(body.dashboard-page) span.reset-password {
    cursor: pointer;
    font-size: 0.875rem;
    background-color: var(--muted);
    color: var(--primary-ink);
    border-radius: 6px;
    padding: 2px 6px 2px 6px;
}
:where(body.dashboard-page) span.statment-button {
    cursor: pointer;
    font-size: 0.875rem;
    background-color: var(--border);
    color: var(--primary-ink);
    border-radius: 6px;
    padding: 2px 6px 2px 6px;
}
:where(body.dashboard-page) span.reset-password i {
    font-size: 0.6875rem;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .credit-box {
    background: var(--border);
    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);
}
:where(body.dashboard-page) .credit-box p {
    font-size: 3rem;
    margin-bottom: -34px;
    margin-top: -10px;
    background: -webkit-linear-gradient(var(--red-700), var(--red-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .credit-box .refresh {
    background: -webkit-linear-gradient(var(--red-700), var(--red-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
:where(body.dashboard-page) .credit-box small {
    font-size: 1.125rem;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .amount-box > .float-right {
    position: absolute;
    font-size: 0.75rem;
    padding-top: 8px;
    margin-left: 10px;
}
:where(body.dashboard-page) .depo-wit {
    display: none;
}
:where(body.dashboard-page) .button-box {
    width: 50%;
}
:where(body.dashboard-page) .amount-box {
    width: 50%;
}
:where(body.dashboard-page) .button-box a {
    font-size: 1.125rem;
    padding: 4px 0px 4px 0px;
}
:where(body.dashboard-page) .navigation {
    margin-top: 15px;
}
:where(body.dashboard-page) .nav-play-button {
    width: 50%;
    float: left;
    padding-right: 10px;
}
:where(body.dashboard-page) .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: var(--primary-ink);
    cursor: pointer;
    -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 var(--red-600-a24);
    font-size: 2rem;
    background: linear-gradient(0deg, var(--red-700), var(--red-500));
    /* font-size: 2.625rem; */
}
:where(body.dashboard-page) .play-button:hover {
    background: linear-gradient(0deg, var(--red-700), var(--red-500));
    text-decoration: none;
}
:where(body.dashboard-page) .play-button i {
    font-size: 4rem;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .play-button p {
    font-size: 1.875rem;
    color: var(--primary-ink);
    margin-bottom: 0px;
    margin-top: -6px;
}
:where(body.dashboard-page) .nav-other-button {
    width: 50%;
    float: left;
    padding-left: 10px;
}
:where(body.dashboard-page) .nav-other-button a {
    color: var(--primary-ink) !important;
    font-size: 0.9375rem;
    border-radius: 12px;
    width: 100%;
    float: left;
}
:where(body.dashboard-page) .other-list i {
    font-size: 1.5rem;
    margin-top: 8px;
}
:where(body.dashboard-page) .other-list p {
    font-size: 1.125rem;
    margin-bottom: 0px;
    /* margin-top: -6px; */
}
:where(body.dashboard-page) .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: var(--ink-on-lit-strong);
    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);
}
:where(body.dashboard-page) .btn-dark-tri:hover {
    text-decoration: none;
}
:where(body.dashboard-page) .btn-dark-tri:hover i,
:where(body.dashboard-page) .btn-dark-tri:hover p,
:where(body.dashboard-page) .btn-dark-tri:hover span {
    background: linear-gradient(90deg, var(--red-700), var(--red-500) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}
:where(body.dashboard-page) .other-list-full {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
    float: left;
}
:where(body.dashboard-page) .other-list-1 {
    width: 50%;
    padding-right: 7.5px;
    margin-bottom: 10px;
    float: left;
}
:where(body.dashboard-page) .other-list-2 {
    width: 50%;
    padding-left: 7.5px;
    margin-bottom: 10px;
    float: left;
}
:where(body.dashboard-page) .other-list-3 {
    width: 50%;
    padding-right: 7.5px;
    float: left;
}
:where(body.dashboard-page) .other-list-4 {
    width: 50%;
    padding-left: 7.5px;
    float: left;
}
:where(body.dashboard-page) section.gameslist {
    margin-top: 20px;
}
:where(body.dashboard-page) .show-games p {
    color: var(--ink-on-lit);
    font-size: 1.125rem;
    margin-bottom: -6px;
}
:where(body.dashboard-page) .show-games i {
    color: var(--ink-on-lit);
    font-size: 0.9375rem;
}
:where(body.dashboard-page) .show-games a:hover {
    text-decoration: none;
}
:where(body.dashboard-page) .row.games-row {
    padding: 10px;
}
:where(body.dashboard-page) .games-row > .col-md-2 {
    padding: 5px;
}
:where(body.dashboard-page) .games-row > .col-sm-3 {
    padding: 5px;
}
:where(body.dashboard-page) .games-row > .col-4 {
    padding: 4px;
}
:where(body.dashboard-page) a.btn-gameslist {
    color: var(--primary-ink);
    font-size: 0.875rem;
    min-width: 90px;
}
:where(body.dashboard-page) a#show,
:where(body.dashboard-page) a#hide {
    cursor: pointer;
}
:where(body.dashboard-page) [v-cloak] > * {
    display: none;
}
:where(body.dashboard-page) .pointer {
    cursor: pointer;
}
:where(body.dashboard-page) .scb {
    background-color: var(--blue-700);
}
:where(body.dashboard-page) .kbank {
    background-color: var(--green-600);
}
:where(body.dashboard-page) .bay {
    background-color: var(--accent-400);
}
:where(body.dashboard-page) .bank-info {
    margin-top: 15px;
}
:where(body.dashboard-page) .bank-user-logo img {
    max-width: 80px;
}
:where(body.dashboard-page) .bank-user-logo {
    width: 10%;
    float: left;
    min-width: 80px;
}
:where(body.dashboard-page) .bank-user-info {
    width: 70%;
    float: left;
    padding-left: 20px;
}
:where(body.dashboard-page) .bank-user-info p {
    margin-bottom: 0px;
}
:where(body.dashboard-page) .user-bank {
    margin-top: 15px;
}
:where(body.dashboard-page) .bank-user-logo i {
    font-size: 2.375rem;
}
:where(body.dashboard-page) .tab-pane p {
    margin-bottom: 0px;
}
:where(body.dashboard-page) .list-left {
    width: 100%;
    float: left;
    text-align: left;
}
:where(body.dashboard-page) .list-left h5 {
    font-size: 1.375rem;
    margin-bottom: -10px;
}
:where(body.dashboard-page) p.chanel {
    font-size: 0.875rem;
    margin-bottom: -10px;
}
:where(body.dashboard-page) p.datetime {
    font-size: 0.6875rem;
}
:where(body.dashboard-page) .list-right {
    width: 100%;
    float: left;
    text-align: right;
}
:where(body.dashboard-page) .icon-history-box {
    margin-right: 10px;
}
:where(body.dashboard-page) .icon-history-box i {
    font-size: 2.5rem;
}
:where(body.dashboard-page) .btn-successed {
    font-size: 0.6875rem;
    padding: 0px 6px;
    margin-bottom: 4px;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .btn-successed i {
    font-size: 0.625rem;
}
:where(body.dashboard-page) .list-right p {
    font-size: 1.375rem;
    margin-bottom: -18px;
}
:where(body.dashboard-page) .list-right small {
    font-size: 0.875rem;
}
:where(body.dashboard-page) .bg-even {
    background-color: var(--surface-lit);
}
:where(body.dashboard-page) .bg-odd {
    background-color: var(--surface-lit);
}
:where(body.dashboard-page) .list-box {
    padding: 5px 15px 5px 15px;
}
:where(body.dashboard-page) .page-link {
    font-size: 0.9375rem;
}
:where(body.dashboard-page) .prenext {
    padding: 2px 12px;
    font-size: 1.375rem;
}
/* Kept for the games page, which is the other user of .nav-tabs. The rest of
   the tab CSS that lived here belonged to History.vue's green strip and went
   with it. */
:where(body.dashboard-page) .nav-tabs .nav-item {
    margin-bottom: 0px;
}
:where(body.dashboard-page) .tab-content {
    padding: 1rem;
    padding-top: 2rem;
}
:where(body.dashboard-page) .affiliate-box,
:where(body.dashboard-page) .cards-box {
    padding: 15px 30px 15px 30px;
    background: var(--border);
    /* 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);
}
:where(body.dashboard-page) .affiliate-amount-box small,
:where(body.dashboard-page) .cards-amount-box small {
    font-size: 1.3125rem;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .affiliate-amount-box p,
:where(body.dashboard-page) .cards-amount-box p {
    font-size: 2.25rem;
    margin-bottom: -14px;
    margin-top: -10px;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .s-with {
    padding-right: 7.5px;
}
:where(body.dashboard-page) .stat {
    margin-top: 15px;
}
:where(body.dashboard-page) .stat-content {
    padding-top: 10px;
    text-align: center;
}
:where(body.dashboard-page) .stat-number {
    font-size: 1.25rem;
    /* font-weight: 700; */
    /* line-height: 1; */
    /* padding: 0px 0 5px; */
}
:where(body.dashboard-page) .stat-description {
    text-transform: uppercase;
    margin-bottom: -10px;
}
:where(body.dashboard-page) .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;
}
:where(body.dashboard-page) a.stat-footer {
    font-size: 0.9375rem;
}
:where(body.dashboard-page) .stat-description a {
    font-size: 1.25rem;
}
:where(body.dashboard-page) .stat-number a {
    font-size: 1.75rem;
}
:where(body.dashboard-page) .green {
    background-color: var(--green-600);
}
:where(body.dashboard-page) .blue {
    background-color: var(--blue-400);
}
:where(body.dashboard-page) .orange {
    background-color: var(--accent-400);
}
:where(body.dashboard-page) .red {
    background-color: var(--red-600);
}
:where(body.dashboard-page) .dark-gray {
    background-color: var(--muted);
}
:where(body.dashboard-page) .gray {
    background-color: var(--muted);
}
:where(body.dashboard-page) .text-dark-blue {
    color: var(--ink-on-lit);
}
:where(body.dashboard-page) .text-green {
    color: var(--green-600);
}
:where(body.dashboard-page) .text-blue {
    color: var(--blue-400);
}
:where(body.dashboard-page) .text-orange {
    color: var(--accent-400);
}
:where(body.dashboard-page) .text-red {
    color: var(--red-600);
}
:where(body.dashboard-page) .text-purple {
    color: var(--blue-300);
}
:where(body.dashboard-page) .text-faded {
    color: rgba(255, 255, 255, 0.7);
}
:where(body.dashboard-page) .afflink {
    margin-top: 15px;
}
:where(body.dashboard-page) .btn-aff-copy i {
    font-size: 0.75rem;
}
:where(body.dashboard-page) .tranferaff {
    margin-top: 15px;
}
:where(body.dashboard-page) .tranferaff a {
    font-size: 1.875rem;
    padding: 0px;
}
:where(body.dashboard-page) p.marketing-tool {
    font-size: 1.375rem;
    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: var(--ink);
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .share-list i {
    font-size: 2.25rem;
    margin: 0px 10px 0px 10px;
}
:where(body.dashboard-page) .aff-history {
    margin-top: 15px;
}
:where(body.dashboard-page) .other-m a {
    margin-bottom: 9px;
}
:where(body.dashboard-page) .bonus-body p {
    font-size: 1.125rem;
    margin-bottom: 5px;
    line-height: 22px;
    margin-top: 5px;
}
:where(body.dashboard-page) .bonus-body h4 {
    color: var(--green-600);
    font-size: 1.375rem;
    margin-bottom: -6px;
}
:where(body.dashboard-page) h4.ql-align-center {
    margin-bottom: 0px;
    line-height: 20px;
}
:where(body.dashboard-page) h2.ql-align-center {
    margin-bottom: -5px;
}
:where(body.dashboard-page) .swal2-actions {
    margin-top: 15px !important;
}
:where(body.dashboard-page) .swal2-content {
    margin-bottom: -10px !important;
}
:where(body.dashboard-page) #swal2-content > .mt-3.mb-4 {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}
:where(body.dashboard-page) h2#swal2-title {
    margin-bottom: 0px;
}
:where(body.dashboard-page) .swal2-icon.swal2-error.swal2-animate-error-icon,
:where(body.dashboard-page)
    .swal2-icon.swal2-success.swal2-animate-success-icon {
    margin: 0px 0px 10px 0px;
}
:where(body.dashboard-page) .btn-auth {
    font-size: 1.25rem;
}
:where(body.dashboard-page) .btn-auth i {
    font-size: 0.875rem;
}
:where(body.dashboard-page) .btn-auth-register {
    font-size: 0.9375rem;
    color: var(--primary-ink);
    border-color: var(--red-700);
    background: linear-gradient(0deg, var(--red-700), var(--red-500));
}
:where(body.dashboard-page) .btn-auth-register:hover {
    color: var(--red-700);
    background: var(--surface-lit);
    border-color: var(--red-700);
}
:where(body.dashboard-page) .btn-auth-register i {
    font-size: 0.75rem;
}
:where(body.dashboard-page) .login h4,
:where(body.dashboard-page) .register h4,
:where(body.dashboard-page) .reset-password h4 {
    font-size: 2.0625rem;
    margin-bottom: 0px !important;
}
:where(body.dashboard-page) .login hr,
:where(body.dashboard-page) .register hr,
:where(body.dashboard-page) .reset-password hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
:where(body.dashboard-page) .login a,
:where(body.dashboard-page) .register a,
:where(body.dashboard-page) .reset-password a {
    font-size: 0.9375rem;
}
@media (max-width: 575px) {
    :where(body.dashboard-page) .card,
    :where(body.dashboard-page) .container.content,
    :where(body.dashboard-page) .credit-box,
    :where(body.dashboard-page) .play-button,
    :where(body.dashboard-page) .input-group-text,
    :where(body.dashboard-page) .bank-user-logo i,
    :where(body.dashboard-page) .deposit-mobile-button a,
    :where(body.dashboard-page) .withdraw-mobile-button a {
        border-radius: 12px;
    }

    :where(body.dashboard-page) .fix-nav-bottom ul li {
        padding: 0px 0px 0px 0px;
    }

    :where(body.dashboard-page) .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 0.75rem;
    }

    :where(body.dashboard-page) .top-nav ul li p {
        display: none;
    }

    :where(body.dashboard-page) .slide > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    :where(body.dashboard-page) main {
        padding: 12px;
    }

    :where(body.dashboard-page) .navbar {
        padding: 0px;
    }

    :where(body.dashboard-page) .container.content {
        margin-top: -40px;
        min-height: 300px;
        padding: 10px 10px 10px 10px;
    }

    :where(body.dashboard-page) .credit-box {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

    :where(body.dashboard-page) .credit-box p {
        font-size: 2.25rem;
        margin-bottom: -10px;
        margin-top: -12px;
    }

    :where(body.dashboard-page) .credit-box small {
        font-size: 0.9375rem;
    }
    :where(body.dashboard-page) .amount-box > .float-right {
        padding-top: 2px;
    }
    :where(body.dashboard-page) .amount-box i {
        font-size: 0.625rem;
    }

    :where(body.dashboard-page) .button-box {
        display: none;
    }

    :where(body.dashboard-page) .depo-wit {
        display: block;
        margin-top: 10px;
    }

    :where(body.dashboard-page) .deposit-mobile-button {
        width: 50%;
        float: left;
        padding-right: 5px;
    }

    :where(body.dashboard-page) .withdraw-mobile-button {
        width: 50%;
        float: left;
        padding-left: 5px;
    }

    :where(body.dashboard-page) .deposit-mobile-button a {
        color: var(--primary-ink) !important;
        font-size: 1.375rem;
        padding-top: 4px;
    }

    :where(body.dashboard-page) .withdraw-mobile-button a {
        color: var(--ink-on-lit-soft) !important;
        font-size: 1.375rem;
        padding-top: 4px;
    }

    :where(body.dashboard-page) .deposit-mobile-button i {
        color: var(--primary-ink) !important;
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) .withdraw-mobile-button i {
        color: var(--ink-on-lit-soft) !important;
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) .deposit-mobile-button a,
    :where(body.dashboard-page) .deposit-mobile-button i {
        color: var(--accent-700) !important;
    }

    :where(body.dashboard-page) .amount-box {
        width: 100%;
    }

    :where(body.dashboard-page) .navigation {
        margin-top: 10px;
    }

    :where(body.dashboard-page) .nav-play-button {
        padding-right: 0px;
    }

    :where(body.dashboard-page) .play-button {
        padding: 16px 10px 10px 10px;
    }

    :where(body.dashboard-page) .play-button p {
        font-size: 1.3125rem;
        margin-bottom: 0px;
        margin-top: -15px;
    }

    :where(body.dashboard-page) .play-button i {
        font-size: 1.875rem;
        color: var(--primary-ink);
    }

    :where(body.dashboard-page) .nav-other-button {
        padding-left: 5px;
        color: var(--primary-ink) !important;
        font-size: 0.9375rem;
        border-radius: 12px;
    }

    :where(body.dashboard-page) .user-bank {
        margin-top: 10px;
    }

    :where(body.dashboard-page) .bank-info {
        margin-top: 10px;
    }

    :where(body.dashboard-page) .bank-info-copy {
        width: 30%;
    }

    :where(body.dashboard-page) .card-header:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    :where(body.dashboard-page) h5.card-header {
        text-align: center;
        font-size: 0.9375rem;
        padding: 5px 5px;
    }

    :where(body.dashboard-page) .card-body {
        padding: 10px;
    }

    :where(body.dashboard-page) .bank-user-logo img {
        max-width: 100%;
    }

    :where(body.dashboard-page) .bank-user-logo {
        width: 10%;
        float: left;
        min-width: 70px;
    }

    :where(body.dashboard-page) .bank-user-info {
        width: 70%;
        float: left;
        padding-left: 20px;
    }

    :where(body.dashboard-page) .bank-user-info p {
        margin-bottom: 0px;
    }

    :where(body.dashboard-page) p#bank-user-name {
        font-size: 0.9375rem;
        margin-top: -8px;
    }

    :where(body.dashboard-page) p#bank-user-number {
        font-size: 1rem;
        margin-top: -8px;
    }

    :where(body.dashboard-page) p#bank-user-bankname {
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) .input-group-text {
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) .bank-user-logo i {
        font-size: 2.125rem;
    }

    :where(body.dashboard-page) .list-left h5 {
        font-size: 0.9375rem;
        margin-bottom: -10px;
    }

    :where(body.dashboard-page) .btn-successed {
        font-size: 0.625rem;
        padding: 0px 6px;
        margin-bottom: 4px;
        font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
    }

    :where(body.dashboard-page) .btn-successed i {
        font-size: 0.5rem !important;
    }

    :where(body.dashboard-page) .icon-history-box i {
        font-size: 2.0625rem !important;
    }

    :where(body.dashboard-page) p.chanel {
        font-size: 0.6875rem;
        margin-bottom: -8px;
        /* font-family: DBHeavent-Ext; */
    }

    :where(body.dashboard-page) p.datetime {
        font-size: 0.6875rem;
        /* font-family: DBHeavent-Ext; */
    }

    :where(body.dashboard-page) .icon-history-box {
        margin-right: 6px;
    }

    :where(body.dashboard-page) .list-right p {
        font-size: 1.125rem;
        margin-bottom: -18px;
    }

    :where(body.dashboard-page) .list-box {
        padding: 5px 10px 5px 10px;
    }

    :where(body.dashboard-page) .page-link {
        font-size: 0.6875rem !important;
    }

    :where(body.dashboard-page) .prenext {
        padding: 2px 8px;
        font-size: 1rem !important;
    }

    :where(body.dashboard-page) a.btn-line {
        font-size: 0.75rem;
    }

    :where(body.dashboard-page) .stat-number a {
        font-size: 1.375rem;
    }

    :where(body.dashboard-page) .stat-description a {
        font-size: 0.875rem;
    }

    :where(body.dashboard-page) a.stat-footer {
        font-size: 0.75rem;
    }

    :where(body.dashboard-page) input.form-control.afflink-input {
        font-size: 0.6875rem;
    }

    :where(body.dashboard-page) .btn-aff-copy {
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) .btn-aff-copy i {
        font-size: 0.6875rem;
    }

    :where(body.dashboard-page) p.marketing-tool {
        font-size: 1.25rem;
        /* background-color: #e9ecef; */
        border-radius: 12px;
        margin-bottom: 10px;
        padding-top: 4px;
    }

    :where(body.dashboard-page) .share-list i {
        font-size: 2.125rem;
        margin: 0px 10px 0px 10px;
    }

    :where(body.dashboard-page) .bonus-body a {
        font-size: 0.75rem;
    }

    :where(body.dashboard-page) .card.bonus {
        margin-bottom: 10px;
    }

    :where(body.dashboard-page) a.float-right.btn.btn-outline-primary {
        font-size: 0.875rem;
        padding-bottom: 2px;
        padding-top: 5px;
        margin-top: 4px;
    }

    :where(body.dashboard-page) .login h4,
    :where(body.dashboard-page) .register h4,
    :where(body.dashboard-page) .reset-password h4 {
        font-size: 1.6875rem;
        margin-bottom: 0px !important;
        margin-top: -4px !important;
    }

    :where(body.dashboard-page) .bonus-body p {
        font-size: 0.75rem;
        margin-bottom: 5px;
    }

    :where(body.dashboard-page) .login > .form-group {
        margin-bottom: 10px !important;
    }

    :where(body.dashboard-page) .header-logo {
        max-width: 190px;
        max-height: 70px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    :where(body.dashboard-page) .top-nav {
        width: 100%;
        margin-top: 6px;
    }

    :where(body.dashboard-page) .top-nav ul li i {
        font-size: 1.375rem;
        background: -webkit-linear-gradient(
            90deg,
            var(--surface-lit) 0%,
            var(--red-100) 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    :where(body.dashboard-page) .navbar {
        padding: 0px;
        height: 70px;
    }

    :where(body.dashboard-page) section.user-infor a {
        font-size: 0.9375rem;
    }

    :where(body.dashboard-page) span.reset-password {
        cursor: pointer;
        font-size: 0.75rem;
        background-color: var(--muted);
        color: var(--primary-ink);
        border-radius: 6px;
        padding: 2px 6px 2px 6px;
    }

    :where(body.dashboard-page) span.reset-password i {
        font-size: 0.6875rem;
        color: var(--primary-ink);
    }

    :where(body.dashboard-page) .row.games-row {
        padding: 8px;
    }

    :where(body.dashboard-page) .login a,
    :where(body.dashboard-page) .register a,
    :where(body.dashboard-page) .reset-password a {
        font-size: 0.75rem;
    }

    :where(body.dashboard-page) form.login button {
        font-size: 1.3125rem;
        padding: 4px;
    }

    /*New*/

    :where(body.dashboard-page) .nav-play-button {
        width: 100%;
        float: none;
    }

    :where(body.dashboard-page) .nav-other-button {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }

    :where(body.dashboard-page) .other-list i {
        font-size: 1.3125rem;
        margin-top: 8px;
    }

    :where(body.dashboard-page) .other-list p {
        font-size: 0.9375rem;
        margin-bottom: 0px;
        margin-top: -6px;
    }

    :where(body.dashboard-page) .other-list-1 {
        width: 50%;
        margin-bottom: 10px;
        float: left;
    }

    :where(body.dashboard-page) .other-list-2 {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 10px;
        float: left;
    }

    :where(body.dashboard-page) .other-list-3 {
        width: 50%;
        padding-right: 5px;
        margin-bottom: 0px;
        float: left;
    }

    :where(body.dashboard-page) .other-list-4 {
        width: 50%;
        padding-left: 5px;
        margin-bottom: 0px;
        float: left;
    }

    :where(body.dashboard-page) .nav-sexy-button {
        width: 50%;
        float: left;
        padding-right: 5px;
        margin-top: 0px;
    }

    :where(body.dashboard-page) .nav-ufa-button {
        width: 50%;
        float: left;
        padding-left: 5px;
        margin-top: 0px;
    }

    :where(body.dashboard-page) footer {
        margin-bottom: 100px;
    }

    :where(body.dashboard-page) .rewards-table {
        font-size: 0.6875rem;
    }

    :where(body.dashboard-page) .rewards-desc h2 {
        font-size: 0.875rem;
    }

    :where(body.dashboard-page) .page-title h3 {
        margin: 12px 0px 2px 0px;
        line-height: 40px;
        font-size: 1rem !important;
    }

    :where(body.dashboard-page) .row.text-center.page-title {
        margin-left: -10px;
        margin-right: -10px;
    }
    :where(body.dashboard-page) .site-footer-mobile li img {
        width: 100px;
    }
    :where(body.dashboard-page) .site-footer-mobile li:nth-child(3) a {
        top: -20px;
    }
    :where(body.dashboard-page) .site-footer-mobile a {
        font-size: 0.75rem;
    }
}
:where(body.dashboard-page) .site-footer-mobile {
    display: block;
    box-shadow: 0px -10px 10px var(--red-700-a54);
    width: 100%;
    padding: 6px 6px 0px 6px;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    background: linear-gradient(
        180deg,
        var(--card-2-a98) 0%,
        var(--card-2-a98) 50%,
        var(--navy-850-a98) 100%
    );
    border-top: 2px solid var(--red-500-a30);
}
:where(body.dashboard-page) .site-footer-mobile ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
:where(body.dashboard-page) .site-footer-mobile li {
    list-style: none;
    margin: 0;
    text-align: center;
}
:where(body.dashboard-page) .site-footer-mobile li:nth-child(3) {
    width: 70px;
}
:where(body.dashboard-page) .site-footer-mobile li:nth-child(3) a {
    text-align: center;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
:where(body.dashboard-page) .site-footer-mobile li:nth-child(3) img {
    display: block;
    margin-bottom: 0px;
}
:where(body.dashboard-page) .site-footer-mobile a {
    color: var(--red-400);
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .site-footer-mobile a:hover {
    text-decoration: none;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .site-footer-mobile a.active,
:where(body.dashboard-page) .site-footer-mobile a.active i {
    color: var(--primary-ink);
}
:where(body.dashboard-page) .site-footer-mobile i:hover {
    text-decoration: none;
    color: var(--primary-ink);
}
:where(body.dashboard-page) a.m-auto.mobile-nav-center {
    color: var(--primary-ink);
    font-size: 1rem;
}
:where(body.dashboard-page) .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: var(--red-400);
    font-size: 0.9375rem;
}
@media (min-width: 576px) {
    :where(body.dashboard-page) main {
        padding: 30px;
    }
}
@media (min-width: 768px) {
    :where(body.dashboard-page) main {
        padding: 40px;
    }
    :where(body.dashboard-page) .site-footer-mobile li:nth-child(3) a {
        top: -42px;
    }
    :where(body.dashboard-page) .site-footer-mobile a {
        font-size: 1.1875rem;
    }
    :where(body.dashboard-page) .site-footer-mobile li:nth-child(3) img {
        width: 200px;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
:where(body.dashboard-page) .true {
    /*เพิ่มใหม่*/

    background: var(--surface-lit-2);
    background: linear-gradient(
        90deg,
        var(--surface-lit-2) 0%,
        var(--surface-lit) 100%
    );
}
:where(body.dashboard-page) .true-wallet {
    /*เพิ่มใหม่*/

    margin-top: 15px;
}
:where(body.dashboard-page) .grayscale {
    /*เพิ่มใหม่*/

    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */

    filter: grayscale(100%);
}
:where(body.dashboard-page) .btn-truewallet {
    /*เพิ่มใหม่*/

    font-size: 1.25rem;
    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: var(--primary-ink);
    background: var(--red-600);
    background: linear-gradient(90deg, var(--red-600) 0%, var(--red-600) 100%);
}
:where(body.dashboard-page) .btn-truewallet:hover {
    /*เพิ่มใหม่*/

    color: var(--primary-ink);
    background: var(--red-700);
    background: linear-gradient(90deg, var(--red-700) 0%, var(--red-600) 100%);
    text-decoration: none;
}
:where(body.dashboard-page) .btn-truewallet i {
    /*เพิ่มใหม่*/

    font-size: 0.9375rem;
}
:where(body.dashboard-page) input#wallet-number,
:where(body.dashboard-page) input#amount {
    /*เพิ่มใหม่*/

    font-size: 1rem;
}
:where(body.dashboard-page) button#confirm i,
:where(body.dashboard-page) button#cancel i {
    /*เพิ่มใหม่*/

    font-size: 0.875rem;
}
:where(body.dashboard-page) .bank-info-copy {
    width: 100%;
    float: none;
}
:where(body.dashboard-page) .list-contact-left {
    width: 60%;
    float: left;
}
:where(body.dashboard-page) .list-contact-right {
    width: 40%;
    float: left;
}
:where(body.dashboard-page) .list-contact-left h5 {
    margin-top: 10px;
    margin-bottom: -6px;
}
:where(body.dashboard-page) .list-contact-right p {
    margin-top: 10px;
    margin-bottom: 0px;
}
:where(body.dashboard-page) .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;
}
:where(body.dashboard-page) .page-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    /* font-family: 'sdchokdee-Regular'; */
    background: -webkit-linear-gradient(var(--surface-lit), var(--muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}
:where(body.dashboard-page) .wheel-with-image-spin-button i {
    font-size: 0.75rem;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .goCardsButton {
    font-size: 1.6875rem;
    color: var(--primary-ink);
    display: block;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
:where(body.dashboard-page) .goCardsButton:hover {
    text-decoration: none;
    color: var(--primary-ink);
}
:where(body.dashboard-page) .condition-title {
    font-size: 1.125rem;
    margin-bottom: -4px;
    margin-top: 12px;
}
:where(body.dashboard-page) section.cards-list .up {
    color: var(--green-500);
}
:where(body.dashboard-page) section.cards-list .cards {
    text-align: center;
    color: var(--primary-ink);
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
:where(body.dashboard-page) section.cards-list .flipper {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
:where(body.dashboard-page) section.cards-list .flipper.flip .cards {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
:where(body.dashboard-page) section.cards-list .front,
:where(body.dashboard-page) section.cards-list .back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
}
:where(body.dashboard-page) section.cards-list .front {
    z-index: 2;
    /* for firefox 31 */

    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    height: 100%;
}
:where(body.dashboard-page) section.cards-list .back {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    height: 100%;
}
:where(body.dashboard-page) .cards img {
    width: 100%;
}
:where(body.dashboard-page) .btn-line {
    background-color: var(--green-500);
    border-color: var(--green-500);
    color: var(--primary-ink);
    font-size: 1rem !important;
    padding: 4px 0px 4px 0px;
    /* line-height: 30px; */
    border-radius: 12px;
}
:where(body.dashboard-page) .fa-line {
    /* font-size: 1.625rem; */
    /* float: right; */
}
:where(body.dashboard-page) .swal2-container {
    z-index: 106000;
}
@media screen and (max-width: 567px) and (min-width: 376px) {
    :where(body.dashboard-page) .table {
        font-size: 0.6875rem;
    }
}
:where(body.dashboard-page) .btn-primary,
:where(body.dashboard-page) .btn-success {
    border-color: var(--red-700);
    background: linear-gradient(0deg, var(--red-700), var(--red-500));
    border: 1px solid;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.dashboard-page) .btn-success:hover,
:where(body.dashboard-page) .btn-primary:hover {
    text-decoration: none;
}
:where(body.dashboard-page) .btn-line:hover {
    color: var(--primary-ink);
    background: var(--green-600);
    border-color: var(--green-600);
}
:where(body.dashboard-page) .container.content,
:where(body.dashboard-page) .credit-box,
:where(body.dashboard-page) .btn-block,
:where(body.dashboard-page) .swal2-popup,
:where(body.dashboard-page) .swal2-actions button,
:where(body.dashboard-page) .modal-dialogs,
:where(body.dashboard-page) .modal-content {
    border-radius: 1rem !important;
}
/*  ========== Index / landing page (body.index-page) ==========  */
:where(body.index-page) .bg-dark-x2 {
    background-color: var(--navy-850);
}
:where(body.index-page) a.forgot {
    font-size: 0.9375rem;
}
:where(body.index-page) .play-frame {
    border: none;
}
:where(body.index-page) .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: var(--primary-ink);
    background: var(--red-600);
    background: linear-gradient(90deg, var(--red-600) 0%, var(--red-600) 100%);
}
:where(body.index-page) .btn-red:hover {
    background: var(--red-700);
    background: linear-gradient(90deg, var(--red-700) 0%, var(--red-600) 100%);
}
:where(body.index-page) .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: var(--ink-on-lit-strong);
    background: var(--muted);
    background: linear-gradient(
        90deg,
        var(--muted) 0%,
        var(--surface-lit) 100%
    );
}
:where(body.index-page) .btn-silver:hover {
    background: var(--muted);
    background: linear-gradient(90deg, var(--muted) 0%, var(--muted) 100%);
}
:where(body.index-page) .input-group-text {
    font-size: 1.125rem;
}
:where(body.index-page) .container {
    /*max-width: 800px;*/
}
:where(body.index-page) .br-main,
:where(body.index-page) .card,
:where(body.index-page) .container.content,
:where(body.index-page) .input-group-text {
    border-top-right-radius: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
:where(body.index-page) .card-header:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
:where(body.index-page) main {
    padding-bottom: 20px;
    margin-top: -100px;
}
:where(body.index-page) .container.content {
    background: var(--border-strong);
    background: linear-gradient(
        0deg,
        rgba(82, 82, 82, 0) 0%,
        var(--surface-lit) 60%
    );
    margin-top: 0px;
    min-height: 300px;
    position: relative;
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.2);
}
:where(body.index-page) .fix-nav-bottom {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background: var(--navy-850);
}
:where(body.index-page) .fix-nav-bottom ul li {
    float: left;
    text-align: center;
    width: 20%;
    padding: 10px 0 6px 0;
}
:where(body.index-page) .fix-nav-bottom ul li:hover {
    background-color: var(--border-strong);
}
:where(body.index-page) .fix-nav-bottom ul li a {
    color: var(--primary-ink);
}
:where(body.index-page) .fix-nav-bottom ul li i {
    font-size: 0.9375rem;
}
:where(body.index-page) .fix-nav-bottom ul li a:link {
    color: var(--primary-ink);
    text-decoration: none;
}
:where(body.index-page) .fix-nav-bottom ul li p {
    margin-bottom: 0px;
    margin-top: -8px;
    font-size: 0.9375rem;
}
:where(body.index-page) .fix-nav-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
:where(body.index-page) .fix-nav-bottom-play {
    background-color: var(--border);
}
:where(body.index-page) .header-bg > .container {
    padding-right: 0px;
    padding-left: 0px;
}
:where(body.index-page) .header-bg {
    background: url(../images/header-bg.png) top center no-repeat;
    min-height: 199px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
}
:where(body.index-page) .logo {
    /* margin: 0px auto; */
    text-align: center;
    width: 20%;
    height: 70px;
    float: left;
}
:where(body.index-page) .left-top {
    width: 41%;
    float: left;
    text-align: left;
    height: 50px;
    color: var(--primary-ink);
    padding-top: 18px;
}
:where(body.index-page) .right-top {
    width: 39%;
    float: left;
    text-align: right;
    height: 70px;
    color: var(--primary-ink);
    padding-top: 16px;
}
:where(body.index-page) .left-top h1 {
    margin-bottom: -10px;
    font-size: 1.25rem;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(var(--accent-300), var(--accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 36px;
}
:where(body.index-page) .left-top h5 {
    font-size: 0.75rem;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(var(--surface-lit), var(--muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 24px;
}
:where(body.index-page) .left-top h1,
:where(body.index-page) .left-top h5 {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
:where(body.index-page) .user-infomation {
    margin-top: -8px;
}
:where(body.index-page) .user-infomation p {
    margin-bottom: -5px;
    font-size: 0.875rem;
}
:where(body.index-page) .logo > a > img {
    width: 95%;
}
:where(body.index-page) .btn-header-login {
    font-size: 1.125rem;
    padding: 0px 12px 0px 12px;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.index-page) .login-top input {
    text-align: center;
    font-size: 1.125rem;
    padding: 0px;
    max-width: 120px;
}
:where(body.index-page) .login-top i {
    font-size: 0.6875rem;
}
:where(body.index-page) .top-nav {
    width: 100%;
    height: 50px;
    padding-top: 5px;
}
:where(body.index-page) .top-nav-left {
    width: 37.5%;
    float: left;
}
:where(body.index-page) .top-nav-logo {
    width: 25%;
    float: left;
}
:where(body.index-page) .top-nav-right {
    width: 37.5%;
    float: left;
}
:where(body.index-page) .top-nav-logo img {
    width: 100%;
}
:where(body.index-page) .top-nav-list {
    width: 33.33%;
    text-align: center;
    float: left;
}
:where(body.index-page) .top-nav-list a {
    font-size: 1.3125rem;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
    background: -webkit-linear-gradient(var(--surface-lit), var(--muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
:where(body.index-page) .top-nav-list a:hover {
    font-size: 1.3125rem;
    background: -webkit-linear-gradient(var(--accent-300), var(--accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
:where(body.index-page) .top-nav-list a:link {
    text-decoration: none;
}
:where(body.index-page) .welcome-text {
    font-size: 1rem;
}
:where(body.index-page) .welcome-text h1 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    color: var(--red-600);
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
:where(body.index-page) .welcome-text p {
    margin: 0px;
    line-height: 26px;
}
:where(body.index-page) .welcome-text p b {
    color: var(--red-600);
}
:where(body.index-page) .welcome-text img {
    width: 100%;
}
:where(body.index-page) section.welcome {
    margin-bottom: 20px;
    margin-top: 20px;
}
:where(body.index-page) footer {
    height: 550px;
    background-image: url(../images/footer-bg-2.jpg);
    background-size: cover;
    /* background-position: center bottom; */
    margin-top: -350px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 340px;
}
:where(body.index-page) .footer-copyright {
    padding-bottom: 60px;
}
:where(body.index-page) .footer-text p {
    font-size: 0.9375rem;
}
:where(body.index-page) .casinos > .row {
    padding-left: 5px;
    padding-right: 5px;
}
:where(body.index-page) .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;
}
:where(body.index-page) .page-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(var(--surface-lit), var(--muted));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}
:where(body.index-page) .w-30 {
    width: 30%;
}
:where(body.index-page) .w-35 {
    width: 35%;
}
:where(body.index-page) .demo-play > .row > .col-6 p {
    font-size: 1.25rem;
}
:where(body.index-page) .demo-play > .row > .col-md-3 i {
    font-size: 0.75rem;
}
:where(body.index-page) .demo-play > .row > .col-md-3 a {
    font-size: 1rem;
}
:where(body.index-page) .demo-play > .row > .col-md-3 a:hover {
    color: var(--primary-ink);
}
:where(body.index-page) .btn-howto i {
    font-size: 0.6875rem;
}
:where(body.index-page) .btn-howto {
    font-size: 1rem;
    color: var(--ink-on-lit);
}
:where(body.index-page) .btn-howto:hover,
:where(body.index-page) .btn-howto:active,
:where(body.index-page) .btn-howto:visited,
:where(body.index-page) .btn-howto:focus {
    text-decoration: none;
    color: var(--red-600);
}
:where(body.index-page) .howto-all > .accordion > .card {
    margin-bottom: 5px;
}
:where(body.index-page) .howto-all > .accordion > .card > .card-header {
    padding: 2px 0px 0px 0px;
}
:where(body.index-page) .contact-text p {
    font-size: 1.25rem;
    line-height: 26px;
}
:where(body.index-page) .contact-footer a {
    font-size: 0.9375rem;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
}
:where(body.index-page) .slide-head {
    background-image: url("../images/bg-slider-2.jpg");
    background-size: cover;
    background-position: center bottom;
    margin-top: 120px;
    padding-bottom: 60px;
}
:where(body.index-page) .slide {
    padding-top: 60px;
    padding-bottom: 40px;
}
:where(body.index-page) .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
:where(body.index-page) .carousel-fade .carousel-item.active,
:where(body.index-page) .carousel-fade .carousel-item-next.carousel-item-left,
:where(body.index-page) .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
:where(body.index-page) .carousel-fade .active.carousel-item-left,
:where(body.index-page) .carousel-fade .active.carousel-item-right {
    opacity: 0;
}
:where(body.index-page) .carousel-fade .carousel-item-next,
:where(body.index-page) .carousel-fade .carousel-item-prev,
:where(body.index-page) .carousel-fade .carousel-item.active,
:where(body.index-page) .carousel-fade .active.carousel-item-left,
:where(body.index-page) .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
:where(body.index-page) .carousel-item img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
:where(body.index-page) [v-cloak] > * {
    display: none;
}
:where(body.index-page) .bonus-body {
}
:where(body.index-page) .bonus-body p {
    font-size: 0.9375rem;
    margin-bottom: 5px;
}
:where(body.index-page) .bonus-body h4 {
    font-size: 1.25rem;
    margin-bottom: -6px;
}
:where(body.index-page) .mobile-header {
    height: 75px;
    background-color: #000;
    background: url(../images/mobile-header-bg.png);
}
:where(body.index-page) .mobile-logo {
    width: 38%;
    float: left;
    padding: 10px 0px 5px 10px;
}
:where(body.index-page) .mobile-logo img {
    max-height: 60px;
}
:where(body.index-page) .mobile-top-right {
    width: 62%;
    float: left;
    padding-top: 26px;
    padding-right: 10px;
}
:where(body.index-page) .mobile-nav-list {
    background: #000;
    background: url(../images/bg-nav.jpg) top center repeat-x;
    width: 100%;
    top: 50px;
    overflow: auto;
    white-space: nowrap;
}
:where(body.index-page) .mobile-nav-list a,
:where(body.index-page) .mobile-nav-list i {
    display: inline-block;
    background: -webkit-linear-gradient(
        var(--surface-lit),
        var(--surface-lit-2)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 6px 10px 4px 4px;
    text-decoration: none;
}
:where(body.index-page) .mobile-nav-list:hover a,
:where(body.index-page) .mobile-nav-list:hover i {
    background: -webkit-linear-gradient(
        var(--surface-lit),
        var(--surface-lit-2)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
:where(body.index-page) .mobile-nav-list a {
    font-size: 0.875rem;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.index-page) .mobile-nav-list i {
    font-size: 0.6875rem;
}
:where(body.index-page) .btn-header-login-mobile {
    font-size: 0.9375rem;
    padding: 0px 8px 0px 8px;
    font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
}
:where(body.index-page) .casinos > .row > .col-md-3 {
    padding: 5px;
}
:where(body.index-page) .casinos > .row > .col-md-4 {
    padding: 5px;
}
:where(body.index-page) .casinos > .row > .col-md-6 {
    padding: 5px;
}
:where(body.index-page) .casino-list {
    position: relative;
}
:where(body.index-page) .casino-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;
}
:where(body.index-page) .casino-list:hover .overlay {
    opacity: 1;
}
:where(body.index-page) .casino-list:hover .image {
    opacity: 1;
}
:where(body.index-page) .casino-list:hover .middle {
    opacity: 1;
}
:where(body.index-page) .casino-list img {
    opacity: 1;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-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);
}
:where(body.index-page) .btn-casinolist:hover,
:where(body.index-page) .btn-casinolist:active,
:where(body.index-page) .btn-casinolist:focus,
:where(body.index-page) .btn-casinolist:visited {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--accent-500) 0%,
        var(--accent-400) 50%,
        var(--accent-400) 100%
    );
    text-decoration: none;
}
:where(body.index-page) a.btn-casinolist {
    color: var(--accent-700);
    font-size: 0.9375rem;
    min-width: 120px;
}
:where(body.index-page) .btn-casinolist {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--accent-500) 0%,
        var(--accent-400) 50%,
        var(--accent-400) 100%
    );
}
:where(body.index-page) .casino-title {
    font-size: 1rem;
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--accent-500) 0%,
        var(--accent-400) 50%,
        var(--accent-400) 100%
    );
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0px;
}
:where(body.index-page) .casino-list:hover .casino-title {
    color: var(--primary-ink);
    background: var(--border);
}
@media (max-width: 575px) {
    :where(body.index-page) .card,
    :where(body.index-page) .container.content,
    :where(body.index-page) .input-group-text {
        border-radius: 12px;
    }
    :where(body.index-page) .fix-nav-bottom ul li {
        padding: 8px 0 4px 0;
    }
    :where(body.index-page) .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 0.75rem;
    }
    :where(body.index-page) .top-nav ul li p {
        display: none;
    }
    :where(body.index-page) .slide > .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    :where(body.index-page) main {
        padding: 18px;
    }
    :where(body.index-page) .navbar {
        padding: 0px;
    }
    :where(body.index-page) .container.content {
        margin-top: -50px;
        min-height: 300px;
        padding: 10px 10px 10px 10px;
    }
    :where(body.index-page) h5.card-header {
        text-align: center;
        font-size: 0.9375rem;
        padding: 5px 5px;
    }
    :where(body.index-page) .card-body {
        padding: 10px;
    }
    :where(body.index-page) .list-left h5 {
        font-size: 0.9375rem;
        margin-bottom: -10px;
    }
    :where(body.index-page) .btn-successed {
        font-size: 0.625rem;
        padding: 0px 6px;
        margin-bottom: 4px;
        font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
    }
    :where(body.index-page) .btn-successed i {
        font-size: 0.5rem !important;
    }
    :where(body.index-page) a.btn-line {
        font-size: 0.75rem;
    }
    :where(body.index-page) .bonus-body a {
        font-size: 0.75rem;
    }
    :where(body.index-page) .card.bonus {
        margin-bottom: 10px;
    }
    :where(body.index-page) .bonus-body p {
        font-size: 0.75rem;
        margin-bottom: 5px;
    }
    /*Main Site*/
    :where(body.index-page) .fix-nav-bottom ul li i {
        font-size: 0.875rem;
    }
    :where(body.index-page) .fix-nav-bottom ul li p {
        margin-bottom: 0px;
        margin-top: -4px;
        font-size: 0.6875rem;
    }
    :where(body.index-page) .welcome-text p {
        margin: 0px;
        line-height: 20px;
        font-size: 0.875rem;
        text-align: center;
    }
    :where(body.index-page) .footer-text p {
        font-size: 0.6875rem;
    }
    :where(body.index-page) footer {
        height: 570px;
        margin-top: -360px;
        margin-bottom: 0px;
        padding-bottom: 60px;
        padding-top: 340px;
    }
    :where(body.index-page) a.btn-gameslist {
        color: var(--primary-ink) !important;
        font-size: 0.6875rem;
        min-width: 80px;
    }
    :where(body.index-page) a.btn-gameslist i {
        font-size: 0.5rem;
    }
    :where(body.index-page) .welcome-text h1 {
        font-size: 0.9375rem;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    :where(body.index-page) main {
        padding-bottom: 20px !important;
        margin-top: -58px;
    }
    :where(body.index-page) .slide {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    :where(body.index-page) .slide-head {
        background-image: url(../images/bg-slider.png);
        background-size: cover;
        background-position: center bottom;
        margin-top: 0px;
        padding-bottom: 50px;
    }
    :where(body.index-page) .demo-play > .row > .col-md-3 a {
        font-size: 0.6875rem;
        width: 100%;
    }
    :where(body.index-page) .contact-text p {
        font-size: 0.6875rem;
        line-height: 20px;
    }
    :where(body.index-page) .casino-title {
        font-size: 0.875rem;
    }
    :where(body.index-page) a.btn-casinolist {
        color: var(--accent-700) !important;
        font-size: 0.75rem;
        min-width: 96px;
    }
    :where(body.index-page) a.btn-casinolist i {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    :where(body.index-page) main {
        padding-bottom: 20px !important;
        margin-top: -90px;
    }
    :where(body.index-page) .slide-head {
        background-image: url(../images/bg-slider.png);
        background-size: cover;
        background-position: center bottom;
        margin-top: 0px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    :where(body.index-page) .logo {
        /* margin: 0px auto; */
        text-align: center;
        width: 30%;
        height: 80px;
        float: left;
    }
    :where(body.index-page) .left-top {
        width: 35%;
        float: left;
        text-align: center;
        height: 80px;
        color: var(--primary-ink);
    }
    :where(body.index-page) .right-top {
        width: 35%;
        float: left;
        text-align: center;
        height: 80px;
        color: var(--primary-ink);
    }
    :where(body.index-page) .login-top {
        display: none;
    }
    :where(body.index-page) .top-nav {
        width: 100%;
        height: 50px;
        padding-top: 2px;
    }
    :where(body.index-page) .top-nav-list a {
        font-size: 0.9375rem;
        color: var(--primary-ink);
    }
    :where(body.index-page) header > .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    :where(body.index-page) footer {
        height: 600px;
        /* background-position: center bottom; */
        margin-top: -430px;
        margin-bottom: 0px;
        padding-bottom: 60px;
        padding-top: 400px;
    }
    :where(body.index-page) .footer-copyright {
        padding-bottom: 60px;
    }
    :where(body.index-page) .footer-text p {
        font-size: 0.75rem;
    }
    :where(body.index-page) .welcome-text h1 {
        font-size: 1.125rem;
        margin-bottom: 0px;
    }
    :where(body.index-page) a.btn-gameslist i {
        font-size: 0.625rem;
    }
    :where(body.index-page) a.btn-gameslist {
        color: var(--primary-ink) !important;
        font-size: 0.75rem;
        min-width: 90px;
    }
    :where(body.index-page) .mobile-top-right {
        width: 100%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    :where(body.index-page) .contact-text p {
        font-size: 0.875rem;
        line-height: 22px;
    }
}
:where(body.index-page) .right-bar {
    position: fixed;
    top: 25%;
    right: 0;
}
:where(body.index-page) .rewards-desc h2 {
    font-size: 2.375rem;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    :where(body.index-page) .welcome-text p {
        height: 200px;
        overflow: scroll;
    }
    :where(body.index-page) .footer-text p {
        font-size: 0.875rem;
        line-height: 24px;
    }
}
@media screen and (max-width: 993px) and (min-width: 768px) {
    :where(body.index-page) .welcome-text p {
        height: 160px;
        overflow: scroll;
        line-height: 22px;
        font-size: 0.9375rem;
    }
    :where(body.index-page) .rewards-desc h2 {
        font-size: 1.375rem;
    }
    :where(body.index-page) .footer-text p {
        font-size: 0.75rem;
        line-height: 22px;
        height: 148px;
        overflow: scroll;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    :where(body.index-page) .welcome-text p {
        height: 160px;
        overflow: scroll;
        line-height: 22px;
        font-size: 0.9375rem;
        text-align: center;
    }
    :where(body.index-page) .footer-text p {
        font-size: 0.75rem;
        line-height: 22px;
        height: 120px;
        overflow: scroll;
    }
}
@media screen and (max-width: 575px) and (min-width: 0px) {
    :where(body.index-page) .footer-text p {
        height: 120px;
        overflow: scroll;
    }
    :where(body.index-page) .page-title h3 {
        line-height: 30px;
        font-size: 1rem;
    }
}
:where(body.index-page) .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
:where(body.index-page) .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
:where(body.index-page) iframe {
    display: block;
    background: #000;
    border: none;
    width: 100%;
}
:where(body.index-page) a.btn-gameslist {
    color: var(--primary-ink);
    font-size: 0.75rem;
    min-width: 100px;
}
@media (max-width: 575px) {
    :where(body.index-page) a.btn-gameslist {
        color: var(--primary-ink) !important;
        font-size: 0.6875rem;
        min-width: 68px;
    }
}
:where(body.index-page) .line-id {
    float: left;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: bold;
    color: var(--primary-ink);
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    background-color: var(--green-500);
}
:where(body.index-page) .sexy-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(var(--accent-500), var(--accent-400));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}
:where(body.index-page) .row.text-center.sexy-title {
    background-color: #000;
    background: url(https://slotgame66.com/demo1/assets/images/bg-nav.jpg) top
        center repeat-x;
    margin-left: -10px;
    margin-right: -10px;
}
:where(body.index-page) .sexy-list {
    position: relative;
}
:where(body.index-page) .sexy-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;
}
:where(body.index-page) .sexy-list:hover .overlay {
    opacity: 1;
}
:where(body.index-page) .sexy-list:hover .image {
    opacity: 1;
}
:where(body.index-page) .sexy-list:hover .middle {
    opacity: 1;
}
:where(body.index-page) .sexy-list img {
    opacity: 1;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-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);
}
:where(body.index-page) .btn-sexylist:hover,
:where(body.index-page) .btn-sexylist:active,
:where(body.index-page) .btn-sexylist:focus,
:where(body.index-page) .btn-sexylist:visited {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--blue-700) 0%,
        var(--red-800) 50%,
        var(--red-700) 100%
    );
    text-decoration: none;
}
:where(body.index-page) a.btn-sexylist {
    color: var(--ink);
    font-size: 0.9375rem;
    min-width: 120px;
}
:where(body.index-page) .btn-sexylist {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--blue-700) 0%,
        var(--red-800) 50%,
        var(--red-700) 100%
    );
}
:where(body.index-page) .sexy-title {
    font-size: 1rem;
    background: var(--red-800);
    background: linear-gradient(
        90deg,
        var(--blue-700) 0%,
        var(--red-800) 50%,
        var(--red-700) 100%
    );
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0px;
}
:where(body.index-page) .sexy-list:hover .sexy-title {
    color: var(--primary-ink);
    background: var(--border);
}
:where(body.index-page) p.sexy-title {
    color: var(--ink);
}
:where(body.index-page) .ag-title h3 {
    width: 100%;
    margin: 12px 0px 2px 0px;
    font-family: "sdchokdee-Regular";
    background: -webkit-linear-gradient(var(--accent-500), var(--accent-400));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}
:where(body.index-page) .row.text-center.ag-title {
    background-color: #000;
    background: url(https://slotgame66.com/demo1/assets/images/bg-nav.jpg) top
        center repeat-x;
    margin-left: -10px;
    margin-right: -10px;
}
:where(body.index-page) .ag-list {
    position: relative;
}
:where(body.index-page) .ag-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;
}
:where(body.index-page) .ag-list:hover .overlay {
    opacity: 1;
}
:where(body.index-page) .ag-list:hover .image {
    opacity: 1;
}
:where(body.index-page) .ag-list:hover .middle {
    opacity: 1;
}
:where(body.index-page) .ag-list img {
    opacity: 1;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-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);
}
:where(body.index-page) .btn-aglist:hover,
:where(body.index-page) .btn-aglist:active,
:where(body.index-page) .btn-aglist:focus,
:where(body.index-page) .btn-aglist:visited {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--accent-600) 0%,
        var(--border) 50%,
        var(--blue-200) 100%
    );
    text-decoration: none;
}
:where(body.index-page) a.btn-aglist {
    color: var(--ink);
    font-size: 0.75rem;
    min-width: 120px;
}
:where(body.index-page) .btn-aglist {
    background: var(--accent-500);
    background: linear-gradient(
        90deg,
        var(--accent-600) 0%,
        var(--border) 50%,
        var(--blue-200) 100%
    );
}
:where(body.index-page) .ag-title {
    font-size: 1rem;
    background: var(--red-800);
    background: linear-gradient(
        90deg,
        var(--accent-600) 0%,
        var(--border) 50%,
        var(--blue-200) 100%
    );
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0px;
}
:where(body.index-page) .ag-list:hover .ag-title {
    color: var(--primary-ink);
    background: var(--border);
}
:where(body.index-page) p.ag-title {
    color: var(--ink);
}
:where(body.index-page) .slick-slide {
    margin: 0px 20px;
}
:where(body.index-page) .slick-slide img {
    width: 100%;
}
:where(body.index-page) .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
:where(body.index-page) .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
:where(body.index-page) .slick-list:focus {
    outline: none;
}
:where(body.index-page) .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
:where(body.index-page) .slick-slider .slick-track,
:where(body.index-page) .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
:where(body.index-page) .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
:where(body.index-page) .slick-track:before,
:where(body.index-page) .slick-track:after {
    display: table;
    content: "";
}
:where(body.index-page) .slick-track:after {
    clear: both;
}
:where(body.index-page) .slick-loading .slick-track {
    visibility: hidden;
}
:where(body.index-page) .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
:where(body.index-page) [dir="rtl"] .slick-slide {
    float: right;
}
:where(body.index-page) .slick-slide img {
    display: block;
}
:where(body.index-page) .slick-slide.slick-loading img {
    display: none;
}
:where(body.index-page) .slick-slide.dragging img {
    pointer-events: none;
}
:where(body.index-page) .slick-initialized .slick-slide {
    display: block;
}
:where(body.index-page) .slick-loading .slick-slide {
    visibility: hidden;
}
:where(body.index-page) .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
:where(body.index-page) .slick-arrow.slick-hidden {
    display: none;
}
:where(body.index-page) .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
:where(body.index-page) .embed-container iframe,
:where(body.index-page) .embed-container object,
:where(body.index-page) .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
:where(body.index-page) .rewards-desc a {
    font-size: 0.9375rem;
}
:where(body.index-page) .rewards-desc select {
    text-align: center;
    font-size: 1.125rem;
}
:where(body.index-page) .rewards-list div {
    /*background-color: #f1f1f1;*/
}
:where(body.index-page) .rewards-list p {
    font-size: 0.9375rem;
}
:where(body.index-page) .rewards-list button.btn.btn-danger {
    font-size: 0.9375rem;
}
:where(body.index-page) .rewards-list button.btn.btn-danger i {
    font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
    :where(body.index-page) .rewards-table td,
    :where(body.index-page) .rewards-table th {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid var(--border-lit);
    }
    :where(body.index-page) .rewards-table {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 575px) and (min-width: 0px) {
    :where(body.index-page) .row.text-center.page-title {
        background-color: #000;
        background: url(../images/bg-nav.jpg) top center repeat-x;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 15px;
        margin-top: -15px;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
    }
    :where(body.index-page) .ag-title {
        font-size: 0.75rem;
    }
    :where(body.index-page) section.welcome {
        margin-bottom: 5px;
        margin-top: 0px;
    }
    :where(body.index-page) .welcome-text p {
        height: 120px;
        overflow: scroll;
    }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
    :where(body.index-page) .rewards-desc h2 {
        font-size: 1.125rem;
    }
    :where(body.index-page) .rewards-table td,
    :where(body.index-page) .rewards-table th {
        padding: 0.5rem;
        vertical-align: top;
        border-top: 1px solid var(--border-lit);
    }
    :where(body.index-page) .rewards-table {
        font-size: 0.6875rem;
    }
}
.h4,
h4 {
    font-size: 1.2rem;
}
