@charset "UTF-8";
.new-plotter-main {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#navbar-container-wrapper {
  margin: 0;
  padding: 0;
}

.navbar-container {
  width: 100vw;
  height: 5rem;
  padding: 1.25rem 1.5rem 1.25rem 1.5rem;
}

.plot-container {
  width: 72.5rem;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5625rem;
}

@font-face {
  font-family: "Lato";
  src: url("../../fonts/lato-dc/Lato-Regular_DC.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/lato-dc/Lato-Bold_DC.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.right-sidebar, .left-panel-container {
  color: #cbcccd;
  border-radius: 0.5em;
  font-size: 0.875rem;
  overflow-y: auto;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.right-sidebar__data-table {
  border-radius: 0.5rem;
  overflow: hidden;
}
.right-sidebar__data-table td {
  padding: 1em;
  word-break: break-word;
  width: 10.25rem;
}
.right-sidebar__data-table tr:nth-of-type(odd) {
  background-color: #383d45;
}
.right-sidebar__data-table tr:nth-of-type(even) {
  background-color: #6b6e74;
}

.right-sidebar__section-title, .table__section-header {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #ffffff;
}

.right-sidebar__close-button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0.5em;
  background: #6b6e74;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-panel-container {
  background-color: #1e1e1e;
  border-radius: 1rem;
  margin: 1.75rem 0.4375rem 1.75rem 0.4375rem;
  padding: 1.5rem;
  width: 23.5rem;
  max-height: calc(100vh - 6rem - 1.5rem);
}

.left-panel__icons {
  margin: 0.4375rem;
}
.left-panel__icons:hover {
  cursor: pointer;
}

.left-panel__header-row {
  display: flex;
  justify-content: space-between;
}
.left-panel__header-row-title {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: normal;
  line-height: 130%;
}

.left-panel__icons-download,
#left-panel__header-row-export-data {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2069e8;
  line-height: 130%;
  font-style: normal;
  text-decoration: none;
}

.left-panel__assessment-types {
  background: rgba(149, 160, 172, 0.6901960784);
  border-radius: 0.2625rem;
  padding: 0.175rem;
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.left-panel__assessment-types-button {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  width: 32%;
  background-color: transparent;
  border: none;
}
.left-panel__assessment-types-button--active {
  background-color: #3a3e46;
  border-radius: inherit;
}

.left-panel__subgroup {
  display: flex;
  flex-direction: column;
  background-color: #393e46;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0rem 1rem 0rem;
}
.left-panel__subgroup-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 130%;
  font-style: normal;
}

.left-panel__dropdown-wrapper,
.left-panel__checklist-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0.875rem;
}
.left-panel__dropdown-wrapper label,
.left-panel__checklist-wrapper label {
  color: #c4c5c7;
  font-weight: 400;
  margin-bottom: 0.4375rem;
  line-height: 130%;
  font-style: normal;
}

.left-panel__dropdown .Select-control,
.left-panel__dropdown .Select-menu-outer, .left-panel__dropdown.is-disabled .Select-control {
  border: 1px solid #484848;
  font-size: 0.7875rem;
  border-radius: 0.4375rem;
  background: rgb(107, 110, 116);
}
.left-panel__dropdown.has-value > .Select-control .Select-value .Select-value-label, .left-panel__dropdown.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #ffffff;
}
.left-panel__dropdown.is-disabled > .Select-control .Select-value .Select-value-label {
  color: #303030 !important;
}
.left-panel__dropdown .Select-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: unset !important;
  box-shadow: none !important;
}
.left-panel__dropdown .Select-arrow-zone {
  background-color: #8c8e93;
  border-radius: 0.35rem;
  padding: 0rem;
  margin-right: 0.4375rem;
  width: 1.3125rem;
  height: 1.3125rem;
}
.left-panel__dropdown .Select-arrow {
  border-color: #c3c4c7 transparent transparent transparent;
}

