.bemain-games-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.bemain-games-card {
    flex: 0 0 auto;
    width: 33%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .bemain-games-card {
        flex: 0 0 auto;
        width: 20%;
    }
}

.bemain-games-card-content {
    width: 100%;
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}

.bemain-games-card-content-hover-btn {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,0.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.bemain-games-card-content-hover-btn:hover {
    opacity: 100%;
}

.bemain-games-card-play-btn {
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(to bottom,#fff095 0%,#b88416 88%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;
}

.bemain-games-card .img-zoom {
    transition: all 0.45s ease-in-out;
}

.bemain-games-card img {
    width: 90%;
    margin: 5px 0 5px 0;
    vertical-align: middle;
    border-style: none;
    display: inline-block;
}

.bemain-games-card-percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.bemain-games-card-percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.bemain-games-card-percent .percent-bar {
    background-color: #ffc107;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    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;
}

.bemain-games-wrapper .yellow {
    background-color: #ffc107;
}

.bemain-games-wrapper .green {
    background-color: #28a745;
}

.bemain-games-wrapper .red {
    background-color: #dc3545;
}

.bemain-games-gacor-details {
    color: #242424;
    white-space: normal;
}

.bemain-games-gacor-details .bemain-games-gacor__title {
    margin-bottom: 0;
}

.bemain-games-gacor-details .bemain-games-gacor__time,
.bemain-games-gacor-details .bemain-games-gacor__date {
    margin-bottom: 0;
}

.bemain-games-gacor-details .bemain-games-gacor__date {
    margin-bottom: 10px;
}

.bemain-games-gacor-pattern {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.bemain-games-gacor-pattern p {
    margin-bottom: 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    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;
}

@-webkit-keyframes progress-bar-stripes{
    from {
        background-position:1rem 0
    }
    to {
        background-position:0 0
    }
}

@keyframes progress-bar-stripes{
    from {
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}

.bemain-btn {
    display: inline-block;
    outline: none;
    background: #ebeef0;
    color: #394047;
    text-decoration: none !important;
    user-select: none;
    fill: #fff;
    border-radius: 3px;
    transition: all .2s ease;
}

.bemain-games-gacor-cta {
    padding: 5px;
}

.bemain-btn-brown {
    width: 100%;
    background: #472D2D;
    color: #fff;
    padding: 8px 0;
    border-radius: 10px;
}
