.jadwal-bank-info p {
    margin-bottom: 0 !important;
}

.btn-homegames {
    width: 100%;
}

.carousel-indicators {
    bottom: 45px !important;
}

.play-now {
    bottom: 8px;
    right: 44px;
}

.null-pdr {
    width: 200px;
    height: 180px;
}

.right-banner-image {
    position: absolute;
    right: -16.3rem;
    top: 7rem;
    z-index: 0;
}

.left-banner-image {
    position: absolute;
    left: -12.8rem;
    top: 7rem;
    z-index: 0;
}

.game-box-glow-in-yellow {
    height: 100% !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 4;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 38px !important;
    height: 71px !important;
}

.game-box-glow-in-purple {
    height: 100% !important;
}


.ribbon{
    position: absolute;
    color: #fff;
    background:var(--ribbon-color);
    padding: 0 7px;
    font-size: 12px;
    bottom: 40px;
    left: -6px;
    z-index: 1;
}
.ribbon:after {
    content: "";
    width: 0.2em;
    bottom: 0px;
    position: absolute;
    display: block;
    border: 9px solid var(--ribbon-color);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    right: -9px;
    border-left-width: 0;
    border-right-color: transparent;
}

.ribbon:before {
    content: "";
    width: 0.2em;
    bottom: -6px;
    position: absolute;
    display: block;
    border: 3px solid var(--ribbon-color);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    left: 0px;
    border-left-width: 3px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    z-index: -1;
}