.photo-upload-heading,
.progress-circle:after,
.progress-circle > span,
.progress-circle .progress-bar,
.progress-circle .progress-value,
.hright{
    position: absolute;
}

.photo-upload-box,
.progress-circle{
    position: relative;
}


.open-sidebar-min{
    display: none;
    transition: all .3s ease-in-out;
}

.header_top > .container{
    display: block;
}

.onlymobile{ display: none;}

#left-sidebar{
    height: 100vh;
}

#left-sidebar .sidebar-nav{
    padding-top: 40px;
}

.hright {

bottom: 40px;
}

.metismenu ul a::before{
font-family: 'FontAwesome' !important;
content: "\f101";
}

.page-title{
padding-top: 15px;
}

.copyright-fotter{
font-size: small;
}


.form-copyright-fotter{
    font-size: 10px;
}

.onlydestop{
    display: block;
}

.box-bottom-bg{
height: 4px;
width: 100%;
background: #06aeae;
border-radius: 0px 0px 2px 2px;
}

.statistics-heading{
text-align: center;
font-size: 16px;
color:#06aeae;
margin-top: 20px;
}
.header-action{
display: block !important;
}

.theme-cyan #left-sidebar .metismenu a:hover{
 color:#06aeae;
 background: #fff;
 border-radius: 0px 100px 100px 0px;
}

.metismenu a{
padding: 10px 5px;
}

.submenu li {
padding-left: 10px;
margin-left: 10px;
}

#left-sidebar{
padding: 20px 15px 20px 65px;
}

/* #header_top{
width: 55px;
} */

.user_div > .nav-tabs .nav-item a{
color:#000;
}

.page-header-tab .nav-item:nth-child(2), .page-header-tab .nav-item:nth-child(3), .page-header-tab .nav-item:nth-child(5){
display: block;
}


.photo-upload-box{
 border-radius: 5px; border:1px solid #eee; padding: 20px; margin: 20px 0px;
}

.photo-upload-heading{
 padding: 5px 10px; background-color: #fdfeff; top: -13px; left:30px; color: #000;  font-size: 12px;
}



.progress-circle{
width: 120px;
height: 120px;
line-height: 120px;
background: none;
margin: 0 auto;
box-shadow: none;

}
.progress-circle:after{
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 2px solid #fff;
top: 0;
left: 0;
}
.progress-circle > span{
width: 50%;
height: 100%;
overflow: hidden;
top: 0;
z-index: 1;
}
.progress-circle .progress-left{
left: 0;
}
.progress-circle .progress-bar{
width: 100%;
height: 100%;
background: none;
border-width: 2px;
border-style: solid;
top: 0;
}
.progress-circle .progress-left .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;
}
.progress-circle .progress-right{
right: 0;
}
.progress-circle .progress-right .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;
animation: loading-1 1.8s linear forwards;
}
.progress-circle .progress-value{
width: 85%;
height: 85%;
border-radius: 50%;
border: 2px solid #ebebeb;
font-size: 18px;
line-height: 100px;
text-align: center;

top: 7.5%;
left: 7.5%;
}
.progress-circle.blue .progress-bar{
border-color: #049dff;
}
.progress-circle.blue .progress-value{
color: #049dff;
}
.progress-circle.blue .progress-left .progress-bar{
animation: loading-2 1.5s linear forwards 1.8s;
}
.progress-circle.yellow .progress-bar{
border-color: #fdba04;
}
.progress-circle.yellow .progress-value{
color: #fdba04;
}
.progress-circle.yellow .progress-left .progress-bar{
animation: loading-3 1s linear forwards 1.8s;
}
.progress-circle.pink .progress-bar{
border-color: #ed687c;
}
.progress-circle.pink .progress-value{
color: #ed687c;
}
.progress-circle.pink .progress-left .progress-bar{
animation: loading-4 0.4s linear forwards 1.8s;
}
.progress-circle.green .progress-bar{
border-color: #1abc9c;
}
.progress-circle.green .progress-value{
color: #1abc9c;
}
.progress-circle.green .progress-left .progress-bar{
animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100%{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
}
@keyframes loading-2{
0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100%{
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}
}
@keyframes loading-3{
0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100%{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
@keyframes loading-4{
0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100%{
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}
}
@keyframes loading-5{
0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100%{
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}
}

@media only screen and (max-width: 990px){
.progress-circle{ margin-bottom: 20px; }
}





.theme-cyan #header_top .nav-link.onlymobile {
    display: none;
}


 




@media screen and (min-width: 768px) {
    body.offcanvas-active .open-sidebar-min{
        display: block;
    }

    .page-header .right{
        justify-content: flex-end;
    }

    

}

@media screen and (max-width: 768px) {
    body.close_rightbar .open-sidebar-min{
        display: block;
        margin-top: 5px;
    }

    body.close_rightbar.offcanvas-active .open-sidebar-min{
        display: none;
    }

    .theme-cyan #header_top .nav-link.onlymobile {
        display: block;
    }

    .onlydestop{
        display: none;
    }
   
}

@media screen and (max-width:414px){
    .header_top > .container{
        display: flex;
        }  
    .mobile-none{
        display: none;
    }

    .onlymobile { display: block;}


    .hright {
position:unset;
bottom: 40px;
}

.page-header {
display: none;
}




}