<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#load_screen {
  background-color: #0066ff;
  opacity: 0.9;
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 100%;
}

div#load_screen &gt; div#loading {
  margin: 300px auto;
}

.th-border-top-left-radius-25 {
  border-top-left-radius: 15%;
}

.th-border-top-right-radius-25 {
  border-top-right-radius: 15%;
}

.thead-border-top-hidden {
  border-top: hidden;
}

.modal-choose-item-to-cart {
  z-index: 9999999999 !important;
}
</pre></body></html>