/* ============================================
   BASE & UTILITIES
   ============================================ */

:root {
  --color-primary: #0066cc;
  --color-secondary: #666666;
  --color-success: #035f18;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f5f5f5;
  --color-dark: #333333;
  
  --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  
  --spacing-unit: 1rem;
  --max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-family);
  line-height: 1.6;
  color: var(--color-dark);
  background-color: #ffffff;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1 {
  font-size: 2rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background-color: var(--color-primary);
  line-height: 3rem;
  margin: 0;
  padding: 0.6rem 0 0.2rem 4.5rem !important;
  border-bottom: 0.1rem solid rgb(0, 191, 255);
  min-height: 36px;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 1.5rem 0 1rem 0;
  border-bottom: 2px solid var(--color-light);
  padding-bottom: 0.5rem;
}

h2#title {
  font-size: 3rem;
  color: rgb(0, 0, 0);
  border-left: none;
  margin: 2rem 0 0 0;
}

div#report-header h2#title {
  margin-top: 1rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: normal;
  color: rgb(0, 0, 150);
  margin: 1.25rem 0 0.75rem 0;
}

section#conformance h3 {

  margin: 3rem 0 2rem 0.5rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

dt {
  display: inline;
  font-weight: bold;
  margin-top: 0.5rem;
}

dd {
  display: inline;
  margin-bottom: 0.5rem;
}

dd::after {
  content: '';
  display: block;
}

pre {
  font-size: 1.5rem;
}

/* ============================================
   LISTS
   ============================================ */

ul, ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

.inline-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.inline-list li {
  margin: 0;
  padding: 0;
}

/* ============================================
   LINKS
   ============================================ */

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

div.link {
  margin-top: 3rem;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

header {
  background-color: var(--color-primary);
  color: white;
  padding: var(--spacing-unit);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-left: -3rem;
}

header h1 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  background-color: transparent;
  color: white;
  padding: 0;
  border: none;
  min-height: auto;
}

header.sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
}

.main-nav {
  display: flex;
  justify-content: center;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
  align-items: center;
}

.main-nav a {
  color: var(--color-primary);
  text-decoration: none;
}

.main-nav a:hover {
  text-decoration: underline;
  color: #0052a3;
}

.main-nav small {
  display: inline;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 0.25rem;
  opacity: 1;
  color: var(--color-primary);
}

/* ============================================
   MAIN CONTENT
   ============================================ */

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2rem;
}

main.js-tabs {
  font-size: 1.6rem;
  padding: 0 1rem;
  margin-top: 1rem !important;
}

section > p {
  margin-left: 3rem;
}

section.js-tabcontent {
  margin-top: 0rem !important;
}

/* ============================================
   HERO & HOME PAGE
   ============================================ */

.hero {
  text-align: center;
  padding: 1rem 0;
  background: linear-gradient(135deg, var(--color-primary), #0049b8);
  color: white;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: white;
  padding: 0;
  border: none;
  min-height: auto;
}

.subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

.header-icon {
  width: 3em;
  height: 3em;
}

/* ============================================
   PLATFORM CARDS
   ============================================ */

.platforms-overview {
  margin: 2rem 0;
}

.platform-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.platform-card {
  flex: 1 1 calc(20% - 1.5rem);
  min-width: 250px;
  border: 1px solid var(--color-light);
  border-radius: 8px;
  padding: 1.5rem;
  background-color: white;
  transition: transform 0.2s, box-shadow 0.2s;
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.platform-card h3 {
  margin-top: 0;
}

.platform-card.active {
  border-left: 4px solid var(--color-success);
  background-color: rgba(40, 167, 69, 0.02);
}

.platform-card.beta {
  border-left: 4px solid #7c3aed;
  background-color: rgba(124, 58, 237, 0.02);
}

.platform-card.coming-soon {
  border-left: 4px solid var(--color-warning);
  background-color: rgba(255, 193, 7, 0.02);
}

.status-badge,
.coming-soon-text {
  background-color: var(--color-warning);
  color: var(--color-dark);
  border-radius: 4px;
  margin-top: 1rem;
  font-weight: 600;
  font-style: italic;
}

.status-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}

.coming-soon-text {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.platform-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-light);
}

