/* _content/Picanol.Web/Components/Layout/AppBar.razor.rz.scp.css */
.material-appbar__menu[b-yo0gnj5pd8] {
    margin-left: 2px;
    border-radius: 8px;
}
/* _content/Picanol.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-yi3bzbcj4a] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(25, 118, 210, 0.12), transparent 26%),
        radial-gradient(circle at bottom right, rgba(84, 110, 122, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
}

.app-drawer[b-yi3bzbcj4a] {
    border-right: 1px solid #e2e8f0;
    box-shadow: 1px 0 0 rgba(15, 23, 42, 0.04);
    background: #ffffff;
    height: 100%;
    min-height: 0;
}

.app-drawer[b-yi3bzbcj4a]  .mud-drawer-content,
.app-drawer[b-yi3bzbcj4a]  .mud-drawer-paper {
    background: #ffffff;
    height: 100% !important;
    min-height: 0 !important;
}

.app-drawer[b-yi3bzbcj4a]  .mud-drawer-content {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    min-height: 0 !important;
}

.app-main[b-yi3bzbcj4a] {
    min-height: 100vh;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}

.app-main[b-yi3bzbcj4a]  .mud-container {
    flex: 1 1 auto;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* _content/Picanol.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-kn6s0ke7ei] {
    --sb-bg: #ffffff;
    --sb-text: #1f2937;
    --sb-text-muted: #6b7280;
    --sb-hover: #eff4fc;
    --sb-active: #e2edff;
    --sb-active-border: #1f6fff;

    height: 100%;
    min-height: 0;
    padding: 0;
    background: var(--sb-bg);
    color: var(--sb-text);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

    .nav-shell[b-kn6s0ke7ei]  .mud-navmenu {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 0;
        padding: 2px 0 10px;
        margin: 0 8px;
    }

.nav-brand[b-kn6s0ke7ei] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e9eef7;
}

.nav-toggle-btn[b-kn6s0ke7ei] {
    color: var(--sb-text) !important;
    border-radius: 8px;
}

.nav-brand__text[b-kn6s0ke7ei] {
    min-width: 0;
}

.nav-brand .mud-typography[b-kn6s0ke7ei] {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-brand__title[b-kn6s0ke7ei] {
    color: #2563eb !important;
}

.nav-brand__user[b-kn6s0ke7ei] {
    color: #111827 !important;
    font-weight: 700 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-section-label[b-kn6s0ke7ei] {
    margin: 14px 10px 6px;
    color: var(--sb-text-muted) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group {
    min-height: 36px;
    border-radius: 9px;
    margin-bottom: 3px;
    transition: all 0.2s ease;
    color: var(--sb-text);
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link {
    padding-inline: 9px !important;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group > .mud-nav-link,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link {
    padding-inline: 9px !important;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link .mud-nav-link-text,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group-text {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link .mud-icon-root,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-icon-root {
    font-size: 16px !important;
    margin-right: 6px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link:hover,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group:hover > .mud-nav-link {
    background: var(--sb-hover);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link:hover .mud-icon-root,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group:hover > .mud-nav-link .mud-icon-root {
    transform: translateX(2px);
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link.active {
    background: var(--sb-active);
    box-shadow: inset 3px 0 0 var(--sb-active-border), 0 3px 9px rgba(31, 111, 255, 0.14);
    color: #1f6fff;
    font-weight: 600;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link.active {
    background: rgba(31, 111, 255, 0.11);
    box-shadow: inset 3px 0 0 var(--sb-active-border);
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-collapse-container {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid rgba(107, 114, 128, 0.25);
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link {
    min-height: 36px;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link .mud-nav-link-text {
    font-size: 9.5px;
    font-weight: 700;
    color: #111827 !important;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-link.active .mud-nav-link-text,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-link.active .mud-icon-root,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link.active .mud-nav-link-text,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-link.active .mud-icon-root,
.nav-shell[b-kn6s0ke7ei]  .mud-nav-group > .mud-nav-link.active .mud-nav-group-text {
    color: #1f6fff !important;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group .mud-nav-group-title {
    color: var(--sb-text) !important;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group-expand-icon {
    margin-left: auto;
    transition: transform 0.2s ease;
}

.nav-shell[b-kn6s0ke7ei]  .mud-nav-group.mud-nav-group-expanded .mud-nav-group-expand-icon {
    transform: rotate(90deg);
}

.nav-shell[b-kn6s0ke7ei]  .mud-text-secondary {
    color: var(--sb-text-muted) !important;
}

.nav-user-card[b-kn6s0ke7ei] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    margin: 8px;
    margin-top: auto;
    border: 1px solid #d9e4f5;
    border-radius: 11px;
    background: #f8fbff;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nav-user-card:hover[b-kn6s0ke7ei] {
    background: #eef5ff;
    border-color: #c6d8f6;
}

.nav-user-card:focus-visible[b-kn6s0ke7ei] {
    outline: 2px solid #94b8ff;
    outline-offset: 1px;
}

.nav-user-card__icon[b-kn6s0ke7ei] {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #dbeafe;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-user-card__icon[b-kn6s0ke7ei]  .mud-icon-root {
    font-size: 15px !important;
}

.nav-user-card__chevron[b-kn6s0ke7ei] {
    margin-left: auto;
    color: #5f708d;
}

.nav-user__meta[b-kn6s0ke7ei] {
    min-width: 0;
}

.nav-user__name[b-kn6s0ke7ei] {
    color: #111827 !important;
    font-weight: 700 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* collapsed drawer (mini) */
