/* FM ARENA V5.4.91 - runtime branding */

body.fm91-branding-active .fm90-background-layer,
body.fm91-branding-active .fm90-league-watermark,
body.fm91-branding-active .fm90-league-cover-ghost{
    display:none !important;
}

body.fm91-site-background,
body.fm91-league-background{
    background-position:center top !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-attachment:fixed !important;
}

body.fm91-site-background{
    background-image:
        linear-gradient(180deg,rgba(3,15,34,.72),rgba(3,12,27,.91) 48%,rgba(2,10,23,.97)),
        var(--fm91-site-background) !important;
}

body.fm91-league-background{
    background-image:
        linear-gradient(180deg,rgba(3,15,34,.67),rgba(3,12,27,.86) 48%,rgba(2,10,23,.96)),
        var(--fm91-league-background) !important;
}

.fm91-brand-logo-img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.fm89-sitebar-logo.fm91-with-logo,
.fm90-public-topbar .brand-logo.fm91-with-logo,
.fm91-home-logo-host{
    overflow:hidden;
    padding:5px !important;
    background:rgba(7,19,38,.78) !important;
    border:1px solid rgba(105,170,255,.22) !important;
}

.fm91-home-logo-host{
    width:46px;
    height:46px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 46px;
}
