 .cus-circle-progress {
     border-radius: 100px;
     background: none;
     padding: 10px;
     width: 60px;
     height: 60px;
     line-height: 36px;
     /* background: none;
     */
     margin: 0 auto;
     box-shadow: none;
     position: relative;
}
 .cus-circle-progress:after {
     content: "";
     width: 100%;
     height: 100%;
     border-radius: 50%;
     border: 5px solid #efefef;
     position: absolute;
     top: 0;
     left: 0;
}
 .cus-circle-progress > span {
     width: 50%;
     height: 100%;
     overflow: hidden;
     position: absolute;
     top: 0;
     z-index: 1;
}
 .cus-circle-progress .cus-circle-progress-left {
     left: 0;
}
 .cus-circle-progress .cus-circle-progress-bar {
     width: 100%;
     height: 100%;
     background: none;
     border-width: 5px;
     border-style: solid;
     position: absolute;
     top: 0;
     border-color: var(--system_primery_gredient1);
}
 .cus-circle-progress .cus-circle-progress-left .cus-circle-progress-bar {
     left: 100%;
     border-top-right-radius: 80px;
     border-bottom-right-radius: 80px;
     border-left: 0;
     -webkit-transform-origin: center left;
     transform-origin: center left;
}
 .cus-circle-progress .cus-circle-progress-right {
     right: 0;
}
 .cus-circle-progress .cus-circle-progress-right .cus-circle-progress-bar {
     left: -100%;
     border-top-left-radius: 80px;
     border-bottom-left-radius: 80px;
     border-right: 0;
     -webkit-transform-origin: center right;
     transform-origin: center right;
}
 .cus-circle-progress .cus-circle-progress-value {
     display: flex;
     border-radius: 50%;
     font-size: 1rem;
     text-align: center;
     line-height: 20px;
     align-items: center;
     justify-content: center;
     height: 100%;
     width: 100%;
     font-weight: 300;
}
 .cus-circle-progress .cus-circle-progress-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. */
 .cus-circle-progress[data-percentage="1"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-1 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="1"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="2"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-2 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="2"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="3"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-3 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="3"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="4"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-4 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="4"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="5"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-5 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="5"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="6"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-6 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="6"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="7"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-7 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="7"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="8"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-8 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="8"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="9"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-9 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="9"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="10"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-10 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="10"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="11"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-11 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="11"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="12"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-12 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="12"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="13"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-13 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="13"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="14"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-14 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="14"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="15"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-15 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="15"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="16"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-16 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="16"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="17"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-17 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="17"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="18"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-18 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="18"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="19"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-19 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="19"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="20"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-20 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="20"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="21"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-21 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="21"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="22"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-22 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="22"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="23"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-23 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="23"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="24"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-24 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="24"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="25"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-25 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="25"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="26"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-26 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="26"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="27"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-27 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="27"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="28"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-28 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="28"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="29"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-29 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="29"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="30"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-30 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="30"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="31"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-31 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="31"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="32"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-32 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="32"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="33"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-33 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="33"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="34"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-34 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="34"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="35"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-35 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="35"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="36"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-36 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="36"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="37"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-37 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="37"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="38"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-38 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="38"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="39"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-39 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="39"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="40"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-40 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="40"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="41"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-41 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="41"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="42"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-42 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="42"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="43"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-43 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="43"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="44"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-44 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="44"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="45"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-45 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="45"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="46"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-46 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="46"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="47"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-47 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="47"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="48"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-48 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="48"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="49"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-49 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="49"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="50"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="50"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: 0;
}
 .cus-circle-progress[data-percentage="51"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="51"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-1 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="52"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="52"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-2 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="53"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="53"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-3 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="54"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="54"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-4 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="55"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="55"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-5 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="56"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="56"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-6 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="57"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="57"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-7 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="58"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="58"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-8 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="59"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="59"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-9 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="60"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="60"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-10 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="61"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="61"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-11 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="62"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="62"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-12 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="63"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="63"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-13 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="64"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="64"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-14 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="65"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="65"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-15 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="66"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="66"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-16 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="67"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="67"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-17 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="68"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="68"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-18 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="69"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="69"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-19 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="70"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="70"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-20 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="71"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="71"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-21 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="72"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="72"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-22 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="73"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="73"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-23 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="74"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="74"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-24 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="75"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="75"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-25 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="76"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="76"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-26 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="77"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="77"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-27 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="78"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="78"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-28 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="79"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="79"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-29 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="80"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="80"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-30 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="81"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="81"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-31 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="82"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="82"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-32 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="83"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="83"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-33 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="84"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="84"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-34 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="85"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="85"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-35 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="86"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="86"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-36 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="87"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="87"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-37 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="88"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="88"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-38 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="89"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="89"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-39 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="90"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="90"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-40 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="91"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="91"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-41 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="92"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="92"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-42 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="93"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="93"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-43 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="94"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="94"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-44 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="95"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="95"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-45 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="96"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="96"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-46 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="97"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="97"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-47 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="98"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="98"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-48 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="99"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="99"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-49 0.5s linear forwards 0.5s;
}
 .cus-circle-progress[data-percentage="100"] .cus-circle-progress-right .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards;
}
 .cus-circle-progress[data-percentage="100"] .cus-circle-progress-left .cus-circle-progress-bar {
     animation: cus-circle-loading-50 0.5s linear forwards 0.5s;
}
 @keyframes cus-circle-loading-1 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(3.6);
         transform: rotate(3.6deg);
    }
}
 @keyframes cus-circle-loading-2 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(7.2);
         transform: rotate(7.2deg);
    }
}
 @keyframes cus-circle-loading-3 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(10.8);
         transform: rotate(10.8deg);
    }
}
 @keyframes cus-circle-loading-4 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(14.4);
         transform: rotate(14.4deg);
    }
}
 @keyframes cus-circle-loading-5 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(18);
         transform: rotate(18deg);
    }
}
 @keyframes cus-circle-loading-6 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(21.6);
         transform: rotate(21.6deg);
    }
}
 @keyframes cus-circle-loading-7 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(25.2);
         transform: rotate(25.2deg);
    }
}
 @keyframes cus-circle-loading-8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(28.8);
         transform: rotate(28.8deg);
    }
}
 @keyframes cus-circle-loading-9 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(32.4);
         transform: rotate(32.4deg);
    }
}
 @keyframes cus-circle-loading-10 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(36);
         transform: rotate(36deg);
    }
}
 @keyframes cus-circle-loading-11 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(39.6);
         transform: rotate(39.6deg);
    }
}
 @keyframes cus-circle-loading-12 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(43.2);
         transform: rotate(43.2deg);
    }
}
 @keyframes cus-circle-loading-13 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(46.8);
         transform: rotate(46.8deg);
    }
}
 @keyframes cus-circle-loading-14 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(50.4);
         transform: rotate(50.4deg);
    }
}
 @keyframes cus-circle-loading-15 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(54);
         transform: rotate(54deg);
    }
}
 @keyframes cus-circle-loading-16 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(57.6);
         transform: rotate(57.6deg);
    }
}
 @keyframes cus-circle-loading-17 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(61.2);
         transform: rotate(61.2deg);
    }
}
 @keyframes cus-circle-loading-18 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(64.8);
         transform: rotate(64.8deg);
    }
}
 @keyframes cus-circle-loading-19 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(68.4);
         transform: rotate(68.4deg);
    }
}
 @keyframes cus-circle-loading-20 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(72);
         transform: rotate(72deg);
    }
}
 @keyframes cus-circle-loading-21 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(75.6);
         transform: rotate(75.6deg);
    }
}
 @keyframes cus-circle-loading-22 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(79.2);
         transform: rotate(79.2deg);
    }
}
 @keyframes cus-circle-loading-23 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(82.8);
         transform: rotate(82.8deg);
    }
}
 @keyframes cus-circle-loading-24 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(86.4);
         transform: rotate(86.4deg);
    }
}
 @keyframes cus-circle-loading-25 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(90);
         transform: rotate(90deg);
    }
}
 @keyframes cus-circle-loading-26 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(93.6);
         transform: rotate(93.6deg);
    }
}
 @keyframes cus-circle-loading-27 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(97.2);
         transform: rotate(97.2deg);
    }
}
 @keyframes cus-circle-loading-28 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(100.8);
         transform: rotate(100.8deg);
    }
}
 @keyframes cus-circle-loading-29 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(104.4);
         transform: rotate(104.4deg);
    }
}
 @keyframes cus-circle-loading-30 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(108);
         transform: rotate(108deg);
    }
}
 @keyframes cus-circle-loading-31 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(111.6);
         transform: rotate(111.6deg);
    }
}
 @keyframes cus-circle-loading-32 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(115.2);
         transform: rotate(115.2deg);
    }
}
 @keyframes cus-circle-loading-33 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(118.8);
         transform: rotate(118.8deg);
    }
}
 @keyframes cus-circle-loading-34 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(122.4);
         transform: rotate(122.4deg);
    }
}
 @keyframes cus-circle-loading-35 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(126);
         transform: rotate(126deg);
    }
}
 @keyframes cus-circle-loading-36 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(129.6);
         transform: rotate(129.6deg);
    }
}
 @keyframes cus-circle-loading-37 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(133.2);
         transform: rotate(133.2deg);
    }
}
 @keyframes cus-circle-loading-38 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(136.8);
         transform: rotate(136.8deg);
    }
}
 @keyframes cus-circle-loading-39 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(140.4);
         transform: rotate(140.4deg);
    }
}
 @keyframes cus-circle-loading-40 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(144);
         transform: rotate(144deg);
    }
}
 @keyframes cus-circle-loading-41 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(147.6);
         transform: rotate(147.6deg);
    }
}
 @keyframes cus-circle-loading-42 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(151.2);
         transform: rotate(151.2deg);
    }
}
 @keyframes cus-circle-loading-43 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(154.8);
         transform: rotate(154.8deg);
    }
}
 @keyframes cus-circle-loading-44 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(158.4);
         transform: rotate(158.4deg);
    }
}
 @keyframes cus-circle-loading-45 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(162);
         transform: rotate(162deg);
    }
}
 @keyframes cus-circle-loading-46 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(165.6);
         transform: rotate(165.6deg);
    }
}
 @keyframes cus-circle-loading-47 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(169.2);
         transform: rotate(169.2deg);
    }
}
 @keyframes cus-circle-loading-48 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(172.8);
         transform: rotate(172.8deg);
    }
}
 @keyframes cus-circle-loading-49 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(176.4);
         transform: rotate(176.4deg);
    }
}
 @keyframes cus-circle-loading-50 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(180);
         transform: rotate(180deg);
    }
}
/* SV Css */
 :root{
     --system_primery_gredient:#0A2E50!important;
     --pbg:#c03083!important;
     --bbg:#0C3354!important;
}
 .heading-cart-items {
     top: -1px!important;
     right: -8px!important;
     background: var(--bbg)!important;
     background-size: 200% auto;
     font-weight: 700!important;
     color: #ffffff!important;
     min-height: 15px!important;
     min-width: 15px!important;
}
 .mbox .profile_info_icon svg {
     height:auto!important;
     width: 20px!important;
}
 .mbox.sidebar_icon i {
     color: #000;
}
 .mbox .heading-cart-icon svg{
     height: auto;
     width: 34px!important;
}
 .dlogo a{
    display:none!important;
}
 .mbox .heading-cart-icon svg, .mbox .notify_icon svg{
     height: auto;
     max-width: inherit!important;
     width: 22px!important;
}
 .dashboard_card .title {
     font-weight: 700;
     color: #000;
     font-size: 20px;
}
 .crs-status {
   
     color: #707070;
     margin-top: -13px;
}
 .chapter_default_class {
     display: flex;
}
 .chp-name {
     width: calc(100% - 80px);
}
 .chp-percentage {
     align-items: flex-end;
     display: flex;
     justify-content: end;
     font-weight: 600;
     font-size: 20px;
     width: 80px;
}
 .chp-progress.progress {
     height: 6px;
}
 .progress-status {
     background: #ce3e3e;
     height: 12px;
     width: 12px;
}
 .progress-bar {
     background: #ce3e3e;
}
 .chp-name label {
     line-height: 17px;
     align-items: center;
     display: flex;
     color: #000;
     margin-bottom: 12px;
     font-size: 15px;
}
 .crs-title {
     display: flex;
}
 .crs-title .headerSubProcess {
     line-height: inherit!important;
     align-items: center;
     display: flex;
     justify-content: center;
     border-radius: 100px;
     background: #8FC945;
     height: 100%!important;
     width: 100%!important;
     color: #fff;
     font-size: 12px!important;
}
 .crs-title .mobile_progress {
     align-items:start;
     justify-content: flex-end;
     display: flex;
     width: 71px;
}
 .crs-title .crs-r {
     width: calc(100% - 80px);
}
 #myHomepageCourse .owl-nav>div {
    left: -7px;
}
 #myHomepageCourse .owl-nav>div:last-child {
     left: auto;
     right: -7px;
}

 .crs-title .chp-name label span svg {
     margin-right: 4px;
     width: 16px!important;
}

 .chp-name label {
	 cursor: default;
     align-items: center;
     gap: 8px;
     display: flex;
     color: #000;
     margin-bottom: 12px;
     font-size: 13px;
}
 .db-icon img {
     margin-right: -10px;
     height: 83px;
}
 .db-icon {
     justify-content: flex-end;
     display: flex;
}
 .db-cards .dashboard_card {
     box-shadow: 3px 6px 14px 3px rgb(139 139 139 / 20%);
     justify-content: space-between;
     flex-flow: column;
     display: flex;
     padding: 10px;
}
 .db-value {
     gap: 10px;
     justify-content: space-between;
     align-self: flex-end;
     flex-wrap: wrap;
     display: flex;
}
 .db-value span {
     word-break: auto-phrase;
     line-height: 20px;
     text-align: left;
     width: calc(100% - 60px);
     font-size: 18px;
     font-weight: 700;
     order: 1;
     color: var(--bbg);
}
 .db-value h1 {
     order: 2;
}
 .db-value h1 {
    padding: 5px;
    font-size: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #EA235A;
    border-radius: 8px;
    height: 42px;
    background: #FCF5FF;
    min-width: 42px;
}
 .cus-circle-progress .cus-circle-progress-bar {
     border-color: #8FC945;
}
 .db-cards {
     justify-content: space-between;
gap: 23px;
     
     display: flex;
}
 .db-box {
     /* width: 100%!important; */
     display: flex;
     height: 167px;
}


