.text-area{position:relative}.text-area__textField{background-color:#fff;border-radius:0;width:100%;height:100px;padding-top:5px;padding-bottom:5px;font-size:14px;transition:border-color .2s ease-in-out}.text-area__textField--rounded{border-radius:20px}.text-area__textField--disabled{color:#888}.text-area__textField--validity{border:1px solid #e5e9ee;padding-left:10px;padding-right:10px}.text-area__textField--valid{border:1px solid #35853e;padding-left:10px;padding-right:30px}.text-area__textField--invalid{border:1px solid #c72727;padding-left:10px;padding-right:30px}.text-area__textField--small{height:30px}.text-area__textField--large{height:50px}.text-area__textField:focus{border-color:#ee6f22;outline:0}.text-area__label-container{justify-content:space-between;display:flex}.text-area__label{color:#000;margin-bottom:1rem;padding-bottom:5px;display:block}.text-area__star{color:#c72727}
.check-box{margin-bottom:5px}.check-box__control{opacity:0;cursor:pointer;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.check-box__label{cursor:pointer;color:#000;min-width:20px;min-height:20px;padding-left:25px;display:inline-block;position:relative}.check-box__label--small:before{width:15px;height:15px;top:15%;left:5%}.check-box__label--medium:before{width:20px;height:20px;top:0;left:0}.check-box__label--large:before{width:25px;height:25px;top:-5%;left:-5%}.check-box__label:before{content:"";border:1px solid #35853e;border-radius:2px;position:absolute}.check-box__label:after{content:"";border:2px solid #fff;border-color:#0000 #fff #fff #0000;width:7px;height:14px;display:none;position:absolute;top:0;left:7px;transform:rotate(42deg)}.check-box__control:checked+.check-box__label:before{background:#35853e;transition:background .2s linear}.check-box__control:checked+.check-box__label:after{display:block}.check-box__control:disabled+.check-box__label{cursor:not-allowed}.check-box__control:disabled+.check-box__label:before{border-color:#e5e9ee}.check-box__control:disabled:checked+.check-box__label:before{background:#e5e9ee}
.radio-group{margin-bottom:1rem}.radio-group__question{color:#000;margin-bottom:10px;font-weight:700}.radio-group__option{margin:1rem 0}.radio-group__control{opacity:0;cursor:pointer;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.radio-group__star{color:#c72727}.radio-group__label{cursor:pointer;color:#000;min-width:20px;min-height:20px;padding-left:25px;display:inline-block;position:relative}.radio-group__label--small:before{width:15px;height:15px;top:15%;left:5%}.radio-group__label--medium:before{width:20px;height:20px;top:0;left:0}.radio-group__label--large:before{width:25px;height:25px;top:-5%;left:-5%}.radio-group__label:before{content:"";border:1px solid #35853e;border-radius:50%;position:absolute}.radio-group__label:after{content:"";background-color:#35853e;border-radius:50%;width:10px;height:10px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-group__control:checked+.radio-group__label:before{background:#35853e;transition:background .2s linear}.radio-group__control:checked+.radio-group__label:after{display:block}.radio-group__control:disabled+.radio-group__label{cursor:not-allowed}.radio-group__control:disabled+.radio-group__label:before{border-color:#e5e9ee}.radio-group__control:disabled:checked+.radio-group__label:before{background:#e5e9ee}
