/* Shared password help, scoped to the two Winter account-security forms. */
.winter-password-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 12px;
    margin-bottom: 5px;
}
#containerPassword .winter-password-header > label {
    margin: 0;
    font-size: 14px;
}
#containerPassword label[for="inputNewPassword2"] {
    margin-bottom: 5px;
    font-size: 14px;
}
.winter-password-hint {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    color: #656b7e;
    font-size: 12px;
    line-height: 18px;
}
.winter-password-hint-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: -3px 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}
.winter-password-hint-toggle:focus-visible {
    outline: 2px solid #0054ff;
    outline-offset: 2px;
}
.winter-password-header .winter-password-meter {
    display: none;
    flex: 0 0 100%;
    height: 4px;
    margin: 4px 0 0;
}
.winter-password-meter .progress-bar-danger {
    background-color: #be0f1a;
}
.winter-password-meter .progress-bar-success {
    background-color: #198810;
}
.winter-password-popover {
    width: 268px;
    max-width: calc(100vw - 32px);
    border: 1px solid #e9e9ee;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(24, 25, 28, .12);
    color: #494e60;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.winter-password-popover .popover-header {
    margin: 0;
    padding: 12px 16px 0;
    border: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.winter-password-popover .popover-body {
    padding: 4px 16px 12px;
    color: inherit;
    font-size: 12px;
    line-height: 18px;
}
.winter-template #containerPassword .generate-password {
    margin-top: 8px;
}