.owl-next:hover, .owl-prev:hover {
    background: var(--bbg)!important;
}

.owl-next, .owl-prev {
    background: #ccc!important;
}


.course-item-img .course-tag {
    display: none;
}

.course-item-info {
    position: relative;
}

.course-item-info .enrolled-student {
    display: none;
}
.course_sidebar {
    margin-top: 0px;
}

.sidebar__widget .sidebar__title p a {
    display: none;
}
 @media only screen and (max-width: 991px){
	 .db-value span {
    line-height: 19px;
  
    font-size: 15px!important;
	 }
.db-cards .dashboard_card {
    height: 182px!important;
}
.mhead {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

	     .d-desc {
        margin-bottom: 13px;
        overflow-y: auto;
        max-height: 206px;
      
        padding: 15px 20px;
    }
	 	.cont-wrap {
    min-height: calc(100vh - 92px)!important;
}
	 .offcanvas-body a {
    height: 35px;
    font-size: 14px;
    padding: 7px !important;
    border-radius: 20px !important;
}

.offcanvas-body .primary-btn::before {
    border-radius: 20px;
}

.offcanvas-body a svg {
    display: none;
}
	 .icon-bx {
    width: 33px;
}

.d-elements ul li {
    display: flex;
}

.d-elements ul li .vl-box span {
    position: relative;
	margin-bottom: 6px;
    bottom: -4px;
    /* text-transform: uppercase; */
    line-height: 20px;
    color: #000;
    font-size: 20px;
    display: block;
}

.icon-bx svg {
    color: var(--pbg);
}

.vl-box {
    margin-left: 6px;
    line-height: 22px;
    color: #a6a5a5;
    font-size: 11px;
    text-transform: capitalize;
}
	 .detail-bp .theme_btn {
    font-size: 13px;
  }
.accordion-button {
    background: var(--bbg) !important;
}
.container.detail-cont {
    background: #fff;
}

.d-elements {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 10px;
    padding: 15px 20px;
}

.d-desc {
    /* font-size: 16px!important; */
    padding: 15px 20px;
}

.d-accordion {
    padding: 15px;
}
	.detail-cont .course_sidebar {
    margin-bottom: 0px;
}
.detail-cont .single_overview {
    padding: 15px;
}
	 .sidebar__widget .sidebar__title h3{
		 line-height: 28px;
		 font-weight: 600!important;
		 font-size: 24px !important;
		}
	 .sidebar__widget.detail-bp {
    border-bottom: 1px solid #e7e7e7 !important;
    border: none;
    justify-items: center;
    align-items: center;
    box-shadow: none!important;
    padding: 10px 20px;
    justify-content: space-between;
    display: flex;
}

.sidebar__widget.detail-bp .sidebar__title {
    justify-content: center;
    margin-bottom: 0px!important;
}
	 
	 .course-item-img {
    height: auto!important;
 
}
	 .course-item-info-description {
    margin-bottom: 7px;
}

.course-item-info .meta {
	justify-content: space-between;
        margin-bottom: 0px !important;
        top: 20px;
        right: 0;
        float: right;
        position: ABSOLUTE;
        justify-content: right;
        width: auto;
        display: inline-flex !important;
        border-radius: 30px;
        padding: 3px 10px;
        background: #f6f6f6;
}

.course-item-info-description {
    font-size: 14px;
}

.courses_area .box_header {
    display: none!important;
}
.courses_area{padding-top:0!important;}
.course-item-img img {
    border-radius: 7px;
}
.course-item-info a.title {
    width: calc(100% - 60px);
}
.page-title-row {
    background-image: none !important;
        line-height: 30px !important;
        padding: 10px;
        padding-bottom: 14px;
        height: auto;
        background: #ffffff;
        color: #000;
}

.page-title-row h2 {
    text-align: CENTER;
    line-height: 25px !important;
    margin-bottom: 0px!important;
    font-size: 18px!important;
    color: #000!important;
}
	 .crs__detail {
    padding-top: 0px;
}

.crs__box {
    padding: 0;
}

.crs__box .video_screen {
    overflow: hidden;
   
}
	.crs__detail {
    padding-top: 0px;
}
.sidebar__widget.detail-bp .theme_btn {
    box-shadow: 0px 1px 0px 1px #c03083;
    -webkit-box-shadow: 0px 1px 0px 0px #c03083;
    -moz-box-shadow: 0px 1px 0px 1px #c03083;
}

	 .heading-clear {
        height: 59px!important;
    }
.breadcam_wrap {
    margin-bottom: -20px;
}
	 .breadcrumb_area .breadcam_wrap p {
    display: none;
}
.breadcrumb_area.course_breadcrumb {
	padding-bottom:0px;
    margin-bottom: -4px!important;
}
.breadcrumb_area {
    padding-bottom: 0px;
    height: auto;
    background: #f9f9f9;
    color: #000;
}

.breadcrumb_area .breadcam_wrap h3 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
}
	     .courses_area {
        padding: 30px 0 30px;
    }
	 .course-item-info {
    padding: 0px;
}

.course-item-info .title {
    margin-top: 20px;
    font-size: 17px;
}
	     .course-item-info-description {
        color: #494848;
        font-size: 14px;
    }
	 .course-item {
    margin: 10px;
    border: none;
    box-shadow: -7px -4px 23px 13px rgb(74 70 70);
    -webkit-box-shadow: 0px -2px 5px 5px rgb(198 198 198 / 50%);
    -moz-box-shadow: -7px -4px 23px 13px rgba(187,185,185,0.5);
    border-radius: 14px;
    padding: 20px;
    background: #ffffff !important;
}

.courses_area {
	min-height:100vh;
    background: #f9f9f9;
}
	     .course-item-footer .price .current {
        font-weight: 600;
        color: #E74274;
        font-size: 20px;
    
		 }
     .dashboard_title h3 {
         margin-top: -6px;
         color: #000;
         font-size: 19px;
    }
     .dashboard_card, .dashboard_title {
         margin-bottom: 25px;
    }
     .cus-circle-progress {
         margin: 0;
         width: 55px;
         height: 55px;
    }
     .chapter_default_class, .chapter_completed_class {
         display: flex;
    }
     .chapter_completed_class .chp-percentage {
         color: green;
         font-size: 12px;
    }
     .chp-name {
         width: calc(100% - 80px);
    }
     .chp-percentage {
         padding-right: 0px;
         align-items: flex-end;
         display: flex;
         justify-content: end;
         font-weight: 600;
         font-size: 17px;
         width: 80px;
    }
     .chp-progress.progress {
         background: #ccc;
         height: 4px;
    }
     .chapter_completed_class .progress-status {
         background: green;
         height: 12px;
         width: 12px;
    }
     .chapter_default_class .progress-status {
         background: #ce3e3e;
         height: 12px;
         width: 12px;
    }
     .chapter_completed_class .progress-bar{
         background: green;
    }
     .chapter_default_class .progress-bar {
         background: #ce3e3e;
    }
     .chapter_default_class, .chapter_completed_class{
         border-radius: 10px;
         padding: 15px 14px;
         background: #F9F9F9;
    }
     .crs-status {
         font-size: 13px;
         color: #989595;
         margin-top: 8px;
    }
     .dashboard_card .title{
         display: block;
         line-height: 19px !important;
         font-weight: 600;
        color: #000;
        font-size: 15px!important;
    }
     .dashboard_title {
         margin-bottom: 19px;
    }
     h3.screen-title {
         margin-bottom: 10px !important;
         text-align: center;
    }
     .notification_wrapper ul li a {
         position: relative;
         z-index: 0;
    }
     .dlogo a{
        display:block!important;
    }
     .heading, .header_iner {
         height: 59px;
    }
     .mbox .notification_wrapper ul li a{
         display: block;
    }
     .notification_wrapper ul{
         margin-right:0px;
    }
     .heading-logo img {
         width: auto!important;
         height: 42px!important;
    }
     .heading{
        border-bottom: 1px solid rgb(202 203 205 / 30%)!important;
    }
     .mbox .profile_info_icon{
        padding:0!important
    }
     .mbox .notify_icon {
         margin-right:2px;
    }
     .mbox .heading-cart-icon svg, .mbox .notify_icon svg{
         height: auto;
         max-width: inherit!important;
         width: 22px!important;
    }
     .mbox .notify_icon img{
         width:20px!important;
         max-width:20px!important;
         max-height:25px!important;
    }
     .mhead .heading .thum-bar {
         color: #000 !important;
    }
     .mhead .mbox {
         flex: 0 0 33%;
    }
     .mhead .profile_info .studentProfileThumb {
         --img: 31px;
    }
     .notification_wrapper ul{
        background:none;
    }
     .mbox .heading-cart-icon.cart_store, .mbox .cart_store .notify_icon, .mbox .profile_info_icon {
         border-radius: 50px;
         justify-content: center;
         align-items: center;
         display: flex;
         border: 1px solid #ccc;
         height: 32px;
         width: 32px;
    }
     .heading-cart-icon svg{
         color: var(--pbg);
    }
     .mbox button i {
         color: #000 !important;
    }
     .heading, .header_iner {
         background:#fff;
         border-bottom: 1px solid rgb(179 179 179 / 30%);
         padding: 7px 0px!important;
    }
     .mhead .mbox .heading-logo {
         height: 41px;
    }


.d-desc p span {
    font-weight: 300;
    line-height: 18px;
    display: block;
    color: #000!important;
    font-size: 14px !important;
}

.d-elements ul {
    display: flex;
}

.d-elements ul li {

    height: 41px;
    width: 100px;
}

.d-elements ul li:first-child {
    margin-left: -2px;
    border-right: 1px solid #ccc !important;
}
.d-rating.course-item-info .meta {
	justify-content: space-between;
	top: 0;
    width: 56px;
    display: flex!important;
    position: relative!important;
}
.course__details{
	padding-bottom:0!important;
}


.d-rating.course-item-info {
    align-items: flex-end;
}
    .course-item-info .meta {
        color: #888585;
	}
	
a.theme_line_btn.theme_btn {
    color: #fff !important;
}
    .theme_btn {
        align-items: center;
        display: inline-flex !important;
        height: 38px;
    }
a.theme_btn.spcl-crt-btn {
    padding: 0;
    align-items: center;
    justify-content: center!important;
    display: flex!important;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    height: 40px;
    width: 40px;
    font-size: 0px;
    background: none!important;
}
	.theme_according .accordion-header button.collapsed {
    border-radius: 12px!important;
	flex-flow:column;
	}
	.theme_according .accordion-header button:not(collapsed) {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
	}
	d-accordion .accordion-button ul {
    flex-flow: row;

	}


.d-accordion .accordion-button label {
    font-size: 15px;
    color: #fff;
}
.accordion-item {
    box-shadow: none !important;
}
.d-accordion .accordion-button ul li {
    font-size: 11px;
}

.d-accordionli:after {display: none;}

.d-accordion li:not(:last-child):after {
    display: none;
}
.d-accordion .accordion-button {

    padding: 10px 15px !important;
}
.theme_according .accordion-item {
    margin-bottom: 7px;
}
.d-accordion .curriculam_left {
    max-width: calc(100% - 100px)!important;
}

.d-accordion .curriculam_right {
    justify-content: right;
    display: flex !important;
    max-width: 49px !important;
}
.d-accordion .curriculam_single.d-single + p + hr {
    display: none;
}
.accordion-item .accordion-body {
    padding-top: 22px;
	padding-bottom: 22px;
	
}
.d-accordion .curriculam_right span {
    color: #989494;
    font-size: 12px;
}


.d-accordion .curriculam_single.d-single + p {
	
    display: block;
}
 .d-accordion .curriculam_single.d-single:first-child {
        margin-top: 0px !important;
    }
.d-accordion  .curriculam_single {
    display: flex;
    margin-bottom: 0px;
    margin-top: 20px;
}
.d-accordion .svg-play {
    height: 18px;
    width: 18px;
    min-width: 18px;
}
.d-accordion .curriculam_left i {
    font-size: 16px;
    width: 20px;
}
span.quiz_name {
    margin-left: 10px;
}
span.quizLink svg {
    width: 22px;
}

.svg-play + span{
	 display: block;
    margin-left: 6px !important;
}
.heading_icons {
        display: none !important;
}
.curriculam_left i.ti-lock + span {
        line-height: 19px;
        font-size: 14px;
        font-weight: 500;
        margin-left: 4px;
       
 
}
.accordion-item .accordion-body {
        border-bottom-left-radius: 11px;
        border: 1px solid #ccc;
        padding-top: 22px;
        padding-bottom: 22px;
        border-bottom-right-radius: 11px;
}
}
 
 header a.secondary-btn, header a.primary-btn {
    /* align-items: center; */
    /* justify-content: center !important; */
    display: flex;
    height: 35px;
    font-size: 14px;
    padding: 7px !important;
    border-radius: 20px!important;
}
header .primary-btn::before {
    border-radius: 20px;
}


