.progress-circular {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    box-shadow: none;
    position: fixed;
    bottom: 15px;
    left: -100px;
    transition: all 0.3s;
}

.show-progress .progress-circular{
    left: 15px;
}

.progress-circular:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circular > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circular .progress-circular-left {
    left: 0;
}

.progress-circular .progress-circular-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #ff3d00;
}

.progress-circular .progress-circular-left .progress-circular-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circular .progress-circular-right {
    right: 0;
}

.progress-circular .progress-circular-right .progress-circular-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circular .progress-circular-value {
    display: flex;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    /* line-height: 14px; */
    align-items: center;
    justify-content: center;
    height: 100%;
    /* font-weight: 300; */
    color: #ff3d00;
    font-weight: bold;
}

.progress-circular .progress-circular-value div {
    /*margin-top: 10px;*/
}

.progress-circular .progress-circular-value span {
    font-size: 12px;
    text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names
Due to the split circle of progress-left and progress right, we must use the animations on each side.
*/
.progress-circular[data-percentage="1"] .progress-circular-right .progress-circular-bar {
    animation: loading-1 0s linear forwards;
}

.progress-circular[data-percentage="1"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="2"] .progress-circular-right .progress-circular-bar {
    animation: loading-2 0s linear forwards;
}

.progress-circular[data-percentage="2"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="3"] .progress-circular-right .progress-circular-bar {
    animation: loading-3 0s linear forwards;
}

.progress-circular[data-percentage="3"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="4"] .progress-circular-right .progress-circular-bar {
    animation: loading-4 0s linear forwards;
}

.progress-circular[data-percentage="4"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="5"] .progress-circular-right .progress-circular-bar {
    animation: loading-5 0s linear forwards;
}

.progress-circular[data-percentage="5"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="6"] .progress-circular-right .progress-circular-bar {
    animation: loading-6 0s linear forwards;
}

.progress-circular[data-percentage="6"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="7"] .progress-circular-right .progress-circular-bar {
    animation: loading-7 0s linear forwards;
}

.progress-circular[data-percentage="7"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="8"] .progress-circular-right .progress-circular-bar {
    animation: loading-8 0s linear forwards;
}

.progress-circular[data-percentage="8"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="9"] .progress-circular-right .progress-circular-bar {
    animation: loading-9 0s linear forwards;
}

.progress-circular[data-percentage="9"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="10"] .progress-circular-right .progress-circular-bar {
    animation: loading-10 0s linear forwards;
}

.progress-circular[data-percentage="10"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="11"] .progress-circular-right .progress-circular-bar {
    animation: loading-11 0s linear forwards;
}

.progress-circular[data-percentage="11"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="12"] .progress-circular-right .progress-circular-bar {
    animation: loading-12 0s linear forwards;
}

.progress-circular[data-percentage="12"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="13"] .progress-circular-right .progress-circular-bar {
    animation: loading-13 0s linear forwards;
}

.progress-circular[data-percentage="13"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="14"] .progress-circular-right .progress-circular-bar {
    animation: loading-14 0s linear forwards;
}

.progress-circular[data-percentage="14"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="15"] .progress-circular-right .progress-circular-bar {
    animation: loading-15 0s linear forwards;
}

.progress-circular[data-percentage="15"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="16"] .progress-circular-right .progress-circular-bar {
    animation: loading-16 0s linear forwards;
}

.progress-circular[data-percentage="16"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="17"] .progress-circular-right .progress-circular-bar {
    animation: loading-17 0s linear forwards;
}

.progress-circular[data-percentage="17"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="18"] .progress-circular-right .progress-circular-bar {
    animation: loading-18 0s linear forwards;
}

.progress-circular[data-percentage="18"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="19"] .progress-circular-right .progress-circular-bar {
    animation: loading-19 0s linear forwards;
}

.progress-circular[data-percentage="19"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="20"] .progress-circular-right .progress-circular-bar {
    animation: loading-20 0s linear forwards;
}

.progress-circular[data-percentage="20"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="21"] .progress-circular-right .progress-circular-bar {
    animation: loading-21 0s linear forwards;
}

.progress-circular[data-percentage="21"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="22"] .progress-circular-right .progress-circular-bar {
    animation: loading-22 0s linear forwards;
}

.progress-circular[data-percentage="22"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="23"] .progress-circular-right .progress-circular-bar {
    animation: loading-23 0s linear forwards;
}

.progress-circular[data-percentage="23"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="24"] .progress-circular-right .progress-circular-bar {
    animation: loading-24 0s linear forwards;
}

.progress-circular[data-percentage="24"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="25"] .progress-circular-right .progress-circular-bar {
    animation: loading-25 0s linear forwards;
}

.progress-circular[data-percentage="25"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="26"] .progress-circular-right .progress-circular-bar {
    animation: loading-26 0s linear forwards;
}

.progress-circular[data-percentage="26"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="27"] .progress-circular-right .progress-circular-bar {
    animation: loading-27 0s linear forwards;
}

.progress-circular[data-percentage="27"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="28"] .progress-circular-right .progress-circular-bar {
    animation: loading-28 0s linear forwards;
}

.progress-circular[data-percentage="28"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="29"] .progress-circular-right .progress-circular-bar {
    animation: loading-29 0s linear forwards;
}

.progress-circular[data-percentage="29"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="30"] .progress-circular-right .progress-circular-bar {
    animation: loading-30 0s linear forwards;
}

.progress-circular[data-percentage="30"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="31"] .progress-circular-right .progress-circular-bar {
    animation: loading-31 0s linear forwards;
}

.progress-circular[data-percentage="31"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="32"] .progress-circular-right .progress-circular-bar {
    animation: loading-32 0s linear forwards;
}

.progress-circular[data-percentage="32"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="33"] .progress-circular-right .progress-circular-bar {
    animation: loading-33 0s linear forwards;
}

.progress-circular[data-percentage="33"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="34"] .progress-circular-right .progress-circular-bar {
    animation: loading-34 0s linear forwards;
}

.progress-circular[data-percentage="34"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="35"] .progress-circular-right .progress-circular-bar {
    animation: loading-35 0s linear forwards;
}

.progress-circular[data-percentage="35"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="36"] .progress-circular-right .progress-circular-bar {
    animation: loading-36 0s linear forwards;
}

.progress-circular[data-percentage="36"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="37"] .progress-circular-right .progress-circular-bar {
    animation: loading-37 0s linear forwards;
}

.progress-circular[data-percentage="37"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="38"] .progress-circular-right .progress-circular-bar {
    animation: loading-38 0s linear forwards;
}

.progress-circular[data-percentage="38"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="39"] .progress-circular-right .progress-circular-bar {
    animation: loading-39 0s linear forwards;
}

.progress-circular[data-percentage="39"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="40"] .progress-circular-right .progress-circular-bar {
    animation: loading-40 0s linear forwards;
}

.progress-circular[data-percentage="40"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="41"] .progress-circular-right .progress-circular-bar {
    animation: loading-41 0s linear forwards;
}

.progress-circular[data-percentage="41"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="42"] .progress-circular-right .progress-circular-bar {
    animation: loading-42 0s linear forwards;
}

.progress-circular[data-percentage="42"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="43"] .progress-circular-right .progress-circular-bar {
    animation: loading-43 0s linear forwards;
}

.progress-circular[data-percentage="43"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="44"] .progress-circular-right .progress-circular-bar {
    animation: loading-44 0s linear forwards;
}

.progress-circular[data-percentage="44"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="45"] .progress-circular-right .progress-circular-bar {
    animation: loading-45 0s linear forwards;
}

.progress-circular[data-percentage="45"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="46"] .progress-circular-right .progress-circular-bar {
    animation: loading-46 0s linear forwards;
}

.progress-circular[data-percentage="46"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="47"] .progress-circular-right .progress-circular-bar {
    animation: loading-47 0s linear forwards;
}

.progress-circular[data-percentage="47"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="48"] .progress-circular-right .progress-circular-bar {
    animation: loading-48 0s linear forwards;
}

.progress-circular[data-percentage="48"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="49"] .progress-circular-right .progress-circular-bar {
    animation: loading-49 0s linear forwards;
}

.progress-circular[data-percentage="49"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="50"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="50"] .progress-circular-left .progress-circular-bar {
    animation: 0;
}

.progress-circular[data-percentage="51"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="51"] .progress-circular-left .progress-circular-bar {
    animation: loading-1 0 linear forwards 0s;
}

.progress-circular[data-percentage="52"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="52"] .progress-circular-left .progress-circular-bar {
    animation: loading-2 0 linear forwards 0s;
}

.progress-circular[data-percentage="53"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="53"] .progress-circular-left .progress-circular-bar {
    animation: loading-3 0 linear forwards 0s;
}

.progress-circular[data-percentage="54"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="54"] .progress-circular-left .progress-circular-bar {
    animation: loading-4 0 linear forwards 0s;
}

.progress-circular[data-percentage="55"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="55"] .progress-circular-left .progress-circular-bar {
    animation: loading-5 0 linear forwards 0s;
}

.progress-circular[data-percentage="56"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="56"] .progress-circular-left .progress-circular-bar {
    animation: loading-6 0 linear forwards 0s;
}

.progress-circular[data-percentage="57"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="57"] .progress-circular-left .progress-circular-bar {
    animation: loading-7 0 linear forwards 0s;
}

.progress-circular[data-percentage="58"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="58"] .progress-circular-left .progress-circular-bar {
    animation: loading-8 0 linear forwards 0s;
}

.progress-circular[data-percentage="59"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="59"] .progress-circular-left .progress-circular-bar {
    animation: loading-9 0 linear forwards 0s;
}

.progress-circular[data-percentage="60"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="60"] .progress-circular-left .progress-circular-bar {
    animation: loading-10 0 linear forwards 0s;
}

.progress-circular[data-percentage="61"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="61"] .progress-circular-left .progress-circular-bar {
    animation: loading-11 0 linear forwards 0s;
}

.progress-circular[data-percentage="62"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="62"] .progress-circular-left .progress-circular-bar {
    animation: loading-12 0 linear forwards 0s;
}

.progress-circular[data-percentage="63"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="63"] .progress-circular-left .progress-circular-bar {
    animation: loading-13 0 linear forwards 0s;
}

.progress-circular[data-percentage="64"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="64"] .progress-circular-left .progress-circular-bar {
    animation: loading-14 0 linear forwards 0s;
}

.progress-circular[data-percentage="65"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="65"] .progress-circular-left .progress-circular-bar {
    animation: loading-15 0 linear forwards 0s;
}

.progress-circular[data-percentage="66"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="66"] .progress-circular-left .progress-circular-bar {
    animation: loading-16 0 linear forwards 0s;
}

.progress-circular[data-percentage="67"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="67"] .progress-circular-left .progress-circular-bar {
    animation: loading-17 0 linear forwards 0s;
}

.progress-circular[data-percentage="68"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="68"] .progress-circular-left .progress-circular-bar {
    animation: loading-18 0 linear forwards 0s;
}

.progress-circular[data-percentage="69"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="69"] .progress-circular-left .progress-circular-bar {
    animation: loading-19 0 linear forwards 0s;
}

.progress-circular[data-percentage="70"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="70"] .progress-circular-left .progress-circular-bar {
    animation: loading-20 0 linear forwards 0s;
}

.progress-circular[data-percentage="71"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="71"] .progress-circular-left .progress-circular-bar {
    animation: loading-21 0 linear forwards 0s;
}

.progress-circular[data-percentage="72"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="72"] .progress-circular-left .progress-circular-bar {
    animation: loading-22 0 linear forwards 0s;
}

.progress-circular[data-percentage="73"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="73"] .progress-circular-left .progress-circular-bar {
    animation: loading-23 0 linear forwards 0s;
}

.progress-circular[data-percentage="74"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="74"] .progress-circular-left .progress-circular-bar {
    animation: loading-24 0 linear forwards 0s;
}

.progress-circular[data-percentage="75"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="75"] .progress-circular-left .progress-circular-bar {
    animation: loading-25 0 linear forwards 0s;
}

.progress-circular[data-percentage="76"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="76"] .progress-circular-left .progress-circular-bar {
    animation: loading-26 0 linear forwards 0s;
}

.progress-circular[data-percentage="77"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="77"] .progress-circular-left .progress-circular-bar {
    animation: loading-27 0 linear forwards 0s;
}

.progress-circular[data-percentage="78"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="78"] .progress-circular-left .progress-circular-bar {
    animation: loading-28 0 linear forwards 0s;
}

.progress-circular[data-percentage="79"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="79"] .progress-circular-left .progress-circular-bar {
    animation: loading-29 0 linear forwards 0s;
}

.progress-circular[data-percentage="80"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="80"] .progress-circular-left .progress-circular-bar {
    animation: loading-30 0 linear forwards 0s;
}

.progress-circular[data-percentage="81"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="81"] .progress-circular-left .progress-circular-bar {
    animation: loading-31 0 linear forwards 0s;
}

.progress-circular[data-percentage="82"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="82"] .progress-circular-left .progress-circular-bar {
    animation: loading-32 0 linear forwards 0s;
}

.progress-circular[data-percentage="83"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="83"] .progress-circular-left .progress-circular-bar {
    animation: loading-33 0 linear forwards 0s;
}

.progress-circular[data-percentage="84"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="84"] .progress-circular-left .progress-circular-bar {
    animation: loading-34 0 linear forwards 0s;
}

.progress-circular[data-percentage="85"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="85"] .progress-circular-left .progress-circular-bar {
    animation: loading-35 0 linear forwards 0s;
}

.progress-circular[data-percentage="86"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="86"] .progress-circular-left .progress-circular-bar {
    animation: loading-36 0 linear forwards 0s;
}

.progress-circular[data-percentage="87"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="87"] .progress-circular-left .progress-circular-bar {
    animation: loading-37 0 linear forwards 0s;
}

.progress-circular[data-percentage="88"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="88"] .progress-circular-left .progress-circular-bar {
    animation: loading-38 0 linear forwards 0s;
}

.progress-circular[data-percentage="89"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="89"] .progress-circular-left .progress-circular-bar {
    animation: loading-39 0 linear forwards 0s;
}

.progress-circular[data-percentage="90"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="90"] .progress-circular-left .progress-circular-bar {
    animation: loading-40 0 linear forwards 0s;
}

.progress-circular[data-percentage="91"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="91"] .progress-circular-left .progress-circular-bar {
    animation: loading-41 0 linear forwards 0s;
}

.progress-circular[data-percentage="92"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="92"] .progress-circular-left .progress-circular-bar {
    animation: loading-42 0 linear forwards 0s;
}

.progress-circular[data-percentage="93"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="93"] .progress-circular-left .progress-circular-bar {
    animation: loading-43 0 linear forwards 0s;
}

.progress-circular[data-percentage="94"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="94"] .progress-circular-left .progress-circular-bar {
    animation: loading-44 0 linear forwards 0s;
}

.progress-circular[data-percentage="95"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="95"] .progress-circular-left .progress-circular-bar {
    animation: loading-45 0 linear forwards 0s;
}

.progress-circular[data-percentage="96"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="96"] .progress-circular-left .progress-circular-bar {
    animation: loading-46 0 linear forwards 0s;
}

.progress-circular[data-percentage="97"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="97"] .progress-circular-left .progress-circular-bar {
    animation: loading-47 0 linear forwards 0s;
}

.progress-circular[data-percentage="98"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="98"] .progress-circular-left .progress-circular-bar {
    animation: loading-48 0 linear forwards 0s;
}

.progress-circular[data-percentage="99"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="99"] .progress-circular-left .progress-circular-bar {
    animation: loading-49 0 linear forwards 0s;
}

.progress-circular[data-percentage="100"] .progress-circular-right .progress-circular-bar {
    animation: loading-50 0s linear forwards;
}

.progress-circular[data-percentage="100"] .progress-circular-left .progress-circular-bar {
    animation: loading-50 0 linear forwards 0s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }
    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }
    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }
    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }
    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }
    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }
    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }
    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }
    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }
    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(46.8deg);
        transform: rotate(46.8deg);
    }
    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }
    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(54deg);
        transform: rotate(54deg);
    }
    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }
    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }
    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }
    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(75.6deg);
        transform: rotate(75.6deg);
    }
    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }
    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }
    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }
    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(93.6deg);
        transform: rotate(93.6deg);
    }
    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }
    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }
    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }
    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(111.6deg);
        transform: rotate(111.6deg);
    }
    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }
    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }
    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }
    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }
    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(133.2deg);
        transform: rotate(133.2deg);
    }
    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }
    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }
    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(151.2deg);
        transform: rotate(151.2deg);
    }
    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }
    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }
    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }
    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }
    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(169.2deg);
        transform: rotate(169.2deg);
    }
    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }
    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}