/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .gigzter-notice-error {
    display: none;
  }
  .gigzter-notice-error:nth-of-type(1) {
    display: block;
  }
