/* OSANIME Anime Browser Notifications — Stage 5 / v144 */
body.anime-detail-page .anime-detail-notify-button{
    appearance:none;
    -webkit-appearance:none;
    font-family:inherit;
    cursor:pointer;
    transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease,opacity .16s ease;
}
body.anime-detail-page .anime-detail-notify-button i{
    width:13px;
    text-align:center;
}
body.anime-detail-page .anime-detail-notify-button.is-active{
    border-color:rgba(255,79,147,.48)!important;
    background:linear-gradient(180deg,rgba(111,28,68,.58),rgba(57,18,43,.68))!important;
    color:#ffd4e6!important;
    box-shadow:inset 0 0 0 1px rgba(255,79,147,.08),0 8px 18px rgba(0,0,0,.12);
}
body.anime-detail-page .anime-detail-notify-button.is-active i{
    color:#ff70ad;
}
body.anime-detail-page .anime-detail-notify-button.is-loading,
body.anime-detail-page .anime-detail-notify-button:disabled{
    cursor:wait;
    opacity:.64;
    transform:none!important;
}
body.anime-detail-page .anime-detail-notify-button.is-loading i{
    animation:osanime-anime-notify-spin .85s linear infinite;
}
body.anime-detail-page .anime-detail-notify-status{
    width:min(100%,620px);
    min-height:16px;
    margin:7px 0 0;
    color:#9eabc0;
    font-size:9.5px;
    font-weight:700;
    line-height:1.5;
}
body.anime-detail-page .anime-detail-notify-status:empty{
    display:none;
}
body.anime-detail-page .anime-detail-notify-status.is-success{
    color:#9ee6bd;
}
body.anime-detail-page .anime-detail-notify-status.is-warning{
    color:#f4cf8e;
}
body.anime-detail-page .anime-detail-notify-status.is-error{
    color:#fca5a5;
}
body.anime-detail-page .anime-detail-notify-status a{
    color:#ff6da9;
    font-weight:900;
    text-decoration:none;
}
body.anime-detail-page .anime-detail-notify-status a:hover{
    text-decoration:underline;
}
@keyframes osanime-anime-notify-spin{
    to{transform:rotate(360deg)}
}
@media(max-width:640px){
    body.anime-detail-page .anime-detail-notify-status{
        width:100%;
        margin-top:6px;
        font-size:9px;
    }
}
@media(prefers-reduced-motion:reduce){
    body.anime-detail-page .anime-detail-notify-button,
    body.anime-detail-page .anime-detail-notify-button.is-loading i{
        transition:none;
        animation:none;
    }
}