.platform-links a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.platform-links a:hover {
  color: #0052a3;
  text-decoration: underline;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-block;
  background-color: var(--color-primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: background-color 0.2s;
}

.btn:hover {
  background-color: #0052a3;
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.5);
}

.inline-list .btn {
  margin-top: 0;
}

/* ============================================
   TABLES
   ============================================ */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem auto;
  background-color: white;
}

table thead {
  background-color: rgb(229, 239, 250);
  font-weight: bold;
}

table th,
table td {
  padding: 0.75rem;
  text-align: left;
  border: 0.1rem solid gray;
}

table th {
  font-weight: bold;
}

table tr:hover {
  background-color: rgba(0, 102, 204, 0.02);
}

tbody th {
  background-color: rgb(250, 250, 250);
  width: 40%;
}

td.lvl {
  width: 4rem;
  font-weight: bold;
  text-align: center;
  background-color: rgb(250, 250, 250);
}

section#conformance table {
  border-collapse: collapse !important;
}

/* ============================================
   DATATABLE STYLING
   ============================================ */

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before,
table.dataTable tr.dt-hasChild td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable {
  width: 85%;
  margin: 1rem auto;
  border-spacing: 0;
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}

table.dataTable.display tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}

table.dataTable.display tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/* ============================================
   DATATABLE WRAPPER UI
   ============================================ */

.dataTables_wrapper {
  position: relative;
  clear: both;
  color: #333;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px;
  background-color: transparent;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: left !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_filter label {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.row {
  display: block !important;
  margin-top: 1rem !important;
}

/* ============================================
   DATATABLE RESPONSIVE
   ============================================ */

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

/* ============================================
   REPORTS & CONFORMANCE
   ============================================ */

.conformance-report {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
}

.conformance-report details {
  margin-bottom: 1.5rem;
}

.conformance-report summary {
  cursor: pointer;
  user-select: none;
}

.conformance-report summary:hover {
  background-color: var(--color-light);
  border-radius: 4px;
}

.conformance-report h3.inline {
  display: inline;
  margin: 0;
}

.report-section {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: var(--color-light);
  border-radius: 8px;
}

.report-section h3 {
  margin-top: 0;
}

/* ============================================
   RESULT STYLES
   ============================================ */

.result {
  text-align: center;
}

.result.pass {
  background-color: rgb(239, 251, 245);
  color: var(--color-success);
}

.result.fail {
  background-color: rgb(251, 239, 245);
  color: var(--color-danger);
}

.result.untested {
  background-color: rgba(255, 193, 7, 0.1);
  color: #856404;
}

.result.na {
  background-color: rgb(240, 240, 240);
  color: #383d41;
}

.result .label {
  font-weight: bold;
  margin: 0;
}

.result .notes {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-style: italic;
}

.pass {
  background-color: rgb(230, 240, 230);
}

.partial {
  background-color: rgb(255, 247, 220);
}

.failed {
  background-color: rgb(251, 239, 245);
}

.unverified {
  background-color: rgb(255, 255, 240);
}

/* ============================================
   SUCCESS CRITERIA
   ============================================ */

.sc-title {
  font-weight: bold;
  cursor: pointer;
}

.sc-title a {
  color: var(--color-primary);
}

.sc-text {
  margin: 0.75rem 0;
  font-size: 0.95rem;
}

.sc-notes {
  margin: 0.75rem 0;
  padding: 0.75rem;
  background-color: #f9f9f9;
  border-left: 3px solid var(--color-secondary);
  font-size: 0.9rem;
}

/* ============================================
   SUMMARY TABLE (DAISY)
   ============================================ */

.pubinfo {
  margin: 0.5rem 0 2rem 0;
  padding: 0;
  font-size: 1.6rem;
}

div.summaryTable {
  max-width: 75rem;
  display: table;
  margin: 1rem 0 2rem 0;
}

div.summaryTable > div {
  display: table-row;
}

div.summaryTable > div > div {
  display: table-cell;
  padding: 0.75rem;
}

div.summaryTable > div > div.label {
  min-width: 20rem;
}

div.summaryTable > div > div.value {
  min-width: 30rem;
}

div.summaryTable > div > div.pass {
  background-color: rgb(230, 240, 230);
}

div.summaryTable > div > div.incomplete {
  background-color: rgb(255, 255, 190);
}

div.summaryTable > div > div.value > ul {
  margin: 0;
  padding-left: 1rem;
}

.info > div {
  padding: 0;
  margin: 0.8rem 0 0 0.5rem;
}

.info > div > div:first-child {
  float: left;
  min-width: 15rem;
}

.label {
  font-weight: bold;
  width: 15rem;
  vertical-align: top;
}

/* ============================================
   GRID LAYOUT
   ============================================ */

div.grid {
  display: grid;
  grid-template-columns: fit-content(40%) 1fr;
  gap: 2rem;
  margin-left: 0.5rem;
}

div.grid-body > * {
  font-size: 98%;
  padding-top: 0;
  margin-top: 0;
}

div.grid-body ul {
  padding-left: 2rem;
}

div.grid-hd h4 {
  display: inline-block;
  font-size: 94%;
  margin: 0;
}

/* ============================================
   REPORT HEADER
   ============================================ */

div#report-header {
  position: sticky;
  top: 4.47rem;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  margin-top: -2rem;
  padding-top: 0.5rem;
  margin-left: -3.3rem;
  padding-left: 3.3rem;
}

div#add-logo {
  margin: 0.5rem 0 0 3.4rem;
}

