@import '_content/Hlf.Framework.Components/Hlf.Framework.Components.3bj1dkx5kk.bundle.scp.css';

/* /Components/Account domain/SignInComponent.razor.rz.scp.css */
[b-gzrs1no5j3] .container {
    height: 100%;
    padding: 40px 100px;
}

@media (max-width: 960px) {
    [b-gzrs1no5j3] .container {
        padding: 16px;
    }
}

[b-gzrs1no5j3] .container button, [b-gzrs1no5j3] .container a[type="button"] {
    width: 100%;
}

[b-gzrs1no5j3] .title {
    font-size: var(--font-size-l);
    font-family: "ValueBold";
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--mud-palette-primary);
}

[b-gzrs1no5j3] .link {
    font-size: var(--mud-typography-default-size);
    line-height: var(--mud-typography-default-lineheight);
}

[b-gzrs1no5j3] span {
    font-family: ValueBold;
    font-weight: var(--mud-typography-default-weight);
}
/* /Components/AdminContent Domain/AdminContent.razor.rz.scp.css */
[b-uun4jp5yu9] .container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 150px;
}

[b-uun4jp5yu9] ul {
    list-style: unset;
}

[b-uun4jp5yu9] img {
    width: 100%;
    height: 100%;
}

[b-uun4jp5yu9] .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[b-uun4jp5yu9] .ql-align-center {
    text-align: center;
}

[b-uun4jp5yu9] .ql-align-right {
    text-align: right;
}

[b-uun4jp5yu9] .ql-align-left {
    text-align: right;
}
/* /Components/Evaluation Domain/MainEvaluator/MainEvaluatorCandidateApplicationFilterComponent.razor.rz.scp.css */
.spinner[b-6ax7n6idsh] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* /Components/Footer/Footer.razor.rz.scp.css */
.footer[b-k462gu4g3j] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: var(--mud-palette-primary);
}
/* /Components/Navigation/DesktopNavigation/DesktopNavigation.razor.rz.scp.css */
.nav-items-container[b-j0bn3a8ouh] {
    position: relative;
    top: 2px;
}

[b-j0bn3a8ouh] .menu-item {
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-text-primary);
    transition: color 250ms;
}

[b-j0bn3a8ouh] .menu-item:hover {
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-primary);
}

[b-j0bn3a8ouh] .menu-item:focus {
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-primary);
}

[b-j0bn3a8ouh] .menu-item p {
    font-size: 16px;
    font-family: ValueBold;
}

[b-j0bn3a8ouh] .menu-item:hover + .sub-menu {
    visibility: visible;
}

[b-j0bn3a8ouh] .menu-item-container {
    position: relative;
}

[b-j0bn3a8ouh] .sub-menu {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 16px;
    top: 20%;
    left: 75%;
    white-space: nowrap;
    visibility: hidden;
}

[b-j0bn3a8ouh] .sub-menu:hover {
    visibility: visible;
}
/* /Components/Navigation/MobileNavigation/MobileNavigation.razor.rz.scp.css */
.container[b-s3fv8bxu38] {
    position: relative;
    transition: transform .3s ease-in-out;
}

[b-s3fv8bxu38] .menu-top-bar {
    transition: transform .3s ease-in-out;
}

[b-s3fv8bxu38] .back-button {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 25px;
    border-bottom: 1px solid #dedede;
}

[b-s3fv8bxu38] .back-button-text {
    font-family: ValueBold;
    font-size: 16px;
    margin-left: 5px;
}
/* /Components/Navigation/MobileNavigation/MobileNavigationItem.razor.rz.scp.css */
.container[b-0nv19iygv4] {
    position: relative;
    transition: transform .3s ease-in-out;
}

.main-button[b-0nv19iygv4] {
    justify-content: space-between;
    align-items: center;
    font-family: ValueBold;
    font-size: 20px;
    width: 100%;
}

.menu-item[b-0nv19iygv4] {
    position: relative;
    padding: 10px 20px;
}
[b-0nv19iygv4] .menu-link {
    display: block;
    font-family: ValueBold;
    font-size: 16px;
    background: var(--mud-palette-appbar-background);
}

[b-0nv19iygv4] .menu-link--main {
    font-size: 20px;
}

[b-0nv19iygv4] .sub-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--mud-palette-appbar-background);
    transition: transform .3s ease-in-out;
    right: -100%;
}

[b-0nv19iygv4] .sub-menu-list .mud-nav-link-text {
    padding-left: 20px;
    font-size: 14px;
}
/* /Components/Navigation/Navigation.razor.rz.scp.css */
.container[b-edy3jlems0] {
    background-color: var(--mud-palette-appbar-background);
    border-bottom: 1px solid #d6d6d6;
}

[b-edy3jlems0] .app-bar {
    position: fixed;
    border-bottom: 1px solid #d6d6d6;
}

[b-edy3jlems0] .link {
    position: absolute;
    z-index: 1;
}

