/* /Pages/Account/ForgotPassword/Sent/Index.cshtml.rz.scp.css */
.forgot-password-sent-page[b-5lftwdw4xp] {
    /* form tag helper, see "Readme Scoped-Styling.md" for details */
    form {
        text-align: center;
    }

    #resend-email-btn[b-5lftwdw4xp] {
        background: none;
        border: none;
        color: var(--color-primary);
        font-weight: 600;
        display: inline-flex;
        gap: 0.25rem;

        &:disabled {
            opacity: 0.5;
        }

        &:hover:not(:disabled)[b-5lftwdw4xp] {
            text-decoration: underline;
        }

        &.btn-spinner-visible[b-5lftwdw4xp] {
            .svg-icon[data-icon="spinner"] {
                display: block;
            }
        }

        .svg-icon[data-icon="spinner"][b-5lftwdw4xp] {
            display: none;
        }
    }
}
/* /Pages/Account/Login/Index.cshtml.rz.scp.css */
.login-page[b-guyjgrk4r5] {
    .login {
        .under-password {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.25rem;
        }

        .external-logins[b-guyjgrk4r5] {
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;

            .or {
                font-size: 0.9rem;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1rem;

                &::before,
                &::after {
                    display: inline-block;
                    content: "";
                    height: 1px;
                    width: 100%;
                    background: lightgray;
                    vertical-align: middle;
                }
            }

            .external-login[b-guyjgrk4r5] {
                /* tag helper */
                a {
                    text-decoration: none;
                }

                .btn[b-guyjgrk4r5] {
                    /* tag helper */
                    img {
                        height: 20px;
                        width: 20px;
                    }
                }
            }
        }

        .invalid.alert[b-guyjgrk4r5] {
            max-width: 480px;
        }
    }
}

.link[b-guyjgrk4r5] {
    font-size: 0.9rem;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.25rem;

    /* tag helper */
    a {
        color: var(--color-primary);
        font-weight: 500;

        &:hover {
            text-decoration: underline;
        }
    }
}
/* /Pages/Account/Logout/LoggedOut.cshtml.rz.scp.css */
.logged-out-page[b-ogowz92nf3] {
    position: relative;

    .logged-out {
        a {
            text-decoration: none;
        }
    }

    iframe[b-ogowz92nf3] {
        position: absolute;
        visibility: hidden;
    }
}

