.custom-popup-content {
    max-height: 80vh !important;
    height: 80vh !important;
    overflow-y: auto;
}

.custom-popup-content::-webkit-scrollbar {
    width: 12px;
}

.custom-popup-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid transparent;
    background-clip: content-box;
}

.custom-popup-content::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
