.profile-image img {
    width: 100%;
    height: 100%;
}

.profile-image {
    text-align: center;
    position: relative;
    width: 280px;
    margin: auto;
    max-width: 100%;
}

.profile-image img {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    border-radius: 50%;
}

.profile-image {
    text-align: center;
    position: relative;
    width: 280px;
    margin: auto;
    max-width: 100%;
}

.profile-name-first h2 {
    height: 100px;
    /* background: #000; */
    /* color: #fff; */
    margin: auto;
    width: 100px;
    font-weight: bold;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 1px 4px 6px #dcdcdc; */
    /* border: 5px solid #fff; */
    margin-bottom: 14px;
}

.input-file-ca input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.input-file-ca {
    position: relative;
}

.input-file-ca {
    position: absolute;
    top: 4px;
    left: 156px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px #dfd9d9;
}

span#pimage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 50%;
}

.rounded-circle {
    border-radius: 50% !important;
}