.custom-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 200px;
    background: transparent;
    padding: 15px;
    border-radius: 10px;
   
    text-align: center;
    
    display: none;
    z-index: 9999;
}

.custom-popup img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.custom-popup p {
    margin: 0;
    font-size: 12px;
    //font-weight: bold;
}

.popup-close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: white;
}

.popup-close-btn:hover {
    color: #000;
}
