._subscriptionTitle_e6rtk_1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
._subscriptionContainer_e6rtk_8 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._subscriptionTitleRow_e6rtk_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

._subscriptionDescriptionRow_e6rtk_20 {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
}

._timeRemaining_e6rtk_28 {
  margin-left: 8px;
  background: var(--u-alpha-200);
  border-radius: 4px;
  padding: 0 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
._timeRemaining_e6rtk_28 {
  background: var(--u-alpha-red-200);
  color: var(--text-error);
}

._profileInfoContainer_e6rtk_42 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._uploadPhotoWrapper_e6rtk_48 {
  display: flex;
  align-items: center;
}

._uploadPhotoWrapper_e6rtk_48 ._photo_e6rtk_52 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--blue-80);
    color: var(--blue-30);
    border-radius: 100%;
    font-weight: 400;
    font-size: 36px;
    line-height: 80px;
  }

._uploadPhotoWrapper_e6rtk_48 ._photo_e6rtk_52 ._trashWrapper_e6rtk_66 {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      box-shadow: var(--shadow-100);
      width: 24px;
      height: 24px;
      padding: 4px;
      border-radius: 100%;
    }

._uploadPhotoWrapper_e6rtk_48 ._photo_e6rtk_52 ._trashWrapper_e6rtk_66 svg * {
        fill: var(--icon-danger);
      }

._uploadPhotoWrapper_e6rtk_48 button {
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
  }

._profileItem_e6rtk_95 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
  }

._profileItem_e6rtk_95 div input {
      min-width: 250px;
      margin-right: 8px;
    }

._profileItem_e6rtk_95 label {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
  }

._exportData_e6rtk_115 button {
  padding: 6px 12px;
}

._deleteAccountContent_e6rtk_119 {
  display: flex;
  flex-direction: column;
}

._deleteAccountContent_e6rtk_119 p {
    margin: 0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-secondary);
  }

._deleteAccountTitle_e6rtk_132 {
  color: var(--text-error) !important;
}
