/* _content/DDITIA.WebApp/Pages/Authentication/Login.razor.rz.scp.css */
/* -------------------------
   Login Dialog Styling
   ------------------------- */

[b-jrqiwwcxrw] .mud-dialog {
    backdrop-filter: blur(8px);
    background: transparent;
}

/* Outer container of the login dialog */
[b-jrqiwwcxrw] .login-dialog-paper {
    background: rgba(0, 0, 0, 0.45);
    color: white;
    border-radius: 20px;
    padding: 2rem 2.5rem;
    max-width: 420px;
    margin: auto;
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

/* Inner container */
[b-jrqiwwcxrw] .login-dialog-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

/* Logo */
[b-jrqiwwcxrw] .login-logo {
    width: 100px;
    height: auto;
    margin-bottom: 0.75rem;
}

/* Titles */
[b-jrqiwwcxrw] .login-title {
    font-weight: 700;
    color: white;
    margin-bottom: 0.25rem;
}

[b-jrqiwwcxrw] .login-subtitle {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.25rem;
}

/* Input fields with better contrast */
[b-jrqiwwcxrw] .login-input {
    width: 100%;
    margin-bottom: 0.5rem;
}

    [b-jrqiwwcxrw] .login-input .mud-input-root {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 6px;
    }

    [b-jrqiwwcxrw] .login-input input {
        color: #000;
        font-size: 0.9rem;
        padding: 0.35rem 0.75rem !important;
    }

        /* Fix autofill contrast */
        [b-jrqiwwcxrw] .login-input input:-webkit-autofill {
            box-shadow: 0 0 0px 1000px rgba(255,255,255,0.9) inset !important;
            -webkit-text-fill-color: #000 !important;
        }

/* Forgot link */
[b-jrqiwwcxrw] .forgot-link {
    color: #9ad6ff;
    font-size: 0.85rem;
    text-decoration: none;
}

    [b-jrqiwwcxrw] .forgot-link:hover {
        text-decoration: underline;
    }

/* Button */
[b-jrqiwwcxrw] .login-button {
    margin-top: 0.6rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.45rem 0;
}

/* Footer text */
[b-jrqiwwcxrw] .dialog-footer {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
}

/* Responsive tweaks */
@media (max-width: 600px) {
    [b-jrqiwwcxrw] .login-dialog-paper {
        width: 90%;
        padding: 1.5rem;
    }

    [b-jrqiwwcxrw] .login-logo {
        width: 80px;
    }
}
/* _content/DDITIA.WebApp/Pages/LandingSite/About.razor.rz.scp.css */
/* Overlay Info Block */
[b-o3dga21elc] .info-overlay {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--mud-palette-secondary);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin: 2rem auto;
    max-width: 900px;
    backdrop-filter: blur(8px);
    color: #fff;
    text-align: center;
}

/* -------------------------
   Partner Logo Grid
   ------------------------- */

/* Main grid container: always 6 columns on large screens */
.logo-grid[b-o3dga21elc] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
    justify-items: center;
    align-items: center;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Tile wrapper: no spacing, tight border look */
