body {
  background-color: rgb(var(--theme-page_background));
  overflow-y: auto;
}
.custom-select .ipsLoading {
  width: 20px !important;
  height: 20px !important;
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  &::before {
    width: 20px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    left: 0;
  }
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.copy-url-btn {
  position: absolute;
  right: 8px;
  top: 9px;
  width: 145px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100px !important;
  gap: 5px;
}
@media (max-width: 980px) {
  .copy-url-btn {
    appearance: none;
    height: 25px;
    width: 140px;
    top: -41px;
  }
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: rgb(var(--theme-page_background));
}
.windows .mac-only {
  display: none;
}
.mac .win-only {
  display: none;
}
.entry-content {
  padding-left: calc(100vw - 100%);
  width: 100%;
}
.entry-content > * {
  width: 100%;
}
a {
  cursor: pointer;
}
.visible a {
  color: #4488ff;
  text-decoration: underline;
}
.group-box-shadow a {
  color: #4488ff;
  text-decoration: underline;
  &:hover {
    filter: saturate(2.6) brightness(1) hue-rotate(7deg)
  }
}
@media (max-width: 980px) {
  .topic a.active {
    font-size: 0;
    &::after {
      content: "Close Topic";
      font-size: 13px;
      font-weight: 400;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%234488ff'%3E%3Cpath d='m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px;
      background-size: 18px;
      display: block;
    }
  }
}
p {
  margin-block-start: 0.1em !important;
  margin-block-end: 0.1em !important;
}
a.active {
  font-weight: bold;
  text-decoration: none;
}
h1, h2, h3 {
  margin: 12px 0 !important;
  line-height: normal;
  font-weight: 500;
}
h2.ipsType_sectionTitle {
  margin: 0 !important;
  width:100%;
}
@media (max-width: 980px) {
  .visible h2.ipsType_sectionTitle {
    background: transparent;
    border: none;
    padding: 0;
  }
}
#ipsLayout_mainArea {
  display:block;
}
.ipsBox:not( .ipsBox_transparent ):not( .ipsModerated ) {
  background-color: var(--box--backgroundColor) !important; 
}

