/* 11/09/2024 DS */
/* KYC-Overdue Warning - Homepage banner */
#root .mobile.view-page- .body .content:not(user-page-content)>app-widget-host>app-block.kycOverdueWarning:not(.match-page) {
    margin: 0;
    margin-top: 2px;
}

#root .desktop.view-page- .body .content:not(user-page-content)>app-widget-host>app-block.kycOverdueWarning:not(.match-page) {
    margin-top: 2px;
}

#root .mobile.view-page- .body .content:not(user-page-content)>app-widget-host>app-block.kycOverdueWarning app-widget-host {
    margin-bottom: 6px;
}

/* KYC-Overdue Warning Icon - Header/User icon */
#root .mobile .attention-header {
    top: 4px;
    left: 10px;
}

/* KYC-Overdue Warning Icon - /user screen/menu */
#root .mobile.view-page-user .attention {
    left: 20px;
    top: 347px;
    background-image: url("/v1.020/r/images/site/icons/Attention_Triangle_red.svg");
    display: none;
}

#root .mobile .attention-header {
    background-image: url("/v1.020/r/images/site/icons/Attention_Triangle_red.svg");
}


#root .mobile.view-page-user-total-net-balance .attention {
    display: none;
}