.jds-adsbar-close {
    position: absolute;
    left: 1%;
    z-index: 99;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 1.7rem;
    display: flex;
    height: 1.7rem;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    background: #f443368a;
    z-index: 9999;
}