#sticky-ad-lightweight-container-top,
#sticky-ad-lightweight-container-bottom {
    width: 100%;
    padding: 5px;
    transition: all 0.1s ease-in;
    z-index: 99999;
}

.sticky-ad-bottom {
    position: fixed;
    bottom: 2px;
    background-color: #fefefe;
    box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.1);
    height: 100px;
}

.sticky-ad-top {
    position: fixed;
    top: -10px;
    background-color: #fff;
    height: 100px;
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.admin-bar .sticky-ad-top {
    top: 32px;
}

.sticky-ad-wrap {
    text-align: center;
    margin: auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.sticky-ad-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 999999;
    overflow: hidden;
}

.sticky-ad-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0 0;
    position: absolute;
    right: 0;
}

.sticky-ad-bottom .sticky-ad-close {
    top: -18px;
}

.sticky-ad-top .sticky-ad-close {
    bottom: -10px;
}

.sticky-ad-close img {
    max-width: 100%;
    max-height: 100%;
}

a.sticky-ad-close-btn, a.sticky-ad-close-btn svg{
	height: 30px!important;
	width: 30px!important;
	z-index: 99999999999999!important;
}
