/* v4.3.5.24 Logo Size Hotfix
   Het vorige headerbestand had te veel transparante marge.
   Deze hotfix gebruikt een strakker logo en houdt de bovenbalk compacter. */

.topbar{
    min-height:0 !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.topbar > div:first-child{
    display:flex !important;
    align-items:center !important;
    gap:22px !important;
    flex:0 0 auto;
}

.brand-link{
    display:inline-flex !important;
    align-items:center !important;
    margin-left:0 !important;
    line-height:0 !important;
}

.brand-logo-small{
    height:86px !important;
    width:auto !important;
    max-width:120px !important;
    display:block !important;
    border-radius:0 !important;
    object-fit:contain !important;
    image-rendering:auto;
}

.topbar .badge{
    margin-left:0 !important;
    transform:none !important;
    white-space:nowrap !important;
}

.login-logo-big{
    max-width:560px !important;
    width:100%;
    height:auto;
    object-fit:contain;
}

@media(max-width:900px){
    .topbar{
        padding-top:10px !important;
        padding-bottom:10px !important;
    }

    .topbar > div:first-child{
        gap:14px !important;
    }

    .brand-logo-small{
        height:64px !important;
        max-width:92px !important;
    }

    .login-logo-big{
        max-width:360px !important;
    }
}
