/* Header fiksiran na vrhu */
body {
    padding-top: calc(var(--navbar-height) + var(--notification-height));
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    z-index: 999;
}




