/***BEGIN AboutView.css***/
.profile-about {
  width: 550px;
  padding-top: 8px;
  padding-left: 25px;
  padding-bottom: 20px; }
  .profile-about h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500; }
  .profile-about .save-btn {
    margin-top: 35px;
    display: inline-flex; }
  .profile-about .page-spinner {
    margin-left: 20px; }
  .profile-about .img-spinner {
    position: absolute; }
  .profile-about .profile-persona-section {
    margin-top: 20px; }
  .profile-about .change-image-button {
    margin-left: 25px; }
  .profile-about .confirm-checkbox {
    margin-top: 30px; }
  .profile-about .region-picker {
    width: 100%; }
  .profile-about .message-card {
    margin-top: 26px; }
  .profile-about .warning-status {
    margin-top: 5px;
    display: inline-flex; }
    .profile-about .warning-status span {
      font-size: 0.875rem; }
  .profile-about .profile-persona > img {
    object-fit: cover; }
  .profile-about .image-container {
    position: relative; }
    .profile-about .image-container .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      border-radius: 50%; }
  .profile-about .image-container:hover .overlay, .profile-about .image-container:focus .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.30);
    background: var(--palette-black-alpha-30,rgba(0, 0, 0, 0.30));
    cursor: pointer;
    border-radius: 50%; }
  .profile-about .image-container:hover .editIcon, .profile-about .image-container:focus .editIcon {
    display: inline;
    cursor: pointer; }
  .profile-about .editIcon {
    display: none;
    position: absolute;
    top: calc(50% - 12px);
    right: calc(50% - 12px);
    margin: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba( 255, 255, 255 ,  1 );
    color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
/***END AboutView.css***/

