.custom-input-container{position:relative}.custom-input{width:100%;padding:1.773rem 1rem .4rem;border:1px solid var(--color-border-input);border-radius:8px;outline:none;box-sizing:border-box;transition:border-color .3s,box-shadow .3s;font-family:var(--font-medium)!important}.custom-label{position:absolute;top:1.2rem;left:.5rem;pointer-events:none;font-size:1em;color:#6f6f70;transition:all .2s ease;padding:0 .5em}.custom-input:focus+.custom-label,.custom-label.focused{top:8.1px;left:.5rem;font-size:12px}.input-error{border-color:red}.error-message{color:red}.custom-input-text-helper{margin-top:.5rem;padding:0 1rem 1rem;color:var(--color-secondary)}.custom-input-without-label{padding:.66rem!important}.custom-input:disabled{background-color:#F5F5F5;border-color:#E0E0E0}.custom-input:disabled,.custom-input:disabled+.custom-label{color:#9E9E9E;cursor:not-allowed}