@font-face {
  font-family: Proxima;
  font-display: fallback;
  src: url(/resources/fonts/Proxima-reg.woff2) format("woff2");
}
@font-face {
  font-family: Neusa;
  font-display: fallback;
  src: url(/resources/fonts/Neusa-Bold.woff2) format("woff2");
}
.ft-proxima-nova, .description, #insights-container a,
#owl-message-box a, .checkbox-container, #owl-message-box, .selector select, #insights-checkbox-container, #insights-container, button {
  font-family: Proxima, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ft-neusa-next-pro, h1, h2, h3, h4, h5, h6, .acc-header {
  font-family: Neusa, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#insights-container, #bb-selection-container {
  display: none;
}

@media (max-width: 950px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 18px;
    line-height: 22.5px;
  }
  .description {
    font-size: 16px;
    line-height: 24px;
  }
  #bb-selection-dropdown-container {
    display: flex;
  }
  #bb-exploreMoreToolbar {
    justify-content: space-between;
  }
  button {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    padding: 8px 16px;
  }
  #owl-message-box {
    font-size: 16px;
    line-height: 24px;
  }
  #insights-checkbox-container {
    display: flex;
  }
  #bb-exploreMoreToolbar {
    justify-content: center;
    width: 100%;
  }
  body {
    margin: 0px;
    padding: 40px 0px 0px 0px;
  }
}
@media (min-width: 951px) {
  #bb-selection-dropdown-container, #insights-checkbox-container {
    display: none;
  }
  #insights-container {
    display: block;
  }
  #bb-selection-container {
    display: block;
  }
  h1 {
    font-size: 34px;
    line-height: 42.5px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .description {
    font-size: 18px;
    line-height: 27px;
  }
  button {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    padding: 11px 25px;
  }
  button.tool-button {
    font-weight: 400;
    padding: 8px 16px;
  }
  #owl-message-box {
    font-size: 18px;
    line-height: 27px;
  }
  #bb-exploreMoreToolbar {
    padding-left: 24px;
  }
  body {
    max-width: 1600px;
    padding: 80px 80px 0px 80px;
    margin: auto;
  }
}
button {
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button.primary {
  color: white;
  background-color: #0e6eb9;
}
button.primary:hover {
  background-color: #2785CD;
  text-decoration: underline;
}
button.primary:focus {
  background-color: #50A7E9;
  text-decoration: underline;
}
button.primary:active {
  background-color: #0E5287;
  text-decoration: underline;
}
button.primary:disabled {
  background-color: #98CFF9;
  color: #FFFFFF;
  cursor: not-allowed;
}

button.secondary {
  background-color: white;
  color: #0E6EB9;
  border: 1px solid #0E6EB9;
}
button.secondary:hover {
  color: white;
  background-color: #0E6EB9;
  border: 1px solid #0E6EB9;
  text-decoration: underline;
}
button.secondary:focus {
  color: white;
  border: 1px solid #50A7E9;
  background-color: #50A7E9;
  text-decoration: underline;
}
button.secondary:active {
  border: 1px solid #0C5C8D;
  color: white;
  text-decoration: underline;
}
button.secondary:disabled {
  border: 1px solid #98CFF9;
  color: #98CFF9;
  text-decoration: underline;
  cursor: not-allowed;
}

button.action {
  background-color: white;
  color: #222222;
  border: 1px solid #222222;
}
button.action:hover {
  background-color: #E6E6E6;
  text-decoration: underline;
}
button.action:focus {
  text-decoration: underline;
}
button.action:active {
  color: #E6E6E6;
  background-color: #222222;
  text-decoration: underline;
}

#insights-checkbox-container {
  align-items: flex-end;
  margin-top: 1.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#insights-checkbox-container h3 {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-right: 0.5rem;
}

#insights-container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 16px;
  height: 743px;
  overflow-x: hidden;
  overflow-y: auto;
}
#insights-container h2 {
  margin-block-end: 18px;
}
#insights-container :first-child:not(h2) {
  margin-block-end: 0px;
}

.accordion-style {
  overflow: auto;
}

.accordion-style::-webkit-scrollbar {
  width: 10px;
  height: 18px;
  background-color: #e2e2e2;
}

.accordion-style::-webkit-scrollbar-thumb {
  background: #a5a5a5;
}

.acc-container {
  width: 350px;
}

.acc-container:last-child {
  margin-top: 0px;
  border-bottom: 1px solid #999999;
}

.acc-header {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 20px 16px;
  border-top: 1px solid #999999;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
}

.acc-header::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml, %3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M23.3333%2018.5381L14.4397%209.64445C14.382%209.58666%2014.3134%209.54081%2014.238%209.50952C14.1625%209.47824%2014.0817%209.46214%2014%209.46214C13.9183%209.46214%2013.8374%209.47824%2013.762%209.50952C13.6865%209.54081%2013.618%209.58666%2013.5603%209.64445L4.66665%2018.5381%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222.33333%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.acc-header-closed::after {
  transform: rotate(180deg);
}

.acc-header-open ~ div {
  opacity: 1;
  visibility: visible;
  display: block;
  height: fit-content;
  transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s ease;
}

.acc-header-closed ~ div {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0%;
  transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s ease;
}

.acc-body table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
}
.acc-body table td:first-child {
  min-width: 100px;
  width: 100px;
  text-align: center;
}
.acc-body table td {
  padding: 0px 4px;
}

.llm-table {
  color: #222222;
  font-weight: 400;
}

.llm-table td:first-child {
  background-color: #cccccc;
  color: #222222;
}

.adc-table {
  color: #222222;
  font-weight: 400;
}

