.zmk-message,
.zmk-message.w-100 {
  align-items: center !important;
  background: #fff5f5 !important;
  border: 1px solid #ff4d4f !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #475569 !important;
  display: flex !important;
  float: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  justify-content: center !important;
  line-height: 1.6 !important;
  margin: 16px 0 !important;
  max-width: 100% !important;
  min-height: 76px;
  padding: 18px 28px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  width: 100% !important;
}

.zmk-message::before {
  align-items: center;
  border: 1.5px solid #ff4d4f;
  border-radius: 50%;
  box-sizing: border-box;
  color: #ff4d4f;
  content: "!";
  display: inline-flex;
  flex: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1;
  margin-right: 14px;
  width: 20px;
}

.zmk-file {
  box-sizing: border-box;
  display: block;
  margin: 16px 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100%;
}

.zmk-file .animated-button.zmk-action-button {
  --zmk-button-color: var(--zmk-counting, #fb614a);
}

.zmk-file .animated-button.zmk-action-button,
.zmk-file .animated-button.zmk-action-button:link,
.zmk-file .animated-button.zmk-action-button:visited {
  appearance: none !important;
  background-color: var(--zmk-button-color) !important;
  border: 2px solid var(--zmk-button-color) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-block !important;
  filter: none !important;
  float: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: 0 !important;
  overflow: hidden;
  padding: 8px 50px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  transition: all .8s cubic-bezier(.23, 1, .320, 1);
  white-space: normal !important;
  width: 100% !important;
  z-index: 0;
  isolation: isolate;
}

.zmk-file .animated-button.zmk-action-button::before {
  background-color: #fff !important;
  content: "" !important;
  display: block !important;
  height: 120%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .8s cubic-bezier(.23, 1, .320, 1);
  width: 120%;
  z-index: 0;
}

.zmk-file .animated-button.zmk-action-button::after {
  content: none !important;
  display: none !important;
}

.zmk-file .animated-button .zmk-action-button-text {
  color: inherit !important;
  position: relative;
  z-index: 1;
}

.zmk-file .animated-button.zmk-action-button:hover,
.zmk-file .animated-button.zmk-action-button:focus-visible {
  background-color: #fff !important;
  box-shadow: 0 0 20px hsla(263, 77%, 31%, 0) !important;
  color: var(--zmk-button-color) !important;
}

.zmk-file .animated-button.zmk-action-button:hover::before,
.zmk-file .animated-button.zmk-action-button:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.zmk-file .animated-button.zmk-action-button:active {
  transform: scale(.9);
}

.zmk-file .animated-button.zmk-action-button.zmk-is-start {
  --zmk-button-color: var(--zmk-start, #2271b1);
  cursor: pointer;
}

.zmk-file .animated-button.zmk-action-button.zmk-is-counting {
  --zmk-button-color: var(--zmk-counting, #fb614a);
  cursor: wait;
}

.zmk-file .animated-button.zmk-action-button.zmk-is-ready {
  --zmk-button-color: var(--zmk-ready, #00c136);
  cursor: pointer;
}

.zmk-file .animated-button.zmk-action-button.zmk-is-error {
  --zmk-button-color: #6b7280;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .zmk-file .animated-button.zmk-action-button,
  .zmk-file .animated-button.zmk-action-button::before {
    transition-duration: .01ms;
  }
}

@media (max-width: 600px) {
  .zmk-message,
  .zmk-message.w-100 {
    border-radius: 10px !important;
    min-height: 68px;
    padding: 14px 18px !important;
  }
}