@media only screen and (min-width: 992px){
	.curriculam_left i.ti-lock + span {
        font-size: 14px;
	}
	    .curriculam_left i.ti-lock + span {
        
        margin-left: 2px;
    }
	 	.cont-wrap {
    min-height: calc(100vh - 92px)!important;
}
.cont-wrap footer.custom-footer {
    border: none;
    margin-bottom: -20px;
    margin-right: -20px;
    margin-left: -20px;
}
.cont-wrap .course__details.crs__detail {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-bottom: 20px;
        background: #fff;
    }

.ggg {
    border-radius: 30px!important;
    background-color: #9e8888 !important;
}

.position-relative.ggg {
    border-top-left-radius: 20px!important;
}

.page-title-row {
	padding: 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.cont-wrap {
    background-color: #ededed;
    padding: 20px;
}

.course__details.crs__detail {
    background: #fff;
}
    header#sticky-header {
        align-items: center;
        display: flex;
        justify-content: center;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
.breadcrumb_area .breadcam_wrap h3 {
    margin-bottom: 8px;
}
	.course-item-footer {
    padding-top: 33px;
	}
	.course-item-img {
		border: none;
    height: 136px !important;
}
	.course-item {
	margin:0px;
    padding: 20px;
}
	.breadcam_wrap h3

 {
        padding: 5px 10px;
        font-size: 17px !important;
    }
.courses_area .col-lg-8.col-xl-9 .row-gap-24 {
    padding: 0px 5px !important;
}
.courses_area .col-lg-4 {
    display: none;
}
.courses_area .col-lg-8 {
	width:100%;
   
}

.courses_area .container {
  
	max-width: 100%;
}


.breadcrumb_area .container {
    text-align: left;
    margin: 0;
}

.breadcam_wrap h3 {
    padding: 5px 10px;
    font-size: 20px!important;
}
	header#sticky-header {
        box-shadow: -13px 4px 7px -3px rgba(0, 0, 0, 0.1);
    }
	.mhead .mbox:nth-child(2) {
    justify-content: start!important;
}
.mhead .mbox:first-child {
    display:none!important;
}
header .form-box {
    display: none;
}
.courses_area{
	min-height: 100vh;
}
footer.custom-footer {
	background: #fff;
    font-size: 13px;
    padding: 14px;
  }
  
 .crs-wrap{display:flex; gap:22px;}
  .dashboard_card.dashboard_banner {
    width: 476px;
}

div#myHomepageCourse {
    width: 476px;
}

