.overflow-y-auto::-webkit-scrollbar {
    width: 4px;
}

.overflow-y-auto::-webkit-scrollbar-track {
    background: transparent;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.overflow-y-auto::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.overflow-y-auto {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}


.active{
    background-color: #c41212 !important;
    color: rgb(0, 0, 0) !important;
}


.btn-warning{
    background-color: #e0b805 !important;
    color: rgb(0, 0, 0) !important;
}


.custom-spacing {
    padding-top: 130px;
}

@media (min-width: 768px) {
    .custom-spacing {
        padding-top: 250px;
    }
}

@media (min-width: 1280px) {
    .custom-spacing {
        padding-top: 250px;
    }
}




.sl-avatar-container {
    position: relative;
    display: inline-block;
}

.sl-progress-ring {
    transform: rotate(-90deg);
}

.sl-progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
}

.sl-avatar-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
}

.sl-avatar-img {
    border-radius: 50%;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}


.sl-level-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: linear-gradient(135deg, #ea6666ff 0%, #a24b4bff 100%);
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #1a1a2e;
}



.bg-blue{
    background-color: #1c92f3 !important;
}


