@font-face {
    font-family: 'license-plate';
    src: URL('/css/fonts/license-plate.ttf') format('truetype');
}

@media (min-width: 1600px) {
    /* Grid columns */
    .col-xxxl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Display utilities */
    .d-xxxl-none {
        display: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: inline-flex !important;
    }
}


/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    opacity: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #45454529;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #45454561;
    }


html, body {
    font-family: Inter,'Helvetica Neue', Helvetica, Arial, sans-serif;
}

s {
    text-decoration: line-through;
}

h1:focus {
    outline: none;
}

.rounded-4 {
    border-radius: 0.8rem;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-green {
    color: #fff;
    background-color: #09ad09;
    border-color: #ffffff33;
    box-shadow: 0px 3px #026602;
}

    .btn-green:hover, .btn-green:active, .btn-green:focus {
        color: #fff;
        background-color: #09ad09;
    }

.btn-green-2 {
    color: #fff;
    background-color: #09ad09;
    border-color: #ffffff33;
}

    .btn-green-2:hover, .btn-green-2:active, .btn-green-2:focus {
        color: #fff;
        background-color: #046a04;
    }


.button-close-modal {
    position: absolute;
    top: -2%;
    right: -1%;
    border-radius: 50px;
    background: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
}

.vertical-hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.btn-orange {
    color: #fff;
    background-color: #eb6531;
    box-shadow: 1px 1px 5px #000000a3;
    text-shadow: 1px 1px 5px #000000a3;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active {
        color: #fff;
        background-color: #c1552b;
    }

.btn-deep-orange {
    color: #fff;
    background-color: #ff3c00;
}

    .btn-deep-orange:hover, .btn-deep-orange:focus, .btn-deep-orange:active {
        color: #fff;
        background-color: #ff3c00;
    }

.btn-deep-orange-outline {
    color: #ff3c00;
    background-color: #fff;
    border: 1px solid #ff3c00;
}

    .btn-deep-orange-outline:hover, .btn-deep-orange-outline:focus, .btn-deep-orange-outline:active {
        color: #fff;
        background-color: #ff3c00;
    }

.btn-outline-green, .btn-outline-green:hover {
    color: #09ad09;
    background-color: transparent;
    border-color: #09ad09;
}

.match-container:hover {
    background: rgb(235,101,49);
    background: linear-gradient(141deg, rgba(235,101,49,1) 0%, rgba(139,0,0,1) 100%);
    cursor: pointer;
}

    .match-container:hover span, .match-container:hover svg {
        color: white !important;
        fill: white !important;
    }

.match-details {
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #000;
}

.match-score-badge {
    background-color: #eb6531;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 10px #5e1f06;
}

.match-table td {
    vertical-align: middle;
    padding: 0;
}

    .match-table td span {
        overflow-wrap: break-word;
    }

.match-badge-table-width {
    width: 75px;
}

ul.match-goals {
    padding-left: 0;
    font-size: 0.6rem;
    list-style: none;
}

short {
    display: inline-block;
}

long {
    display: none;
}


.match-timeline-container {
    padding: .6rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 0.65rem;
}

    .match-timeline-container sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    .match-timeline-container .event__icon-image {
        width: 0.8rem;
        height: 0.8rem;
    }


.match-timeline-team-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

    .match-timeline-team-container .match-team {
        display: flex;
        align-items: center;
        gap: .4rem;
    }

.match-time-line-events-container {
    position: relative;
    margin-left: 2rem;
    display: flex;
    flex: 1;
    align-items: center;
    height: auto;
    background: transparent;
}

    .match-time-line-events-container:before {
        content: "";
        position: absolute;
        width: 100%;
        background: #37003c;
        height: .1rem;
        left: 0;
        rotate: 180deg;
    }

.match-timeline-container .event {
    background-color: #fff;
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 1.2rem;
    flex: 1;
    min-width: 1.4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .match-timeline-container .event:before {
        content: "";
        position: absolute;
        height: .2rem;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

.match-timeline-container .ft, .match-timeline-container .ht, .match-timeline-container .ko {
    display: flex;
    align-items: center;
    min-width: 1.6rem;
    max-width: 1.6rem;
    justify-content: center;
    background-color: #fff;
}

.match-timeline-container .tooltipContainer, .match-timeline-container .visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.match-timeline-container .event--added-time:not(.event--empty) {
    min-width: 1.8rem;
    width: 1.8rem;
}

.match-timeline-container .event--empty {
    min-width: .1rem;
    background-color: transparent;
}

.match-timeline-container .event__minute {
    text-align: center;
    margin: .3rem 0;
    display: flex;
    align-items: center;
}

.match-timeline-container .event--added-time:not(.event--empty) sup {
    top: 0;
}

.match-timeline-container ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.match-timeline-container .event__icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 10;
    position: relative;
}

.ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
    padding: 10px 5px;
}

.bg-match-gradient {
    background: rgb(235, 101, 49);
    background: linear-gradient(90deg, rgba(235, 101, 49, 0) 0%, rgb(235 101 49 / 85%) 35%, rgb(235 101 49 / 85%) 65%, rgba(139, 0, 0, 0) 100%);
}

.bg-gradient-gh {
    background: #003700;
    background: linear-gradient(0deg, rgb(71 255 0 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
}

.jersey {
    background: url(/images/icons/football-jersey.svg);
    padding: 0.4rem;
    color: white;
    font-size: 0.45rem;
}

.btn-add-amt {
    border-radius: 5px !important;
    background-color: #3c646d;
    color: #ffffff;
    text-shadow: 1px 1px 2px #0000006e;
    border: 0;
    font-weight: normal;
    box-shadow: 1px 1px 5px #00000045;
    font-size: 0.8rem;
}

    .btn-add-amt:hover, .btn-add-amt:focus, .btn-add-amt:active {
        color: #ffffff;
        box-shadow: 1px 1px 5px #00000045;
        background-color: #2b474d;
    }

.btn-stake {
    background: #ffffff0f;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 600;
    text-align: center;
    padding: .375rem;
    border-bottom: 2px solid #4d4d4d;
    display: grid;
    place-items: center;
}

    .btn-stake:hover {
        /*background: rgb(187,150,53);
        background: linear-gradient(52deg, rgba(187,150,53,1) 0%, rgba(128,100,29,1) 100%);
        color: white;*/
        background: #ffffff38;
        color: #fff;
    }

    .btn-stake .amt, .btn-stake .add, .btn-stake .added {
        grid-area: 1 / 1;
    }

    .btn-stake .add, .btn-stake .added {
        opacity: 0;
    }

    .btn-stake:hover .amt {
        opacity: 0;
    }

    .btn-stake:hover .add {
        opacity: 1;
    }

    .btn-stake:focus .amt, .btn-stake:focus .add {
        opacity: 0;
    }

    .btn-stake:focus .added {
        opacity: 1;
    }

    .btn-stake:disabled {
        opacity: 0.2;
    }

    /*.btn-stake.btn-stake-590:hover {
        background: rgb(255,62,62);
        background: linear-gradient(52deg, rgba(255,62,62,1) 0%, rgba(158,17,17,1) 100%);
    }

    .btn-stake.btn-stake-580:hover {
        background: rgb(0,163,255);
        background: linear-gradient(52deg, rgba(0,163,255,1) 0%, rgba(19,101,148,1) 100%);
    }

    .btn-stake.btn-stake-570:hover {
        background: rgb(141,230,14);
        background: linear-gradient(52deg, rgba(141,230,14,1) 0%, rgba(81,130,10,1) 100%);
    }*/

    .btn-stake.btn-stake-590 {
        border-bottom: 2px solid rgba(255,62,62,1);
    }

    .btn-stake.btn-stake-580 {
        border-bottom: 2px solid rgba(0,163,255,1);
    }

    .btn-stake.btn-stake-570 {
        border-bottom: 2px solid rgba(141,230,14,1);
    }

    .btn-stake.btn-stake-dbj {
        border-bottom: 2px solid #ab8622;
    }

    .btn-stake.btn-stake-nnp {
        border-bottom: 2px solid rgb(44 136 4);
    }

    .btn-stake.btn-purple {
        border-bottom: 2px solid #7d22ab;
    }

        .btn-stake.btn-purple.btn-purple-2 {
            border-bottom: unset;
            background-color: #6b31eb;
            border-radius: 11px !important;
            padding: 7px 30px !important;
            padding: 10px 15px !important;
            font-weight: bold;
            line-height: 1;
            letter-spacing: 2px;
            letter-spacing: unset;
            box-shadow: 0px 0px 12px #eb653130;
        }

            .btn-stake.btn-purple.btn-purple-2 .amt .amt-sub {
                font-size: 0.65rem;
                color: #ffffffcc;
                font-weight: normal;
                letter-spacing: 0;
            }

.btn-autopick {
    color: white;
    background-color: #448d11;
    border-radius: 20px;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #0000004f;
    box-shadow: 0px 2px #285409;
    font-size: 0.8rem;
    line-height: 1;
}

    .btn-autopick:hover, .btn-autopick:active, .btn-autopick:focus {
        color: white;
    }

.btn-clear-item {
    color: white !important;
    background-color: #e0321e;
    border-radius: 20px;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #0000004f;
    box-shadow: 0px 2px #85261b;
    font-size: 0.8rem;
    line-height: 1;
}

.nnp-plate {
    color: #000;
    background-color: white;
    border: 2px solid white !important;
    box-shadow: inset 0 1px 6px #00000054, 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 6px;
    width: 100%;
    min-width: 100px;
    text-align: center;
}

    .nnp-plate .inner-nnp-plate {
        background: url(/images/games/greenplate.png) bottom center !important;
        font-family: license-plate !important;
        letter-spacing: 3px;
        padding: 2px 0;
        font-weight: bold;
        font-size: 1rem;
    }

.btn-bonus {
    background: #ffffff0f;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
}

    .btn-bonus:hover, .btn-bonus:focus {
        background: #ffffff29;
        color: #fff;
    }

    .btn-bonus.btn-bonus-action {
        background: rgb(187, 150, 53);
        background: linear-gradient(52deg, #ffed48 0%, rgb(212 157 15) 100%);
        color: #000000;
    }

        .btn-bonus.btn-bonus-action:active:focus, .btn-bonus.btn-bonus-action:hover {
            color: #141414;
        }

    .btn-bonus:disabled {
        color: #525252;
        background: lightgray;
    }

.text-590 {
    color: #ff3e3e;
}

.text-580 {
    color: #00a3ff;
}

.text-570 {
    color: #8de60e;
}

.text-bright-orange {
    color: orange;
}

.text-gradient-hot-cold {
    background: linear-gradient(90deg, #ff0000, #00cdff);
    -webkit-background-clip: text;
    background-clip: text; /* For Firefox */
    -webkit-text-fill-color: transparent; /* For WebKit-based browsers */
    color: transparent; /* Fallback */
}

.text-gradient-hot {
    background: linear-gradient(90deg, #ff0000, #ff0000);
    -webkit-background-clip: text;
    background-clip: text; /* For Firefox */
    -webkit-text-fill-color: transparent; /* For WebKit-based browsers */
    color: transparent; /* Fallback */
}

.text-gradient-cold {
    background: linear-gradient(90deg, #00cdff, #00cdff);
    -webkit-background-clip: text;
    background-clip: text; /* For Firefox */
    -webkit-text-fill-color: transparent; /* For WebKit-based browsers */
    color: transparent; /* Fallback */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: unset;
}

.content {
    /*padding-top: 1.1rem;*/
    padding-top: 4rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.svg-icon {
    height: 25px;
    fill: #fff;
    width: auto;
}

#blazor-error-ui {
    bottom: 13px;
    display: none;
    left: 0;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    #blazor-error-ui .blazor-error {
        padding: 0.5rem 1rem;
        background: #ffffff;
        border-radius: 20px;
        border: 1px solid #ffffff00;
        color: #353535;
        width: auto;
        display: inline-block;
        box-shadow: 0px 0px 16px #ff00003d;
        padding-right: 3rem;
        max-width: 95%;
        position: relative;
    }

    #blazor-error-ui a {
        color: #ff4100;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after, .custom-loading-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.custom-loading {
    position: fixed;
    width: 100vw;
    height: 70vh;
    top: 0;
    left: 0;
    z-index: 9999;
}

.custom-loading-container {
    width: 200px;
    margin: auto;
    text-align: center;
}

.progress {
    background-color: #e9ecef00;
    border-radius: 1rem;
    border: 1px solid white;
    height: 0.7rem;
    font-size: .55rem;
}

.progress-bar {
    background-color: #fff;
    color: #000;
}

.progress.progress-gold {
    background-color: #96969636;
    border: 1px solid #454545;
    padding: 1.2px;
    overflow: visible;
}

    .progress.progress-gold .progress-bar {
        background: rgb(180,142,32);
        background: linear-gradient(135deg, rgb(255 35 35) 0%, rgb(255, 209, 75) 100%);
        border-radius: 50rem;
        position: relative;
        overflow: visible;
    }

code {
    color: #c02d76;
}

html {
    /*min-height: 100vh;*/
    background-color: #282828;
    /*background-color: #0f1216;*/
    /*background-color: #070707;*/
    touch-action: pan-y;
    height: auto;
}

body {
    background-color: transparent;
    color: white;
    font-size: 0.8rem;
    height: auto;
}

.bg-ann {
    background-color: #c3c3c317 !important;
}

.bg-ann-50 {
    background-color: #53535317 !important;
}

.bg-card {
    background: #ffffff0f;
    /*background: #141414;*/
    border: 1px solid #ffffff1c;
    border-radius: 9px;
}

.featured {
    display: inline-block;
    font-size: 0.75rem;
    background: #eb5731;
    color: #ffffff;
    width: auto;
    box-shadow: 1px 1px 4px #00000091;
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: -21px;
    margin-left: 5px;
    text-shadow: 1px 1px 3px #0000009c;
}

.bg-red {
    background-color: #ec1c24 !important;
}

.bg-r5m {
    background: url('/images/bg/bg-r5m.webp') center center no-repeat;
    background-size: cover;
}

.custom-select-1 {
    background: #ffffff0f;
    border-radius: 20px;
    padding: 2px 10px;
    padding-right: 30px;
    border: 0;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Custom arrow as background */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/> </svg>');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Reposition arrow */
    background-size: 10px;
}

    .custom-select-1 > option {
        background: #515151;
    }

    .custom-select-1:focus-visible {
        outline: 0;
    }

.custom-select-2 {
    background: #ffffff0f;
    border-radius: 5px;
    padding: 5px 10px;
    padding-right: 30px;
    border: 0;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Custom arrow as background */
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/> </svg>');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Reposition arrow */
    background-size: 10px;
}

    .custom-select-2 > option {
        background: #515151;
    }

    .custom-select-2:focus-visible {
        outline: 0;
    }


.text-white-75 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .75) !important;
}

.small-icon {
    max-height: 20px;
}

.v-mid {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.v-bottom {
    display: flex;
    justify-content: end;
    align-content: baseline;
    flex-direction: column;
}

.bc-float {
    position: fixed;
    right: 5px;
    bottom: 50px;
    background: #da0000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0.5rem;
    /*padding-right: 0.4rem;*/
    z-index: 3;
    border-radius: 50%;
    width: 100%;
    border-radius: 0;
    left: 0;
    background: unset;
    bottom: 2px;
    max-width: 250px;
}

    .bc-float .bc-button {
        background: #e93e12;
        padding: 7px 20px;
        border-radius: 30px;
        box-shadow: 0px 2px 10px #0000004d;
    }

    .bc-float .ant-badge-count {
        background: #30ab1e;
    }

    .bc-float .cart-item-count {
        background: #151515;
        color: white;
        padding: .5em .65em;
        vertical-align: top;
    }

.page-switch-float {
    position: fixed;
    right: 0;
    bottom: 35%;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0.6rem;
    padding-right: 0.4rem;
    z-index: 2;
    text-align: center;
}

    .page-switch-float .option {
        display: none;
    }

        .page-switch-float .option.active {
            display: inline-block;
        }

    .page-switch-float .page-switch-img img {
        height: 20px;
    }

    .page-switch-float .page-switch-img.invert img {
        transform: scale(-1,-1);
    }

    .page-switch-float .page-switch-label {
        color: #000;
        font-size: 0.6rem;
        font-weight: 500;
    }

.game-result-table-green {
    background-color: #329c32;
    border-radius: 10px;
    border: 3px solid #329c32;
}

.game-result-table-red {
    background-color: #ed1c24;
    border-radius: 10px;
    border: 3px solid #ed1c24;
}

.game-result-table-blue {
    background-color: #0071bc;
    border-radius: 10px;
    border: 3px solid #0071bc;
}

.game-result-table-trans {
    background-color: #ffffff1f;
    border-radius: 10px;
}

.nav-pills .nav-link.nav-link-light {
    background-color: transparent;
    padding: .2rem;
    border: 1px solid #c3c3c37a;
    color: #c3c3c37a;
}

    .nav-pills .nav-link.nav-link-light.active {
        border: 1px solid #dc3545;
        color: white;
        box-shadow: 1px 1px 5px 0px #00000061;
        background-color: #dc3545;
    }

    .nav-pills .nav-link.nav-link-light.nav-pill-green.active {
        border: 1px solid #338818;
        color: white;
        background-color: #338818;
    }

    .nav-pills .nav-link.nav-link-light.nav-pill-red.active {
        border: 1px solid #ce0000;
        color: white;
        background-color: #ce0000;
    }

    .nav-pills .nav-link.nav-link-light.nav-pill-blue.active {
        border: 1px solid #0056d9;
        color: white;
        background-color: #0056d9;
    }

.nav-types.nav-pills .nav-link {
    padding: 3px 15px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    white-space: nowrap !important;
}

    .nav-types.nav-pills .nav-link.active {
        /*background-color: #81949ca3;*/
        /*background-color: #ffffff;
        color: #000;
        background-color: #eb6531;*/
        color: #ffffff;
        background-color: #141d25;
        box-shadow: #eb6531fa 0px 0px 9px;
    }

.nav-game.nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    white-space: nowrap !important;
    text-align: center;
    background-color: #192026;
    width: 100px;
    position: relative;
    overflow: visible;
    padding-top: 15px;
}

    .nav-game.nav-pills .nav-link img {
        height: 30px;
        display: block;
        margin: auto;
    }

    .nav-game.nav-pills .nav-link span {
        display: block;
        margin-top: 3px;
    }

    .nav-game.nav-pills .nav-link.active {
        background-color: #374755;
        /*border: 1px solid #ffffff59;*/
    }

.nav-game.nav-pills .gdgame.nav-link::after {
    content: '';
    display: inline-block;
    width: 60px; /* Set desired width */
    height: 20px; /* Set desired height */
    background-color: #192026;
    background-image: url('/images/logo-long.png');
    background-size: 65%; /* Adjust image size */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: 20px;
    border-radius: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-game.nav-pills .gdgame.gh.nav-link::after {
    background-image: url('/images/games/gh-logo.png');
    background-size: 35%;
}

.nav-game.nav-pills .gdgame.nav-link.active::after {
    background-color: #374755;
}

.nav-game.nav-game2.nav-pills .nav-link {
    padding: 20px 10px;
    width: 110px;
}

    .nav-game.nav-game2.nav-pills .nav-link img {
        height: 38px;
    }

.nav-game.nav-game2.nav-pills .hot.nav-link::before {
    position: absolute;
    content: "HOT";
    top: 10px;
    left: 0;
    z-index: 1;
    font-size: 0.5rem;
    background-color: #ff4e00;
    color: white;
    width: auto;
    border-top-right-radius: 3px;
    padding: 1px 5px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 1px 4px #00000075;
}

.nav-game.nav-game2.nav-pills .popular.nav-link::before {
    position: absolute;
    content: "POPULAR";
    top: 10px;
    left: 0;
    z-index: 1;
    font-size: 0.5rem;
    background-color: #f2119a;
    color: white;
    width: auto;
    border-top-right-radius: 3px;
    padding: 1px 5px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 1px 4px #00000075;
}

.nav-game.nav-game2.nav-pills .gdgame.nav-link::after {
    left: 25px;
}

.nav-football.nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    background-color: #192026;
    width: 110px;
    position: relative;
    overflow: visible;
    line-height: 1.1;
}

    .nav-football.nav-pills .nav-link .nav-emblem {
        background-color: white;
        border-radius: 50px;
        margin-top: -26px;
        box-shadow: 0px 0px 6px #00000085;
    }

    .nav-football.nav-pills .nav-link img {
        height: 35px;
        display: block;
        margin: auto;
    }

    .nav-football.nav-pills .nav-link span {
        display: block;
        margin-top: 3px;
    }

    .nav-football.nav-pills .nav-link.active {
        background-color: #eb6531;
        font-weight: 600;
        /*border: 1px solid #ffffff59;*/
    }

.nav-football.nav-pills .gdgame.nav-link::after {
    content: '';
    display: inline-block;
    width: 60px; /* Set desired width */
    height: 20px; /* Set desired height */
    background-color: #192026;
    background-image: url('/images/logo-long.png');
    background-size: 65%; /* Adjust image size */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -8px;
    left: 20px;
    border-radius: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-football.nav-pills .gdgame.nav-link.active::after {
    background-color: #374755;
}

.fs-9 {
    font-size: 0.9rem !important;
}

.fs-10 {
    font-size: 0.85rem !important;
}

.fs-15 {
    font-size: 0.75rem !important;
}

.fs-20 {
    font-size: 0.7rem !important;
}

.text-light-gray {
    color: #cdcdcd !important;
}

.text-license-plate {
    font-family: license-plate !important;
    letter-spacing: 3px;
}

.marquee-container {
    overflow: hidden; /* Hide overflowing content */
    white-space: nowrap; /* Prevent text from wrapping */
    box-sizing: border-box;
}

.marquee {
    display: inline-block;
    padding-left: 100%; /* Start the text outside of the view */
    animation: scroll-loop 20s linear infinite;
}

.ant-timeline-item-head {
    background-color: #1c1f22;
}

.ant-timeline-item-tail {
    border-left: 1px solid #f0f0f096;
    left: 10px;
}

.ant-timeline-item-head-custom {
    top: 7.5px;
    left: 10px;
}

.ant-timeline-item-content {
    margin: 0 0 0 35px;
}

.ant-timeline-item-last {
    padding-bottom: 0;
}

    .ant-timeline-item-last > .ant-timeline-item-content {
        min-height: unset;
    }

@keyframes scroll-loop {
    from {
        transform: translateX(0); /* Start position */
    }

    to {
        transform: translateX(-105%); /* End position */
    }
}

.loader-spin-bounce {
    animation: spin 2s linear infinite;
}

/* Spin Animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ddown {
    background-color: #5353534d;
    color: #ebebeb;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .3rem;
    min-width: 150px;
}

    .ddown option {
        color: black;
    }

    .ddown:focus, .ddown:focus-visible {
        border: 1px solid #ffffff3d;
        outline: unset;
    }

.gameball {
    color: white;
    background-color: #535353ad;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0.45rem;
    text-align: center;
}

    .gameball:hover {
        cursor: pointer;
        background-color: #d9d9d94d;
    }

    .gameball.chosen {
        background-color: #dc3545;
    }

    .gameball.gameball-570.chosen {
        background-color: #338818;
    }

    .gameball.gameball-590.chosen {
        background-color: #ce0000;
    }

    .gameball.gameball-580.chosen {
        background-color: #0056d9;
    }

.resultball {
    font-size: 0.85rem;
    border: 3px solid lightgray;
    box-shadow: 1px 1px 3px #00000061;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    padding: unset;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    color: #333333;
    line-height: 1.2;
}

    .resultball.resultball-mini {
        font-size: 0.7rem;
        border: 2px solid lightgray;
        width: 30px;
        height: 30px;
    }

    .resultball.redball {
        border-color: #e95231;
    }

    .resultball.yellowball {
        border-color: #efde48;
    }

    .resultball.greenball {
        border-color: #54cc69;
    }

    .resultball.blueball {
        border-color: #4891ef;
    }

    .resultball.blackball {
        border-color: #3d3d3d;
    }

.small-result .resultball {
    width: 30px;
    height: 30px;
}

.mini-result .resultball {
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
    border-width: 2px;
}

.container-lg {
    max-width: 800px;
}

.bg-jp {
    /*background: rgb(220,156,53);
    background: linear-gradient(0deg, rgba(220,156,53,1) 0%, rgba(220,53,69,1) 100%);
    background: rgb(220,156,53);
    background: linear-gradient(0deg, rgba(220,156,53,1) 0%, rgba(217,12,31,1) 100%);
    background: rgb(235,188,54);
    background: radial-gradient(circle, rgba(235,188,54,1) 0%, rgba(203,13,30,1) 100%);*/
    background-color: #2a2a2a;
}

.nav-bottom-border.nav-pills .nav-link {
    font-size: 0.85rem;
    color: rgba(255,255,255,.5);
}

    .nav-bottom-border.nav-pills .nav-link.active {
        color: #fff;
        border-bottom: 3px solid #a1832d;
        border-radius: 0 !important;
        background-color: transparent;
        font-weight: bold;
    }

.atc-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    box-shadow: 0px -5px 12px 0px #00000057;
    border-top: 2px solid #797979;
}

.bg-dark-gray {
    background-color: #2b2b2b;
}

.bg-dark-gray-2 {
    background-color: #0e1114;
    border: 1px solid #212529;
    /*background-color: #080808;*/
}

.input-dark, .input-dark:focus {
    background: #141414;
    color: #fff;
    border: 0;
    max-width: 180px;
    box-shadow: unset;
    font-size: 0.9rem;
    padding: .3rem .5rem;
    border: 1px solid transparent;
}

    .input-dark:focus {
        border-bottom: 1px solid #a1832d !important;
    }

.input-dark-stake, .input-dark-stake:focus {
    background: #141414;
    color: #fff;
    max-width: 180px;
    box-shadow: unset;
    font-size: 0.9rem;
    padding: .5rem 1rem;
    border: 1px solid #ffffff1c;
}

    .input-dark-stake:focus {
        border: 1px solid #a1832d;
    }

    .input-dark-stake:disabled, .form-control[readonly] {
        background-color: #141414;
        color: #6d6d6d;
    }

.text-gold {
    color: #a1832d !important;
}

.btn-pink {
    background-color: #dc3545;
    color: white;
    border: 0;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
        background-color: #b82f3c;
        color: white;
    }

.btn-gold {
    background-color: #ab8b2f;
    color: white;
    border: 0;
}

    .btn-gold:hover, .btn-gold:focus, .btn-gold:active {
        background-color: #977a29;
        color: white;
    }


.border-bottom-gold-thick {
    border-bottom: 3px solid #d9b241;
}

.btn-clear {
    color: inherit;
    border: 0;
    background-color: unset;
}

    .btn-clear:hover {
        color: inherit !important;
    }

    .btn-clear:focus, .btn:active:focus {
        outline: unset;
        box-shadow: unset;
        color: inherit;
    }

.btn-claim {
    color: #4e0202;
    font-weight: 600;
    background: linear-gradient(180deg, rgb(255 196 48) 0%, rgb(255 118 0) 100%);
    border-radius: 30px;
    min-width: 100px;
    border: 1px solid #ffffff17;
    box-shadow: 2px 2px #ff4e00;
}

    .btn-claim:hover, .btn-claim:active, .btn-claim:focus {
        color: white;
        box-shadow: 2px 2px #ff4e00;
        text-shadow: 1px 1px #85300078;
    }

.link-gold {
    color: #ab8b2f !important;
}

    .link-gold:hover, .link-gold:focus, .link-gold:active {
        color: #977a29 !important;
    }

/* Initial hidden state */
.betslip-panel {
    position: fixed;
    bottom: -110%; /* Start off the viewport */
    left: 0;
    width: 100%;
    transition: bottom 0.2s ease; /* Smooth transition */
    height: 80vh;
    z-index: 5;
}

    /* When visible */
    .betslip-panel.show {
        bottom: 0; /* Slide up into the viewport */
    }

    .betslip-panel .card {
        border: 0;
        background-color: #202020;
        /*border-top-left-radius: 0.8rem !important;
        border-top-right-radius: 0.8rem !important;*/
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        overflow: hidden;
    }

    .betslip-panel .card-header {
        padding: 12px 20px;
        background-color: #e93e12;
        border: 0;
    }

    .betslip-panel .card-body {
        background-color: #0e1114;
        border: 0;
    }

    .betslip-panel .cart-item-count {
        background: #151515;
        color: white;
        padding: .25em .65em;
    }

/* Overlay to dim the background */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.1s ease;
    pointer-events: none; /* Prevent clicks when not visible */
    z-index: 5;
}

    .overlay.show {
        opacity: 1;
        pointer-events: auto; /* Enable clicks */
    }

.hover-pointer:hover {
    cursor: pointer;
}

.cart-item {
    border-radius: 0.5rem;
    background-color: #ffffff0a;
}

.cart-item-subtotal {
    color: #ffce52;
    background-color: #ffffff1a;
}

.fw-medium {
    font-weight: 500 !important;
}

/*.cart-payment {
    width:100%;
    background-color:black;
    position:fixed;
    bottom:0;
    left:0;
    z-index:5;
}*/

.text-gold-bright {
    color: #d2ac3c;
}

.fix-nav, .stack-nav-lvl2 .ant-tabs-nav, .stack-nav-lvl2.ant-menu {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease;
    z-index: 1;
    background-color: #111416;
}

.ant-menu-horizontal {
    border: 0;
}

.bg-root {
    background-color: #080b0e;
}

.checkbox-gold .ant-checkbox-input:checked + .ant-checkbox-inner {
    background-color: #ab8b2f;
    border-color: #ab8b2f;
}

.ant-checkbox-wrapper:hover .checkbox-gold .ant-checkbox-inner, .checkbox-gold.ant-checkbox:hover .ant-checkbox-inner, .checkbox-gold .ant-checkbox-input:focus + .ant-checkbox-inner, .checkbox-gold.ant-checkbox-checked::after {
    border: 1px solid #ab8b2f;
}

.app-nav-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 1px 3px 3px #0003;
    font-size: 0.7rem;
    padding-top: 4rem;
}

    .app-nav-bottom .nav-link {
        color: #969696;
        padding: 0;
        border-radius: 0;
        padding: 0.5rem;
    }

    .app-nav-bottom img {
        /*filter: grayscale(100%) brightness(50%);*/
        height: 23px;
    }

    .app-nav-bottom .nav-link:hover {
        color: #fff;
    }

        .app-nav-bottom .nav-link:hover img {
            filter: unset;
        }

    .app-nav-bottom .nav-link.active {
        background: rgb(255,235,179);
        background: radial-gradient(circle, rgba(255,235,179,0.17130602240896353) 0%, rgba(251,218,167,0.039653361344537785) 34%, rgba(203,13,30,0) 64%);
        border-bottom: 3px solid #d9b241;
        padding: 0.5rem;
    }

        .app-nav-bottom .nav-link.active img {
            filter: unset;
            /*height: 25px;*/
        }

.ant-result-title, .ant-result-subtitle {
    color: white;
}

.line-height-1 {
    line-height: 1 !important;
}

.ant-empty-img-simple-g {
    stroke: #b9b9b98c;
}

.ant-empty-img-simple-path {
    fill: #4a4a4a;
}

.ant-empty-img-simple-ellipse {
    fill: #4a4a4a;
}

.ant-empty-description {
    color: gray;
}

.ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels {
    display: inline-flex;
    animation: none;
    flex-wrap: nowrap;
    direction: ltr;
}

.ant-picker .ant-picker-suffix, .ant-picker .ant-picker-separator {
    color: rgb(255 255 255 / 25%);
}

.ant-select, .ant-input {
    color: white;
}

    .ant-picker.ant-picker-borderless, .ant-select:not(.ant-select-customize-input) .ant-select-selector, .ant-input, .ant-input-affix-wrapper {
        background-color: #c3c3c317 !important;
        border: 1px solid transparent;
    }

        .ant-input-affix-wrapper .ant-input {
            background-color: transparent !important;
        }

            .ant-input-affix-wrapper .ant-input::placeholder {
                color: #ffffff61;
            }

.text-black-50 .ant-input {
    color: #222222 !important;
}

.ant-select-multiple .ant-select-selection-item-remove {
    color: rgb(255 255 255 / 45%);
}

.ant-select-multiple .ant-select-selection-item {
    background: #ffffff17;
    border: 1px solid #f0f0f000;
    color: white;
}

.ant-picker-input > input {
    color: white;
}

.divider-gray.ant-divider-horizontal.ant-divider-with-text::before, .divider-gray.ant-divider-horizontal.ant-divider-with-text::after {
    border-top-color: #ffffff40;
}

.divider-green {
    height: 3px;
    display: block;
    background: #ff2a00;
    background: linear-gradient(0deg, rgb(3 128 0) 0%, rgb(144 255 0) 100%);
    border-radius: 10px;
    width: 50px;
    margin: auto;
    box-shadow: 0px 0px 4px #4eff00ad;
}

.ant-divider-dashed {
    border-color: #ffffff40;
}

.ant-tabs-top > .ant-tabs-nav::before {
    border-bottom: 0;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: white;
}

.ant-tabs-ink-bar {
    background: #d9b241;
}

.ant-spin {
    color: #a1832d;
}

.ant-spin-container::after {
    background: transparent;
}

.ant-spin-dot-item {
    background-color: #d9b241;
}

.ant-spin-nested-loading > div > .ant-spin {
    z-index: 1;
}

    .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
        color: #f1d88ead;
        text-shadow: none;
        margin-top: 0.5rem;
    }

