@-webkit-keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}@keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}.newUsers{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:30rem;display:flex;flex-direction:column;margin:2rem auto;position:relative;flex-grow:0!important}.newUsers>div{position:relative;padding:2rem 3rem 0}.newUsers label{width:100%;padding:.8rem 3rem}.newUsers input,.newUsers select:not(.userRole){width:100%;margin-top:.3rem}.newUsers .userRole{position:absolute;left:.5rem;top:1rem}.newUsers .intakeIcon{position:absolute;right:1rem;bottom:1rem;padding:0;display:flex;flex-direction:column;align-items:center}.newUsers .intakeIcon .iconWrapper{border-bottom:4px solid transparent}.newUsers .intakeIcon .iconWrapper.error{border:none!important;border-bottom:4px solid red!important}.newUsers .intakeIcon img{max-width:3rem;cursor:pointer;filter:grayscale(100%) contrast(.5);opacity:.3;margin-bottom:-.5rem}.newUsers .intakeIcon .hasQuestions{filter:grayscale(0);opacity:1}.newUsers .add{margin:auto;max-width:4rem;cursor:pointer}.newUsers .message{margin:1.5rem auto 0;max-width:70%;text-align:center}.newUsers>div>button{margin:2rem auto 1.5rem;box-shadow:-.1rem .1rem .5rem #ccc;border-radius:.3rem;padding:.5rem 1rem;background-color:#fff5f5}.newUsers>div>button:hover{background-color:#ffe0e0}.newUsers #userInfo{padding:2rem 0;width:100%;margin:0 auto;text-align:justify}.newUsers #userInfo>div{margin-top:1rem;display:flex;box-shadow:-.1rem .1rem .5rem #ccc;overflow:hidden;border-radius:.3rem;border:1px solid #eee}.newUsers #userInfo>div:focus-within{border-color:#96b7d6}.newUsers #userInfo>div textarea{flex:1;border-radius:0;height:8.5rem;box-shadow:none;margin:0;border:none}.newUsers #userInfo>div button{background-color:#eee;border-right:1px solid #ccc;color:#777}.newUsers #userInfo>div button:hover{box-shadow:.2rem 0 1rem #ccc}.newUsers #nameLabel{display:flex;align-items:center}.newUsers #nameLabel>span{margin-right:.5rem;font-size:1.2rem}