<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea:focus {
  outline: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rounded-xl {
  border-radius: 10px;
}

.border-box {
  box-sizing: border-box;
}

.box-shadow {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.bg-olive-drab {
  background-color: #7ea928;
}

.text-olive-drab {
  color: #7ea928 !important;
}

.text-gray {
  color: #7f7f7f;
}

.border-olive-drab {
  border: 2px solid #7ea928;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-16 {
  font-size: 16px;
}

.text-left {
  text-align: left;
}

.btn:disabled {
  color: #fff;
  background: #dedede !important;
  border-color: #dedede;
  pointer-events: none;
}

.btn-gradient {
  padding: 0.5rem !important;
  min-width: 300px;
  color: #fff;
  background-image: linear-gradient(90deg, #7ea928, #b5d451) !important;
  font-weight: bold;
  font-size: 20px !important;
}

.btn-gradient:hover, .btn-gradient:focus {
  color: #fff !important;
}

#share-modal {
  font: 12px/1.5 Tahoma,Helvetica,'SimSun',sans-serif;
}</pre></body></html>