li.js-tablist__item {
  width: 13.5rem !important;
  margin-left: 0 !important;
}

/* ============================================
   FOOTER
   ============================================ */

footer {
  background-color: var(--color-light);
  padding: 2rem;
  margin-top: 4rem;
  text-align: center;
  color: var(--color-secondary);
  font-size: 0.9rem;
  margin-left: -3rem;
  border-top: 0.1rem solid rgb(200, 200, 200);
}

footer > * {
  font-style: italic;
  margin: 0 0 0.5rem 1rem;
  padding: 0 0 0 4rem;
}

footer a {
  color: var(--color-primary);
}

footer a img {
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* ============================================
   CONTENT PAGES
   ============================================ */

.content-page {
  max-width: var(--max-width);
  margin: 2rem auto;
  padding: 0 1rem;
}

.content-page article {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}

.content-page h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.content-page h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-light);
  padding-bottom: 0.5rem;
}

.content-page h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  color: var(--color-dark);
}

.content-page ul,
.content-page ol {
  margin: 1rem 0;
  padding-left: 2rem;
}

.content-page li {
  margin: 0.5rem 0;
}

.content-page a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.content-page a:hover {
  border-bottom-color: var(--color-primary);
}

/* ============================================
   COMING SOON
   ============================================ */

.coming-soon h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--color-primary);
}

.status-message {
  background-color: var(--color-light);
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.back-link {
  margin-top: 2rem;
}

.back-link a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-light);
  border-radius: 4px;
  color: var(--color-primary);
  text-decoration: none;
}

.back-link a:hover {
  background-color: #e0e0e0;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

::selection {
  background-color: var(--color-primary);
  color: white;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
  header {
    padding: 1rem;
  }
  
  header h1 {
    font-size: 1.5rem;
  }
  
  .main-nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  main {
    padding: 1rem;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .platform-card {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
  }
  
  table {
    font-size: 0.9rem;
  }
  
  table th,
  table td {
    padding: 0.5rem;
  }

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }

  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  header,
  footer {
    background-color: white;
    color: black;
  }
  
  a {
    color: black;
  }
  
  .platform-card {
    flex: 1 1 100%;
  }
}
  --color-secondary: #666666;
  --color-success: #035f18;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f5f5f5;
  --color-dark: #333333;
  
  --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  
  --spacing-unit: 1rem;
  --max-width: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 16px; */
}

body {
  font-family: var(--font-family);
  line-height: 1.6;
  color: var(--color-dark);
  background-color: #ffffff;
}