.mud-drawer.mud-drawer-mini .nav-section-label[b-kn6s0ke7ei] {
    display: none;
}

.mud-drawer.mud-drawer-mini .nav-user-card[b-kn6s0ke7ei] {
    justify-content: center;
    padding: 7px;
    margin: 8px 6px;
}

.mud-drawer.mud-drawer-mini .nav-user__meta[b-kn6s0ke7ei] {
    display: none;
}

.mud-drawer.mud-drawer-mini .nav-user-card__chevron[b-kn6s0ke7ei] {
    display: none;
}
/* _content/Picanol.Web/Components/Layout/ProfileBottomSheet.razor.rz.scp.css */
.profile-bottom-sheet[b-8qcd6o7mdx] {
    border-radius: 10px;
    min-width: 280px;
    max-width: 280px;
    margin: 0 12px 12px 12px;
}

.profile-bottom-sheet[b-8qcd6o7mdx]  .mud-dialog-content {
    padding: 12px !important;
}

.profile-card[b-8qcd6o7mdx] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-header[b-8qcd6o7mdx] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 4px 6px;
}

.profile-avatar[b-8qcd6o7mdx] {
    background: #9aa5a6;
    color: #ffffff;
}

.profile-meta[b-8qcd6o7mdx] {
    min-width: 0;
}

.profile-name[b-8qcd6o7mdx] {
    font-weight: 600;
}

.profile-role[b-8qcd6o7mdx] {
    color: #7b8794;
}

.profile-divider[b-8qcd6o7mdx] {
    margin: 4px 0 !important;
}

.profile-menu[b-8qcd6o7mdx]  .mud-list-item {
    border-radius: 8px;
    min-height: 36px;
}

.profile-logout-btn[b-8qcd6o7mdx] {
    justify-content: flex-start;
    text-transform: none;
    color: #1f2937;
    border-radius: 8px;
}
/* _content/Picanol.Web/Components/Shared/Forms/BackButton.razor.rz.scp.css */
.app-back-button-row[b-j5nwncvv8x] {
    width: 100%;
}

.app-back-button[b-j5nwncvv8x] {
    min-width: 104px;
    height: 46px;
    padding: 0 18px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
}
/* _content/Picanol.Web/Components/Shared/Forms/CenteredDateField.razor.rz.scp.css */
.centered-date-field[b-92ebythp39] {
    position: relative;
    width: 100%;
}

