/* card list ccss Start */
/* card list ccss end */

/* srcoll design Start */
::-webkit-scrollbar {
    background-color: #202125;
    width: 6px;
    height: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
/*    background: #EED26C;*/
    background: var(--secondary-color);
    border-radius: 10px;
    width: 5px;
}
/* Srcoll design end */