/* For Webkit-based browsers (Chrome, Safari) */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* For IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media (max-width: 768px) {
    .modal-responsive-height {
        max-height: 90vh;
        overflow-y: auto;
    }
}