.ant-segmented {
    background-color: #c3c3c317 !important;
    color: #ffffff54;
    padding: 5px;
}

.ant-select-clear {
    background: #ffffff00;
}

.ant-picker-clear {
    background: #1e1e1e;
}

.anticon, .ant-input-password-icon.anticon {
    color: #ffffff75;
}

.ant-notification {
    bottom: 7% !important;
}

    .ant-notification .ant-notification-notice-icon .anticon, .ant-notification .ant-notification-notice-close-x .anticon {
        color: inherit;
    }

    .ant-notification .ant-notification-notice-message {
        font-size: 15px;
    }

    .ant-notification .ant-notification-notice {
        padding: 13px;
    }

.ant-segmented-item:hover, .ant-segmented-item:focus {
    color: #ffffff;
}

.ant-segmented-item-selected {
    background-color: #a88a3c;
    color: #ffffff;
}

.ant-segmented-thumb {
    background-color: #a88a3c;
}

.ant-picker-range .ant-picker-active-bar {
    background: #d9b241;
}

.ant-page-header-heading-title {
    font-size: 16px;
}

.list-group-item {
    color: inherit;
    padding: 1rem;
}

#pills-tab .nav-item, .nav-game .nav-item {
    margin-right: .5rem;
}

    #pills-tab .nav-item:last-child, .nav-game .nav-item:last-child {
        margin-right: 0;
    }

    .nav-game .nav-item .ql-bottom-badge {
        position: absolute;
        left: 0;
        bottom: 1%;
        text-align: center;
        width: 100%;
    }

        .nav-game .nav-item .ql-bottom-badge span {
            font-size: 0.65rem;
            background: #FFB701;
            background: linear-gradient(180deg,rgba(255, 183, 1, 1) 0%, rgba(255, 119, 1, 1) 100%);
            padding: 3px 8px;
            border-radius: 20px;
            color: #5c0404;
        }

            .nav-game .nav-item .ql-bottom-badge span.badge-purple {
                background: linear-gradient(180deg, rgb(196 24 255) 0%, rgb(84 0 164) 100%);
                color: #fff;
            }

            .nav-game .nav-item .ql-bottom-badge span.badge-red {
                background: linear-gradient(180deg, rgb(255 90 24) 0%, rgb(164 0 0) 100%);
                color: #ffe962;
            }

