.bm-banner-wrapper {
    display: none;
    position: relative;
    z-index: 9999;
}

.bm-close-btn { 
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dedede;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-close-btn i {
    font-size: 12px;
    color: black;
}

.position-icon{
    position: relative;
    top: 0;
    right: 0;
}
