@charset "utf-8";

.profile-avatar-section { margin-top: 20px; }

.profile-avatar-section .section-label { font-size: 14px; font-weight: bold; color: rgb(75, 80, 86); font-family: open_sans, "Open Sans", sans-serif; }

.profile-avatar-section .section-panel { margin-top: 10px; display: flex; align-items: center; }

.profile-avatar-section .teammate-avatar { width: 50px; height: 50px; margin-right: 14px; border-radius: 50%; background-size: cover; background-position: center center; text-align: center; line-height: 50px; font-size: 25px; font-family: brandon-grotesque, brandon, martel-sans, sans-serif; color: white; }

.profile-avatar-section .upload-operation { width: 70%; display: flex; align-items: center; }

.profile-avatar-section .upload-text { cursor: pointer; font-size: 14px; color: rgb(118, 113, 255); }

.profile-avatar-section .upload-label { font-size: 14px; color: rgb(198, 201, 205); line-height: 1.5; }