.maxvalueadlogo-rc, .maxvalueadlogo {
    bottom: 0;
    left: 1px !important;
    background-position: left !important;
    border-top-right-radius: 4px !important
}

.maxvalueadlogo {
    opacity: 1 !important;
    text-transform: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    color: #000 !important;
    text-decoration: none !important;
    display: flex !important;
    overflow: hidden !important;
    align-items: center !important;
    position: absolute !important;
    z-index: 999999 !important;
    margin: 0 !important;
    height: 16px !important;
    line-height: 1.2 !important
}

.maxvalueadlogo span {
    background: #fff !important;
    white-space: nowrap !important;
    padding: 0 4px !important;
    text-shadow: none !important;
    font-size: 12px !important;
    color: #000 !important
}

#IL_IF_RIGHT.IL_IF_FOOTER a {
    right: 0;
    left: unset !important
}

#av-inner #aniview-credit span, svg.IL_BASE.IL_LOGO, .IL_BASE.IL_IF_FOOTER #IL_IF_HELP_RIGHT, .IL_BASE.IL_IF_FOOTER #IL_IF_HELP_LEFT, .IL_BASE #IL_SR_LOGO, #IL_SR_LOGO.IL_BASE, .IL_BASE.IL_IF_FOOTER #IL_IF_LOGO_RIGHT, .IL_BASE.IL_IF_FOOTER #IL_IF_LOGO_LEFT, .ob-widget-footer, .rc-widget-header.rc-brand-wrapper {
    display: none !important
}

.trv-media-controls.BR.brpBtn.sprite-background, .trv-media-controls.videoTitle {
    display: none !important
}

.trv-media-controls.fullScreen {
    margin-right: 13px !important
}

netpub-ad, .rc-brand-wrapper, .ob_what.ob_what_resp {
    display: none
}

.aso-in .rc-g-dl a {
    text-decoration: none;
    color: blue
}

.aso-in .rc-g-dl a:hover {
    cursor: pointer
}

.mv-sticky-ad-container-right {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 160px;
    max-height: 600px;
    z-index: 1000;
}

.mv-sticky-ad-container-left {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 160px;
    max-height: 600px;
    z-index: 1000;
}

.mv-sticky-ad {
    position: relative;
    display: inline-block;
    max-width: 160px;
    max-height: 600px;
}
.mv-close-ad-btn {
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background: white;
    color: black;
    border: none;
    border-radius: 25%;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0;
}
.mv-sticky-ad-container-right .mv-close-ad-btn{
    left: 0;
}

@media (max-width: 768px) {
    .mv-sticky-ad-container-right {
        /* Ẩn container hoàn toàn trên mobile */
        display: none !important; /* Dùng !important để đảm bảo override các quy tắc khác */
    }
    .mv-sticky-ad-container-left {
        /* Ẩn container hoàn toàn trên mobile */
        display: none !important; /* Dùng !important để đảm bảo override các quy tắc khác */
    }
}