/* Header & Navigation */
header {
  background-color: var(--color-primary);
  color: white;
  padding: var(--spacing-unit);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header h1 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.main-nav {
  display: flex;
  justify-content: center;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: center;
  align-items: center;
}

.main-nav a {
  color: var(--color-primary);
  text-decoration: none;
  /* font-weight: 500; */
}

.main-nav a:hover {
  text-decoration: underline;
  color: #0052a3;
}

.main-nav small {
  display: inline;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 0.25rem;
  opacity: 1;
  color: var(--color-primary);
}

/* Main Content */
main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--spacing-unit) * 2;
}

h2 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem 0;
  border-bottom: 2px solid var(--color-light);
  padding-bottom: 0.5rem;
}

h3 {
  font-size: 1.25rem;
  margin: 1.25rem 0 0.75rem 0;
}

p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

ul, ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

dt {
  display: inline;
  font-weight: bold;
  margin-top: 0.5rem;
}

dd {
  display: inline;
  /* margin-left: 1.5rem; */
  margin-bottom: 0.5rem;
}

dd::after {
  content: '';
  display: block;
}

/* Links */
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Home Page */
.hero {
  text-align: center;
  padding: 1rem 0;
  background: linear-gradient(135deg, var(--color-primary), #0049b8);
  color: white;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Platform Cards */
.platforms-overview {
  margin: 2rem 0;
}

.platform-cards {
  display: flex;
  flex-wrap: wrap;
  /* gap: 2rem; */
  margin-top: 1.5rem;
}

.platform-card {
  flex: 1 1 calc(20% - 1.5rem);
  min-width: 250px;
}

.platform-card {
  border: 1px solid var(--color-light);
  border-radius: 8px;
  padding: 1.5rem;
  background-color: white;
  transition: transform 0.2s, box-shadow 0.2s;
}

.platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.platform-card h3 {
  margin-top: 0;
}

.platform-card.active {
  border-left: 4px solid var(--color-success);
  background-color: rgba(40, 167, 69, 0.02);
}

.platform-card.beta {
  border-left: 4px solid #7c3aed;
  background-color: rgba(124, 58, 237, 0.02);
}

.platform-card.coming-soon {
  border-left: 4px solid var(--color-warning);
  background-color: rgba(255, 193, 7, 0.02);
}

.status-badge {
  display: inline-block;
  background-color: var(--color-warning);
  color: var(--color-dark);
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
}

.coming-soon-text {
  /* display: inline-block; */
  background-color: var(--color-warning);
  color: var(--color-dark);
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  font-style: italic;
}

.platform-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-light);
}

.platform-links a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.platform-links a:hover {
  color: #0052a3;
  text-decoration: underline;
}

/* Buttons */
.btn {
  display: inline-block;
  background-color: var(--color-primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 1rem;
  transition: background-color 0.2s;
}

.btn:hover {
  background-color: #0052a3;
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.5);
}

.inline-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.inline-list li {
  margin: 0;
  padding: 0;
}

.inline-list .btn {
  margin-top: 0;
}

/* Conformance Report Styles */
.conformance-report {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
}

.conformance-report details {
  margin-bottom: 1.5rem;
}

.conformance-report summary {
  cursor: pointer;
  user-select: none;
}

.conformance-report summary:hover {
  background-color: var(--color-light);
  border-radius: 4px;
}

.conformance-report h3.inline {
  display: inline;
  margin: 0;
}

.report-section {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: var(--color-light);
  border-radius: 8px;
}

.report-section h3 {
  margin-top: 0;
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background-color: white;
}

table thead {
  background-color: var(--color-light);
  font-weight: bold;
}

table th, table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

table th {
  font-weight: bold;
}

table tr:hover {
  background-color: rgba(0, 102, 204, 0.02);
}

.lvl {
  font-weight: bold;
  text-align: center;
}



/* Result Styles */
.result {
  text-align: center;
}

.result.passed {
  background-color: rgba(40, 167, 69, 0.1);
  color: var(--color-success);
}

