
.profile-picture .file-upload {
    display: none;
}

.profile-picture {
    margin-bottom: 20px;
    position: relative;
}

.profile-picture label {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
    color: #5e7180;
    font-size: 15px;
}

.profile-picture .circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 4px solid rgb(178 172 172 / 70%);
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

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

.profile-picture .p-image {
    position: absolute;
    top: 88px;
    left: 71px;
    /* color: #666666; */
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    right: 0;
    margin: auto;
    width: 50%;
    display: inline-block;
    text-align: center;
}

.profile-picture .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.profile-picture .upload-button {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #F99312;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
}

.profile-picture .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #fff;
}
