@font-face {
    font-family: Muli;
    src: url('/assets/fonts/Muli.ttf');
    font-display: swap;
}

.body-mobile {
    background-color: #262626;
    background: url('/assets/img/gaaap/bg-mobile.webp?v=1') !important;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center !important;
    background-attachment: scroll !important;
    min-height: 100vh;
    font-family: 'Muli' !important;
}

body.body-mobile::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent 35%,
            #26262640 50%,
            #262626b3 70%,
            #262626f0 85%,
            #262626 100%);
    pointer-events: none;
    z-index: 0;
}

header,
.marquee,
.owl-carousel,
.wrapper-menu-lobby,
.login-wrapper,
main,
footer {
    position: relative;
    z-index: 1;
}

.tab-content {
    color: white;
}

.running-text {
    background-color: #1B211A;
    color: #fff;
    padding: 3px 0;
    border-top: 1px solid #CAFF26;
    border-bottom: 1px solid #CAFF26;
}

.login-wrapper {
    padding: 1rem 2rem !important;
    background-color: transparent !important;
}

.last-result {
    background: #1B211ACC !important;
    border: 1px solid #CAFF26 !important;
    border-width: 1px;
    border-radius: 20px !important;
}

.wrapper-menu-lobby {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 5px;
    padding: 5px;
}

.wrapper-menu-lobby .wrapper-menu-item {
    position: relative;
    width: 100%;
    height: 7rem;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    background: #5A7ACD;
    border-radius: 10px;
    transition: all .3s ease;
    border: 1px solid;
}

.wrapper-menu-lobby .wrapper-menu-item a {
    position: absolute;
    width: 100%;
    height: 100%;
}


.wrapper-menu-lobby .wrapper-menu-item:nth-child(1) {
    background: url('/assets/img/gaaap/menu-icon/1.png');
    background-size: cover;
}

.wrapper-menu-lobby .wrapper-menu-item:nth-child(2) {
    background: url('/assets/img/gaaap/menu-icon/2.png');
    background-size: cover;
}

.wrapper-menu-lobby .wrapper-menu-item:nth-child(3) {
    background: url('/assets/img/gaaap/menu-icon/3.png');
    background-size: cover;
}

.wrapper-menu-lobby .wrapper-menu-item:nth-child(4) {
    background: url('/assets/img/gaaap/menu-icon/4.png');
    background-size: cover;
}

.wrapper-menu-lobby .wrapper-menu-item:nth-child(5) {
    background: url('/assets/img/gaaap/menu-icon/5.png');
    background-size: cover;
}


.wrapper-menu-lobby .wrapper-menu-item a .shortcut-text {
    color: #fff;
    font-family: 'Muli';
    font-size: 10px;
    text-align: center;
    margin-top: 7px;
    display: none;
}

.shortcut-icon {
    width: 30px;
    height: 30px;
    display: none;
}

