.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.popup-content {
    min-width: 200px;
    min-height: 100px;
}
  .playeroptionsul {
            display: none; /* Hidden by default */
        }
        .dooplay_player {
            cursor: pointer;
            padding: 10px;
        }
        .playeroptionsul.active {
            display: block; /* Show when active */
        }
        
        h2.arrow-bottom-icon::after {
    content: "\f34a";
    font-family: 'FONT AWESOME 5 DUOTONE';padding: 2px 10px;
    position: absolute;}