.clines {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .clines .nav-item {
    position:relative;
    }
        
        .clines .nav-item:not(first-child)::after {
            content: '';
            position: absolute;
            bottom: -61%;
            right: -50%;
            width: 100%;
            height: 10px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            /* background-color: white; */
            transform: translateY(-50%);
            z-index: 0;
            border-bottom: 1px solid #7c7c7c;
            border-left: 1px solid #7c7c7c;
            border-right: 1px solid #7c7c7c;
        }

        .clines .nav-item:first-child::after {
            content: '';
            position: absolute;
            top: -23%;
            right: -50%;
            width: 100%;
            height: 10px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            /* background-color: white; */
            transform: translateY(-50%);
            z-index: 0;
            border-top: 1px solid #7c7c7c;
            border-left: 1px solid #7c7c7c;
            border-right: 1px solid #7c7c7c;
            border-bottom: unset;
            border-bottom-left-radius: unset;
            border-bottom-right-radius: unset;
        }
        
        .clines .nav-item:last-child::after {
            content: none;
        }

.nav-cart {
    gap: 5px;
}

    .nav-cart .nav-item {
        border-radius: 50rem;
        background-color: #6363630d;
        border: 1px solid #ffffff2b;
        margin-right: 0 !important;
        overflow: hidden;
        font-size: 0.8rem;
    }

        .nav-cart .nav-item .nav-link {
            padding: 5px;
            min-width: 80px;
            color: #ededed;
        }

            .nav-cart .nav-item .nav-link i {
                font-size: 1rem;
            }

            .nav-cart .nav-item .nav-link i, .nav-cart .nav-item .nav-link span {
                vertical-align: middle;
            }

            .nav-cart .nav-item .nav-link.active {
                background-color: #e93e12;
            }

.nav-category {
    gap: 5px;
}

    .nav-category .nav-item {
        border-radius: 50rem;
        background-color: #ffffff1f;
        margin-right: 0 !important;
        overflow: hidden;
        font-size: 0.7rem;
        overflow: visible;
    }

        .nav-category .nav-item .nav-link {
            padding: 5px;
            min-width: 80px;
            color: #ededed;
        }

            .nav-category .nav-item .nav-link i {
                font-size: 1rem;
            }

            .nav-category .nav-item .nav-link i, .nav-category .nav-item .nav-link span {
                vertical-align: middle;
            }

            .nav-category .nav-item .nav-link.active {
                background-color: #0e1114;
                font-weight: 500;
                box-shadow: 0px 0px 12px #eb6531b3;
                border-radius: 50rem;
            }

                .nav-category .nav-item .nav-link.active i {
                    color: orange;
                }

                .nav-category .nav-item .nav-link.active svg {
                    fill: orange;
                }

#cart-tab .nav-link i, #cart-tab .nav-link span {
    vertical-align: middle;
}

