.background-refatorando {
    background: radial-gradient(at top right, #121418 22%, #23415454 90%);
    border-radius: 12px;
    padding: 24px;
    color: white;
    border: 1px solid #8be1f552;
    flex-wrap: wrap;
}

.background-refatorando-green {
    border: 1px solid #9eff3e62 !important;
}

.refatorando-perfil-header {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    padding: 30px 30px;
    align-items: center;
}

.refatorando-perfil-info {
    display: flex;
    align-items: flex-center;
    gap: 16px;
}

@media screen and (min-width: 1920px) {
    .refatorando-perfil-info {
        flex-wrap: nowrap;
    }
}

.avatar-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.avatar-wrapper img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.avatar-wrapper:hover img {
    opacity: 0.5;
}

.avatar-wrapper:hover::after {
    content: '\f030';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1rem;
    z-index: 1;
    cursor: pointer;
}

.user-info h1 {
    font-size: 24px;
    margin: 0;
}

.user-role {
    color: #8E9297;
    margin: 4px 0;
}

.user-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.icon-xl {
    font-size: 17px;
}

.profile-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    width: 100%;
}

.refatorando-perfil {
    width: 100%;
}

.progress-refatorando-container {
    margin-top: 20px;
    background: #111823;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 8px 15px 0px #1b2f3de0;
    border: 1px solid #8be1f552;
}
