.jds-popup-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    scale: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jds-popup-close {
    position: absolute !important;
    top: 20%;
    right: 33%;
    width: 2rem;
    display: flex;
    height: 2rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: #f443368a;
    border-radius: 50%;
    z-index: 9999;
}