
.show_avatar, .show-profile-picture  {
    background:#000; 
    position: fixed;
    left:0; 
    top:0; 
    display: none; 
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
#upload-demo-i img {
    margin-top: 50px;
}
.panel-avatar {
    width: 60%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.panel-avatar button {
    margin: 25px 0;
}
.upload_avt input {
    display: none;
}
.upload_avt button {
    background: none;
    outline: none;
}
.upload_avt button:focus, .upload_avt button:active:focus {
    outline: none;
    box-shadow: none;
}
.upload_avt button span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 17px;
}
.upload_avt .set-right span {
    right: 30px;
}

@media all and (max-width: 768px) {
    .panel-avatar {
        width: 90%;
    }
    .panel-avatar button {
        margin-top: 20px;
    }
}

@media all and (max-width: 480px) {
    .croppie-container {
         padding: 0px; 
    }
    .show_avatar .cr-boundary {
        width: 230px !important;
        height: 230px !important;
    }    
    .show_avatar .cr-viewport {
        width: 170px !important;
        height: 170px !important;
    }
}