.result.fail {
  background-color: rgba(220, 53, 69, 0.1);
  color: var(--color-danger);
}

.result.untested {
  background-color: rgba(255, 193, 7, 0.1);
  color: #856404;
}

.result.na {
  background-color: rgba(108, 117, 125, 0.1);
  color: #383d41;
}

.result .label {
  font-weight: bold;
  margin: 0;
}

.result .notes {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-style: italic;
}

/* Success Criteria Details */
.sc-title {
  font-weight: bold;
  cursor: pointer;
}

.sc-title a {
  color: var(--color-primary);
}

.sc-text {
  margin: 0.75rem 0;
  font-size: 0.95rem;
}

.sc-notes {
  margin: 0.75rem 0;
  padding: 0.75rem;
  background-color: #f9f9f9;
  border-left: 3px solid var(--color-secondary);
  font-size: 0.9rem;
}

/* Coming Soon Page */
.coming-soon {
  /* text-align: left;
  padding: 3rem 0; */
}

.coming-soon h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--color-primary);
}

.status-message {
  background-color: var(--color-light);
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.back-link {
  margin-top: 2rem;
}

.back-link a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--color-light);
  border-radius: 4px;
  color: var(--color-primary);
  text-decoration: none;
}

.back-link a:hover {
  background-color: #e0e0e0;
}

/* Footer */
footer {
  background-color: var(--color-light);
  padding: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: var(--color-secondary);
  font-size: 0.9rem;
}

footer a {
  color: var(--color-primary);
}

footer a img {
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  header {
    padding: 1rem;
  }
  
  header h1 {
    font-size: 1.5rem;
  }
  
  .main-nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  main {
    padding: 1rem;
  }
  
  .hero h1 {
    font-size: 1.8rem;
  }
  
  .platform-card {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
  }
  
  table {
    font-size: 0.9rem;
  }
  
  table th, table td {
    padding: 0.5rem;
  }
}

/* Accessibility */
::selection {
  background-color: var(--color-primary);
  color: white;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Content page styles */
.content-page {
  max-width: var(--max-width);
  margin: 2rem auto;
  padding: 0 1rem;
}

.content-page article {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}

.content-page h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.content-page h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-light);
  padding-bottom: 0.5rem;
}

.content-page h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  color: var(--color-dark);
}

.content-page ul, .content-page ol {
  margin: 1rem 0;
  padding-left: 2rem;
}

.content-page li {
  margin: 0.5rem 0;
}

.content-page a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.content-page a:hover {
  border-bottom-color: var(--color-primary);
}

/* Print Styles */
@media print {
  header, footer {
    background-color: white;
    color: black;
  }
  
  a {
    color: black;
  }
  
  .platform-card {
    flex: 1 1 100%;
  }
}

/* DAISY Report CSS Integration */
/* Source: https://smart.daisy.org/css/report.css */

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.4rem;
  margin: 0 0 0 3rem;
  padding: 0;
  background-color: rgb(251, 251, 251);
  color: rgb(0, 0, 0);
}

header,
footer {
  margin-left: -3rem;
}

footer {
  margin-top: 4rem;
  padding: 1rem 0;
  border-top: 0.1rem solid rgb(200, 200, 200);
}

footer > * {
  font-style: italic;
  margin: 0 0 0.5rem 1rem;
  padding: 0 0 0 4rem;
}

/* tab styles */
main.js-tabs {
  font-size: 1.6rem;
  padding: 0 1rem;
  margin-top: 1rem !important;
}

li.js-tablist__item {
  width: 13.5rem !important;
  margin-left: 0 !important;
}

section.js-tabcontent {
  margin-top: 0rem !important;
}

/* scrolling */
header.sticky,
div#report-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  background-color: rgb(255, 255, 255);
}

header.sticky {
  top: 0;
}

div#report-header {
  top: 4.47rem;
  margin-top: -2rem;
  padding-top: 0.5rem;
  margin-left: -3.3rem;
}

div#report-header {
  padding-left: 3.3rem;
}

/* links */
a {
  color: rgb(0, 0, 220);
}

