/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
/**
UIKIT Notification
 */
.uk-notification .uk-notification-message {
  border-radius: 5px;
  padding: 10px;
}
.uk-notification .uk-notification-message.uk-notification-message-success {
  background-color: #009fe3 !important;
  color: #fff;
}
.uk-notification .uk-notification-message div {
  font-size: 1rem;
}
.uk-notification .uk-notification-message a.uk-notification-close {
  color: white;
}
div.blockUI.blockOverlay {
  z-index: 1000;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  cursor: wait;
  position: fixed;
}
div.blockUI.blockMsg {
  z-index: 1011;
  cursor: wait;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 15px 35px;
  margin: 0;
  border-radius: 5px;
}
/*# sourceMappingURL=secondary.css.map */