#cart-tab .nav-link i {
    margin-right: 0.5rem;
    font-size: 18px;
}

.payment-tab .nav-item {
    padding: 0.5rem;
    min-width: calc(100%/3);
}

.payment-tab .nav-link {
    color: #969696;
    background-color: #1b1b1b;
    width: 100%;
    padding: 1rem 0.5rem;
    border-radius: 1rem;
    border: 1px solid transparent;
}

.payment-tab .payment-icons {
    height: 30px;
    filter: brightness(50%);
}

.payment-tab .nav-link.active .payment-icons {
    filter: brightness(100%);
}

.payment-tab .nav-link.active, .payment-tab .show > .nav-link {
    background-color: #1b1b1b;
    border: 1px solid #d2ac3c;
}

.payment-tab .payment-name {
    line-height: 1;
    margin-top: 1rem;
}

.ant-steps-item-finish .ant-steps-item-icon {
    background-color: transparent;
    border-color: #d9b241;
}

    .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
        color: #d9b241;
    }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
    background: #d9b241;
}

.ant-steps-item-process .ant-steps-item-icon {
    border-color: #d9b241;
}

.ant-steps-item-wait .ant-steps-item-icon {
    background-color: transparent;
    border-color: rgb(255 255 255 / 25%);
}

    .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
        color: rgb(255 255 255 / 25%);
    }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #d9b241;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after, .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    background-color: #f0f0f042;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #d9b241;
}