.ipsButton_split {
  border: 1px solid rgba(var(--theme-very_light_button_font), 0.3);
  padding:2px;
  height: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 4px;
  border-radius: 100px;
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(var(--theme-very_light_button));
    z-index: -1;
  }
  &::after {
  	content:"";
    background: rgb(var(--theme-important_button));
    width: 50%;
    height: calc(100% - 4px);
    position: absolute;
    z-index:-1;
    border-radius: 100px;
    transition: left ease 0.2s;
  }
  &:has(.pillBtn.mac.active)::after {
    left: calc(2px + 0%);
    transition: left ease 0.2s;
  }
  &:has(.pillBtn.win.active)::after {
    left: calc(-2px + 50%);
    transition: left ease 0.2s;
  }
}
.pillBtn {
  border: 0;
  border-radius: 100px !important;
  min-width: 100px;
  align-items: center;
  /*background: rgb(var(--theme-very_light_button));*/
  cursor: pointer;
  display: flex;
  font-size: 16px !important;
  justify-content: center;
  color: #000;
  user-select: none;
  &:hover {
  	font-weight: 700;
  }
}
.pillBtn.active {
  /*background: rgb(var(--theme-important_button));*/
  color: rgb(var(--theme-very_light_button)) !important;
  transition: color 0.5s ease;
  font-weight: 700;
}
h1 {
  margin-bottom: 22px !important;
}
.page-h1 {
  text-align: center;
  margin: 0 !important;
}
ul, ol {
  padding: 0;
  margin: 0 0 0 1em;
}
p + ul, p + ol {
  padding-top: 12px !important;
}
ul + p, ol + p {
  padding-top: 12px !important;
}
.custom-select {
  display: flex;
  align-items: center;
  position: relative;
  & > ul {
    --popup--border: 1px solid rgba(var(--theme-area_background_dark), 0.25);
  } 
}
#versionTrigger {
  width: 210px;
  font-size: 17px;
  margin-top: 8px;
}
.ipsMenu_item:not(:has(form)) {
  background: transparent;
  display: flex;
  align-items: center;
  & > a {
    flex: 1;
    padding-left: 33px !important;
  }
  &:not(.ipsMenu_itemChecked)::before {
    content: '\f10c';
    font-size: 14px;
    position: absolute;
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: rgba(var(--theme-text_color), 0.1);
  }
}
.ipsMenu_itemChecked:not(:has(form)) {
  font-weight: 700;
  &::before {
    content: '\f00c';
    font-size: 14px;
    position: absolute;
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: rgb(var(--theme-text_color));
  }
}
.ipsMenu {
  background: rgb( var(--theme-area_background_reset) ) !important;
}
.ipsMenu_sep {
  border-top: 1px solid rgba( var(--theme-text_color), 0.2 );
}
.ipsMenu_auto {
    min-width: 170px;
}
#versionSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://forum.vectorworks.net/uploads/set_resources_20/84c1e40…_select_dropdown.png);
  background-position: right center;
  background-size: 18px 9px;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: rgb(var(--theme-text_color));
  font-size: 16px;
  &:focus {
    box-shadow: none;
  }
}
@media (max-width: 980px) {
  section {
    margin: 0;
    max-width: unset !important;
  }
}
@media (max-width: 600px) {
  td, th {
    padding: 16px;
  }
}
.iframe-content {
  display: none;
  position: relative;
}
.iframe-content.visible {
  margin-top: 20px;
  display: block;
}
.desktop-iframe-content {
  display: none;
  position: relative;
  overflow: hidden;
}
.desktop-iframe-content.visible {
  display: block;
}
.content-source {
  display: none;
}
.iframe-content.visible > h1:first-child {
  display: none;
}
.filter-nav{
  position: sticky;
  top: 0;
  background: #f7f7f8;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  z-index:3;
  background-color: rgb(var(--theme-page_background));
}
.shadow {
  box-shadow: 0 8px 7px -7px rgba(0,0,0,0.2);
}
.tiles {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 980px) {
  .tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  }
  .iframe-content.visible {
    display: none;
  }
}
.content-area {
  margin-left: 0 !important;
}
.group-box-shadow {
  box-shadow: var(--box--boxShadow);
  border-radius: var(--box--radius);
  background-color: var(--box--backgroundColor);
  border: 1px solid rgba(var(--theme-text_light), 0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 !important;
}
.topic {
  width: 100%;
  line-height: normal;
}
.topic-wrapper {
  display: flex;
  flex-direction: column;
  padding: 19px !important;
  max-width: 100%;
  width: 100%;
  gap: 1rem;
  &:has(.topic) {
    gap: 0.5rem;
  }
}
@media (max-width: 980px) {
  .topic-wrapper {
    padding: 10px !important;
  }
}
.chart-container {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.chart-container canvas {
  width: 100% !important;
  height: 200px !important;
}
@media (max-width: 600px) {
  .chart-container {
    padding: 10px;
  }
  h1 {
    font-size: 20px;
  }
}
.bar-chart {
  margin: 20px 0;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-top: 12px;
  & .tab {
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    &.active {
      background-color: var(--box--backgroundColor);
      border: 1px solid #ccc;
      border-bottom: 1px solid transparent;
      margin-bottom: -1px;
      font-weight: 700;
    }
  }
}
@media (max-width: 600px) {
  .content {
    border-top: 1px solid #ccc;
  }
  .tabs {
    flex-direction: column;
    padding-bottom: 6px;
    & .tab {
      padding-left: 0 !important;
      width: 100%;
      border: none;
      padding: 3px 20px;
      display: flex;
      align-items: center;
      &::before {
        content:"";
        width: 18px;
        height: 18px;
        border: 2px solid #b4b4b4;
        background: transparent;
        border-radius: 50%;
        margin-right: 5px;
      }
      &.active {
        border: none !important;
        font-weight: bold;
        background: transparent;
        margin-bottom: 0;
        &::before {
          border-color: rgb(var(--theme-text_color));
        }
        &::after {
          content: "";
          width: 10px;
          height: 10px;
          background-color: rgb(var(--theme-text_color));
          position: absolute;
          left: 6px;
          border-radius: 50%;
        }
      }
    }
  }
}
.content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.content.show {
  display: block;
}
.support-note {
  border-left: .375rem solid #01BCB4;
  background-color: #b6b6b61f;
  padding: .75rem 1.25rem;
  margin: 10px 0;
}
.tabbed-layout {
  width: 100%;
}
.table-wrapper {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(var(--theme-text_color), 0.5);
  position: relative;
  &:has(.network-table) {
    overflow-x: auto;
  }
  &::after {
    content: "";
    position: absolute;
    height: 100%;
    width:1px;
    background: rgba(var(--theme-text_color), 0.5);
    right: 0;
    top: 0;
  }
  &::before {
    content: "";
    position: absolute;
    height: 100%;
    width:1px;
    background: rgba(var(--theme-text_color), 0.5);
    left: 0;
    top: 0;
    z-index: 2;
  }
}
table {
  max-width: 100% !important;
}
.table_component {
  overflow-x: auto;
  width: 100%;
  position: relative;
}
.table_component table, table {
  height: 100%;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: center;
}
.table_component caption {
  caption-side: top;
  text-align: center;
}
.table_component th, table th {
  border: 1px solid rgba(var(--theme-text_color), 0.5);
  background-color: var(--box--backgroundColor);
  color: rgb(var(--theme-text_color));;
  padding: 10px;
}
.table_component td, table td {
  height: 60px;
}
.table_component td:not(:first-child),
.table_component th:not(:first-child) {
  width: 60px;
  min-width: 60px;
}
.table_component td, table td {
  border: 1px solid rgba(var(--theme-text_color),0.5);
  background-color: var(--box--backgroundColor);
  color: rgb(var(--theme-text_color));
  padding: 10px;
}
.network-table tbody tr td[rowspan="3"],
.network-table tbody tr th:first-child {
  border-left: none !important;
}
.table_component thead th:first-child,
.table_component tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  border-right: none;
  border-left: none;
  min-width: 80px;
  width: 80px;
  &::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background: rgba(var(--theme-text_color),0.5);
  }
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: rgba(var(--theme-text_color),0.5);
  }
}
.network-table tbody tr th:last-child,
.network-table tbody tr td:last-child,
.table_component thead th:last-child,
.table_component tbody td:last-child {
  border-right: none;  
}
div.headsup {
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left 5px top 5px;
  padding-left: 80px;
  min-height: 54px;
}
.y, .n {
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.n {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 50'%3E%3Cpolygon points='51.45 13.45 41.55 3.55 30 15.1 18.45 3.55 8.55 13.45 20.1 25 8.55 36.55 18.45 46.45 30 34.9 41.55 46.45 51.45 36.55 39.9 25 51.45 13.45' fill='red'/%3E%3C/svg%3E");
}
.y {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 50'%3E%3Cpolygon points='24.12 45.78 2.87 24.53 12.77 14.63 24.12 25.98 47.27 2.83 57.17 12.73 24.12 45.78' fill='lime'/%3E%3C/svg%3E");
}
.headsup {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 50'%3E%3Cpath d='M39.37,2.38h-18.74L7.38,15.63v18.74l13.25,13.25h18.74l13.25-13.25V15.63l-13.25-13.25ZM25.16,7.62h9.68v22.21h-9.68V7.62ZM30,43.25c-2.95,0-5.34-2.39-5.34-5.34s2.39-5.34,5.34-5.34,5.34,2.39,5.34,5.34-2.39,5.34-5.34,5.34Z' fill='%23a9a9a9'/%3E%3C/svg%3E");
}
.mb-0 { margin-bottom: 0rem; }
.w-full { width: 100%; }
.max-w-full { max-width: 100%; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.gap-4 { gap: 1rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-center { text-align: center}
.mb-2 { margin-bottom: 0.5rem; }
.font-bold { font-weight: 700; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.mb-4 { margin-bottom: 1rem; }
.h-full { height: 100%; }
.w-\[1px\] { width: 1px; }
.justify-center { justify-content: center; }
.items-start { align-items: flex-start; }
.gap-3 { gap: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.m-0 { margin: 0; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-4 { padding: 1rem; }
.bg-\[\#fff\] { background-color: #fff; }
.overflow-auto { overflow: auto; }
.mt-6 { margin-top: 1.5rem; }
.max-w-\[1000px\] { max-width: 1000px; }
@media (min-width: 1024px) {
  .lg\:p-4 { padding: 1rem; }
}