[b-edy3jlems0] .inner-container {
    max-width: var(--navigation-width);
    margin: 0 auto;
}

[b-edy3jlems0] .drawer {
    background: var(--mud-palette-appbar-background);
    border-top: 1px solid #d6d6d6;
}

@media (min-width: 960px) {
    [b-edy3jlems0] .app-bar {
        position: static;
        border-bottom: none;
    }
}
/* /Components/Navigation/Toolbar/ToolbarDesktop.razor.rz.scp.css */
[b-tbqfd8lvog] .switch {
    padding: 0 16px;
}

[b-tbqfd8lvog] .custom-icon-btn {
    width: 32px;
    height: 32px;
}

@media (min-width: 1280px) {
    [b-tbqfd8lvog] .custom-icon-btn {
        width: 42px;
        height: 42px;
    }

    [b-tbqfd8lvog] .custom-icon-btn svg {
        width: 32px;
        height: 32px;
    }
}
/* /Components/Navigation/Toolbar/ToolbarMobile.razor.rz.scp.css */
.container[b-6uoqtx9gft] {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dedede;
}

[b-6uoqtx9gft] .nav-link {
    font-size: 16px;
    font-family: ValueBold;
}

[b-6uoqtx9gft] .switch {
    padding-left: 36px;
}

[b-6uoqtx9gft] .switch p {
    font-size: 16px;
    font-family: ValueBold;
}

[b-6uoqtx9gft] .custom-nav-group svg {
    width: 32px;
    height: 32px;
}
/* /Components/NoCommaInputField.razor.rz.scp.css */
[b-75nlnhl7u5] .input input {
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-s);
    height: var(--form-element-size-m);
}

[b-75nlnhl7u5] .mud-disabled {
    background: var(--mud-palette-action-disabled-background);
}

[b-75nlnhl7u5] .mud-input-control {
    margin-top: 0;
}
/* /Components/NumberOnlyInputField.razor.rz.scp.css */
[b-oa8hqezcum] .input input {
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-s);
    height: var(--form-element-size-m);
}

[b-oa8hqezcum] .mud-disabled {
    background: var(--mud-palette-action-disabled-background);
}

[b-oa8hqezcum] .mud-input-control {
    margin-top: 0;
}
/* /Components/ThousandInputField.razor.rz.scp.css */
[b-ylmec0815s] .input input {
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-s);
    height: var(--form-element-size-m);
}

[b-ylmec0815s] .mud-disabled {
    background: var(--mud-palette-action-disabled-background);
}

[b-ylmec0815s] .mud-input-control {
    margin-top: 0;
}
/* /Components/ThousandInputFieldInt.razor.rz.scp.css */
[b-xnn3sci83j] .input input {
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-s);
    height: var(--form-element-size-m);
}

[b-xnn3sci83j] .mud-disabled {
    background: var(--mud-palette-action-disabled-background);
}

[b-xnn3sci83j] .mud-input-control {
    margin-top: 0;
}
/* /Pages/Reports Domain/Print/ReportPrint.razor.rz.scp.css */
.content-class[b-ntsf28qp9v] {
    padding: 20px;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 400px;
}
p[b-ntsf28qp9v]{
    font-size:18px;
}
/* /Pages/Reports Domain/Review/ReportReview.razor.rz.scp.css */
.content-class[b-d3mpj03vqn] {
    padding: 20px;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 400px;
}
p[b-d3mpj03vqn]{
    font-size:18px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.debug-container[b-e3hw6gkh6v] {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, white, white 10px, #ffd8d885 10px, #ffd8d885 20px);
}

.debug-text[b-e3hw6gkh6v] {
    position: fixed;
    z-index: 10;
    top: 120px;
    left: 16px;
    font-family: ValueBold;
    font-size: 24px;
    color: red;
    font-weight: var(--mud-typography-default-weight);
    padding: 4px;
    background-color: rgba(0,0,0,0.85);
}

.top-row[b-e3hw6gkh6v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-e3hw6gkh6v]  a, .top-row .btn-link[b-e3hw6gkh6v] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-e3hw6gkh6v] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e3hw6gkh6v] {
        display: none;
    }

    .top-row.auth[b-e3hw6gkh6v] {
        justify-content: space-between;
    }

    .top-row a[b-e3hw6gkh6v], .top-row .btn-link[b-e3hw6gkh6v] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-e3hw6gkh6v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-e3hw6gkh6v], article[b-e3hw6gkh6v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1tm5la8toe] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1tm5la8toe] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1tm5la8toe] {
    font-size: 1.1rem;
}

.oi[b-1tm5la8toe] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1tm5la8toe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1tm5la8toe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1tm5la8toe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1tm5la8toe]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1tm5la8toe]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1tm5la8toe]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1tm5la8toe] {
        display: none;
    }

    .collapse[b-1tm5la8toe] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
