
/* Custom scrollbar for better aesthetics */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #2C2C2E;
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #4752F5;
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #3a45e0;
}
