<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* OVERRIDE BOOTSTRAP STYLES */
.alert.fade {
  transition: opacity 0.1s linear;
}

.btn-light {
  border-color: #999 !important;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.btn-secondary {
  --bs-btn-bg: #71aee5;
  --bs-btn-hover-bg: #5e93c2;
  --bs-btn-active-bg: #5e93c2;
  --bs-btn-disabled-bg: #42729c;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
}

ul li {
  margin-bottom: 0.4rem;
}

ul, ol {
  margin-bottom: 1.6rem;
}

ul ul {
  margin-top: 0.4rem;
}

.h1, .h2, h1, h2 {
  margin-bottom: 1rem;
  margin-top: 0rem;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  margin-top: 1.6rem;
}

.form-control {
  line-height: 1;
  padding: 0.375rem 0.5rem;
}

/* SPECIAL COLLAPSIBLE BOOTSTRAP CARDS FOR TOP-BAR */
.rwave-collapse-card {
  border-radius: 12px;
  display: inline-block;
  transition: none !important;
}
.rwave-collapse-card div.collapse {
  transition: none !important;
}
.rwave-collapse-card div.collapsing {
  transition: none !important;
}
.rwave-collapse-card .card-header {
  padding: 0;
  border-radius: 11px 11px 0 0;
}
.rwave-collapse-card .card-header .btn {
  border-radius: 11px 11px 0 0;
  min-width: 125px;
  transition: none !important;
}
.rwave-collapse-card .card-header .btn.collapsed {
  border-radius: 11px;
  transition: border-radius 0.2s step-end; /* The transition for the rotation */
}
.rwave-collapse-card .card-header .btn-rwave-collapser::before {
  content: ""; /* This is needed for the pseudo-element to render */
  display: inline-block; /* This ensures it behaves as a block while fitting in the inline flow */
  width: 1.25rem; /* Width for the arrow */
  height: 1.25rem; /* Height for the arrow */
  position: relative;
  top: -1px;
  left: 2px;
  margin-right: 0.5rem; /* Some spacing on the right */
  vertical-align: middle; /* To align it with the text */
  background-repeat: no-repeat; /* No repeating of the background image */
  background-size: 1.25rem; /* Size of the background image */
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.rwave-collapse-card .card-header .btn-rwave-collapser.loaded-cache::before {
  transition: transform 0.2s ease-in-out; /* Use transition for rotation, only once cache status loaded */
}
.rwave-collapse-card .card-header .btn-rwave-collapser:not(.collapsed)::before {
  transform: rotate(-180deg);
}
.rwave-collapse-card .card-header:has(button.btn-rwave-collapser.collapsed) {
  border: 0;
}

.card-header:first-child {
  border-radius: 11px 11px 0 0;
}

.rwave-collapse-card.collapsing {
  transition: none !important;
}

.rwave-collapse-card:has(div.collapse:not(.show)) {
  min-width: 130px;
}

input.form-checkbox {
  display: block;
  margin: 5px auto 0 auto;
}
input.form-checkbox.form-checkbox-left {
  margin: 5px 0 0;
}

button.mini-button {
  padding: 0px 4px;
}

button.card-expand {
  position: absolute;
  bottom: 5px;
  right: 8px;
}

.notransition {
  transition: none !important;
}

.notransition.collapsing {
  transition: none !important;
}

span#pagination, span#totalResults {
  margin: 0 0 0 30px;
}
span#pagination div.MuiStack-root, span#totalResults div.MuiStack-root {
  display: inline-block;
}

select#search_pageSize_select {
  width: 80px;
  display: inline-block;
}

.victor-font {
  font-family: "Victor Mono", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* allow the content wrapper to take up any available space -- ensures footer is pushed all the way to the bottom below content */
div.content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-control.rwave-textfield {
  min-width: 120px;
}

.form-control.rwave-textfield-small {
  width: 60px;
  min-width: auto;
  font-size: 0.75rem;
}

.navbar-rwave.topbar {
  margin: 0;
  padding: 0 10px 0 0;
  background-image: linear-gradient(0deg, #dddddd, #cccccc);
  border-bottom: 1px solid #bbb;
}
.navbar-rwave.topbar div.container-fluid {
  justify-content: flex-start;
}
.navbar-rwave.topbar a.navbar-text {
  text-decoration: none;
}
.navbar-rwave.topbar a.navbar-text:hover {
  color: #0074d4;
}

/* Optional: Hide the topbar on mobile */
@media (max-width: 767px) {
  .navbar-rwave.topbar {
    display: none;
  }
}
div#rwave-page-container {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 767px) {
  div#rwave-page-container {
    flex-direction: column; /* Stacks content below nav vertically on mobile */
  }
}
#document-content {
  padding: 1.3rem 2.5rem 45px 2.5rem;
}
#document-content table {
  margin: 30px 0;
  border-collapse: separate; /* Important for border-radius to work */
  border-spacing: 0; /* Remove gaps between cells */
  border: 1px solid #999;
  border-radius: 5px 5px 0 0;
  max-width: 1350px;
}
#document-content table thead th {
  padding: 5px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  background-color: #dedede;
  border-width: 0 1px 0 0;
}
#document-content table thead th:first-child {
  border-radius: 5px 0 0 0;
}
#document-content table thead th:last-child {
  border-radius: 0 5px 0 0;
  border-width: 0;
}
#document-content table tr:nth-child(even) {
  background-color: #efefef;
}
#document-content table tr td {
  padding: 7px 15px;
  border-width: 0 1px 0 0;
}
#document-content table tr td:first-child {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  min-width: 250px;
  padding: 7px 15px 7px 15px;
}
#document-content table tr td:last-child {
  border-width: 0;
}
#document-content table tr td:has(div) {
  border-width: 1px 1px 0 0 !important;
  border-style: solid;
  border-color: #aaa;
  text-align: center; /* Center-align the checkboxes */
}
#document-content table tr td:has(div.checked) {
  background-color: #c8e6c9; /* Light green for checked */
}
#document-content table tr td:has(div.checked)::before {
  content: "☑";
}
#document-content table tr td:has(div.unchecked) {
  background-color: #ffcdd2; /* Light red for unchecked */
}
#document-content table tr td:has(div.unchecked)::before {
  content: "☐";
}

