@import '~styles/config';

.profileConfirmation {
  position: relative;

  margin-bottom: $gutter;

  width: 100%;

  @media (min-width: $min-tablet) {
    max-width: 400px;
    @include grid-col;
  }

  &.posCenter {
    margin: auto;
  }

  &__confirmation {
    margin-bottom: $gutter;
  }

  &__closeButton {
    position: absolute;
    top: 0;
    right: 3px;
  }

}
