<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .form-group.has-error .help-block-error {
  font-size: 0.8125 rem;
  font-style: italic;
  color: #fd3600;
}
body .duration-200 {
  transition-duration: 0.2s;
}
body .translate-y-full {
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}
body .inline-flex {
  display: inline-flex;
}
body .atropos-scale {
  pointer-events: none;
}
body .atropos-rotate {
  pointer-events: all;
}






/* CSS Whatsapp Floating widget */
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
</pre></body></html>