@import '../helpers/helpers';

.account-deletion {
  &__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  &__section {
    margin: 24px 0;
    text-align: center;
  }

  &__head-icon {
    font-size: 3rem;
    line-height: .9;
    width: auto;
    height: auto;
    color: $blue-dark;
  }

  &__header {
    margin: 24px 0;
    text-transform: none;
    text-align: center;
  }

  &__text {
    font-size: 1rem;
    max-width: 570px;
    text-align: center;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .chb {
    display: inline;
    padding-top: 3px;
  }

  .form-row__label_required::before {
    margin-right: 2px;
  }

  &__warning {
    .notification {
      margin: 0;
      padding-right: 8px;
    }
  }
}
