.password-strength-container{flex-direction:column;gap:8px;width:100%;margin-top:2px;margin-bottom:2px;display:flex}.password-strength-container .strength-bars{gap:8px;width:100%;display:flex}.password-strength-container .strength-bars .strength-bar{background-color:#ebe3d7;border-radius:4px;flex:1;height:8px;transition:all .3s}.password-strength-container .strength-bars .strength-bar.weak,.password-strength-container .strength-bars .strength-bar.fair,.password-strength-container .strength-bars .strength-bar.good{background-color:var(--base-400)}.password-strength-container .strength-bars .strength-bar.strong{background-color:#52c41a}.password-strength-container .strength-info{justify-content:space-between;align-items:center;display:flex}.password-strength-container .strength-info .strength-text{font-size:var(--font-14);font-weight:500;transition:color .3s}.password-strength-container .strength-info .strength-text.weak,.password-strength-container .strength-info .strength-text.fair,.password-strength-container .strength-info .strength-text.good{color:var(--base-400)}.password-strength-container .strength-info .strength-text.strong{color:#52c41a}.password-strength-container .strength-info .info-trigger{cursor:pointer;align-items:center;height:20px;display:flex}.password-strength-container .strength-info .success-trigger{align-items:center;height:20px;display:flex}:where(.css-dev-only-do-not-override-1iftmj9).ant-select .ant-select-placeholder{white-space:nowrap;text-overflow:ellipsis;color:var(--gray-100);pointer-events:none;z-index:1;opacity:.6;overflow:hidden}.password-validation-popover{z-index:9999!important}.password-validation-popover .ant-popover-inner{border:1px solid 0!important;color:red!important;background-color:#141414!important;border-radius:8px!important;padding:0!important;box-shadow:0 4px 12px #00000080!important}.password-validation-popover .ant-popover-inner-content{padding:0!important}.password-validation-popover .ant-popover-arrow:before,.password-validation-popover .ant-popover-arrow:after{background-color:var(--bg-tooltip)!important}.password-requirements-popover{border-radius:8px;flex-direction:column;padding:12px;display:flex;background-color:var(--bg-tooltip)!important;box-shadow:var(--box-shadow)!important}.password-requirements-popover .requirement-item{align-items:center;gap:12px;margin-bottom:10px;display:flex}.password-requirements-popover .requirement-item:last-child{margin-bottom:0}.password-requirements-popover .requirement-item .requirement-icon{flex-shrink:0;align-items:center;display:flex}.password-requirements-popover .requirement-item .requirement-label{font-size:var(--font-12);white-space:nowrap;font-weight:500;line-height:normal;transition:all .3s;display:block;color:var(--dark-100)!important}
