.close-button {
  &[type='button'],
  &[type='reset'] {
    @apply outline-none text-lg rounded-full p-1.5 bg-gray-100 hover:bg-gray-200 dark:bg-gray-700 dark:hover:bg-gray-600 hover:text-gray-800 dark:hover:text-gray-100;
  }
}
