.InputWrapper{flex-direction:column;width:100%;display:flex;position:relative}.InputWrapper_label{flex-direction:row;gap:5px;height:20px;padding-bottom:5px;display:flex}.InputWrapper_label span{text-align:left;color:var(--text-color-grey);margin:0}.InputWrapper_labelError{flex-direction:row;gap:5px;height:20px;padding-top:5px;display:flex}.InputWrapper_labelError span{text-align:left;color:#e53e3e;margin:0}.InputWrapper_labelError svg{color:#e53e3e;width:15px;height:15px;margin:0}.InputWrapper_iconRight{z-index:10;align-items:center;position:absolute;top:0;bottom:0;right:0}.InputWrapper_iconRight_eye{width:42px;height:44px;display:flex}.InputWrapper_iconRight_eye svg{width:20px;height:20px;margin:auto}.InputWrapper_iconLeft{z-index:10;align-items:center;position:absolute;top:0;bottom:0;left:0}.InputWrapper_iconLeft_icon{width:42px;height:44px;display:flex}.InputWrapper_iconLeft_icon svg{width:20px;height:20px;margin:auto}.InputWrapper input{background-color:var(--light-background);color:var(--text-color-black);border:1px solid var(--border-color);border-radius:var(--main-border-radius);box-sizing:border-box;outline:none;height:44px;padding:0 44px 0 10px;font-family:LOProUI-Regular;transition:border-color .2s}.InputWrapper input:focus{border-color:var(--primary)!important}.InputWrapper_error{transition:all .4s ease-in .1s;background-color:#e53e3e1a!important;border-color:#e53e3e!important}.InputWrapper_eye{display:flex}.InputWrapper_eye svg{width:20px;height:20px;margin:auto}.dark .InputWrapper input{background-color:var(--dark-background);border-color:var(--border-color-input);color:var(--text-color-white)}.dark .InputWrapper input:focus{border-color:var(--primary)!important}.dark .InputWrapper_error{transition:all .4s ease-in .1s;background-color:#e53e3e1a!important;border-color:#e53e3e!important}.darkModal .InputWrapper input{background-color:var(--dark-background);border-color:var(--border-color-input);color:var(--text-color-white)}.darkModal .InputWrapper input:focus{border-color:var(--primary)!important}.darkModal .InputWrapper_error{transition:all .4s ease-in .1s;background-color:#e53e3e1a!important;border-color:#e53e3e!important}
