.uinature-ads {
    position: fixed;
    z-index: 9999;
    display: none;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .2)!important;
    background: #fff;
}

#uinature-sticky-ads {
    width: 100%;
    float: left;
    text-align: center;
    bottom: 0;
    left: 0;
}

#uinature-popup-ads {
    padding: 10px;
    top: 50%;
    left: 50%;
    border: 1px solid #888;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    overflow: auto;
    width: auto;
    height: auto;
    align-items: center;
    margin: 0px auto;
}

#uinature-popup-ads .close-ads {
    background-color: #ebebeb;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 25px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    z-index: 2147483647;
    text-align: center;
}

#reopen-popup-ads {
    position: fixed;
    top: 50%;
    right: 0;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}


/* Countdown */

.uinature-ads .countdown {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

#uinature-sticky-ads .close-ads {
    position: absolute;
    top: -20px;
    background: #fff;
    color: #000;
    left: 0px;
    pointer-events: all;
    height: 20px;
    z-index: 21474836467;
    width: 30px;
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .2)!important;
    border-radius: 2px 10px 0 0;
}


/* Uinature Pro - Author Biography Widget CSS */

.uinature_pro_author_bio {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.uinature_pro_author_bio .author-avatar img {
    border-radius: 50%;
    max-width: 100px;
}

.uinature_pro_author_bio .author-name {
    font-size: 1.2em;
    margin-top: 10px;
}

.uinature_pro_author_bio .author-description {
    font-size: 0.9em;
    margin-top: 10px;
    color: #666;
}


/* Mobile devices */

@media (max-width: 480px) {
    #uinature-popup-ads {
        width: 90%;
    }
}


/* Tablet devices */

@media (min-width: 481px) and (max-width: 768px) {}