.ant-steps-item-subtitle {
    color: #848484;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #f6f6f6d9;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
    color: #e8e8e873;
}

.ant-radio-wrapper {
    color: #8d8d8d;
}

.ant-radio-wrapper-checked {
    color: #fff;
}

.table-bet select, .table-bet input {
    background-color: #5353534d;
    color: #ebebeb;
    border: 1px solid transparent;
    padding: .5rem;
    min-width: 100px;
    line-height: 1.3;
    font-size: 0.8rem !important;
}

    .table-bet select option {
        color: black;
    }

.table-bet td {
    padding: 0.2rem;
}

    .table-bet td:first-child {
        padding-left: 0;
    }

    .table-bet td:last-child {
        padding-right: 0;
    }

.input-clear {
    background-color: transparent !important;
    border: 0 !important;
    color: white !important;
    padding: 0.3rem !important;
    border-radius: 0;
}

    .input-clear:focus {
        border-bottom: 1px solid #ab8b2f !important;
    }

.input-clear-border {
    background-color: transparent !important;
    border: 1px solid #ffffff4f !important;
    color: white !important;
    padding: 0.5rem !important;
    border-radius: 5px;
}

    .input-clear-border:focus {
        border: 1px solid #ab8b2f !important;
    }

.ant-switch {
    background-color: rgb(255 255 255 / 16%);
}

.ant-switch-checked {
    background-color: #a1832d;
}

.ant-btn[disabled], .ant-btn[disabled]:hover, .ant-btn[disabled]:focus, .ant-btn[disabled]:active {
    color: rgb(201 201 201);
    background: #515151;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    color: rgb(255 255 255 / 25%);
}

