:root{--field-asterisk-color: red}form .form-group.required>label:after{content:" * ";color:var(--field-asterisk-color)}.wait{width:100%;background-color:#0000001a;position:fixed;overflow:auto;top:0;bottom:0;left:0;right:0;z-index:9999}.wait .spin{border-style:solid;border-width:4px;border-color:#ff4500;border-radius:50%;border-top-color:transparent;width:24px;height:24px;animation:spin_wait 1s linear infinite;margin:0 auto;margin-top:30vh}@keyframes spin_wait{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
