.card.yeekee-custom.yeekee10 .card-header{
    background: rgb(255, 20, 147);
    background: linear-gradient(
        0deg,
        rgba(255, 20, 147, 1) 0%,
        rgba(255, 196, 228, 1) 50%,
        rgba(255, 20, 147, 1) 100%
    );
}

.content-play a.yeekee10 {
    background: #ffafcc;
    border: 2px solid #fff;
}

.content-play a.yeekee10::after{
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #ea9eb9;
    position: absolute;
    bottom: 35%;
    left: -25%;
    z-index: -1;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.content-play a.yeekee10 .info {
    /* background: rgb(255, 20, 147);
    background: linear-gradient(
        0deg,
        rgba(255, 20, 147, 1) 0%,
        rgba(255, 196, 228, 1) 50%,
        rgba(255, 20, 147, 1) 100%
    ); */
    font-size: 12px;
    color: #ffffff;
}

.content-play a.yeekee10 .time{
    color: #ffffff;
}

.main-class-custom-yeekee10 .title-head h4{
    /* background: rgb(255, 20, 147);
    background: linear-gradient(
        0deg,
        rgba(255, 20, 147, 1) 0%,
        rgba(255, 196, 228, 1) 50%,
        rgba(255, 20, 147, 1) 100%
    ); */
}

.main-class-custom-yeekee10 .group-button a .status-countdown-custom{
    background: #6600ff;
    color: #fff;
}

.main-class-custom-yeekee10 .process h1{
    background: #ff1493;
}


.main-class-custom-yeekee10 .br-radius .bg-warning{
    background: #6600ff !important;
}

.main-class-custom-yeekee10 .br-radius.border-warning{
    border-color: #6600ff !important;
}

@media (max-width: 575.98px) {
    .content-play a.yeekee10::after{
        bottom: 40%;
        left: -80px;
    }
}