.left-panel__checklist label {
  color: #d4d6d8;
}
.left-panel__checklist label input[type=checkbox] {
  accent-color: #2069e8;
  width: 1rem;
  height: 1rem;
  margin-right: 0.4375rem;
  border-radius: 0.25rem;
}
.left-panel__checklist label:first-of-type input[type=checkbox] {
  position: relative;
}
.left-panel__checklist label:first-of-type input[type=checkbox]:checked {
  appearance: none;
  -webkit-appearance: none;
  background-color: #2069e8;
  border-color: #2069e8;
  border-radius: 0.25rem;
}
.left-panel__checklist label:first-of-type input[type=checkbox]:checked::after {
  content: "➖";
  font-size: 0.525rem;
  font-variant-emoji: text;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tooltip-inner {
  max-width: 18.125rem !important;
  background: #19191a;
  color: #f7f7f7;
  text-align: left;
  border-radius: 0.5rem;
}

.navbar-container {
  background-color: #1e1e1e;
  display: flex;
  line-height: 130%;
}

.navbar-left {
  display: flex;
  text-align: left;
}
.navbar-left img {
  height: 2.25rem;
}
.navbar-left__separator {
  background-color: #737373;
  width: 1px;
  margin: -1.25rem 1.25rem -1.25rem 1.25rem;
}
.navbar-left #navbar-left__project_title {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.navbar-left #navbar-left__project_subtitle {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #a5a5a5;
}

.navbar-right, .navbar-right-stepper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0px;
  margin: 0px;
  align-items: center;
}

.navbar-right-stepper {
  flex-shrink: 0;
}

.navbar-right__tabs {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #8e8e8e;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem 0.5rem 0.625rem 0.5rem;
  font-weight: 400;
}
.navbar-right__tabs .navbar-stepper__circle {
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #4a4e54;
  border: 1px solid #4a4e54;
  color: #8e8e8e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01125rem;
}
.navbar-right__tabs--active {
  background-color: white;
  color: #3e3f41;
  border-radius: 3.125rem;
}
.navbar-right__tabs--active .navbar-stepper__circle--active {
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #669f2a;
  border: 1px solid #669f2a;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01125rem;
}
.navbar-right__tabs--disabled {
  text-decoration: none;
  font-style: normal;
  cursor: default;
}
.navbar-right .admin-mode {
  gap: 0.25rem;
}
.navbar-right .admin-mode-label {
  color: #ffffff;
}
.navbar-right .admin-mode .form-check {
  min-height: 0;
}
.navbar-right .admin-mode #admin-mode-switch {
  height: 1.125rem;
  width: 2.25rem;
}
.navbar-right .dropdown-other-label {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}
.navbar-right .dropdown-item {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.navbar-right .admin-mode {
  gap: 0.125rem;
}
.navbar-right .admin-mode-label {
  color: #ffffff;
}
.navbar-right .admin-mode .form-check {
  min-height: 0;
}
.navbar-right .dropdown-other-label {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}
.navbar-right .dropdown-item {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.navbar-right .navbar-disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
.navbar-right a {
  text-decoration: none;
}
.navbar-right .btn,
.navbar-right .btn:disabled,
.navbar-right .btn:active,
.navbar-right .btn:focus {
  background-color: transparent;
  border: none;
}

.right-sidebar {
  position: fixed;
  top: 5rem;
  right: 0rem;
  width: 23.5rem;
  height: calc(100vh - 6rem - 1.5rem);
  z-index: 1050;
  background-color: #1e1e1e;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}
.right-sidebar__header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  margin-bottom: -3.25rem;
}
.right-sidebar__title {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.right-sidebar__close-button {
  font-size: 1.2em;
  border-radius: 3.125em;
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}
.right-sidebar__body {
  padding: 1.5rem;
}
.right-sidebar__data-table-multitable-wrapper {
  background-color: #787c84;
  padding: 0.5em 0em 0em 0.5em;
  border-radius: 0.6em;
}
.table__section-header {
  background: #393e46;
  padding: 1em;
}
.table__key-cell {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.table__value-cell {
  text-align: right;
}

::-webkit-scrollbar {
  width: 0.375em;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375em;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.375em;
  transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .right-sidebar--position-right {
    top: 6rem;
    right: 0.75rem;
    width: 20rem;
    font-size: 0.8125rem;
    border-radius: 0.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .right-sidebar--position-right {
    top: 6rem;
    right: 1.5rem;
    width: 23.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1201px) {
  .right-sidebar--position-right {
    top: 6rem;
    right: 1.5rem;
    width: 23.5rem;
    font-size: 0.875rem;
  }
}

/*# sourceMappingURL=main.css.map */
