.main-content {
    background-color: #0e131c !important;
}

.tab-content {
    color: white;
}

.running-text {
    background-color: #0e131c;
    color: #fff;
    padding: 3px 0;
    margin-top: 5px;
    border-top: 1px solid #1e9fbe;
    border-bottom: 1px solid #1e9fbe;
}

.login-wrapper {
    padding: 1rem 2rem !important;
    background-color: hsl(237deg 0% 10%) !important;
}

.last-result {
    background-color: #2d004d !important;
    box-shadow: 0 0 4px 2px #fb3f56;
}

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

.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: #000;
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(15px) saturate(180%);
    background: linear-gradient(to bottom, #a8e8f9 10%, #2d8eab 100%);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.wrapper-menu-lobby .wrapper-menu-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.shortcut-icon {
    width: 30px;
    height: 30px;
}
.shortcut-icon.icon-bank {
    background-color: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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(4, 1fr);
    gap: 20px;
    align-items: center;
    margin: 2rem;
}

.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: #000 !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: #0e131c !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 {
    background: rgb(32 1 43) !important;
}

.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;
}
.hotmatch {
    box-shadow: 0 0 4px 2px #fb3f56;
    background: #000;
    margin-top: 20px;
    border-radius: 5px;
    padding: 1.3rem 1rem;
}

.hotmatch-button {
    background: #fb3f56;
    color: white;
}

.hotmatch-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.hotmatch-tools select {
    background: linear-gradient(
        270deg,
        rgba(201, 138, 0, 1) 0%,
        rgba(253, 243, 35, 1) 21%,
        rgba(253, 243, 35, 1) 33%,
        rgba(211, 158, 7, 1) 44%,
        rgba(215, 166, 9, 1) 60%,
        rgba(252, 241, 34, 1) 73%,
        rgba(255, 247, 36, 1) 85%,
        rgba(201, 138, 0, 1) 100%
    );
    border: none;
    border-radius: 5px;
    border: 1px solid #f8cb34;
    padding: 5px;
    color: #000;
    box-shadow: inset 0 0 5px 3px #f1d700, inset 0 2px 0 0 #fff;
}

.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: #ffffff;
    margin-bottom: 10px;
    margin-right: 10px;
    flex: 1 0 80%;
    font-family: "Muli";
}

.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: #8d8a8a;
    margin: 0;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: "Muli";
}

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

.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: #000;
    font-weight: bolder;
    font-size: 12px;
}

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

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

.item-button {
    padding: 8px;
    background: #18334e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.promosi-content-container .promosi-more {
    background-color: #fff !important;
    color: #000 !important;
}

.login-wrapper .home-button-wrapper .btn.btn-1,
.login-wrapper .home-button-wrapper .btn.btn-3,
.login-wrapper .home-button-wrapper .btn.btn-4,
.login-wrapper .home-button-wrapper .btn.btn-5 {
    margin-bottom: 1rem;
    background: linear-gradient(to bottom, #a8e8f9 10%, #2d8eab 100%);
    border: 1px solid #43bfe5;
    box-shadow: inset 0 0 0 1.5px #2d8eab, inset 0 1.5px 0 0 #c8f3ff,
        inset 0 0 0 1.5px #43bfe5, 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 20px 20px !important;
}

.button-orange {
    background: linear-gradient(to bottom, #a8e8f9 10%, #2d8eab 100%);
    background-size: 300% 300%;
    box-shadow: inset 0 0 0 1.5px #2d8eab, inset 0 1.5px 0 0 #c8f3ff,
        inset 0 0 0 1.5px #43bfe5, 2px 2px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #43bfe5 !important;
    text-transform: uppercase;
    border-radius: 20px !important;
}

a.btn.btn-green {
    background: linear-gradient(
        195deg,
        rgba(139, 0, 0) 11%,
        rgba(178, 34, 34) 21%,
        rgba(139, 0, 0) 33%,
        rgba(178, 34, 34) 30%,
        rgba(178, 34, 34) 60%,
        rgba(240, 128, 144) 73%,
        rgba(139, 0, 0) 85%,
        rgba(139, 0, 0) 100%
    ) !important;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 3px #800000, inset 0 2px 0 0 #fff,
        inset 0 0 0 2px #800000, 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #ff0000 !important;
    text-transform: uppercase;
    border-radius: 20px 20px 20px 20px !important;
}

.logo-item {
    justify-content: left !important;
}

.text-regis {
    letter-spacing: 0.3em !important;
}

.login-wrapper .form-input input {
    border: 1px solid #ff1c00 !important;
    border-radius: 20px 20px 20px 20px !important;
}

@keyframes mobile-button {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.home-button-wrapper button:not(.btn-3),
.home-button-wrapper .buttonjoin,
.home-button-wrapper .btn-vip {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.home-button-wrapper button:not(.btn-3)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        190deg,
        #a8e8f9 10%,
        #6fd4ee 21%,
        #43bfe5 33%,
        #2d8eab 44%,
        #a8e8f9 60%,
        #6fd4ee 73%,
        #43bfe5 85%,
        #2d8eab 100%
    );
    background-size: 400% 400%;
    animation: mobile-button 6s ease infinite;
    border-radius: 6px;
    z-index: -1;
}

.home-button-wrapper .buttonjoin::before,
.home-button-wrapper .btn-vip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        190deg,
        #a8e8f9 10%,
        #6fd4ee 21%,
        #43bfe5 33%,
        #2d8eab 44%,
        #a8e8f9 60%,
        #6fd4ee 73%,
        #43bfe5 85%,
        #2d8eab 100%
    );
    background-size: 400% 400%;
    animation: mobile-button 6s ease infinite;
    border-radius: 6px;
}

.buttonjoin input[type="submit"] {
    position: relative;
    z-index: 1;
    width: 100%;
    border: 1px solid #43bfe5;
    color: #000;
    font-weight: 700;
    background: transparent !important;
    box-shadow: inset 0 0 0 1.5px #2d8eab, inset 0 1.5px 0 0 #c8f3ff,
        2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-button-wrapper button:not(.btn-3) {
    position: relative;
    z-index: 1;
    border: 1px solid #43bfe5;
    color: #000;
    font-weight: 700;
    background: transparent !important;
    box-shadow: inset 0 0 0 1.5px #2d8eab, inset 0 1.5px 0 0 #c8f3ff,
        2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-button-wrapper .btn-vip img {
    position: relative;
    z-index: 2;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
}

.home-button-wrapper button:not(.btn-3):hover,
.buttonjoin input[type="submit"]:hover {
    box-shadow: 0 0 10px #43bfe5, 0 0 20px #2d8eab;
}

.button-orange {
    color: #000000 !important;
}

/* Konten */
.main-content {
    background-color: hsl(237deg 0% 10%);
}

.last-result {
    background-color: #131313 !important;
    box-shadow: 0 0 4px 2px #5dcfc9 !important;
}

.last-result .last-result-arrow {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.last-result .last-result-arrow svg {
    color: #fff;
}

.hotmatch {
    box-shadow: 0 0 4px 2px #5dcfc9 !important;
}

.hotmatch-button {
    background: #ba8300 !important;
    color: #fff;
}

.hotmatch-tools select {
    background: #ba8300 !important;
    color: #fff;
    box-shadow: inset 0 -4px 0 rgba(144, 92, 0, 1) !important;
}

.hotmatch-content__item {
    background: #c1fdff;
}

.item-title h5 {
    color: #000;
}

.item-info {
    background: #2d8eab !important;
}

.bet-indicator__value {
    background: #2d8eab !important;
}

.item-button {
    background: #2d8eab !important;
}
