.avivid_onpage_wrapper {
    position: fixed;
    width: 310px;
    height: auto;
    display: none;
    z-index: 100;
}

@media (min-width:458px) {
    .avivid_onpage_wrapper {
        width: 310px !important;
    }
}

.r_t_setting {
    right: 30px;
    top: 30px;
}

.r_b_setting {
    right: 30px;
    bottom: 30px;
}

.l_t_setting {
    left: 30px;
    top: 30px;
}

.l_b_setting {
    left: 30px;
    bottom: 30px;
}

.b_setting {
    bottom: 13vh;
}

.avivid_onpage_mobile_setting{
    width: 310px;
    left: 50%;
    transform: translateX(-50%);
}

.avivid_onpage_mobile_bottom{
    bottom: 30px;
}

.avivid_onpage_mobile_top{
    top: 30px;
}

.clear {
    clear: both;
}

.avivid_arrow_close {
    cursor: pointer;
    height: 26px;
    width: 26px;
    padding-bottom: 10px;
    border-radius: 50%;
    background-image: url("https://rhea-cache.advividnetwork.com/onpage_image/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    z-index: 100;
    box-sizing: unset;
    float: right;
}

.avivid_arrow_wrapper {
    width: 100%;
    height: auto;
}

.avivid_onpage_content_wrapper {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border-radius: 5px;
    box-shadow: 2pt 4pt 10pt rgba(20%, 20%, 20%, 0.2);
    background-position: top;
    background-color: white;
}

.avivid_onpage_content_bg {
    height: 203px;
}

.avivid_onpage_img_wrapper {
    width: 100%;
    height: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border-radius: 5px 5px 0 0;
}

.avivid_onpage_ad_wrapper {
    opacity: 0.75;
    cursor: pointer;
    background-color: black;
    min-height: 18px;
    max-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 0 0 10px;
    overflow: hidden;
    box-sizing: border-box;
    /*background-image : url("https://rhea-cache.advividnetwork.com/onpage_image/sponsores.svg");*/
    background-repeat: no-repeat;
    background-position: 99%;
    background-size: 80px;
    display: block;
}

.avivid_ad_title {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Times New Roman', 'Noto Sans TC';
    width: 260px;
    color: white;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.avivid_onpage_article_wrapper {
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
    background-color: white;
    display: block;
    border-radius: 0 0 5px 5px;
}

.avivid_onpage_article_no_opacity {
    opacity: 1.0 !important;
}

.avivid_onpage_ad_no_visibility {
    visibility: hidden !important;
}

.avivid_logo {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
    margin: 4px;
}

.avivid_article_wrapper {
    width: 100%;
    display: block;
}

.vn-font {
    font-family: 'Roboto' !important;
}

.avivid_article {
    max-height: 50px;
    font-size: 14px;
    font-family: 'Times New Roman', 'Noto Sans TC';
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: #333333;
    font-weight: 500;
    padding: 3px;
}

.avivid_copyright {
    width: 100px;
    height: 15px;
    color: #6c6c6c;
    background-image: url("https://rhea-cache.advividnetwork.com/onpage_image/avivid_logo.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: block;
    float: right;
    margin-right: 3px;
    margin-bottom: 2px;
}

.avivid_live_stream_column {
    width: 156px !important;
    height: 312px !important;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.avivid_live_stream_row {
    width: 310px !important;
    height: 200px !important;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.avivid_live_btn {
    width: 85px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: white;
    opacity: 0.8;
    font-family: 'Times New Roman', 'Noto Sans TC';
    overflow: hidden;
    background-color: gray;
    text-align: right;
    padding-right: 10px;
    display: block;
    bottom: 0;
    left: 5;
    position: absolute;
    background-image: url("https://rhea-cache.advividnetwork.com/onpage_image/arrow.svg");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 18px;
}