div.link {
  margin-top: 3rem;
}

/* general styling */
section > p {
  margin-left: 3rem;
}

/* logos */
div#add-logo {
  margin: 0.5rem 0 0 3.4rem;
}

/* headings */
h1 {
  font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background-color: var(--color-primary);
  line-height: 3rem;
  margin: 0;
  padding: 0.6rem 0 0.2rem 4.5rem !important;
  border-bottom: 0.1rem solid rgb(0, 191, 255);
  min-height: 36px;
}

h2#title {
  font-size: 3rem;
  font-weight: normal;
  color: rgb(0, 0, 0);
  border-left: none;
  margin: 2rem 0 0 0;
}

div#report-header h2#title {
  margin-top: 1rem;
}

h3 {
  font-weight: normal;
  color: rgb(0, 0, 150);
  margin: 3rem 0 2rem 0.5rem;
}

/* summary tab */
.pubinfo {
  margin: 0.5rem 0 2rem 0;
  padding: 0;
  font-size: 1.6rem;
}

div.summaryTable {
  max-width: 75rem;
  display: table;
  margin: 1rem 0 2rem 0;
}

div.summaryTable > div {
  display: table-row;
}

div.summaryTable > div > div {
  display: table-cell;
  padding: 0.75rem;
}

div.summaryTable > div > div.label {
  min-width: 20rem;
}

div.summaryTable > div > div.value {
  min-width: 30rem;
}

div.summaryTable > div > div.pass {
  background-color: rgb(230, 240, 230);
}

div.summaryTable > div > div.incomplete {
  background-color: rgb(255, 255, 190);
}

div.summaryTable > div > div.value > ul {
  margin: 0;
  padding-left: 1rem;
}

.info > div {
  padding: 0;
  margin: 0.8rem 0 0 0.5rem;
}

.info > div > div:first-child {
  float: left;
  min-width: 15rem;
}

.label {
  font-weight: bold;
  width: 15rem;
  vertical-align: top;
}

dt {
  font-weight: bold;
  margin: 1.5rem;
}

/* tables */
table {
  border-collapse: collapse;
  width: 85%;
  margin-top: 1rem;
}

td,
th {
  padding: 0.7rem 0.5rem;
  border: 0.1rem solid gray;
}

th {
  text-align: left;
  background-color: rgb(229, 239, 250);
}

tbody th {
  font-weight: normal;
  width: 40%;
  background-color: rgb(250, 250, 250);
}

td.lvl {
  width: 4rem;
  background-color: rgb(250, 250, 250);
}

/* datatables overrides */
section#conformance table {
  border-collapse: collapse !important;
}

.dataTables_filter {
  text-align: left !important;
}

.row {
  display: block !important;
  margin-top: 1rem !important;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}

/* status backgrounds */
.pass {
  background-color: rgb(239, 251, 245);
}

.partial {
  background-color: rgb(255, 247, 220);
}

.fail {
  background-color: rgb(251, 239, 245);
}

.na {
  background-color: rgb(240, 240, 240);
}

.unverified {
  background-color: rgb(255, 255, 240);
}

/* accessibility metadata */
/* flex layout */
div.grid {
  display: grid;
  grid-template-columns: fit-content(40%) 1fr;
  gap: 2rem;
  margin-left: 0.5rem;
}

div.grid-hd {
}

div.grid-body > * {
  font-size: 98%;
  padding-top: 0;
  margin-top: 0;
}

div.grid-body ul {
  padding-left: 2rem;
}

div.grid-hd h4 {
  display: inline-block;
  font-size: 94%;
  margin: 0;
}

pre {
  font-size: 1.5rem;
}

/* DataTables CSS Integration */
/* Source: https://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css */

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable t .dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3,
table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3,
table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}

table.dataTable.display tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}

table.dataTable.display tbody > tr.odd > .sorting_2,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}

table.dataTable.display tbody > tr.odd > .sorting_3,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* DataTables Responsive CSS Integration */
/* Source: https://cdn.datatables.net/responsive/2.3.0/css/responsive.dataTables.min.css */

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