.logo-tile[b-o3dga21elc] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--mud-palette-secondary);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.6s ease;
    opacity: 0; /* start hidden for animation */
    animation: fadeSlideIn-b-o3dga21elc 0.8s ease forwards;
}

    /* Delay each tile slightly for a cascade effect */
    .logo-tile:nth-child(1)[b-o3dga21elc] {
        animation-delay: 0.1s;
    }

    .logo-tile:nth-child(2)[b-o3dga21elc] {
        animation-delay: 0.15s;
    }

    .logo-tile:nth-child(3)[b-o3dga21elc] {
        animation-delay: 0.2s;
    }

    .logo-tile:nth-child(4)[b-o3dga21elc] {
        animation-delay: 0.25s;
    }

    .logo-tile:nth-child(5)[b-o3dga21elc] {
        animation-delay: 0.3s;
    }

    .logo-tile:nth-child(6)[b-o3dga21elc] {
        animation-delay: 0.35s;
    }

    .logo-tile:nth-child(7)[b-o3dga21elc] {
        animation-delay: 0.4s;
    }

    .logo-tile:nth-child(8)[b-o3dga21elc] {
        animation-delay: 0.45s;
    }

    .logo-tile:nth-child(9)[b-o3dga21elc] {
        animation-delay: 0.5s;
    }

    .logo-tile:nth-child(10)[b-o3dga21elc] {
        animation-delay: 0.1s;
    }

    .logo-tile:nth-child(11)[b-o3dga21elc] {
        animation-delay: 0.15s;
    }

    .logo-tile:nth-child(12)[b-o3dga21elc] {
        animation-delay: 0.2s;
    }

    .logo-tile:nth-child(13)[b-o3dga21elc] {
        animation-delay: 0.25s;
    }

    .logo-tile:nth-child(14)[b-o3dga21elc] {
        animation-delay: 0.3s;
    }

    .logo-tile:nth-child(15)[b-o3dga21elc] {
        animation-delay: 0.35s;
    }

    .logo-tile:nth-child(16)[b-o3dga21elc] {
        animation-delay: 0.4s;
    }

    .logo-tile:nth-child(17)[b-o3dga21elc] {
        animation-delay: 0.45s;
    }

    .logo-tile:nth-child(18)[b-o3dga21elc] {
        animation-delay: 0.5s;
    }

    .logo-tile:nth-child(19)[b-o3dga21elc] {
        animation-delay: 0.25s;
    }

    .logo-tile:nth-child(20)[b-o3dga21elc] {
        animation-delay: 0.3s;
    }

    .logo-tile:nth-child(21)[b-o3dga21elc] {
        animation-delay: 0.35s;
    }

    .logo-tile:nth-child(22)[b-o3dga21elc] {
        animation-delay: 0.4s;
    }

    .logo-tile:nth-child(23)[b-o3dga21elc] {
        animation-delay: 0.45s;
    }

    .logo-tile:nth-child(24)[b-o3dga21elc] {
        animation-delay: 0.5s;
    }
    

    /* Hover effect */
    .logo-tile:hover[b-o3dga21elc] {
        transform: scale(1.06);
        box-shadow: 0 0 12px var(--mud-palette-secondary);
    }

    /* Image: exactly 120x60, no spacing */
    .logo-tile img[b-o3dga21elc] {
        width: 120px;
        height: 60px;
        object-fit: contain;
        display: block;
        margin: auto;
        border-radius: 0;
    }

/* Scroll/Entrance Animation */
@keyframes fadeSlideIn-b-o3dga21elc {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .logo-grid[b-o3dga21elc] {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .logo-grid[b-o3dga21elc] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .logo-grid[b-o3dga21elc] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
}
/* _content/DDITIA.WebApp/Pages/LandingSite/EmailDisclaimer.razor.rz.scp.css */
/* Overlay Info Block */
[b-qlx2p0oil4] .info-overlay {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--mud-palette-secondary);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin: 2rem auto;
    max-width: 1000px;
    backdrop-filter: blur(8px);
    color: #fff;
    text-align: center;
}

/* Define the overlay/wrapper container */
.vacancy-overlay-wrapper[b-qlx2p0oil4] {
    /* Use a Flexbox container to center the form */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Set min-height to push the form down if the page is short */
    min-height: 80vh;
    padding: 20px;
}

/* Style the MudCard acting as the form container */
[b-qlx2p0oil4] .vacancy-form-card.mud-card {
    /* Limit max width for readability */
    max-width: 600px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    /* Use the accent color for the border (Secondary Color) */
    border: 3px solid var(--mud-palette-secondary); /* Strong Red/Orange accent */
    /* Apply a drop shadow using the primary brand color (#002855) */
    box-shadow: 0 8px 25px rgba(0, 40, 85, 0.4);
}
/* _content/DDITIA.WebApp/Pages/LandingSite/LandingAppbarMenu.razor.rz.scp.css */
/* -------------------------
   AppBar & navigation
   ------------------------- */
.appbar[b-aq13a7um9e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    background: rgba(0,0,0,0.35) !important;
    backdrop-filter: blur(8px);
    box-shadow: none !important;
}

.nav-button[b-aq13a7um9e], .nav-icon[b-aq13a7um9e], .mud-nav-link[b-aq13a7um9e] {
    color: white !important;
    text-transform: none;
}

/* drawer */
.mobile-drawer[b-aq13a7um9e] {
    background: rgba(0,0,0,0.6);
    color: white;
    backdrop-filter: blur(8px);
}
/* _content/DDITIA.WebApp/Pages/LandingSite/LandingPage.razor.rz.scp.css */
/* -------------------------
   Base & layout
   ------------------------- */
