
.popup-container {
    position: absolute;
    right: 2%;
    top: 5%; /* changed from bottom to top */
    z-index: 1200 !important;
    transition: all 1s ease;
}


.popup-container .popup-menu {
    list-style: none;
}

.popup-container .popup-menu li div.alert{
    max-width: 500px;
    transition: all 1s ease;
    position: sticky;
}

.highlight-card {
    border: 3px solid #0d6efd !important;
    border-radius: 1rem !important;
    transition: all 0.3s ease;           
}
