.logo-text {
    display: none !important;
}

.layout-topbar-logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    white-space: nowrap;
}

.layout-topbar-logo::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url("/logo.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.layout-topbar-logo::after {
    content: "Градежен факултет";
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
}
.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-wrapper svg.logo-icon {
    display: none !important;
}

.custom-login-logo {
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
}


