app-root hr{margin:8px}app-root form{overflow:hidden}app-root .standalone-only{display:none}app-root.angular-standalone .standalone-only{display:inline-block}app-root input.form-control,app-root select.form-control,app-root .list-group .list-group-heading{border-radius:0;background-color:#fff}app-root .list-group.result>.list-group-item{background:none}app-root .loader{position:relative;margin:0 auto;width:125px}app-root .loader:before{content:"";display:block;padding-top:100%}app-root .circular{animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;inset:0;margin:auto}app-root .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes color{to,0%{stroke:#314ea3}40%{stroke:#abd2f4}66%{stroke:#efefef}80%,90%{stroke:#ccc}}app-root .row>div{min-height:0;transition:.2s cubic-bezier(1,0,1,0)}app-root .row>div.has-error{min-height:40px;transition:none}
