﻿.slb-profile-photo {
    position: relative;
    padding-top: 100%;
    border-radius: 100%;
    border: 1px solid #242424;
    cursor: pointer;
    background: white;
}

    .slb-profile-photo .slb-profile-photo-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 95%;
        height: 95%;
        border-radius: 100%;
        background-color: #f4f4f4;
        color: #C30000;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .slb-profile-photo .slb-profile-photo-action {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 25%;
        height: 25%;
        border-radius: 100%;
        border: 1px solid #242424;
        background-color: white;
        background-image: url(../Images/icons/camera.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65%;
    }

    .slb-profile-photo.no-border,
    .slb-profile-photo.no-border .slb-profile-photo-action {
        border: 0;
    }