.shortcut-icon.icon-bank {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-mask-image: url("/assets/img/wlb2c/icons/shortcut/bank.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/wlb2c/icons/shortcut/bank.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.shortcut-icon.icon-play {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-mask-image: url("/assets/img/wlb2c/icons/shortcut/cara_bermain.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/wlb2c/icons/shortcut/cara_bermain.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.shortcut-icon.icon-promo {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-mask-image: url("/assets/img/wlb2c/icons/shortcut/promo.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/wlb2c/icons/shortcut/promo.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.shortcut-icon.icon-link {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-mask-image: url("/assets/img/wlb2c/icons/shortcut/link.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/wlb2c/icons/shortcut/link.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.shortcut-icon.icon-rtp {
    background-color: #000;
    background-repeat: no-repeat;
    -webkit-mask-image: url("/assets/img/wlb2c/icons/shortcut/rtp.png");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("/assets/img/wlb2c/icons/shortcut/rtp.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.support-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 1rem;
}

.support-wrapper a img {
    width: 100%;
}

.bank-status {
    margin-top: 1rem !important;
}

.payment-partners-new {
    margin-top: 5px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}

.payment-partners-new .box-bank {
    padding: 10px;
    background: white;
    height: 35px;
    border-radius: 10px;
    padding: 5px 5px 5px 12px !important;
    height: 45px;
    justify-content: start !important;
}

.box-bank-voucher {
    padding: 10px;
    background: white;
    height: auto;
    border-radius: 10px;
    text-align: center;
    justify-content: start;
}

.bank-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.box-bank .voucher88 {
    width: 60px;
}

.horizontal-rule {
    border-top: 1px solid white;
}

.dot-online {
    background: #66ae3e;
}

.dot-offline {
    background: #c93232;
}

.dot-trouble {
    background: #ffc600;
}

.footer-top {
    padding: 2rem !important;
    text-align: justify;
    background-color: transparent !important;
}

.footer-bottom {
    background-color: transparent !important;
}

.supportby-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.supportby-wrapper .rowspan {
    grid-column: span 2;
}

.supportby-wrapper img {
    width: 100%;
}

.supportby-wrapper .supportby-item {
    text-align: center;
}

.responsibility-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 10px -15px;
}

.game-responsibility-content {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 3px;
}

.game-responsibility-content .icon-game-responsibility {
    width: 30px;
}

.game-responsibility-content .text-game-responsibility {
    text-align: center;
}

.game-responsibility-content .text-game-responsibility div {
    font-size: 10px;
    margin: 3px 0;
}

.game-responsibility-content .icon-game-responsibility.jp-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/jp.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/jp.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.engine-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/engine.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/engine.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.responsible-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/responsible.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/responsible.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.clock-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/24-hour-clock.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/24-hour-clock.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.clock-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/24-hour-clock.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/24-hour-clock.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.secret-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/rahasia.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/rahasia.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

.game-responsibility-content .icon-game-responsibility.bighest-icon {
    -webkit-mask-image: url(/assets/img/dw/icon/bigindo.webp);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/assets/img/dw/icon/bigindo.webp);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background: #fff;
}

header .header-wrapper {
    justify-content: space-between !important;
    padding: 10px;
}

.inner-wrap {
    background-color: transparent !important;
}

.accordion-grid {
    grid-gap: 5px;
}

.accordion-grid-item {
    background-color: #337ab7 !important;
    padding: 10px !important;
    font-size: 10px;
}

.blink {
    text-decoration: blink;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.header-memo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    margin-top: 5px;
}

.header-memo .button-filter-memo {
    padding: 5px 10px;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.header-memo .active {
    background: #ba8300;
}

.content-memo {
    background: #1e1e1e !important;
}

.card-memo {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    margin-top: 10px;
}

.card-memo .card-memo-from {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.card-memo .unread {
    background: #f72525;
}

.card-memo .read {
    background: #ba8300;
}

.card-memo .card-memo-content {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #1e1e1e;
    color: white;
    padding: 10px;
}

.card-memo .card-memo-subject {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.card-memo .card-memo-body {
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
}

.card-memo .card-memo-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid;
    padding: 10px 0 0;
}

.card-memo .card-memo-footer .footer-date {
    font-size: 12px;
}

.card-memo .card-memo-footer .footer-control {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 16px;
}

.card-memo .card-memo-footer .footer-control i {
    margin-left: 15px;
    color: #fff;
}

.memo-legends {
    margin-top: 10px;
    background: #1e1e1e;
    padding: 10px;
    border-radius: 5px;
}

.memo-legend-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.memo-legends .memo-title-legend {
    font-size: 16px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    text-align: center;
}

.memo-legends-content {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    color: #fff;
}

.color-legend {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

.memo-legends-content .memo-legends-title .red {
    background: #f72525;
}

.memo-legends-content .memo-legends-title .purple {
    background: #ba8300;
}

.memo-legends-content .memo-legends-title {
    display: flex;
    align-items: center;
    justify-content: start;
}

.news-card {
    background: #1e1e1e;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 10px;
}

.news-card h3 {
    font-weight: bold;
    font-size: 18px;
}

.news-card h4 {
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px !important;
}

.news-icon {
    width: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.news-icon i {
    font-size: 30px;
    color: #fff;
}

.news-detail {
    background-color: #4c4c4c;
    color: #fff;
    margin-top: -5px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news-control {
    margin-top: 10px;
    font-weight: bold;
    color: #ba8300;
}

.text-hubungi-kami {
    color: white;
}

.login-wrapper .home-button-wrapper .btn.btn-5 {
    background-color: #23416E !important;
}

.login-wrapper .home-button-wrapper .btn, .buttonWrap {
    height: 40px !important;
    opacity: 1;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px;
}

.hotmatch {
    background: #1B211ACC;
    margin-top: 20px;
    border-radius: 20px;
    padding: 1.3rem 1rem;
    border: 1px solid #CAFF26;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.hotmatch-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #CAFF26;
    padding-bottom: 10px;
}

.hotmatch-tools>div {
    display: flex;
    gap: 10px;
}

.hotmatch-tools h4 {
    color: #fff;
}

.hotmatch-tools select {
    background: #CAFF26;
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #000;
}

.hotmatch-button {
    background: #CAFF26 !important;
    color: #000 !important;
}

.hotmatch-content {
    margin-top: 5px;
    /* height: 425px; */
    overflow-x: scroll;
    display: flex;
    scroll-behavior: smooth;
}

/* width */
.hotmatch-content::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.hotmatch-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    display: none;
}

/* Handle */
.hotmatch-content::-webkit-scrollbar-thumb {
    background: #18334e;
    border-radius: 10px;
    display: none;
}

/* Handle on hover */
.hotmatch-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hotmatch-content__item {
    border-radius: 5px;
    background: #1B211A;
    margin-right: 10px;
    flex: 1 0 80%;
    font-family: 'Muli';
    border: 1px solid #CAFF26;
    border-radius: 20px;
}

.hotmatch-content__item:last-child {
    margin-bottom: 0px;
}

.item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
}

.item-title h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Muli';
}

.item-info {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.item-content {
    background: #f1f1f1;
    padding: 10px;
}

.item-content.sepakbola {
    background: url('/assets/img/hotmatch/Bolagila/Sepakbola.webp');
    background-size: cover;
}

.item-content.basket {
    background: url('/assets/img/hotmatch/Bolagila/Basketball.webp');
    background-size: cover;
}

.item-content.e-sport {
    background: url('/assets/img/hotmatch/Bolagila/Esport.webp');
    background-size: cover;
}

.team {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    align-items: center;
}

.team-indicator {
    width: 25px;
    height: 25px;
    background: aquamarine;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.team-indicator.home {
    background: #3dd037;
}

.team-indicator.away {
    background: #de2a25;
}

.team-name {
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
}

.bet-indicator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 12px;
}

.bet-indicator__value {
    background: #CAFF26;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    color: #000;
}

.item-button {
    padding: 8px;
    background: #0793CB;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.promosi-content-container .promosi-more {
    background-color: #fff !important;
    color: #000 !important;
}

header .header-wrapper {
    background: #1B211A !important;
}

.btn-register,
.buttn-header-deposit,
.btn-refresh-balance {
    width: 67px;
    height: 36px;
    min-width: 30% !important;
    opacity: 1;
    padding-top: 8px !important;
    padding-right: 5px !important;
    padding-bottom: 8px !important;
    padding-left: 5px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 1px !important;
    background: linear-gradient(270deg, #5F9C0A 0%, #CAFF26 100%) !important;
    border: 1px solid #E6FF97 !important;
    color: #000 !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.btn-refresh-balance {
    text-transform: capitalize !important;
}

.btn-refresh-balance i {
    font-size: 16px;
}

.login-wrapper .form-input input {
    margin: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-width: 1px !important;
}

.last-result .last-result-content {
    padding: 10px 0 !important;
}

.last-result .last-result-content .last-result-element {
    background-color: #1B211A !important;
    color: #fff;
}

.last-result .last-result-header {
    border-bottom: 1px solid #CAFF26 !important;
    margin: 0 10px;
}

.last-result .last-result-arrow {
    background: #CAFF26 !important;
    border: none !important;
}

.last-result .last-result-arrow svg {
    color: #000 !important;
}

.button-filter-lobby.btn-filter.active {
    background: linear-gradient(180deg, #BEF423 0%, #69A50D 100%) !important;
}

.button-filter-lobby.btn-filter.active .filter-text {
    color: #000 !important;
}

.login-wrapper .home-button-wrapper .btn.btn-1, .buttonWrap {
    background: linear-gradient(270deg, #799917 0%, #CAFF26 100%) !important;
    border: 1px solid #CAFF26 !important;
    color: #000 !important;
    box-shadow: none !important;
}

.login-wrapper .home-button-wrapper .btn.btn-2 {
    background: linear-gradient(270deg, #147EC2 0%, #009FD1 100%) !important;
    border: 1px solid #5FBEFF !important;
}

.input-row {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #c8f135;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    height: 40px;
    position: relative;
}

.input-icon {
    width: 40px;
    height: 40px;
    background: #1B211A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #CAFF26;
    box-shadow: 4px 0px 4px 0px #00000040;
}

.input-icon svg {
    stroke: #c8f135;
}

.input-row input {
    flex: 1;
    height: 56px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 15px;
    color: #ccc;
}

.input-row input::placeholder {
    color: #8B8B8B;
    font-size: 14px;
}

.toggle-pass {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    z-index: 99;
}

.toggle-pass svg {
    stroke: #8B8B8B;
}

.toggle-pass:hover svg {
    stroke: #c8f135;
}

.main-content,
.body-mobile main {
    background: transparent !important;
}

.last-result-content .container {
    padding: 10px;
}

/* Search */
.search-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 10px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-radius: 77px;
    background: linear-gradient(90deg, #C7FC25 0%, #639F0B 100%);
}

.search-wrapper svg {
    flex-shrink: 0;
}

.search-wrapper input {
    width: 100%;
    height: 36px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 38px;
    background: #262626;
    color: #fff;
}

.search-wrapper input::placeholder {
    color: #838383;
}

.grid-wrapper {
    height: 324px;
    /* overflow-y: auto; */
    overflow-x: hidden;
    padding-right: 4px;
    transition: height 0.35s ease;

    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.grid-wrapper::-webkit-scrollbar {
    display: none;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

/* Card */
.last-result-content .card {
    opacity: 1;
    padding-bottom: 4px;
    gap: 4px;
    border-width: 1px;
    border-radius: 4px;
    transition: transform 0.15s ease;
    background: #1B211A;
    border: 1px solid #CAFF26;
    height: 70px;
}

.last-result-content .card:hover {
    transform: translateY(-2px);
}

.last-result-content .card .name {
    font-size: 7px;
    font-weight: 600;
    margin-bottom: 4px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.last-result-content .card .date {
    font-size: 7px;
    margin-bottom: 4px;
    color: #FFFFFF;
}

.last-result-content .card .number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #CAFF26;
}

/* Hidden by search */
.last-result-content .card.search-hidden {
    display: none !important;
}

/* Show More */
.show-more-wrapper {
    margin-top: 8px;
}

.btn-show-more {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.2s ease;
    border: 1px solid #CAFF26;
    background-color: transparent;
    color: #fff;
}

.btn-show-more .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-show-more.expanded .arrow {
    transform: rotate(180deg);
}

.header-result,
.content-result {
    padding: 5px 10px;
    text-align: center;
}

.content-result {
    height: 100%;
}

.header-result {
    height: 100%;
    padding-bottom: 0px;
    background: linear-gradient(270deg, #619D0B 0%, #CAFF26 50%, #619D0B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotmatch-button {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: #ba8300;
    color: white;
    /* margin: 0 5px; */
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}

.button-tools {
    display: flex;
    gap: 5px;
}

.footer-seo-container {
    padding: 0px !important;
    background: transparent !important;
}

.login-wrapper .login-text2 {
    padding: 0px 0px 10px !important;
}

header.header-after-login .header-wrapper img {
    width: 170px !important;
}

.lobby-content-top {
    background: #1B211A !important;
    border-top: 1px !important;
    border-bottom: 1px !important;
    border-style: solid !important;
    border-color: #CAFF26 !important;
}

.lobby-content-top .mb-lobby-balance {
    flex-wrap: unset !important;
    height: 40px;
    margin-top: 0px !important;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 1rem;
}

.menu-item {
    width: unset !important;
    height: 52px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    background: linear-gradient(180deg, #BEF423 0%, #69A50D 100%);
    border: 1px solid #CAFF26;
    text-align: center;
}

.menu-item:active {
    transform: scale(0.96);
}

.menu-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin: 0 auto;
}

.menu-item span {
    font-size: 12px;
    font-weight: 500;
    color: #1a3300;
    text-align: center;
    line-height: 1.2;
}

.button-tournament-container .button-tournament {
    width: 150px !important;
    height: 48px !important;
    padding-top: 14px !important;
    padding-right: 12px !important;
    padding-bottom: 14px !important;
    padding-left: 12px !important;
    border-width: 1px !important;
    border-radius: 61px !important;
    background: linear-gradient(270deg, #147EC2 0%, #009FD1 100%) !important;
    text-transform: uppercase;
}

.title-game {
    background: #1C201B !important;
    border: 1px solid #CAFF26;
}

.title-game h3 {
    color: #fff !important;
}

.tab-header {
    background: linear-gradient(90deg, #CAFF26 0%, #64A00B 100%) !important;
    border: none !important;
}

.tab-button {
    padding: 10px !important;
}

.tab-button.active {
    background: #000 !important;
}

.game-wrapper .game-lobby-content {
    background: #1B211A !important;
    border: 1px solid #CAFF26 !important;
}

.game-wrapper .game-lobby-content .game-title {
    background: linear-gradient(90deg, #69A50D 0%, #CAFF26 50%, #69A50D 100%) !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 10px !important;
}

.game-wrapper .game-lobby-content .game-angka .lobby-game-angka-keluar {
    color: #FFAC00 !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
}

.wrapper-category .btn-category {
    background: #262626 !important;
    border-radius: 10px !important;
    
}

.wrapper-category .btn-category.active {
    background: linear-gradient(180deg, #BEF423 0%, #69A50D 100%) !important;
    color: #000 !important;
}

.wrapper-category {
    background: transparent !important;
    gap: 10px !important;
}

.promosi-btn-wrapper {
    display: none !important;
}

.promosi-content-container {
    margin-bottom: 0 !important;
}

.button-referral {
    font-size: 16px !important;
}

.form-group .form-assign {
    right: 10px;
}

.modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 64%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
}

.modal-window header {
    font-weight: bold;
}

.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-title {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title .subject-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title .person-icon {
    width: 35px;
    height: 35px;
    color: white;
    background: #1e9fbe;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-left: 2px;
}

.subject h3 {
    font-size: 14px;
    color: #000;
}

.subject .normal {
    font-size: 14px;
    font-weight: normal;
    color: #878787;
}

.subject p {
    font-size: 11px;
    color: #878787;
    margin: 0;
}

.close-button {
    font-size: 25px;
    color: red;
}

.decoration-modal {
    border-top: 1px solid #cdcdcd;
}

.modal-content-reply {
    padding: 10px;
}

.button-reply {
    float: right;
    padding: 6px 15px;
    border: 1px solid #1e9fbe;
    background: #1e9fbe;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    height: 35px;
}

.memo-form {
    margin-top: 10px;
}

.input-row::after {
    content: "";
    width: 40px;
    display: block;
}