:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;

    --bg-color: #070000;
    --text-first: #ffffff;
    --text-second: #000000;

    --first-color: #e60012;
    --second-color: #720006;
    --third-color: #720006;
    --fourth-color: #ffd54a;
    --fifth-color: #3a0003;
    --sixth-color: #ffffff;

    --g1: #ffd54a;
    --g2: #720006;
    --marquee: #e60012;
    --theme-accent: #ffd54a;
    --theme-text: #000000;
}

body {
    background:
        radial-gradient(circle at top, rgba(255, 213, 74, 0.20), transparent 34%),
        radial-gradient(circle at 50% 8%, rgba(230, 0, 18, 0.18), transparent 42%),
        linear-gradient(180deg, #210004 0%, var(--bg-color) 48%, #000 100%);
    color: var(--text-first);
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.rtp-card {
    background: linear-gradient(180deg, var(--first-color) 0%, var(--second-color) 100%);
    padding: 0.7rem;
    text-align: center;
    width: 24rem;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
}

.rtp-card-img {
    max-width: 100%;
    width: 29rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.place-img-rtp {
    width: 100%;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-items: center;
    border-radius: 5px;
}

.place-img-rtp:hover {
    cursor: pointer;
}

.btn-play {
    border-radius: 5px;
    padding: 0.3rem;
    width: 100%;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    border: 2px solid var(--first-color);
    background: linear-gradient(180deg, var(--first-color) 0%, var(--second-color) 100%);
    color: #ffffff;
    margin-top: 10px;
}

.btn-play:hover {
    background: linear-gradient(0deg, var(--sixth-color) 0%, var(--sixth-color) 100%);
    color: #000000;
}

.pola-wrapper {
    background: var(--sixth-color);
    padding: 0.9rem;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    color: #000000 !important;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
    color: #000000 !important;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
    color: #000000 !important;
}

.pola-wrapper h4 i,
.pola-wrapper h5 i,
.pola-wrapper p,
.pola-wrapper span,
.pola-wrapper div,
.pola-wrapper small,
.pola-wrapper strong,
.pola-wrapper b {
    color: #000000 !important;
}

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 100%;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.6rem;
    color: #000000 !important;
}

.top-game,
.hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    z-index: 2;
    height: 2.9rem;
    left: 0.4rem;
}

.top-game {
    background: url('../images/top.gif');
}

.hot-game {
    background: url('../images/hot.gif');
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    top: 0.5rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1.7rem;
}

.slider,
.swiper {
    width: 100%;
    max-width: 100%;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: linear-gradient(0deg, #000000 0%, #000000 100%);
    height: 100%;
    border-bottom: 1px dashed var(--first-color);
    box-shadow: 0 0 18px rgba(255, 211, 0, .22);
}

.running-text {
    background: var(--marquee);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--theme-accent);
    padding: 0.1rem;
}

.icon-prov {
    background: linear-gradient(0deg, var(--first-color) 0%, var(--g2) 100%);
    display: flex;
    position: relative;
    overflow: auto !important;
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.1rem !important;
    color: var(--text-second);
}

.icon-card-bg p {
    font-size: 0.73rem;
    font-weight: 700;
    color: var(--text-second);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.img-prov {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.item-prov {
    padding: 0 0.5rem;
}

.btn-login,
.btn-daftar {
    background: linear-gradient(180deg, var(--first-color) 0%, var(--second-color) 100%);
    padding: 0.6rem;
    color: #ffd54a;
    border: none;
    font-weight: bold;
}

.btn-login:hover,
.btn-daftar:hover {
    background: linear-gradient(180deg, var(--theme-accent) 0%, var(--first-color) 100%);
    color: #000000;
}

/* NAVBAR BAWAH - final pakai SVG, tidak butuh Font Awesome / Lineicons */
.nav-bottom {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    z-index: 99999 !important;
    overflow: hidden !important;
    width: 100% !important;
    min-height: 60px !important;
    border-top: 2px solid #ffd54a !important;
    background: linear-gradient(180deg, #e60012 0%, #720006 100%) !important;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, .45) !important;
}

.nav-bottom .item-nav-bottom {
    flex: 1 1 0 !important;
    width: 33.333% !important;
    min-width: 0 !important;
    min-height: 60px !important;
    padding: 7px 4px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #e60012 0%, #720006 100%) !important;
    color: #ffd54a !important;
    font-weight: 800 !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent;
}

.nav-bottom .item-nav-bottom:hover,
.nav-bottom .item-nav-bottom:focus,
.nav-bottom .item-nav-bottom:active {
    background: linear-gradient(180deg, #ff3341 0%, #e60012 45%, #720006 100%) !important;
    color: #ffd54a !important;
    text-decoration: none !important;
    outline: none !important;
}

.nav-bottom .nav-icon {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    color: #ffd54a !important;
    margin: 0 !important;
}

.nav-bottom .item-nav-bottom p,
.nav-bottom .item-nav-bottom span {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
    font-size: 12px !important;
    color: #ffd54a !important;
    font-weight: 800 !important;
    text-shadow: 0 1px 1px #000 !important;
}

.btn-up {
    display: none;
    position: fixed;
    bottom: 4.4rem;
    right: 0.8rem;
    z-index: 99999;
    font-size: 0.9rem;
}

/* Percentage */
.percent {
    height: 19px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color: #000000 !important;
}

.percent-bar {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, .15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.good {
    background-color: #ffc107;
}

.great {
    background-color: #28a745;
}

.bad {
    background-color: #dc3545;
}

.content-home {
    padding: 1rem;
    margin-bottom: 5.2rem;
    background: var(--text-first);
    color: var(--text-second);
}

/* Selection color */
::selection {
    background: #ffd54a;
    color: #000000;
}

::-moz-selection {
    background: #ffd54a;
    color: #000000;
}

/* Container */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1100px !important;
    }
}

@media (max-width: 480px) {
    .logo img {
        width: 15rem;
    }

    .nav-bottom {
        min-height: 58px !important;
    }

    .nav-bottom .item-nav-bottom {
        min-height: 58px !important;
        font-size: 11px !important;
        padding: 6px 3px !important;
    }

    .nav-bottom .nav-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .nav-bottom .item-nav-bottom p,
    .nav-bottom .item-nav-bottom span {
        font-size: 11px !important;
    }
}
