﻿.author-profile .author-media img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

.author-media .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.author-media .spinner-border {
    width: 3rem;
    height: 3rem;
}

.author-media .cancel-link {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: #fd5353;
    top: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    border-radius: 100%;
    color: #fff;
    overflow: hidden;
    border: 2px solid #fff;
    cursor: pointer;
}

.header-info2 img {
    border-radius: 50%;
}