<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* These styles custom styles for the app. */

.sidebar[data="tide"],
.off-canvas-sidebar[data="tide"] {
  background: #15426f;
  background: linear-gradient(45deg, #15426f 25%, #00ffff 75%); }
  .sidebar[data="tide"]:before,
  .off-canvas-sidebar[data="tide"]:before {
    border-bottom-color: #00ffff; }

.sidebar[data="blue2"],
.off-canvas-sidebar[data="blue2"] {
  background: linear-gradient(225deg, #002362 0%, #4592F8 100%)
}
  .sidebar[data="blue2"]:before,
  .off-canvas-sidebar[data="blue2"]:before {
    border-bottom-color: #083482; }

.text-tide {
  color: #00ffff !important; }
</pre></body></html>