.text-input-wrapper{align-items:center;display:flex;width:100%}.text-input-wrapper .text-input{background-color:#fafaff;border:1px solid #385e86;border-radius:10px;font-size:1.1em;height:40px;outline:none;padding:3px;width:100%}.text-input-wrapper .text-input:focus{border:1px solid #073e36}.text-input-wrapper .text-input.no-delay-input{font-size:.9em;padding:5px 10px}.text-input-wrapper.rtl .text-input{direction:rtl}.text-input-wrapper.ltr .text-input{direction:ltr}