.db-cards {
    width: 400px!important;
    justify-content: left;
    flex-flow: column;
}

.db-cards .dashboard_card {
    width: 301px;
    flex-flow: nowrap;
    height: 100%;
    margin-bottom: 0px;
}

.db-value {
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
    flex-flow: column;
    display: flex;
}

.db-value span {
    width: 100%;
    text-align: right;
}
 .db-icon img {
    height: auto;
    width: 98px;
} 
.db-value h1 {
    margin-bottom: 0px;
}
.db-cards .dashboard_card {
    padding: 18px;
}
.db-icon{
	justify-content:inherit!important;
	align-items: center;
    width: 293px;
    display: flex;
}
.crs-status {
    font-size: 14px;
    margin-top: 7px;
}


.crs-title .crs-r a {
	font-weight: 600;
    font-size: 18px!important;
}
    .dashboard_main_wrapper .main_content_iner.main_content_padding {
		min-height:calc(100vh);
        padding: 15px 15px;
    }
	h3.screen-title {
    padding: 5px 10px;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
    
}
.dashboard_title {
    margin-bottom: 9px;
}

.mhead {
    width: 100%;
}
.mhead .mbox {
    flex: inherit !important;
}
.profile_img.collaps_icon span

 {
    display: none;
}
header a.secondary-btn::before {
    border-radius: 80px !important;
}
.crs-title .headerSubProcess{
	font-size:14px!important;
}
}