.centered-date-field-input--clickable .mud-input-slot[b-92ebythp39],
.centered-date-field-input--clickable input[b-92ebythp39] {
    cursor: pointer !important;
}

.anchored-date-dropdown[b-92ebythp39] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1600;
    width: 320px;
    max-width: min(320px, calc(100vw - 32px));
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.2);
}

.anchored-date-dropdown__picker[b-92ebythp39] {
    width: 100%;
}
/* _content/Picanol.Web/Components/Shared/Forms/FilterBar.razor.rz.scp.css */
.filterbar[b-4h55w8be3x] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filterbar-primary[b-4h55w8be3x] {
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: thin;
    gap: 8px;
}

.filterbar-secondary[b-4h55w8be3x] {
    flex-wrap: wrap;
    align-items: end;
    gap: 8px;
}

.filterbar-compact .mud-input-control > .mud-input-control-input-container > .mud-input-slot[b-4h55w8be3x],
.filterbar-compact .mud-picker-input-control .mud-input-slot[b-4h55w8be3x] {
    min-height: var(--app-control-height-sm) !important;
    height: var(--app-control-height-sm) !important;
}

.filterbar-compact .mud-button-root[b-4h55w8be3x] {
    min-height: var(--app-control-height-sm) !important;
    height: var(--app-control-height-sm) !important;
    padding-inline: 10px;
}

/* Non-compact filterbar also gets compact sizing */
.filterbar .mud-input-control > .mud-input-control-input-container > .mud-input-slot[b-4h55w8be3x],
.filterbar .mud-picker-input-control .mud-input-slot[b-4h55w8be3x] {
    min-height: var(--app-control-height) !important;
    height: var(--app-control-height) !important;
}

.filterbar .mud-button-root[b-4h55w8be3x] {
    min-height: var(--app-control-height) !important;
    height: var(--app-control-height) !important;
    padding-inline: 12px;
    border-radius: 10px !important;
}

.filterbar-more-toggle[b-4h55w8be3x] {
    flex: 0 0 auto;
}
/* _content/Picanol.Web/Pages/Auth/ForgotPassword.razor.rz.scp.css */
.forgot-shell[b-f06gmdnu7l] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(circle at top, rgb(21 101 192 / 0.18), transparent 36%),
        linear-gradient(160deg, rgb(21 101 192 / 0.12), rgb(244 246 249 / 0.96) 52%, #f4f6f9);
}

.forgot-card[b-f06gmdnu7l] {
    width: min(100%, 400px);
    border-radius: 16px;
}

.forgot-card__content[b-f06gmdnu7l] {
    padding: 2rem;
}

.forgot-subtitle[b-f06gmdnu7l] {
    color: #637381;
}

.forgot-actions[b-f06gmdnu7l] {
    display: flex;
    justify-content: flex-end;
}
/* _content/Picanol.Web/Pages/Auth/Login.razor.rz.scp.css */
.login-shell[b-4b6xeiqibk] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.1rem 1.1rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 15%, rgba(194, 215, 245, 0.68), rgba(244, 248, 253, 0) 28%),
        radial-gradient(circle at left center, rgba(221, 233, 249, 0.42), rgba(221, 233, 249, 0) 30%),
        radial-gradient(circle at right center, rgba(221, 233, 249, 0.38), rgba(221, 233, 249, 0) 30%),
        linear-gradient(180deg, #f8fbff 0%, #edf4fd 100%);
}

.login-legacy-top-banner[b-4b6xeiqibk] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.6rem 1rem;
    background: #eaf3ff;
    border-bottom: 1px solid #c6dbfb;
    color: #0b4f9f;
    font-size: 0.9rem;
    text-align: center;
    z-index: 20;
}

