body {
    font-family: sans-serif !important;
    font-size: 15px;
}

#notification-container {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    pointer-events: none;
    z-index: 9999;
}

.jackpot {
    padding-bottom: 5px !important;
}

.notification {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    pointer-events: auto;
    font-family: sans-serif;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notification img {
    height: 40px;
    margin-right: 2px;
}

.notification.show {
    transform: translateY(0);
    opacity: 1;
}

.notification-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 0px;
    align-items: center;
    justify-content: center;
}

.notification-logo-container,
.notification-close-container {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
}

.notification-logo-container {
    left: 0;
    border-top-left-radius: 10px;
}

.notification-close-container {
    right: 0;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.notification-logo,
.notification-close {
    width: 30px;
    height: 30px;
}

.logo_notif img {
    max-width: 180px;
    height: auto;
}

.notification-divider {
    width: 100%;
    opacity: 20%;
    margin-top: 0;
    margin-bottom: 1px;
}

.notification-text-content {
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    text-align: center;
}

.notification-close-container:active {
    background: rgba(0, 0, 0, 0.6);
}

.logo_notif {
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.modal-header {
    border-bottom: 1px solid #e5e5e580 !important;
    background: #00000026 !important;
    border-radius: 9px !important;
}

.custom-homepage-image {
    border: 2px solid #646565;
    border-radius: 5px;
}

.drop_link li {
    background-color: #242424 !important;
}

.transaction-dropdown {
    background-color: #252525;
}

.main.nav-wrapper .nav-title {
    font-weight: bold;
}

.form-control {
    background-color: #72737740 !important;
    font-family: sans-serif;
    font-weight: bold;
}

#login-modal--layout .md-content {
    background: rgb(0 0 0 / 0%) !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.ce-modal__content-container {
    background: rgb(0 0 0 / 0%) !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.wallet-balance-dd {
    background-color: #242424 !important;
}

.profile-head .container {
    background-color: #252525 !important;
}

.member-level .black-bg-box {
    border-radius: 0px !important; 
    margin-top: 5px !important;
}

.profile-head .bal-box {
    background: linear-gradient(180deg, #252525, #4f4f4f) !important;
}

.radio_2 label {
    color: #000000 !important;
}

.radio_2 input[type=radio]:checked~label {
    color: #000 !important;
}

.modal-footer {
    border-top: 1px solid #e5e5e594 !important;
}

.register.container {
    background-color: #2e2e2e !important;
}

.acc.container-wrapper .container {
    background: #2e2e2e !important;
}

.acc.container-wrapper .container-box .box-wrapper {
    border: none !important;
}

.acc.container-wrapper .container-box .mdc-wrapper {
    background: #262525;
    font-weight: bold;
}

.title {
    font-family: sans-serif !important; 
}

.acc.container-wrapper .container-box .title {
    background-color: #262525 !important;
}

.register span.skew {
    font-weight: bold !important;
    color: #030303 !important;
}

.register .promo-box {
    background-color: #414142 !important;
    border: 1px solid #363535 !important;
}

.custom-homepage-section {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-right: 1px solid #636467;
    border-bottom: 1px solid #464646;
    height: 100px;
    min-width: 150px;
}

.custom_menu_row {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 5px 5px 0px 0px;
}

.custom-homepage-section:last-child {
    border-right: none;
}

.custom-homepage-section:hover {
    background: #2e2e2e;
    cursor: pointer;
}

.promotion-page .g_category-nav .nav-item {
    background: #2e2e2e !important;
    border-right: 2px solid black;
}

.promotion-page .g_category-nav .nav-item:last-child {
    border-right: none;
}

.promotionmodal_content {
    background-color: #262626 !important;
}

.promotionmodal_content ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.promotionmodal_content li {
    line-height: 1.5 !important;
}

.promotion-single .img-fluid {
    border-right: 4px solid black;
}

.promotionmodal_content > .md-body > .row { 
    background: #212121;
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-gutters {
    background: #252525;
}

.navbar-expand-lg .navbar-collapse {
    background: #252525;
}

.navbar-default .navbar-nav li {
    border-right: 1px solid #4f4f4f !important;
}

.referral {
    background: #2e2e2e;
    padding: 10px;
}

.table.table-default tr.first-child td:first-child {
    color: #ffbc00 !important;
}

.referral th {
    color: black !important;
}

.custom_menu_wrapper {
    margin-bottom: 14px;
    border: 1px solid #464646;
    border-radius: 5px;
    border-left: none;
    border-right: none;
}

.main.nav-wrapper {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(to right, transparent, #616161, transparent);
    border-image-slice: 1;
}

.promobanner_img .img-fluid {
    border: 5px solid #3d3d3d;
    margin-left: -10px;
}

.member-level .level-progress-bar {
    background-color: #373838 !important;
}

.profile-edit {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main.nav-wrapper .auto-box {
    border: 2px solid #353535;
    background: #2b2a2a;
}

.time-remaining-wraper {
    text-align: center;
    background: #313030;
    padding-top: 5px !important;
}

.main.nav-wrapper .nav-item-content .auto-box>.a-disabledLink:after, 
.main.nav-wrapper .nav-item-content .auto-box>a:after {
    background: radial-gradient(circle, rgb(70, 70, 70), rgb(60, 60, 60), 
    rgb(50, 50, 50), rgb(40, 40, 40), rgb(30, 30, 30)) !important;
}

.wheel-container {
    position: relative;
    width: 65px; 
    height: 65px; 
    margin-top: -5px;
}

.wheel-skeleton {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.parlay-kalkulator {
    position: absolute;
    width: 135%;
    height: 150%;
    z-index: 2;
    bottom: -2px;
    left: -4px;
}

.parlay-bola {
    position: absolute;
    width: 120%;
    height: 120%;
    z-index: 1;
    animation: ring 2s infinite;
}

.inside-wheel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    animation: rotateWheel 5s infinite linear;
    border-radius: 100%;
}

.marker {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.win_prizes {
    position: absolute;
    width: 80%;
    height: 55%;
    z-index: 6;
    top: 30px;
    left: 9px;
    animation: growShrink 3s infinite ease-in-out;
}

body > div.content.my01 > div.app-wrapper.container > div.app-info.row > div:nth-child(2) > div > div:nth-child(1) > img {
    width: 350px;
    border: 5px solid #444342;
    border-radius: 5px;
}

body > div.content.my01 > div.app-wrapper.container > div.app-info.row > div:nth-child(1) > div > div:nth-child(1) > img {
    width: 350px;
    border: 5px solid #444342;
    border-radius: 5px;
}

.app-info .row.center {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

body > div.content.my01 > div.app-wrapper.container > div:nth-child(1) > div.col-xs-6.hot-games-wrapper > h5 {
    background: linear-gradient(to right, transparent, #404040, transparent);
    text-align: center;
    margin-top: 5px;
}

.i-hot {
    color: red;
}

.header-wrapper .acc-panel.flex-row {
    background: rgb(140 137 137 / 10%);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(132 132 132 / 20%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.header-wrapper .btn.wallet {
    color: #01de04 !important;
}

.header-wrapper .btn.wallet i {
    color: #ffffff !important;
}

.header-wrapper .flex-right .flex-row {
    justify-content: space-evenly !important;
}

.dropdown-menu {
    border: 3px solid #404040 !important;
}

.header-wrapper .flex-right .flex-row.mid {
    background: rgb(140 137 137 / 10%);
    border-radius: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(132 132 132 / 20%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}

.header-wrapper .flex-right .flex-row .button.icon.circle {
    background-color: #282828 !important;
}

.progress {
    background-color: #151515 !important;
}

#pagination-contacts > div > div > div > a > div {
    padding-top: 5px; 
    padding-bottom: 5px;
}

.jackpot .text-content {
    font-family: jackpot;
    padding-top: 4% !important;
    padding-right: 4.5% !important;
}

.bets-table-content {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.bets-table-content th, .bets-table-content td {
    border: 1px solid #333;
    padding: 10px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.bets-table-content th {
    background-color: #2a2a2a;
}

.bets-table-content tr:nth-child(even) td {
    background-color: #2a2a2a;
}

.bets-center-align {
    text-align: center;
}

.bets-left-align {
    text-align: left;
}

.bets-right-align {
    text-align: right;
}

.bets-fixed-width {
    width: 150px;
}

.bets-payout-success {
    color: #00e701;
}

.bets-payout-fail {
    color: #808080;
}

.bets-img-game {
    width: 60px;
    height: 60px;
    border-radius: 3px;
}

.bets-img-provider {
    max-width: 60px;
    max-height: 60px;
}

.pulse.svelte-tgp09d {
    margin-left: 2px;
    animation: svelte-tgp09d-pulse 1s infinite ease-out;
    margin-right: 3px;
}

.svelte-tgp09d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 1;
    background: #1fff20;
}

.online-counter {
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
}

/* Latest Soccer Match */
.swiper {
    width: 100%;
}

.new-event__game {
    padding: 0px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, rgba(28, 92, 142, 0) 0%, #ffffff1f 50%, rgba(28, 92, 142, 0) 100%);
    position: relative;
    margin-bottom: 10px;
}

.sw-title {
    height: 20px;
    width: 100%;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, #0000004f 50%, rgba(0 0 0 / 0%) 100%);
}

.new-event__half {
    color: #9b9ea0;
}

.new-event__title-content {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.new-event__wrap {
    width: 100%;
    height: 90px;
}

.new-event__beginning {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    padding-left: 5%;
    height: 20px;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, #74726645 50%, rgba(0 0 0 / 0%) 100%);
}

.new-event__beginning-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    padding-right: 5%;
    height: 18px;
}

.teams-content {
    display: flex;
    width: 100%;
    margin-top: 2%;
}

.teams1-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teams2-content {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.new-event__teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 80px;
}

.new-event__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.event-team__logo-content img {
    width: 40px;
    height: 40px;
}

.event-team__name-content {
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
}

.new-event__score.divider-match {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.event-score__divider-match {
    width: 1px;
    height: 70px;
    background-color: #00a8ce;
}

.new-event__bg {
    opacity: 0.1;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5em;
    height: 5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contents-sw {
    position: absolute;
    width: 100%;
    inset: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -2% !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    margin: 3px !important;
}

.event-team__logo-content {
    position: relative;
}

.event-team__logo-content::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5%;
    height: 5%;
    border-radius: 50%;
    box-shadow: 0em 0em 2.25em 1.66667em rgb(192 194 195 / 25%);
    transform: translate(-50%, -50%);
}

#online-counter {
    color: white !important;
}

.swiper-casino img {
    border: 2px solid #434343;
    border-radius: 5px;
    max-width: 100% !important;
}

.mobile .content, .mobile .main-content {
    margin-bottom : 20px !important;
}

.hkb-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hkb-slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hkb-slider-slide {
    min-width: 100%;
    padding: 0.5rem;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.grid-item {
    width: 100%;
    max-width: 300px;
    flex: 0 0 auto;
}

@media (min-width: 768px) {
    .grid-item {
        width: calc(50% - 0.5rem);
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .grid-item {
        width: calc(33.333% - 0.67rem);
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .grid-item {
        width: calc(25% - 0.75rem);
        max-width: 300px;
    }
}

.custom-card {
    /* background: linear-gradient(71deg, #080509, #1a171c, #080509); */
    border-radius: 25px;
    padding: 2px;
    height: 90px;
    transition: transform 0.3s ease;
    margin-top: 18px;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.hasil-togel {
    display: flex;
    justify-content: center;
    background: #131212;
    text-transform: uppercase;
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(28, 92, 142, 0) 0%, #ffffff1f 50%, rgba(28, 92, 142, 0) 100%);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 6px;
}

.card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    /* background: linear-gradient(71deg, #080509, #1a171c, #080509); */
    border-radius: 23px;
}

.card-period {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-number {
    color: #ffffff;
    font-size: 1.8rem !important; 
    font-weight: 800;
    margin: 0.5rem 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}

.card-date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.hkb-slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    z-index: 10;
}

.hkb-slider-control:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.hkb-slider-control.prev {
    left: 10px;
}

.hkb-slider-control.next {
    right: 10px;
}

.error-message {
    color: #ff5555;
    text-align: center;
    margin-top: 20px;
    padding: 1rem;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 8px;
}

.d-none {
    display: none !important;
}

.footer-content a {
color: yellow;
}

@media (max-width: 400px) {
    .bets-user-column {
        display: none;
    }
}

@media (min-width: 551px) {
    #notification-container {
        padding: 10px;
        bottom: 0;
    }
}

@media (max-width: 600px) {
    .bets-time-column {
        display: none;
    }

    .custom_menu_row {
        border-radius: 0px;
        overflow-x: scroll;
        justify-content: flex-start;
        -ms-overflow-style: none; 
        scrollbar-width: none;
    }

    .custom_menu_row::-webkit-scrollbar {
        display: none;
    }
      
    .custom_menu_wrapper {
        margin-bottom: 14px;
        border: none;
        border-radius: 0px;
    }
}

@media (max-width: 800px) {
    .bets-bet-amount-column {
        display: none;
    }
}

@media (max-width: 1000px) {
    .bets-multiplier-column {
        display: none;
    }
}

@media (max-width: 1200px) {
    .bets-provider-column {
        display: none;
    }
}

@keyframes svelte-tgp09d-pulse {
    0% {
        box-shadow: 0 0 #00e70166;
    }
    30% {
        box-shadow: 0 0 2px 2px #00e70166;
    }
    70% {
        box-shadow: 0 0 2px 2px #00e70166;
    }
    100% {
        box-shadow: 0 0 #00e70166;
    }
}

@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes rotateWheel {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

@keyframes ring {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}

@font-face {
    font-family: jackpot;
    src: url(https://indoXgacor.b-cdn.net/assets/fonts/advanced_dot_digital-7.ttf);
}