.disabled {
    cursor: not-allowed !important;
}

/* Hide the scrollbar for WebKit browsers (e.g., Chrome, Safari) */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide the scrollbar for other browsers */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}

.rounded-5
{
    border-radius: 1em !important;
}

.cursor-hand
{
    cursor: pointer;
}
