@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';
@import '_content/omc.Shared/omc.Shared.0xv16mq8f3.bundle.scp.css';

/* /Components/AdminPasswordField.razor.rz.scp.css */
.admin-password-field[b-7ffknd0lmj] {
    display: grid;
    gap: 6px;
    width: 100%;
}

.admin-password-field__label[b-7ffknd0lmj] {
    color: var(--admin-text);
    font-size: 0.8125rem;
    font-weight: 500;
}

.admin-password-field__control[b-7ffknd0lmj] {
    position: relative;
}

.admin-password-field__input[b-7ffknd0lmj] {
    width: 100%;
    padding-right: 42px !important;
}

.admin-password-field__toggle[b-7ffknd0lmj] {
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-flex;
    width: 26px;
    height: 26px;
    padding: 0;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: var(--admin-text-muted);
    cursor: pointer;
}

.admin-password-field__toggle:hover[b-7ffknd0lmj],
.admin-password-field__toggle:focus-visible[b-7ffknd0lmj] {
    background: var(--surface-2);
    color: var(--admin-text);
}

.admin-password-field__toggle:focus-visible[b-7ffknd0lmj] {
    outline: 2px solid var(--admin-accent);
    outline-offset: 1px;
}

.admin-password-field__toggle svg[b-7ffknd0lmj] {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