.adc-table tr:last-child td {
  border-bottom: none;
}

.adc-table td:first-child {
  background-color: #ab2782;
  color: white;
}

.dr-table {
  color: #222222;
  font-weight: 400;
}
.dr-table td:first-child {
  color: white;
}

.dr-table td:first-child {
  background-color: #007abc;
}

.insigts-item-selected {
  font-weight: bold;
}

.insights:has(.insigts-item-selected) .llm-table tr:not(.insigts-item-selected) td:first-child {
  background-color: #f5f5f5;
}
.insights:has(.insigts-item-selected) .adc-table tr:not(.insigts-item-selected) td:first-child {
  background-color: #e6bed9;
  color: #222222;
}
.insights:has(.insigts-item-selected) .dr-table tr:not(.insigts-item-selected) td:first-child {
  background-color: #b2d7eb;
  color: #222222;
}

.insights-item-description {
  background-color: white !important;
  text-align: left !important;
  color: #222222 !important;
  padding: 12px !important;
}

.llm-table td:not(.insights-item-description),
.adc-table td:not(.insights-item-description),
.dr-table td:not(.insights-item-description) {
  border-top: 1px solid #bcbcbc;
}
.llm-table tr:not(.hidden),
.adc-table tr:not(.hidden),
.dr-table tr:not(.hidden) {
  cursor: pointer;
  user-select: none;
}
.llm-table tr:not(.hidden):first-of-type td,
.adc-table tr:not(.hidden):first-of-type td,
.dr-table tr:not(.hidden):first-of-type td {
  border-top: none;
}

.selector {
  position: relative;
  display: inline-block;
  width: 100%;
}
.selector select {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
  padding-right: 32px;
  color: #666666;
  width: 100%;
  cursor: pointer;
}
.selector::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDQuMDU1MDVMNi4xODg0NCA3Ljg2NjI1QzYuMTYzNzEgNy44OTEwMiA2LjEzNDM0IDcuOTEwNjcgNi4xMDIgNy45MjQwOEM2LjA2OTY3IDcuOTM3NDkgNi4wMzUgNy45NDQzOSA2IDcuOTQ0MzlDNS45NjUgNy45NDQzOSA1LjkzMDMzIDcuOTM3NDkgNS44OTggNy45MjQwOEM1Ljg2NTY2IDcuOTEwNjcgNS44MzYyOSA3Ljg5MTAyIDUuODExNTYgNy44NjYyNUwyIDQuMDU1MDUiIHN0cm9rZT0iIzQ4NTY2NSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

#owl-diagram-container {
  overflow-x: auto;
  padding: 12px;
}

#owl-diagram-iframe {
  display: block;
}

#owl-diagram-iframe.wide {
  width: 1376px;
  height: 580px;
  margin: auto;
}

#owl-diagram-iframe.narrow {
  width: 994px;
  height: 617px;
  margin: auto;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5019607843);
  opacity: 20%;
}

#owl-message-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  z-index: 11;
}
#owl-message-box #mb-container {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(175, 190, 205, 0.1607843137);
  box-shadow: 0px 12px 16px 0px rgba(72, 86, 101, 0.1607843137);
  padding: 1.5rem;
  max-width: min(440px, 70%);
  min-width: 220px;
  display: flex;
  flex-direction: column;
}
#owl-message-box #mb-container #mb-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#owl-message-box #mb-container #mb-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
#owl-message-box #mb-container #mb-explore {
  text-wrap-mode: nowrap;
}
#owl-message-box #mb-container #mb-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 12px;
}
#owl-message-box #mb-container #mb-actions button {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 12px;
}
#owl-message-box #mb-container #mb-actions a {
  display: block;
}

.checkbox-container {
  display: flex;
  align-items: baseline;
  gap: 10px;
  /* Default checkbox styles */
  /* Checkbox checked styles */
  /* Add a checkmark for checked state */
  /* Label styles */
}
.checkbox-container input[type=checkbox] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.checkbox-container input[type=checkbox]:checked {
  background-color: #1D9CD3;
  border-color: #1D9CD3;
  position: relative;
}
.checkbox-container input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 3px;
}
.checkbox-container label {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-wrap-mode: nowrap;
}

#insights-container a {
  margin-top: 6px;
  display: block;
}

#insights-container a,
#owl-message-box a {
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  padding: 5px 16px;
  border-radius: 5px;
  color: white;
  background-color: #0e6eb9;
  text-decoration: none;
}
#insights-container a:hover,
#owl-message-box a:hover {
  background-color: #2785CD;
  text-decoration: underline;
}
#insights-container a:focus,
#owl-message-box a:focus {
  background-color: #0e5287;
  text-decoration: underline;
}
#insights-container a:active,
#owl-message-box a:active {
  background-color: #50A7E9;
  text-decoration: underline;
}
#insights-container a:disabled,
#owl-message-box a:disabled {
  background-color: #98CFF9;
  color: #FFFFFF;
  cursor: not-allowed;
}

body {
  color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap-mode: nowrap;
  margin-block: 0px;
}

p {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.hidden {
  display: none !important;
}

h1 {
  font-weight: 700;
  color: #222222;
}

h2 {
  font-weight: 700;
  color: #222222;
}

#layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.description {
  font-weight: 400;
  color: #222222;
}

#bb-exploreMoreToolbar {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

#bb-toolbar {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

#bb-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#bb-container {
  width: 100%;
  height: 100%;
  display: flex;
}

#owl-container {
  position: relative;
  border: 1px solid #222222;
  overflow: hidden;
  flex: 1;
  overflow: hidden;
}

#bb-selection-dropdown-container {
  gap: 1.5rem;
  align-items: baseline;
}