footer {
  font-size: 14px;
  color: #aaa;
  padding: 10px 0;
  display: flex;
  height: 36px;
  min-height: 36px;
  justify-content: center; /* centers content horizontally */
  align-items: center; /* centers content vertically */
}
footer.writingmode {
  color: #888888;
  background-color: #1b0e1d;
}
footer.writingmode_expanded {
  display: none;
}

aside.sidebar.nav-side {
  width: 300px;
  min-width: 300px;
  padding: 0 5px 15px 10px;
}
aside.sidebar.nav-side .collapse, aside.sidebar.nav-side .collapsing {
  transition: none !important;
}
aside.sidebar.nav-side ul.nav.indented {
  margin-left: 1rem;
}
aside.sidebar.nav-side div.nav-spacer {
  width: 18px;
  max-width: 18px;
  min-width: 18px;
  display: inline-block !important;
}
aside.sidebar.nav-side button.btn.nav-expansion {
  display: inline-flex;
  font-size: 1.4rem;
  color: #444;
  background-color: transparent;
  border: 0;
  padding: 0 0 1px 0;
  margin: 0;
  height: 18px;
  width: 18px;
  vertical-align: text-top;
  align-items: center;
  justify-content: center;
}
aside.sidebar.nav-side li.nav-item div {
  display: flex;
  align-items: center;
}
aside.sidebar.nav-side a.nav-link {
  display: inline-block;
  padding-left: 0.5rem;
  color: #0b5ed7;
}
aside.sidebar.nav-side a.nav-link.current {
  color: black;
  font-weight: bold;
}
aside.sidebar.nav-side a.nav-link.homelink {
  font-size: 1.6rem;
  margin-bottom: 13px;
}
aside.sidebar.nav-side a.nav-link.homelink.current {
  font-size: 1.6rem;
}

span.extlink {
  color: #00B7FF;
  border: 1px solid #00B7FF;
  border-radius: 6px;
  font-weight: bold;
  padding: 0px 3px;
}

/* Sidebar: media query for mobile devices */
@media (max-width: 767px) {
  aside.sidebar.nav-side {
    width: 100%; /* Full width on small screens */
    padding: 10px; /* Adjust padding as necessary for mobile */
    margin: 0;
  }
}
input.admin_article_name {
  height: 45px;
  font-size: 2rem;
  min-width: 300px;
  width: 100%;
}

textarea.admin_article_content {
  margin: 20px 0 0 0;
  resize: both;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  height: 500px;
}

input.admin_article_move {
  display: inline-block;
  margin: 0 20px 0 0;
}

iframe.youtube_iframe {
  width: 95%;
  height: auto;
  aspect-ratio: 16/9; /* Maintain the aspect ratio */
}

@media (min-width: 1280px) {
  iframe.youtube_iframe {
    width: 960px; /* Fixed width for large screens */
    height: 540px; /* Fixed height for large screens */
  }
}
p {
  margin-bottom: 1.3rem !important;
}

img {
  max-width: 95%;
  height: auto;
  margin-bottom: 1.3rem;
  margin-left: 25px;
  border: 1px solid #bbb;
  border-radius: 9px;
}
img.expandable {
  cursor: pointer;
}
img.expandable.expanded {
  width: auto !important;
}

.rwave-dev-hidden {
  display: none;
}

.rwave-dev-shown {
  display: block;
}

a.rwave-dev-shown {
  display: inline;
}

a#toggleHideDev {
  cursor: pointer;
}

div.content-wrapper.hide_dev .rwave-dev-hidden {
  display: block;
}
div.content-wrapper.hide_dev a.rwave-dev-hidden {
  display: block;
}
div.content-wrapper.hide_dev .rwave-dev-shown {
  display: none;
}

div.rwave_toc {
  display: inline-block;
  padding: 20px;
  margin: 10px 10px 1.6rem 10px;
  border: 1px solid #999;
  border-radius: 9px;
  background-color: #efefef;
  min-width: 250px;
  font-size: 18px;
}
div.rwave_toc b {
  display: block;
  margin-bottom: 14px;
}

input.searchbox {
  width: 100%;
  margin: 10px 0 0 0;
}

div.search_results {
  max-width: 1200px;
}

span.highlight {
  background-color: yellow;
  font-weight: bold;
}

pre:has(&gt; code) {
  background-color: #efefef;
  display: inline-block;
  padding: 15px 40px;
  margin: 0 0 1.3rem 4rem;
  border: 1px solid #aaa;
  border-radius: 9px;
}

div.terms_and_privacy {
  max-width: 1350px;
  border: 1px solid #ddd;
  border-radius: 9px;
  padding: 2rem;
  font-size: 14px;
  margin: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>