.form-flash {
  @apply relative;

  &__close {
    @apply absolute right-1 top-1;
    @apply cursor-pointer transition-all duration-500;
  }
}
