.card.yeekee-custom.yeekee10vip .card-header{
    background: rgb(238, 130, 238);
    background: linear-gradient(
        0deg,
        rgba(238, 130, 238, 1) 0%,
        rgba(235, 196, 235, 1) 50%,
        rgba(238, 130, 238, 1) 100%
    );
}

.content-play a.yeekee10vip {
    border: 2px solid #fff;
}

.content-play a.yeekee10vip::after{
    content: '';
    width: 400px;
    height: 130px;
    background: #006699;
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: -1;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.content-play a.yeekee10vip .info {
    /* background: rgb(238, 130, 238);
    background: linear-gradient(
        0deg,
        rgba(238, 130, 238, 1) 0%,
        rgba(235, 196, 235, 1) 50%,
        rgba(238, 130, 238, 1) 100%
    ); */
}

.main-class-custom-yeekee10vip .title-head h4{
    /* background: rgb(238, 130, 238);
    background: linear-gradient(
        0deg,
        rgba(238, 130, 238, 1) 0%,
        rgba(235, 196, 235, 1) 50%,
        rgba(238, 130, 238, 1) 100%
    ); */
}

.main-class-custom-yeekee10vip .group-button a .status-countdown-custom{
    background:#006699;
    color: #fff;
}

.main-class-custom-yeekee10vip .process h1{
    background:#ee82ee;
}

.main-class-custom-yeekee10vip .br-radius .bg-warning{
    background: #006699 !important;
}


.main-class-custom-yeekee10vip .br-radius.border-warning{
    border-color: #006699 !important;
}

@media (max-width: 575.98px){
    .content-play a.yeekee10vip::after{
        bottom: -30px;
        left: -10px;
    }
}
