

.v-empty-card {
    width: 181px;
}


/* saved card  */

.v-content-data-card {
    width: 100%;
    box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.v-card-data {
    background: linear-gradient(180deg, #0E1624 0%, #000000 100%);
    border-radius: 10px;
}

.v-circel-left,
.v-circel-right {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
}

.v-circel-left {
    background: rgba(237, 0, 6, 1);
    top: 0;
    opacity: 0.9;

}

.v-circel-right {
    background: rgba(249, 160, 0, 1);
    top: 0;
     left: 15px;
    opacity: 0.9;
}

.v-card-hold p{
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    font-weight: 400;
    
}

.v-card-hold h6 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
}

