.circle-chart-info{z-index:1;display:flex;flex-direction:column;justify-content:center;position:absolute;width:35%;top:48%;left:33%}.circle-chart-info>.border-bottom{min-width:9vw}.loader{position:absolute;border:2px solid transparent;border-top:3px solid #aaa;border-radius:50%;width:2em;height:2em;animation:spin 2s linear infinite;z-index:99}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}