.mhead {
    width: 100%;
}
.sidebar .logo {
           box-shadow: 0px 7px 11px -5px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    padding: 8px 15px;
    background-size: 200% auto;
}
.sidebar .logo>a {
	
    height: 42px;
}
.sidebar-profile img {
    border: 1px solid #e6e6e6;
}
.heading, .header_iner {
           box-shadow: 0px 7px 11px -5px rgba(0, 0, 0, 0.1);
}
.sidebar .logo>a img {
    height: 40px !important;
}
.sidebar-profile {
    border: 4px solid #e6e6e6;
}
.sidebar_iner{
	box-shadow:none!important;
}
.progress-status {
--width: 3px;
}
.category_search.d-flex {
    display: none !important;
}
.d-accordion .accordion-button {
    padding-right: 32px !important;
}

.download-app-main[style="display: none;"] + .aoraeditor-header header#sticky-header{
    top: 0px!important;

}
.download-app-main[style="display:none;"] + .aoraeditor-header header#sticky-header{
    top: 0px!important;

}

 .download-app-main + .aoraeditor-header header#sticky-header.navbar_fixed{
	   top: -70px!important
 }
 
 /* for custom page */

.custom-heading {
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
    margin-top: 100px;
}

.custom-page {
    padding: 50px 6%;
}