.validation-summary-errors{padding:5px;background:#fafad2;border:1px dashed #dc143c;margin-bottom:30px;margin-top:20px;font-size:11px}.validation-summary-errors ul li{margin:5px 0}.validation-summary-errors ul li{margin:5px 0}.input-validation-error{border:1px solid #dc143c!important;background:#ffffe0!important}.half-circle-spinner,.half-circle-spinner *{box-sizing:border-box}.half-circle-spinner{width:100px;height:100px;border-radius:100%;position:relative}.half-circle-spinner .circle{content:"";position:absolute;width:100%;height:100%;border-radius:100%;border:calc(60px/10) solid transparent}.half-circle-spinner .circle.circle-1{border-top-color:#233b77;animation:half-circle-spinner-animation 1s infinite}.half-circle-spinner .circle.circle-2{border-bottom-color:#233b77;animation:half-circle-spinner-animation 1s infinite alternate}@keyframes half-circle-spinner-animation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}