/* /Layout/LoginDisplay.razor.rz.scp.css */
.login-display-name[b-xh4o08bq0o] {
    color: #32373E;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
}

.login-display-btn[b-xh4o08bq0o] {
    background: none;
    border: 1px solid #ced4da;
    border-radius: 3px;
    color: #32373E;
    font-size: 14px;
    padding: 4px 12px;
    cursor: pointer;
    text-decoration: none;
}

.login-display-btn:hover[b-xh4o08bq0o] {
    background-color: #f0f0f0;
    color: #009fe3;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.brand-bar[b-2n1buh8njc] {
    background-color: #202327;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 20%;
}

.brand-bar-title[b-2n1buh8njc] {
    color: #DCE3E9;
    font-family: 'ZEISSFrutigerNextUI', Frutiger, 'Frutiger Linotype', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.brand-bar-sub-title[b-2n1buh8njc] {
    color: #DCE3E9;
    font-family: 'ZEISSFrutigerNextUI', Frutiger, 'Frutiger Linotype', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-left: 4px;
}

.top-navbar[b-2n1buh8njc] {
    background-color: #ffffff;
    position: fixed;
    top: 32px;
    left: 20%;
    right: 20%;
    z-index: 999;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-display-area[b-2n1buh8njc] {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.page-body[b-2n1buh8njc] {
    background-color: #ffffff;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 110px;
    padding: 2rem;
    min-height: calc(100vh - 148px);
}

.footer-bar[b-2n1buh8njc] {
    background-color: #202327;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20%;
}

.footer-content[b-2n1buh8njc] {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: 'ZEISSFrutigerNextUI', Frutiger, 'Frutiger Linotype', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer-version[b-2n1buh8njc] {
    color: #ffffff;
}

.footer-link[b-2n1buh8njc] {
    color: #ffffff;
    text-decoration: none;
}

.footer-link:hover[b-2n1buh8njc] {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .brand-bar[b-2n1buh8njc] {
        padding-left: 1rem;
    }

    .top-navbar[b-2n1buh8njc] {
        left: 0;
        right: 0;
    }

    .page-body[b-2n1buh8njc] {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-bar[b-2n1buh8njc] {
        padding: 0 1rem;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .brand-bar[b-2n1buh8njc] {
        padding-left: 10%;
    }

    .top-navbar[b-2n1buh8njc] {
        left: 10%;
        right: 10%;
    }

    .page-body[b-2n1buh8njc] {
        margin-right: 10%;
        margin-left: 10%;
    }

    .footer-bar[b-2n1buh8njc] {
        padding: 0 10%;
    }
}

@media (min-width: 1700px) {
    .brand-bar[b-2n1buh8njc] {
        padding-left: 24%;
    }

    .top-navbar[b-2n1buh8njc] {
        left: 24%;
        right: 24%;
    }

    .page-body[b-2n1buh8njc] {
        margin-right: 24%;
        margin-left: 24%;
    }

    .footer-bar[b-2n1buh8njc] {
        padding: 0 24%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.zeiss-nav[b-ndnil8q8wh] {
    display: flex;
    align-items: stretch;
    height: 100%;
    font-family: 'ZEISSFrutigerNextUI', Frutiger, 'Frutiger Linotype', sans-serif;
}

.zeiss-nav-logo[b-ndnil8q8wh] {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0 20px;
    flex-shrink: 0;
    text-decoration: none;
}

.header__navigation-area[b-ndnil8q8wh] {
    display: flex;
    align-items: stretch;
}

.zeiss-nav-links[b-ndnil8q8wh] {
    display: flex;
    align-items: stretch;
}

.zeiss-nav-link[b-ndnil8q8wh] {
    display: flex;
    align-items: center;
    padding: 0 24px;
    color: #32373E;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-bottom: 3px solid transparent;
    transition: color 0.15s ease, border-bottom-color 0.15s ease;
    white-space: nowrap;
}

.zeiss-nav-link:hover[b-ndnil8q8wh] {
    color: #009fe3;
    border-bottom-color: #009fe3;
}

.zeiss-nav-link--active[b-ndnil8q8wh],
.zeiss-nav-link--active:hover[b-ndnil8q8wh] {
    color: #009fe3;
    border-bottom-color: #009fe3;
    border-bottom-width: 3px;
    font-weight: 600;
}
