﻿.profile-image-container {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    margin-left: 40px;
}

    .profile-image-container .profile-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.login-box-img img {
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
}

a.file-input-wrapper.btn.btn-default.ea-triggers-bound {
    margin-left: 66px;
}

.Upload_Photo {
    font-family: 'robotolight';
    color: #525252;
    font-size: 17px;
    margin-top: 8px;
    margin-left: 49px;
}

.profile-image-container .edit-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .profile-image-container .edit-icon i {
        font-size: 14px;
    }

.profile-image-container:hover .edit-icon {
    display: flex;
}

a.file-input-wrapper.btn.btn-default.ea-triggers-bound {
    display: none;
}

.file-input-name {
    display: none;
}

.upload_photo_container {
    text-align: center;
}

    .upload_photo_container h1 {
        text-align: center;
        padding: 0px;
    }

.upload_photo_text {
    font-size: 12px;
    margin: 10px 0px;
}

.profile_photo_browse {
    color: #fff;
    background: #3896D4;
    border-radius: 5px;
    border: 0px;
    font-size: 12px;
    padding: 3px 10px;
}

.user_photo {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

    .user_photo img {
        border-radius: 50%;
        width: 115px;
        height: 115px;
    }

.cr-boundary {
    width: 225px !important;
    height: 225px !important;
}