.red-pulse .ant-badge-status-processing {
    background-color: #ff1818;
}

    .red-pulse .ant-badge-status-processing::after {
        border: 1px solid #c95d61;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important; /* Remove autofill background */
    color: inherit !important; /* Match input text color */
    -webkit-text-fill-color: inherit !important; /* Remove text color override */
    box-shadow: 0 0 0 1000px transparent inset !important; /* Prevent shadow effect */
    border: 0 !important; /* Ensure consistent border */
    transition: background-color 600000s 0s, color 600000s 0s !important; /* Disable autofill transition */
}

input[data-autocompleted] {
    background-color: #ffffff00 !important;
}

.ant-statistic {
    color: inherit !important;
}

.ant-statistic-content {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

.ant-breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.85);
}

.ant-breadcrumb a {
    color: rgb(255 255 255 / 45%);
}

.ant-breadcrumb-separator {
    color: rgb(255 255 255 / 45%);
}

.ant-breadcrumb li:last-child {
    color: rgb(250 120 70);
}

.gold-plate {
    background: rgb(244,232,160);
    background: linear-gradient(90deg, rgba(244,232,160,1) 0%, rgba(242,191,86,1) 22%, rgba(244,232,160,1) 37%, rgba(249,200,50,1) 47%, rgba(195,126,42,1) 52%, rgba(249,200,50,1) 69%, rgba(244,220,127,1) 100%);
}

.dbj-bg {
    margin-top: -6%;
    border-radius: 15px;
    overflow: hidden;
    padding: 3px;
}

.inner-dbj {
    background: rgb(36,29,11);
    background: linear-gradient(0deg, rgba(36,29,11,1) 0%, rgba(0,0,0,1) 50%);
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    border-radius: 13px;
}

.dbj-logo {
    height: 30px;
}

.dbj-prize {
    font-weight: 700;
    color: white;
    font-size: 1.25rem;
    text-shadow: 2px 1px 2px #000000a6;
}

.dbj-timestamp {
    font-weight: 400;
    color: white;
    font-size: 0.65rem;
}

.dbj-small .dbj-logo {
    height: 20px;
}

.dbj-small .dbj-prize {
    font-size: 0.85rem;
}

.dbj-small .dbj-timestamp {
    font-weight: 400;
    color: white;
    font-size: 0.65rem;
}

/* Horizontal container for story thumbnails */
.stories-container {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
}

/* Each story thumbnail */
.story-thumbnail {
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

    /* Thumbnail image styling */
    .story-thumbnail img {
        width: 100px;
        height: 150px;
        border-radius: 10px;
        object-fit: cover;
        border: 2px solid #cccccc14;
    }

        /* Unread story indicator: add a green border */
        .story-thumbnail img.unread {
            border: 2px solid green;
        }


/* Overlay covering the full viewport when a story is active */
.story-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

/* Container for the story content (now seamless) */
.story-content {
    position: relative;
    max-width: 500px;
    width: 100%;
    background: transparent; /* Removed white background */
    padding: 0; /* Removed padding */
}

/* Image container to position clickable areas */
.image-container {
    position: relative;
    text-align: center;
}

/* Story image displayed in the overlay */
.story-image {
    width: 90%;
    height: auto;
    border-radius: 8px; /* Optional: remove if you want a fully seamless look */
}

/* Invisible clickable areas on the left and right of the image */
.click-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    cursor: pointer;
}

    .click-area.left {
        left: 0;
    }

    .click-area.right {
        right: 0;
    }

/* Progress container: one bar per story */
.story-progress-container {
    display: flex;
    margin-top: 10px;
}

/* Each progress bar */
.story-progress-bar {
    flex: 1;
    height: 4px;
    background-color: #ddd;
    margin-right: 5px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

    .story-progress-bar:last-child {
        margin-right: 0;
    }

    /* Active story’s progress bar animates from 0% to 100% */
    .story-progress-bar.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #007bff;
        animation: progressAnimation linear forwards;
        /* Duration here should match the story’s Duration value (e.g., 5s) */
        animation-duration: 5s;
    }

    /* Completed stories show a full progress bar */
    .story-progress-bar.completed {
        background-color: #007bff;
    }

.story-mask {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    height: 300px;
}

.nap-radio .ant-radio-button-wrapper {
    background: #2d2d2d;
    min-width: 80px;
    text-align: center;
    border: 1px solid #ffffff38;
    color: white;
}

    .nap-radio .ant-radio-button-wrapper:first-child {
        border-radius: 50rem 0 0 50rem;
    }

    .nap-radio .ant-radio-button-wrapper:last-child {
        border-radius: 0 50rem 50rem 0;
    }

    .nap-radio .ant-radio-button-wrapper:not(:first-child)::before {
        background-color: #ffffff38;
    }

.bonus-image {
    background-size: cover;
    background-position: center center;
    min-height: 150px;
}

.badge.badge-gold {
    background: #a9820e47;
    color: gold;
}
/* Keyframes for the progress bar animation */
@keyframes progressAnimation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}


/* Navigation buttons styling */
.navigation {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.custom-collapse-container {
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #2d2d2d;
}

    .custom-collapse-container table tr {
        border-color: #606060;
    }

    .custom-collapse-container table th {
        font-size: 0.7rem;
        color: #b3b3b3;
    }

    .custom-collapse-container table td {
        font-size: 0.8rem;
        color: #e4e4e4;
    }

/* --- Toggle Switch (Segmented Control) Styles --- */
.toggle-switch {
    position: relative;
    width: 240px;
    border: 1px solid #414141;
    border-radius: 50rem;
    overflow: hidden;
    background-color: #282828;
    font-family: sans-serif;
}

    .toggle-switch .options {
        display: flex;
        position: relative;
        z-index: 2;
    }

    .toggle-switch .option {
        flex: 1;
        text-align: center;
        padding: 7px 0;
        cursor: pointer;
        transition: color 0.3s;
        line-height: 1;
    }

        .toggle-switch .option:hover {
            border-radius: 50rem;
            background: #ffffff1f;
            color: white !important;
        }

        .toggle-switch .option i {
            display: inline-block;
            font-size: 16px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .toggle-switch .option span {
            display: inline-block;
            font-size: 12px;
            vertical-align: middle;
        }

    /* The sliding highlight behind the active option */
    .toggle-switch .slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #eb6531;
        border-radius: 50rem;
        transition: left 0.3s ease;
        z-index: 1;
    }

    /* Active option text appears in white */
    .toggle-switch .option.active {
        color: white;
    }

    /* Inactive option text color */
    .toggle-switch .option:not(.active) {
        color: #a3a3a3;
    }

.payment-radio.ant-radio-group, .payment-radio .ant-radio-button-wrapper {
    width: 100%;
}

.payment-radio .ant-radio-button-wrapper {
    background: #ffffff00;
    color: #9c9c9cd9;
    border: 1px solid #d9d9d933;
    height: unset;
    padding: 5px 15px;
}

    .payment-radio .ant-radio-button-wrapper:hover {
        position: relative;
        color: #ffffff;
    }

.payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled) {
    color: #ffffff;
    background: #676767;
    border-color: transparent;
}

    .payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled):hover {
        color: #ffffff;
        border-color: transparent;
    }

    .payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled):hover {
        color: #ffffff;
        border-color: transparent;
    }

    .payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled):focus-within {
        box-shadow: none;
    }

    .payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled):first-child {
        border-color: transparent;
    }

.payment-radio .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).payment-radio .ant-radio-button-wrapper:first-child {
    border-right-color: transparent;
}

.payment-radio .ant-radio-button-wrapper:not(:first-child)::before {
    background-color: transparent;
}

.payment-radio .ant-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d933;
}

.payment-radio .ant-radio-button-wrapper-checked:not(.payment-radio .ant-radio-button-wrapper-disabled):hover::before {
    background-color: unset;
}

.payment-radio .ant-radio-button-wrapper-checked .tick::after {
    content: "\2713";
    display: inline-block;
    color: #88ff88;
    margin-right: 5px;
    font-size: 1em;
}

.payment-radio .ant-radio-button-wrapper:first-child {
    border-radius: 5px 5px 0 0;
}

.payment-radio .ant-radio-button-wrapper:last-child {
    border-radius: 0 0 5px 5px;
}

.viewmore-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1C1F22;
    background: linear-gradient(0deg, rgba(28, 31, 34, 1) 0%, rgba(28, 31, 34, 0.58) 50%, rgba(28, 31, 34, 0) 100%);
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

    .viewmore-mask:hover {
        cursor: pointer;
        background: transparent;
    }