.login-legacy-top-banner a[b-4b6xeiqibk] {
    color: #0b4f9f;
    font-weight: 700;
    text-decoration: underline;
}

.login-brand[b-4b6xeiqibk] {
    position: absolute;
    top: 1.25rem;
    left: 1.5rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.login-brand__logo[b-4b6xeiqibk] {
    width: 104px;
    height: auto;
    object-fit: contain;
    display: block;
}

.login-brand__tagline[b-4b6xeiqibk] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.login-card[b-4b6xeiqibk] {
    width: min(100vw - 2rem, 540px);
    border-radius: 16px;
    border: 1px solid rgba(219, 228, 240, 0.8);
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12), 0 8px 24px rgba(15, 23, 42, 0.08);
    z-index: 5;
    position: relative;
}

.login-card__content[b-4b6xeiqibk] {
    padding: 2.5rem 1.5rem;
}

.login-card__heading[b-4b6xeiqibk] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.login-title[b-4b6xeiqibk] {
    margin: 0;
    color: #152c63;
    font-size: 2.05rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.login-subtitle[b-4b6xeiqibk] {
    margin: 0.45rem 0 0;
    color: #5e7299;
    font-size: 0.88rem;
    line-height: 1.4;
    font-weight: 500;
}

.login-title-accent[b-4b6xeiqibk] {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0.75rem auto 0;
    border-radius: 999px;
    background: #1b72f2;
}

.login-form-stack[b-4b6xeiqibk] {
    gap: 1rem !important;
    width: 250px;
    margin-inline: auto;
}

.login-field-group[b-4b6xeiqibk] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.login-field-label[b-4b6xeiqibk] {
    color: #1672f3;
    font-size: 0.84rem;
    line-height: 1.3;
    font-weight: 700;
}

.login-required[b-4b6xeiqibk] {
    color: #e53935;
}

.login-input-wrap[b-4b6xeiqibk] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-icon[b-4b6xeiqibk] {
    position: absolute;
    left: 1.15rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ea1c3;
    pointer-events: none;
}

.login-input[b-4b6xeiqibk] {
    width: 100%;
    height: 48px;
    padding: 0 0.8rem 0 3rem;
    border-radius: 12px;
    border: 1.5px solid #d8e3f4;
    background: rgba(252, 254, 255, 0.95);
    color: #24344f;
    font-size: 0.86rem;
    line-height: 1.4;
    box-shadow: inset 0 1px 2px rgba(95, 125, 171, 0.06);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.login-input[b-4b6xeiqibk]::placeholder {
    color: #9aaccc;
}

.login-input:focus[b-4b6xeiqibk] {
    border-color: #8ab4ff;
    box-shadow:
        0 0 0 4px rgba(27, 114, 242, 0.12),
        inset 0 1px 2px rgba(95, 125, 171, 0.06);
    background: #ffffff;
}

.login-input--password[b-4b6xeiqibk] {
    padding-right: 2.9rem;
}

.login-eye-btn[b-4b6xeiqibk] {
    position: absolute;
    right: 0.7rem;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #8ea1c3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.login-eye-btn:hover[b-4b6xeiqibk] {
    background: rgba(27, 114, 242, 0.08);
    color: #5d78a6;
}

.login-eye-btn:active[b-4b6xeiqibk] {
    transform: scale(0.96);
}

.login-signin-btn[b-4b6xeiqibk] {
    width: 100%;
    height: 48px;
    margin-top: 0.25rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #0f63d8 0%, #1f78f3 100%);
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    box-shadow: 0 16px 28px rgba(20, 97, 214, 0.22);
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.login-signin-btn:hover:not(:disabled)[b-4b6xeiqibk] {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(20, 97, 214, 0.28);
}

.login-signin-btn:active:not(:disabled)[b-4b6xeiqibk] {
    transform: translateY(0);
}

.login-signin-btn:disabled[b-4b6xeiqibk] {
    opacity: 0.72;
    cursor: not-allowed;
}

.login-signin-icon[b-4b6xeiqibk] {
    flex-shrink: 0;
}

.login-divider-row[b-4b6xeiqibk] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 1.1rem 0 0.7rem;
}

.login-divider-line[b-4b6xeiqibk] {
    flex: 1;
    height: 1px;
    background: #dfe7f3;
}

.login-shield-icon[b-4b6xeiqibk] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #91a4c5;
}

.login-actions[b-4b6xeiqibk] {
    display: flex;
    justify-content: center;
    margin-top: 0.15rem;
}

.login-actions :deep(a)[b-4b6xeiqibk] {
    color: #1b72f2;
    font-size: 0.86rem;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
}

.login-actions :deep(a:hover)[b-4b6xeiqibk] {
    text-decoration: underline;
}

.login-shell :deep(.mud-progress-circular)[b-4b6xeiqibk] {
    color: inherit !important;
}

.login-shell :deep(.mud-alert)[b-4b6xeiqibk] {
    margin-top: 1rem;
    border-radius: 12px;
}

@media (max-width: 900px) {
    .login-shell[b-4b6xeiqibk] {
        padding: 2.75rem 1rem 1.5rem;
        align-items: flex-start;
    }

    .login-brand[b-4b6xeiqibk] {
        top: 1rem;
        left: 1rem;
    }

    .login-brand__logo[b-4b6xeiqibk] {
        width: 92px;
    }

    .login-brand__tagline[b-4b6xeiqibk] {
        font-size: 0.95rem;
    }

    .login-card[b-4b6xeiqibk] {
        width: min(100vw - 2rem, 460px);
        border-radius: 14px;
    }

    .login-card__content[b-4b6xeiqibk] {
        padding: 2rem 1.5rem;
    }

    .login-title[b-4b6xeiqibk] {
        font-size: 2.4rem;
    }

    .login-subtitle[b-4b6xeiqibk] {
        font-size: 1rem;
    }

    .login-input[b-4b6xeiqibk] {
        height: 58px;
    }

    .login-signin-btn[b-4b6xeiqibk] {
        height: 58px;
    }
}

@media (max-width: 540px) {
    .login-brand[b-4b6xeiqibk] {
        position: static;
        width: 100%;
        margin-bottom: 1rem;
    }

    .login-shell[b-4b6xeiqibk] {
        padding: 2.5rem 1rem 1rem;
        justify-content: flex-start;
        flex-direction: column;
    }

    .login-card[b-4b6xeiqibk] {
        margin-top: 0;
        width: 100%;
        border-radius: 20px;
    }

    .login-card__content[b-4b6xeiqibk] {
        padding: 1.5rem 1.15rem 1.75rem;
    }

    .login-title[b-4b6xeiqibk] {
        font-size: 2rem;
    }

    .login-subtitle[b-4b6xeiqibk] {
        font-size: 0.95rem;
    }

    .login-input[b-4b6xeiqibk] {
        height: 54px;
        padding-left: 3.5rem;
    }

    .login-signin-btn[b-4b6xeiqibk] {
        height: 54px;
        font-size: 1rem;
    }
}
/* _content/Picanol.Web/Pages/Auth/ResetPassword.razor.rz.scp.css */
.reset-shell[b-irjsgyuu38] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(circle at top, rgb(21 101 192 / 0.18), transparent 36%),
        linear-gradient(160deg, rgb(21 101 192 / 0.12), rgb(244 246 249 / 0.96) 52%, #f4f6f9);
}

.reset-card[b-irjsgyuu38] {
    width: min(100%, 420px);
    border-radius: 16px;
}

.reset-card__content[b-irjsgyuu38] {
    padding: 2rem;
}

.reset-logo[b-irjsgyuu38] {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
}

.reset-subtitle[b-irjsgyuu38] {
    color: #637381;
}

.reset-actions[b-irjsgyuu38] {
    display: flex;
    justify-content: flex-end;
}