html[b-xl47qnk2vs], body[b-xl47qnk2vs] {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Landing layout */
.landing-layout[b-xl47qnk2vs] {
    min-height: 100vh;
}

/* -------------------------
   Overlay wrapper (compact)
   ------------------------- */
[b-xl47qnk2vs] .overlay-wrapper {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem 4rem 1rem;
}

/* overlay content: small glass card centered */
[b-xl47qnk2vs] .overlay-content {
    display: flex;
    gap: 2rem;
    background: rgba(0,0,0,0.25);
    border-radius: 16px;
    padding: 1.5rem;
    max-width: 1100px; /* compact width */
    width: 92%;
    align-items: flex-start;
    justify-content: space-between;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 30px rgba(0,0,0,0.45);
}

/* each column */
[b-xl47qnk2vs] .overlay-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    min-width: 220px; /* keep buttons stacked nicely */
}

/* center column special centering */
[b-xl47qnk2vs] .center-column {
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* center column text */
[b-xl47qnk2vs] .center-heading {
    color: #F25822;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

[b-xl47qnk2vs] .center-subtitle {
    color: rgba(255,255,255,0.88);
    margin-bottom: 1rem;
    line-height: 1.35;
    max-width: 300px;
}

/* -------------------------
   Buttons
   ------------------------- */
[b-xl47qnk2vs] .overlay-button {
    width: 100%;
    max-width: 260px;
    justify-content: flex-start; /* icon left and text next to it */
    gap: 12px;
    padding: 0.55rem 0.75rem;
    text-transform: none;
    font-weight: 600;
    color: white !important;
    border-color: rgba(255,255,255,0.12) !important;
    background-clip: padding-box;
    justify-content: center;
}

/* Secondary color emphasis — remove heavy backgrounds for outlined buttons */
[b-xl47qnk2vs] .mud-button-root[variant="Outlined"].mud-button-root[filled="false"] {
    background: transparent;
}

/* hover */
[b-xl47qnk2vs] .overlay-button:hover {
    transform: translateY(-2px);
}

/* center button variant (filled) slightly thicker */
[b-xl47qnk2vs] .center-button.mud-button-root[variant="Filled"] {
    max-width: 320px;
}

/* -------------------------
   Responsiveness
   ------------------------- */
@media (max-width: 1100px) {
    [b-xl47qnk2vs] .overlay-content {
        max-width: 920px;
        padding: 1.25rem;
    }

    [b-xl47qnk2vs] .center-subtitle {
        max-width: 260px;
    }
}

@media (max-width: 880px) {
    [b-xl47qnk2vs] .overlay-content {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    [b-xl47qnk2vs] .overlay-column {
        width: 100%;
    }

        [b-xl47qnk2vs] .overlay-column:first-child, .overlay-column:last-child[b-xl47qnk2vs] {
            order: 2;
        }

    [b-xl47qnk2vs] .center-column {
        order: 1;
        margin-bottom: 1rem;
    }

    [b-xl47qnk2vs] .overlay-wrapper {
        padding-top: 1rem;
    }
}

/* small screens */
@media (max-width: 420px) {
    [b-xl47qnk2vs] .overlay-button {
        padding: 0.45rem 0.6rem;
        font-size: 0.92rem;
        max-width: 100%;
    }

    [b-xl47qnk2vs] .overlay-column {
        gap: 0.5rem;
    }
}

/* -------------------------
   Accessibility tweaks
   ------------------------- */
[b-xl47qnk2vs] .overlay-content:focus-within {
    box-shadow: 0 8px 36px rgba(0,0,0,0.6);
}

/* small visual polish */
[b-xl47qnk2vs] .overlay-content .mud-icon {
    margin-right: 6px;
}
/* _content/DDITIA.WebApp/Pages/LandingSite/LoginDialog.razor.rz.scp.css */
/* File: LoginDialog.razor.css */

/* Target the entire dialog surface using ::deep */
[b-tpwfrehz2e] .mud-dialog {
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    background-color: #fcfcfc;
}

/* Style the Dialog Title Area to match the primary brand color */
[b-tpwfrehz2e] .mud-dialog-title {
    background-color: #002855;
    color: white;
    padding: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    /* Ensure the title text and icon are white */
    [b-tpwfrehz2e] .mud-dialog-title .mud-text,
    [b-tpwfrehz2e] .mud-dialog-title .mud-icon {
        color: white !important;
    }

/* Style the Login button in the DialogActions (MudBlazor Color.Primary) to be a strong red */
[b-tpwfrehz2e] .mud-dialog-actions .mud-button-filled.mud-button-primary {
    background-color: #cc3333 !important;
    color: white !important;
}

/* Forgot link */
[b-tpwfrehz2e] .forgot-link {
    color: #9ad6ff;
    font-size: 0.85rem;
    text-decoration: none;
}

    [b-tpwfrehz2e] .forgot-link:hover {
        text-decoration: underline;
    }

/* Footer text */
[b-tpwfrehz2e] .dialog-footer {
    margin-top: 0.9rem;
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
}
/* _content/DDITIA.WebApp/Pages/LandingSite/Vacancy.razor.rz.scp.css */
/* Overlay Info Block */
[b-w7xj0hws9i] .info-overlay {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--mud-palette-secondary);
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin: 2rem auto;
    max-width: 900px;
    backdrop-filter: blur(8px);
    color: #fff;
    text-align: center;
}

/* Define the overlay/wrapper container */
.vacancy-overlay-wrapper[b-w7xj0hws9i] {
    /* Use a Flexbox container to center the form */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Set min-height to push the form down if the page is short */
    min-height: 80vh;
    padding: 20px;
}

/* Style the MudCard acting as the form container */
[b-w7xj0hws9i] .vacancy-form-card.mud-card {
    /* Limit max width for readability */
    max-width: 600px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    /* Use the accent color for the border (Secondary Color) */
    border: 3px solid var(--mud-palette-secondary); /* Strong Red/Orange accent */
    /* Apply a drop shadow using the primary brand color (#002855) */
    box-shadow: 0 8px 25px rgba(0, 40, 85, 0.4);
}

/* Ensure the success button uses a consistent color, 
   or redefine it if MudBlazor's default is too bright */
[b-w7xj0hws9i] .mud-button-filled.mud-button-success {
    background-color: #008542 !important; /* A darker, professional green */
}

/* Style the file input area */
[b-w7xj0hws9i] .mud-input-label {
    font-weight: 500;
}
/* _content/DDITIA.WebApp/Shared/Components/Footer.razor.rz.scp.css */
/* -------------------------
   Global Footer
   ------------------------- */
.site-footer[b-2pq1acvhag] {
    background-color: var(--mud-palette-primary);
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 10;
    border-top: 2px solid var(--mud-palette-secondary);
}

    .site-footer a[b-2pq1acvhag] {
        color: var(--mud-palette-secondary);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

        .site-footer a:hover[b-2pq1acvhag] {
            color: #fff;
            text-decoration: underline;
        }

/* Optional footer text container if you want more control */
.footer-text[b-2pq1acvhag] {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}
/* _content/DDITIA.WebApp/Shared/Components/LandingHero.razor.rz.scp.css */
/* -------------------------
   Base & layout
   ------------------------- */

/* Background image (fixed cover) */
[b-nrur9ajxpb] .background-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/background.png');
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

    [b-nrur9ajxpb] .background-overlay::before {
        content: ''; /* Required for pseudo-elements */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent color */
        z-index: 1; /* Ensure the overlay is above the background image */
    }

/* Content to be placed over the overlay */
    [b-nrur9ajxpb] .background-overlay .content {
        position: relative; /* To be above the overlay */
        z-index: 2;
        color: white;
    }

/* -------------------------
   Hero
   ------------------------- */
[b-nrur9ajxpb] .hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 6.5rem;*/ /* leave space for appbar */
    /*padding-top: 2rem;*/
    /*padding-bottom: 1rem;*/
}

[b-nrur9ajxpb] .hero-title {
    color: white;
    font-size: 145px; /*clamp(2.4rem, 6vw, 4.2rem);*/
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    text-shadow: 0 6px 24px rgba(0,0,0,0.6);
    font-family: 'aesthetik';
}
/* _content/DDITIA.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-uzk4ce71ht] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uzk4ce71ht] {
    flex: 1;
}

.sidebar[b-uzk4ce71ht] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uzk4ce71ht] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uzk4ce71ht]  a, .top-row .btn-link[b-uzk4ce71ht] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-uzk4ce71ht] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uzk4ce71ht] {
        display: none;
    }

    .top-row.auth[b-uzk4ce71ht] {
        justify-content: space-between;
    }

    .top-row a[b-uzk4ce71ht], .top-row .btn-link[b-uzk4ce71ht] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uzk4ce71ht] {
        flex-direction: row;
    }

    .sidebar[b-uzk4ce71ht] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uzk4ce71ht] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-uzk4ce71ht], article[b-uzk4ce71ht] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DDITIA.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tb3tsgyn1q] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tb3tsgyn1q] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tb3tsgyn1q] {
    font-size: 1.1rem;
}

.oi[b-tb3tsgyn1q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-tb3tsgyn1q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tb3tsgyn1q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tb3tsgyn1q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tb3tsgyn1q]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tb3tsgyn1q]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-tb3tsgyn1q]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tb3tsgyn1q] {
        display: none;
    }

    .collapse[b-tb3tsgyn1q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