.ant-modal.modal-top {
    top: 5px;
}

.ant-modal .modal-bonus-bg {
    width: 150px;
    height: 75px;
    background-size: cover !important;
    background-position: center !important;
}

.dark-modal .ant-modal-content {
    background-color: #202020;
    border-radius: 10px;
    overflow: hidden;
    color: white;
}

    .dark-modal .ant-modal-content .ant-modal-header {
        background-color: #272727;
        border-radius: 0;
        border-bottom: 0;
        color: white;
        padding: 15px;
    }

        .dark-modal .ant-modal-content .ant-modal-header .ant-modal-title {
            color: white;
        }

    .dark-modal .ant-modal-content .ant-modal-body {
        padding: 15px;
        /*padding-top: 15px;*/
    }

    .dark-modal .ant-modal-content .ant-modal-footer {
        padding: 20px;
        text-align: right;
        background: transparent;
        border-top: 0;
        border-radius: 0;
    }

.dark-modal .ant-btn-ButtonType.Text {
    background: transparent;
}

.ant-modal.treasure .ant-modal-content {
    background: url('/images/icons/treasure-bg.png');
    background-size: cover;
}

    .ant-modal.treasure .ant-modal-content .ant-modal-header {
        background-color: #0000004f;
    }

    .ant-modal.treasure .ant-modal-content .treasure-pill {
        background-color: #000000cf;
    }

.ant-modal-mask {
    background-color: #0000008f;
}


.ant-modal.modal-landing .ant-modal-body {
    padding: 0px;
}

footer .ant-menu {
    color: #ffffffa1;
    border: 0;
    background: transparent;
    font-size: 0.75rem;
}

    footer .ant-menu .ant-menu-submenu-arrow {
        color: #ffffffa1;
    }

    footer .ant-menu .ant-menu-sub.ant-menu-inline {
        background: transparent;
    }

    footer .ant-menu .ant-menu-submenu-selected, .ant-menu-item-selected {
        color: #ffa418;
    }

    footer .ant-menu.ant-menu-light .ant-menu-submenu-title:hover {
        color: #ffa418;
    }

    footer .ant-menu .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
    footer .ant-menu .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
    footer .ant-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
    footer .ant-menu .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
        color: #ffa418;
    }

    footer .ant-menu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
        background-color: #ffffff17;
    }

    footer .ant-menu.ant-menu-inline .ant-menu-item::after {
        border-right: 3px solid #ffa418;
    }

    footer .ant-menu.ant-menu-light .ant-menu-item:hover {
        color: #ffa418;
    }

    footer .ant-menu .ant-menu-item a:hover {
        color: inherit;
    }

    footer .ant-menu .ant-menu-item a {
        color: inherit;
        transition: unset;
    }

    footer .ant-menu .ant-menu-item:active, .ant-menu-submenu-title:active {
        background: #ffffff17;
    }

    footer .ant-menu.ant-menu-inline > .ant-menu-item {
        height: unset;
        line-height: 1;
        padding: 8px 5px;
    }

    footer .ant-menu.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
        height: 35px;
        line-height: 35px;
    }

footer {
    padding-bottom: 5rem;
}


.ant-tooltip-arrow-content {
    --antd-arrow-background-color: #2e2e2ef2;
}

.ant-tooltip-inner {
    background-color: #2e2e2ef2;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 5px #000000d9;
}

.backToTop {
    position: fixed;
    bottom: 1rem;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    text-align: center;
}

    .backToTop.auth {
        /*bottom: 5rem;*/
    }

.btn-backtotop {
    color: #fff;
    border: 1px solid #eb6531;
    background-color: #1d2b38;
}

    .btn-backtotop:hover, .btn-backtotop:active, .btn-backtotop:focus {
        background-color: #eb6531;
        color: #fff;
    }

.ql-container {
    position: relative;
}

    .ql-container .ql-tooltip {
        position: absolute;
        top: -10%;
        width: 100%;
        text-align: center;
        z-index: 1;
    }

    .ql-container .ql-bottom-badge {
        position: absolute;
        left: 0;
        bottom: -8%;
        text-align: center;
        width: 100%;
    }

        .ql-container .ql-bottom-badge span {
            font-size: 0.6rem;
            background: #FFB701;
            background: linear-gradient(180deg,rgba(255, 183, 1, 1) 0%, rgba(255, 119, 1, 1) 100%);
            padding: 3px 8px;
            border-radius: 20px;
            color: #5c0404;
            font-weight: 700;
        }

.btn-quicklink {
    background-color: #192026;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #323232;
}

    .btn-quicklink .ql-img img {
        height: 30px;
    }

    .btn-quicklink .ql-img-xp img {
        height: 38px;
    }

    .btn-quicklink .ql-name {
        font-size: 0.65rem;
        margin-top: 5px;
        text-shadow: 1px 1px 3px #0000001a;
    }

    .btn-quicklink:hover, .btn-quicklink:active, .btn-quicklink:focus {
        background-color: #374755;
        color: #fff;
    }

    .btn-quicklink.new::before {
        position: absolute;
        content: "NEW";
        top: 9px;
        left: -34px;
        font-size: 0.55rem;
        background-color: yellow;
        color: black;
        width: 100%;
        transform: rotate(-45deg);
        box-shadow: 1px 1px 4px #00000075;
    }

    .btn-quicklink.hot::before {
        position: absolute;
        content: "HOT";
        top: 9px;
        left: -34px;
        font-size: 0.55rem;
        background-color: red;
        color: white;
        width: 100%;
        transform: rotate(-45deg);
        box-shadow: 1px 1px 4px #00000075;
    }

    .btn-quicklink.popular::before {
        position: absolute;
        content: "POPULAR";
        top: 10px;
        left: -32px;
        font-size: 0.5rem;
        background-color: #f2119a;
        color: white;
        width: 100%;
        transform: rotate(-45deg);
        box-shadow: 1px 1px 4px #00000075;
        padding: 2px;
    }

.ant-badge {
}

.sticky-tab {
    position: sticky;
    top: 3.9rem;
    background-color: #3d3d3d !important;
    z-index: 2;
}

.app.app-nav-bottom, main {
    max-height: unset;
    overflow-y: scroll;
}

.app-nav-bottom {
    position: fixed;
    width: 50vw;
    /*min-width: 200px;*/
    height: 100vh;
    background-color: #1717176b;
    z-index: 3;
    left: -100%;
    transition: left 0.2s ease;
}

    .app-nav-bottom.show {
        left: 0;
    }

    .app-nav-bottom .nav {
        display: block;
    }

    .app-nav-bottom .nav-item {
        padding: 0.3rem 0;
    }

    .app-nav-bottom .nav-link {
        border-left: 3px solid #00000000;
        border-bottom: 0;
        padding: 0.5rem 1rem;
    }

        .app-nav-bottom .nav-link .ant-badge {
            color: inherit;
        }

        .app-nav-bottom .nav-link.active {
            border-left: 3px solid #d9b241;
            border-bottom: 0;
            padding: 0.5rem 1rem;
            background: linear-gradient(90deg, rgba(255, 235, 179, 0.17699579831932777) 0%, rgba(251, 218, 167, 0.0313375350140056) 31%, rgba(255, 235, 179, 0) 100%);
        }

        .app-nav-bottom .nav-link .nav-title {
            font-size: 0.75rem;
        }

        .app-nav-bottom .nav-link .nav-icon {
            margin-right: 0.5rem;
            height: 19px;
            font-size: 1.2rem;
        }

@keyframes blink-animation {
    0%, 100% {
        background-color: #ffffff0d;
        border: 1px solid #f48154a8;
    }

    50% {
        background-color: transparent;
    }
}

@keyframes wipe {
    to {
        /* move gradient to its natural position */
        transform: translateX(100%);
    }
}

.blink-highlight {
    position: relative;
    overflow: hidden;
    /*animation: blink-animation 1s ease-in-out 0s 2;*/
}

    .blink-highlight::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* define your gradient colors here */
        background: linear-gradient(to right, #ffffff00, #ffffff12);
        /* start with the gradient fully off-screen to the left */
        transform: translateX(-100%);
        /* ensure it covers the element */
        width: 100%;
        height: 100%;
        /* animate it */
        animation: wipe 1s ease-out forwards;
    }

.highlight-button {
    position: absolute;
    top: 67%;
    width: 100%;
    left: 0;
}

    .highlight-button .btn {
        background-color: #00000045;
    }

