﻿

/* btn delete On Image */

.btndelete {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: wheat;
    padding: 7px;
    font-size: 9px;
    cursor: pointer;
}
.img_profile {
    width: 100%;
    height: 200px;
}
#OpenImgUpload {
    border: 1px solid #d7c3c3;
    padding: 9px;
    background-color: white;
    border-radius: 50%;
}


