.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 {
    border: 2px solid #fff;
}

.content-play a.yeekee10::after{
    content: '';
    width: 400px;
    height: 130px;
    background: #6600ff;
    position: absolute;
    bottom: -20px;
    left: 40px;
    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%
    ); */
}

.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: -30px;
        left: -10px;
    }
}

