.userInfo {
  min-height: 520px;
  &Dimission {
    filter: grayscale(100%);
  }
  &Loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  &Container {
    position: relative;
  }
  &Icon {
    position: absolute;
    top: -48px;
    left: 12px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(31, 35, 41, 0.1);
  }
  &Name {
    padding: 56px 16px 0;
    color: #1f2329;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    word-break: break-word;
    &Dim {
      margin-left: 8px;
      color: red;
      font-size: 14px;
    }
  }
  &Buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 320px - 32px;
    height: 42px;
    margin: 12px 16px 4px;
    color: #373c43;
    background: #f5f6f7;
    border-width: 0;
    border-radius: 10px;
    cursor: pointer;
    &:hover {
      color: #1f2329;
      background-color: #eff0f1;
    }
  }
  &BtnMsg {
    margin-right: 5px;
  }
  &TextContainer {
    height: 242px;
  }
  &Grid {
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 12px;
    grid-template-rows: repeat(5, max-content);
    grid-template-columns: max-content auto;
    box-sizing: border-box;
    width: 300px;
    padding: 16px 0 0 16px;
    font-size: 14px;
    line-height: 20px;
    &Label {
      min-width: 74px;
      max-width: 96px;
      min-height: 20px;
      color: #646a73;
      font-size: 14px;
      word-break: break-word;
    }
    &Vaule {
      color: #1f2329;
      font-size: 14px;
      word-break: break-word;
    }
  }
}
