﻿.popup-overlay {
   z-index: 50;
}
/* For modern browsers */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #d6336c; /* pink */
    border-radius: 8px;
    border: 2px solid #f1f1f1;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #b02656;
    }

/* Enable smooth scrolling */
.modal-scroll-container {
    scroll-behavior: smooth;
}