.top-row {
    box-shadow: 0px 4px 6px #00000036;
}

.jp-pill {
    position: relative;
    border-radius: 30px;
    padding: 5px 30px;
    padding-left: 53px;
    background: linear-gradient(211deg, rgb(255 190 1) 0%, rgb(211 71 0) 100%);
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    margin-left: 50px;
    text-shadow: 1px 1px #7a2900e8;
    box-shadow: 1px 3px #9b3406;
}

    .jp-pill img {
        position: absolute;
        height: 42px;
        left: -46px;
        bottom: -6px;
    }

.gb-balls-container {
    position: relative;
}

    .gb-balls-container .ball-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .gb-balls-container .tabs {
        display: flex;
        justify-content: space-around;
        margin-bottom: 10px;
    }

    .gb-balls-container .tab-button {
        background: none;
        border: none;
        padding: 5px;
        font-size: 0.85rem;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        cursor: pointer;
        position: relative;
    }

        .gb-balls-container .tab-button.active {
            border-color: #a1832d;
        }

        .gb-balls-container .tab-button .gd-tab-badge {
            position: absolute;
            top: 7px;
            right: -18px;
            font-size: 10px;
            background-color: #ffb700;
            padding: 2px 5px;
            border-radius: 10px;
            line-height: 1;
            color: #000;
            display: inline-block;
        }

    .gb-balls-container .ball-list-mobile {
        display: flex;
        transition: transform 0.3s ease;
    }

        .gb-balls-container .ball-list-mobile .gameball {
            font-size: 0.95rem;
        }

    .gb-balls-container .page-balls {
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 5px;
        justify-items: center;
        align-content: start;
    }

    .gb-balls-container .gameball {
        text-align: center;
        width: 40px;
        height: 40px;
        padding: 0.35rem;
    }

.gb-custom-bet {
    background: #000;
    padding: 1rem 0.5rem;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #353535;
}

    .gb-custom-bet .gb-balls-container .gameball {
        text-align: center;
        width: 35px;
        height: 35px;
        padding: 0.3rem;
    }

.gb-counter-badge {
    position: absolute;
    top: 18%;
    right: 4%;
    font-size: 10px;
    background-color: #ffb700;
    box-shadow: 1px 1px 0px #00000045;
    padding: 3px 8px;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    color: #000;
}

.card-plate {
    min-width: 150px;
}

    .card-plate .card-header {
        padding: 7px;
        background-color: #35af35;
        font-weight: 500;
        line-height: 1;
    }

    .card-plate .card-title {
        color: #000;
        font-size: 1rem;
    }

    .card-plate .card-body {
        background: url(/images/games/greenplate.png) bottom center !important;
        background-repeat: no-repeat !important;
    }

.result-mon {
    border-color: #4600ff30;
}

    .result-mon .bg-res-gradient {
        background: #4600ff30;
        background: linear-gradient(0deg, rgb(86 0 255 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-tue {
    border-color: #ffd60030;
}

    .result-tue .bg-res-gradient {
        background: #ffd60030;
        background: linear-gradient(0deg, rgb(255 243 0 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-wed {
    border-color: #0098ff30;
}

    .result-wed .bg-res-gradient {
        background: #0098ff30;
        background: linear-gradient(0deg, rgb(0 176 255 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-thu {
    border-color: #003700;
}

    .result-thu .bg-res-gradient {
        background: #003700;
        background: linear-gradient(0deg, rgb(71 255 0 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-fri {
    border-color: #f300ff30;
}

    .result-fri .bg-res-gradient {
        background: #f300ff30;
        background: linear-gradient(0deg, rgb(243 0 255 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-sat {
    border-color: #ff000030;
}

    .result-sat .bg-res-gradient {
        background: #ff000030;
        background: linear-gradient(0deg, rgb(255 0 0 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.result-sun {
    border-color: #ff00b00a;
}

    .result-sun .bg-res-gradient {
        background: #ff00b00a;
        background: linear-gradient(0deg, rgb(255 0 176 / 4%) 0%, rgba(255, 140, 0, 0) 80% 80%);
    }

.ag-radio.ant-radio-group {
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ffffff26;
    color: #7f7f7fd9;
}

.ag-radio .ant-radio-button-wrapper {
    background: transparent;
    border: 0;
    min-width: 78px;
    text-align: center;
    height: unset;
    line-height: 1;
    padding: 5px;
    color: #ffffff52;
    font-size: 0.8rem;
}

    .ag-radio .ant-radio-button-wrapper:not(:first-child)::before {
        background-color: #ffffff21;
    }

.ag-radio .ag-top.ant-radio-button-wrapper-checked {
    background: #dc3545;
    color: #fff;
}

.ag-radio .ag-bottom.ant-radio-button-wrapper-checked {
    background: #977a29;
    color: #fff;
}

.label-border-wrapper {
    position: relative;
    border: 1px solid #505050;
    border-radius: 10px;
    padding: 10px 15px;
    min-width: 300px;
    margin-top: 10px;
}

    .label-border-wrapper .label {
        position: absolute;
        left: 10px;
        top: -11px;
        font-size: 0.6rem;
        color: #ababab;
        background: #202020;
        padding: 2px 5px;
        user-select: none;
    }

    .label-border-wrapper input, .label-border-wrapper input:focus {
        background: transparent;
        padding: 0;
        border-radius: 0;
        min-height: unset;
    }

.customize-bet-modal {
    width: 100% !important;
}

.customize-selected {
    font-size: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.customize-selected-balls {
    padding: 3px 5px;
    font-size: 0.7rem;
    background-color: #5858585c;
    border-radius: 50%;
    
}

.livechat_button img {
    width:100%;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    short {
        display: none;
    }

    long {
        display: inline-block;
    }

    .match-badge-table-width {
        width: 145px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .customize-bet-modal {
        max-width: 900px;
    }

    .bc-float {
        left: 205px;
        z-index: 4;
    }

    .container-lg {
        max-width: 1000px;
    }

    .scroll-container {
        cursor: grab;
    }

        .scroll-container:active {
            cursor: grabbing;
        }

    .noselect {
        user-select: none; /* Standard */
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE/Edge */
    }

    .betslip-panel {
        height: 100vh;
        bottom: 0;
        right: -110%;
        left: unset;
        transition: 0.2s ease;
        width: 50%;
        z-index: 6;
        max-width: 450px;
    }

        .betslip-panel .card, .betslip-panel .card-header {
            border-radius: 0 !important;
        }

        .betslip-panel.show {
            right: 0;
        }

        .betslip-panel .close-betcart {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .bet-slip-overlay {
        z-index: 6;
    }

    .app-nav-bottom {
        position: sticky;
        min-width: 200px;
        width: auto;
    }

    /*.ant-badge-count, .ant-badge-dot, .ant-badge .ant-scroll-number-custom-component {
        top: 9px;
        right: -120px;
    }*/

    footer {
        padding-bottom: 1rem;
    }

    .atc-panel {
        z-index: 5;
    }
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /*.betslip-panel {*/
    /*max-width:380px !important;*/
    /*position: sticky;
        top: 1em;
        width: 350px;
        height: auto;
        z-index: 0;
        padding: 0 0.3rem;
    }

        .betslip-panel .card {
            border-radius: 0.6rem !important;
            box-shadow: 2px 2px 3px #00000047;*/
    /*border: 1px solid #ffffff00;*/
    /*}

            .betslip-panel .card .cart-item-container {
                max-height: 50vh;
                overflow-y: auto;
            }

    .bet-slip-overlay {
        display: none;
    }*/

    .backToTop {
        bottom: 2rem;
        text-align: right;
        padding-right: 2rem;
    }

    .top-row {
        z-index: 6 !important;
    }
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .ant-picker-dropdown .ant-picker-panel-container .ant-picker-panels {
        display: inline-grid;
    }

    .toggle-switch {
        width: 100px;
    }

        .toggle-switch .options {
        }

        .toggle-switch .option {
        }

            .toggle-switch .option i {
                margin-right: 0;
            }

            .toggle-switch .option span {
                display: none;
            }
}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .app-nav-bottom {
        background: linear-gradient(0deg, rgb(0 0 0) 60%, rgb(117 15 0) 100%);
    }

    .app-nav-hide {
        display: none;
    }

    .ball-sel-container {
        z-index: 2;
        position: relative;
        background-color: #282828;
    }

    .ball-sel-mini .gameball {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
        padding: 0.15rem;
    }

    .toggle-switch {
        display: none;
    }
}
/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}
/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}
