@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9qp9mbwsvp] {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

main[b-9qp9mbwsvp] {
    flex: 1;
}

.sidebar[b-9qp9mbwsvp] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    direction: rtl;
}

.top-row[b-9qp9mbwsvp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9qp9mbwsvp]  a,
    .top-row[b-9qp9mbwsvp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-9qp9mbwsvp]  a:hover,
        .top-row[b-9qp9mbwsvp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-9qp9mbwsvp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.top-row[b-9qp9mbwsvp],
article[b-9qp9mbwsvp] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

@media (max-width: 640.98px) {
    .page[b-9qp9mbwsvp] {
        flex-direction: column;
    }

    .sidebar[b-9qp9mbwsvp] {
        width: 100%;
        height: auto;
        position: relative;
    }

    .top-row[b-9qp9mbwsvp] {
        justify-content: space-between;
    }

        .top-row[b-9qp9mbwsvp]  a,
        .top-row[b-9qp9mbwsvp]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-9qp9mbwsvp] {
        flex-direction: row-reverse !important;
    }

    .sidebar[b-9qp9mbwsvp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    main[b-9qp9mbwsvp] {
        flex: 1;
    }

    .top-row[b-9qp9mbwsvp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-9qp9mbwsvp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}

#blazor-error-ui[b-9qp9mbwsvp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9qp9mbwsvp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1dgxjnfnx8] {
    display: none !important;
}

.nav-scrollable[b-1dgxjnfnx8] {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

.nav-item[b-1dgxjnfnx8] {
    padding: 0 !important;
}

    .nav-item:first-of-type[b-1dgxjnfnx8] {
        padding-top: 0 !important;
    }

    .nav-item:last-of-type[b-1dgxjnfnx8] {
        padding-bottom: 0 !important;
    }

.bi[b-1dgxjnfnx8] {
    display: inline-block;
    margin-left: 6px;
}
/* /Components/Pages/Man.razor.rz.scp.css */
.man-page[b-24xne37eyl] {
    min-height: calc(100vh - 4rem);
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 5vw, 4rem);
    background: linear-gradient(145deg, #f4f7fb 0%, #e7eef7 100%);
}

.portrait-card[b-24xne37eyl] {
    width: min(100%, 70rem);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(18rem, 2fr);
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 4rem rgb(31 50 79 / 16%);
}

.portrait[b-24xne37eyl] {
    width: 100%;
    height: 100%;
    min-height: 30rem;
    object-fit: cover;
}

.portrait-copy[b-24xne37eyl] {
    align-self: center;
    padding: clamp(2rem, 5vw, 4rem);
    color: #17253a;
}

.eyebrow[b-24xne37eyl] {
    margin-bottom: .75rem;
    color: #315f91;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

h1[b-24xne37eyl] {
    margin: 0 0 1rem;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
}

.portrait-copy > p:last-child[b-24xne37eyl] {
    margin: 0;
    color: #526277;
    font-size: 1.1rem;
    line-height: 1.7;
}

@media (max-width: 760px) {
    .portrait-card[b-24xne37eyl] {
        grid-template-columns: 1fr;
    }

    .portrait[b-24xne37eyl] {
        min-height: 22rem;
        max-height: 55vh;
    }
}
