.progressBarOverlay { }
.circular-progress-bar { position: relative; margin: 0 auto; position: fixed; display: table; left: 0; width: 100% !important; height: 100% !important; top: 0; bottom: 0; right: 0; background-color: white; opacity: 0.7; z-index:99; }
.progress-percentage, .progress-text { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; padding: 0px 60px; display: table-cell; vertical-align: middle; }
.progress-percentage { font-size: 45px; transform: translate(-50%, -85%); color: #000; }
.progress-text { color: #000; font-size: 17px; top:63%; font-weight: bold; }
.circular-progress-bar canvas { position: absolute; left:50% !important; top: 50% !important; transform: translate(-50%, -50%) !important;}