.automatic-redirect[b-ogowz92nf3] {
    display: none;
}
/* /Pages/Account/PleaseVerify/Index.cshtml.rz.scp.css */
.please-verify-page[b-ila824sfbn] {
    /* form tag helper, see "Readme Scoped-Styling.md" for details */
    form {
        text-align: center;
    }

    .verify-code[b-ila824sfbn] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;

        > input {
            height: 3.5rem;
            width: 3.5rem;
            padding: 0;
            color: var(--color-brand-primary);
            font-family: "Courier New", Courier, monospace;
            font-size: 2rem;
            font-weight: 800;
            text-align: center;

            @media (max-width: 480px) {
                width: 2.5rem;[b-ila824sfbn]
            }

            &::placeholder {
                opacity: 0.125;
            }
        }
    }

    #resend-email-btn[b-ila824sfbn] {
        background: none;
        border: none;
        color: var(--color-primary);
        font-weight: 600;
        display: inline-flex;
        gap: 0.25rem;

        &:disabled {
            opacity: 0.5;
        }

        &:hover:not(:disabled)[b-ila824sfbn] {
            text-decoration: underline;
        }

        &.btn-spinner-visible[b-ila824sfbn] {
            .svg-icon[data-icon="spinner"] {
                display: block;
            }
        }

        .svg-icon[data-icon="spinner"][b-ila824sfbn] {
            display: none;
        }
    }
}
/* /Pages/Account/SignUp/Index.cshtml.rz.scp.css */
.signup-page[b-p03ayfsnec] {
    .form-input:has(#Input_MiddleName, #Input_Organization) {
        display: none;
    }

    .form-input:has(#Input_Department, #Input_Fax)[b-p03ayfsnec] {
        position: absolute;
        left: -9696px;
        top: -9696px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}
/* /Pages/Ciba/All.cshtml.rz.scp.css */
.ciba-page[b-pxjkeqam52] {
    .ciba {
        table,
        th,
        td {
            border: 1px solid var(--color-border);
            border-collapse: collapse;
        }

        table[b-pxjkeqam52] {
            width: 100%;

            td {
                padding: 0.5rem;

                a {
                    width: 100%;
                    text-decoration: none;
                }
            }
        }

        .alert[b-pxjkeqam52] {
            max-width: 480px;
        }
    }
}
/* /Pages/Diagnostics/Index.cshtml.rz.scp.css */
.diagnostics-page[b-k7gfengiac] {
    .diagnostics {
        .description {
            dl {
                font-size: 0.9rem;
                display: grid;
                grid-template-columns: auto 1fr;
                column-gap: 2rem;

                dt {
                    min-width: 5rem;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
            }
        }
    }
}
/* /Pages/Grants/Index.cshtml.rz.scp.css */
.grants-page[b-mqv8q1q7bq] {
    .grants {
        .grants-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1rem;

            .grant {
                padding: 1rem;
                background-color: color-mix(in srgb, var(--color-primary), transparent 90%);
                border-radius: 0.25rem;
                display: flex;
                flex-direction: column;
                gap: 1rem;

                .application {
                    height: 3rem;
                    display: flex;
                    align-items: center;
                    gap: 1rem;

                    img {
                        height: 100%;
                    }
                }

                > ul[b-mqv8q1q7bq] {
                    display: flex;
                    flex-direction: column;
                    gap: 0.5rem;

                    li {
                        font-size: 0.9rem;
                        display: flex;
                        flex-direction: column;

                        label {
                            font-weight: 600;
                        }
                    }
                }
            }
        }
    }
}
/* /Pages/Index.cshtml.rz.scp.css */
.welcome-page[b-n9guo32maf] {
    .welcome {
        ul {
            li:first-child {
                margin-bottom: 1rem;
            }

            li[b-n9guo32maf] {
                /* tag helper */
                a {
                    color: var(--color-primary);
                }
            }
        }
    }

    .license[b-n9guo32maf] {
        dl {
            font-size: 0.9rem;
            display: grid;
            grid-template-columns: auto 1fr;
            column-gap: 2rem;
        }
    }
}
/* /Pages/ServerSideSessions/Index.cshtml.rz.scp.css */
.users-page[b-4eiiuekiaj] {
    .users {
        .user-sessions {
            display: grid;
            grid-template-columns: 300px 1fr;
            gap: 1rem 2rem;

            .sidebar {
                display: flex;
                flex-direction: column;
                gap: 1rem;

                .nav-btns {
                    display: flex;
                    gap: 1rem;

                    a {
                        width: 100%;
                        text-decoration: none;
                    }
                }

                .total-count[b-4eiiuekiaj] {
                    margin-top: 2rem;
                    text-align: center;
                }
            }

            .users-list[b-4eiiuekiaj] {
                table,
                th,
                td {
                    border: 1px solid var(--color-border);
                    border-collapse: collapse;
                }

                table[b-4eiiuekiaj] {
                    width: 100%;

                    td {
                        padding: 0.5rem;
                    }
                }
            }
        }
    }

    .alert[b-4eiiuekiaj] {
        max-width: 480px;
    }
}
/* /Pages/Shared/_SpmdLogo.cshtml.rz.scp.css */
@layer components {
    .spmd-logo[b-j7ubcrzkso] {
        width: 195px;
        border-radius: 0.375rem;
        display: flex;
        align-items: center;

        @media (max-width: 768px) {
            width: auto;[b-j7ubcrzkso]
        }

        .spmd-logo-text {
            color: var(--color-foreforeground);
            font-size: 1.75rem;
            font-weight: 100;
            line-height: 1;
            display: flex;
            align-items: start;
        }

        .spmd-logo-text-accent[b-j7ubcrzkso] {
            color: var(--color-brand-primary);
        }

        span[b-j7ubcrzkso] {
            font-family: var(--font-logo);
        }

        small[b-j7ubcrzkso] {
            font-size: 1rem;
            font-family: var(--font-logo);
        }
    }
}
/* /Pages/_Layout.cshtml.rz.scp.css */
main[b-fn2kamo4y8] {
    height: 100%;
    display: flex;
    justify-content: center;
}
