.admin-upload-avatar {
    
}

.admin-upload-avatar .blog-picture-preview {
    width: 150px;
    height: 150px;
    position: static;
    margin-left: 15px !important;
    /* border: 2px solid #f8f8f8; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width:1400px)
{
    .admin-upload-avatar .blog-picture-preview>div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 30%;
        
    }
    .admin-upload-avatar .uploadButton {
        margin-left: 70px;
    }
}
@media(max-width:992px)
{
    .admin-upload-avatar .blog-picture-preview>div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 1%;
        
    }
    .admin-upload-avatar .uploadButton {
        margin-left: -10px;
    }
}





.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .blog-picture-preview {
    width: 150px;
    height: 200px;
    position: relative;
    border: 2px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .main-picture-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border: 2px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.blog-select {
    background: #274abb none repeat scroll 0 0;
    border: 1px solid rgb(34, 34, 34);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    padding: 10px;
    text-align: left;
    width: 100%;
    text-transform: capitalize;
}

.avatar-upload .blog-picture-preview>div {
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .main-picture-preview>div {
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .uploadButton {
    position: relative;
}

.avatar-upload .uploadButton>input {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 90%;
    padding-top: 40px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: block;
}

.avatar-upload .uploadButton>span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 13px;
    font-size: 12px;
    z-index: -1;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}