.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-wait {
  cursor: wait;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-text {
  cursor: text;
}
.cursor-help {
  cursor: help;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: zoom-out;
}
.cursor-progress {
  cursor: progress;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.cursor-default:hover {
  cursor: default;
}
.cursor-move:hover {
  cursor: move;
}
.cursor-not-allowed:hover {
  cursor: not-allowed;
}
.cursor-grab:hover {
  cursor: grab;
}
.cursor-grabbing:hover {
  cursor: grabbing;
}
.cursor-wait:hover {
  cursor: wait;
}
.cursor-crosshair:hover {
  cursor: crosshair;
}
.cursor-text:hover {
  cursor: text;
}
.cursor-help:hover {
  cursor: help;
}
.cursor-zoom-in:hover {
  cursor: zoom-in;
}
.cursor-zoom-out:hover {
  cursor: zoom-out;
}
.cursor-progress:hover {
  cursor: progress;
}
.max-w-1 {
  max-width: 1px;
}
.max-w-2 {
  max-width: 2px;
}
.max-w-3 {
  max-width: 3px;
}
.max-w-4 {
  max-width: 4px;
}
.max-w-5 {
  max-width: 5px;
}
.max-w-6 {
  max-width: 6px;
}
.max-w-7 {
  max-width: 7px;
}
.max-w-8 {
  max-width: 8px;
}
.max-w-9 {
  max-width: 9px;
}
.max-w-10 {
  max-width: 10px;
}
.max-w-11 {
  max-width: 11px;
}
.max-w-12 {
  max-width: 12px;
}
.max-w-13 {
  max-width: 13px;
}
.max-w-14 {
  max-width: 14px;
}
.max-w-15 {
  max-width: 15px;
}
.max-w-16 {
  max-width: 16px;
}
.max-w-17 {
  max-width: 17px;
}
.max-w-18 {
  max-width: 18px;
}
.max-w-19 {
  max-width: 19px;
}
.max-w-20 {
  max-width: 20px;
}
.max-w-21 {
  max-width: 21px;
}
.max-w-22 {
  max-width: 22px;
}
.max-w-23 {
  max-width: 23px;
}
.max-w-24 {
  max-width: 24px;
}
.max-w-25 {
  max-width: 25px;
}
.max-w-26 {
  max-width: 26px;
}
.max-w-27 {
  max-width: 27px;
}
.max-w-28 {
  max-width: 28px;
}
.max-w-29 {
  max-width: 29px;
}
.max-w-30 {
  max-width: 30px;
}
.max-w-40 {
  max-width: 40px;
}
.max-w-50 {
  max-width: 50px;
}
.max-w-60 {
  max-width: 60px;
}
.max-w-70 {
  max-width: 70px;
}
.max-w-80 {
  max-width: 80px;
}
.max-w-90 {
  max-width: 90px;
}
.max-w-100 {
  max-width: 100px;
}
.max-w-120 {
  max-width: 120px;
}
.max-w-140 {
  max-width: 140px;
}
.max-w-160 {
  max-width: 160px;
}
.max-w-180 {
  max-width: 180px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-220 {
  max-width: 240px;
}
.max-w-0 {
  max-width: 0;
}
.max-w-min {
  max-width: min-content;
}
.max-w-max {
  max-width: max-content;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen {
  max-width: 100vw;
}
.-sg-margin-b {
  margin-bottom: 10px !important;
}
.-sg-margin-b2 {
  margin-bottom: 15px !important;
}
.-sg-margin-b3 {
  margin-bottom: 20px !important;
}
.-sg-margin-b4 {
  margin-bottom: 25px !important;
}
.-sg-margin-b5 {
  margin-bottom: 30px !important;
}
.-sg-margin-t {
  margin-top: 10px !important;
}
.-sg-margin-t2 {
  margin-top: 15px !important;
}
.-sg-margin-t3 {
  margin-top: 20px !important;
}
.-sg-margin-t4 {
  margin-top: 25px !important;
}
.-sg-margin-t5 {
  margin-top: 30px !important;
}
.-sg-margin-sides {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important;
}
.-sg-margin-l {
  margin-left: 2.5px !important;
}
.-sg-margin-r {
  margin-right: 2.5px !important;
}
.-sg-margin-r2 {
  margin-right: 5px !important;
}
.-sg-margin-l2 {
  margin-right: 5px !important;
}
.-sg-grow {
  flex-grow: 1;
  position: relative;
}
.-sg-legend {
  margin-top: 2px;
  text-align: left;
  font-size: 12px;
  color: #666666;
  font-style: italic;
  display: block;
}
.-sg-title {
  font-size: 13px;
  margin-bottom: 2px;
  margin-top: 2px;
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: row;
}
.-sg-title[nobold] {
  font-weight: normal;
}
.-sg-line {
  border-top: 1px solid #d6d6d6;
  width: 100%;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
}
.-sg-line[margin-large] {
  margin-bottom: 10px;
}
.-sg-short-line {
  border-top: 1px solid #d6d6d6;
  width: 65%;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}
.-sg-short-line[margin-large] {
  margin-bottom: 10px;
}
.-sg-vertical-c-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.-sg-vertical-r-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.-sg-c-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.-sg-buttons-list {
  width: 100%;
  display: block;
  position: relative;
}
.-sg-buttons-list button {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  padding-left: 8px;
  transition: background-color 0.3s ease;
}
.-sg-buttons-list button i {
  width: 15px;
}
.-sg-buttons-list button[selected=true] {
  transition: background-color 0.3s ease;
  background-color: #d6d6d6;
}
.-sg-buttons-list > .-sg-icon-button {
  width: 100%;
  position: relative;
  margin-bottom: 2px;
  color: #282828;
}
.-sg-buttons-list > .-sg-icon-button:hover {
  color: #5978ff;
}
.-sg-buttons-list > .-sg-icon-button[selected=true] {
  color: #5978ff;
}
.-sg-fake-button-container {
  cursor: default !important;
}
.-sg-fake-button-container:hover {
  box-shadow: none !important;
  outline: none !important;
}
.-sg-plus-button {
  width: 15px;
  height: 15px;
  font-size: 13px;
  cursor: pointer;
  color: #5978ff;
  transition: color 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.-sg-plus-button:hover {
  color: #282828;
  transition: color 0.3s ease;
}
.-sg-row {
  display: flex;
  flex-direction: row;
}
.-sg-column {
  display: flex;
  flex-direction: column;
}
.-sg-center-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.-sg-error-box {
  width: 100%;
  padding: 15px;
  position: relative;
  background-color: #ffdddd;
  border: 1px dashed #f52020;
  color: #282828;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.-sg-label-row {
  align-items: center;
}
.-sg-label-row label {
  margin-right: 10px;
}
.-sg-label-row input,
.-sg-label-row select {
  flex-grow: 1;
}
.-sg-icon-button {
  font-size: 13px;
  cursor: pointer;
  color: #5978ff;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.-sg-icon-button:hover {
  color: #282828 !important;
  transition: color 0.3s ease;
}
.-sg-icon-button[selected=true] {
  color: #282828;
}
.-sg-icon-button[invert] {
  color: white;
}
.-sg-icon-button[invert]:hover {
  color: #5978ff !important;
  transition: color 0.3s ease;
}
.-sg-icon-button[invert][selected=true] {
  color: #5978ff;
}
.-sg-icon-button[reverse] {
  color: #282828;
}
.-sg-icon-button[reverse]:hover {
  color: #5978ff !important;
  transition: color 0.3s ease;
}
.-sg-icon-button[reverse][selected=true] {
  color: #5978ff;
}
.-sg-icon-button[delete] {
  color: #fa4242;
}
.-sg-icon-button[disabled] {
  opacity: 0.5;
}
.-sg-square-button {
  height: 24px;
  width: 24px;
  position: relative;
  transition: background-color 0.3s ease;
  font-size: 13px;
  color: #444;
  border: 1px solid #CCC;
  background: #f0f0f0;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.-sg-square-button[selected=true] {
  transition: background-color 0.3s ease;
  background-color: #d6d6d6;
}
.-sg-square-button:hover {
  box-shadow: 0px 0px 1px 1px #568de6;
}
.-sg-section {
  padding: 5px;
  border-radius: 3px;
  background-color: #f2f3f7;
  transition: background-color 0.3s ease;
}
.-sg-section[color-style="green"] {
  background-color: #def1de;
  transition: background-color 0.3s ease;
}
.-sg-li {
  font-size: 5px;
  margin-right: 7px;
}
.-sg-li-color {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
  margin-right: 7px;
  margin-left: 2px;
}
.-sg-underlabel {
  position: absolute;
  bottom: -17px;
  right: 5px;
  height: 15px;
  color: #568de6;
  font-size: 12px;
}
@keyframes -sg-jump {
  0% {
    transform: translate(0, 0) scale(1.25, 0.75);
  }
  50% {
    transform: translate(0, -40%) scale(1, 1);
  }
  55% {
    transform: translate(0, -40%);
  }
  60% {
    transform: translate(0, -40%);
  }
  65% {
    transform: translate(0, -40%);
  }
  70% {
    transform: translate(0, -40%);
  }
  100% {
    transform: translate(0, 0) scale(1.25, 0.75);
  }
}
.-sg-fadeout {
  opacity: 0;
  animation: -sg-animation-fadeout 0.3s ease-in-out 1;
}
.-sg-fadein {
  opacity: 1;
  animation: -sg-animation-fadein 0.3s ease-in-out 1;
}
@keyframes -sg-animation-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes -sg-animation-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.-sg-spin {
  -webkit-animation: fa-spin 0.8s infinite linear;
  animation: fa-spin 0.8s infinite linear;
}
.-sg-hint-top-right {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-top-right::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e4eaff transparent;
}
.-sg-hint-top-left {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-top-left::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e4eaff transparent;
}
.-sg-hint-top {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-top::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e4eaff transparent;
}
.-sg-hint-bottom {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e4eaff transparent transparent transparent;
}
.-sg-hint-bottom-left {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-bottom-left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e4eaff transparent transparent transparent;
}
.-sg-hint-bottom-right {
  padding: 5px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
}
.-sg-hint-bottom-right::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f2f3f7 transparent transparent transparent;
}
.-sg-hint {
  padding: 8px;
  border-radius: 6px;
  background-color: #e4eaff;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.-sg-hint-important {
  padding: 8px;
  border-radius: 6px;
  background-color: #fff9c0;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.-sg-warning {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 6px;
  border-radius: 5px;
  border-left: 2px solid #cbd5e1;
  color: #0f172a;
  background-color: #f8fafc;
  margin-bottom: 12px;
}
.-sg-warning > app-icon {
  flex-shrink: 0;
  margin-right: 5px;
}
.-sg-warning > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.-sg-warning > .icon > * {
  margin-right: 5px;
}
.-sg-warning > span {
  font-family: Helvetica Now Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-feature-settings: "ss01" on, "ss02" on, "ss03" on, "ss04" on, "ss08" on;
}
.-sg-backdrop {
  box-shadow: 0px 0px 1px rgba(18, 22, 25, 0.24), 0px 18px 36px -4px rgba(18, 22, 25, 0.6);
}
.-sg-link-button {
  color: #1976d2;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: rgba(25, 118, 210, 0.4);
  -webkit-text-decoration: underline;
  cursor: pointer;
}
.-sg-link-button[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.mt-1 {
  margin-top: 1px;
}
.mr-1 {
  margin-right: 1px;
}
.ml-1 {
  margin-left: 1px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mr-2 {
  margin-right: 2px;
}
.ml-2 {
  margin-left: 2px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mr-3 {
  margin-right: 3px;
}
.ml-3 {
  margin-left: 3px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.ml-6 {
  margin-left: 6px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mr-7 {
  margin-right: 7px;
}
.ml-7 {
  margin-left: 7px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mr-9 {
  margin-right: 9px;
}
.ml-9 {
  margin-left: 9px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mr-11 {
  margin-right: 11px;
}
.ml-11 {
  margin-left: 11px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mr-13 {
  margin-right: 13px;
}
.ml-13 {
  margin-left: 13px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mr-14 {
  margin-right: 14px;
}
.ml-14 {
  margin-left: 14px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mr-17 {
  margin-right: 17px;
}
.ml-17 {
  margin-left: 17px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mr-18 {
  margin-right: 18px;
}
.ml-18 {
  margin-left: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mr-19 {
  margin-right: 19px;
}
.ml-19 {
  margin-left: 19px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-21 {
  margin-top: 21px;
}
.mr-21 {
  margin-right: 21px;
}
.ml-21 {
  margin-left: 21px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mt-22 {
  margin-top: 22px;
}
.mr-22 {
  margin-right: 22px;
}
.ml-22 {
  margin-left: 22px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mr-23 {
  margin-right: 23px;
}
.ml-23 {
  margin-left: 23px;
}
.mb-23 {
  margin-bottom: 23px;
}
.mt-24 {
  margin-top: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-26 {
  margin-top: 26px;
}
.mr-26 {
  margin-right: 26px;
}
.ml-26 {
  margin-left: 26px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mt-27 {
  margin-top: 27px;
}
.mr-27 {
  margin-right: 27px;
}
.ml-27 {
  margin-left: 27px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mt-28 {
  margin-top: 28px;
}
.mr-28 {
  margin-right: 28px;
}
.ml-28 {
  margin-left: 28px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mt-29 {
  margin-top: 29px;
}
.mr-29 {
  margin-right: 29px;
}
.ml-29 {
  margin-left: 29px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.m-auto {
  margin: auto;
}
.min-w-0 {
  min-width: 0;
}
.min-w-1 {
  min-width: 1px;
}
.min-w-2 {
  min-width: 2px;
}
.min-w-3 {
  min-width: 3px;
}
.min-w-4 {
  min-width: 4px;
}
.min-w-5 {
  min-width: 5px;
}
.min-w-6 {
  min-width: 6px;
}
.min-w-7 {
  min-width: 7px;
}
.min-w-8 {
  min-width: 8px;
}
.min-w-9 {
  min-width: 9px;
}
.min-w-10 {
  min-width: 10px;
}
.min-w-11 {
  min-width: 11px;
}
.min-w-12 {
  min-width: 12px;
}
.min-w-13 {
  min-width: 13px;
}
.min-w-14 {
  min-width: 14px;
}
.min-w-15 {
  min-width: 15px;
}
.min-w-16 {
  min-width: 16px;
}
.min-w-17 {
  min-width: 17px;
}
.min-w-18 {
  min-width: 18px;
}
.min-w-19 {
  min-width: 19px;
}
.min-w-20 {
  min-width: 20px;
}
.min-w-21 {
  min-width: 21px;
}
.min-w-22 {
  min-width: 22px;
}
.min-w-23 {
  min-width: 23px;
}
.min-w-24 {
  min-width: 24px;
}
.min-w-25 {
  min-width: 25px;
}
.min-w-26 {
  min-width: 26px;
}
.min-w-27 {
  min-width: 27px;
}
.min-w-28 {
  min-width: 28px;
}
.min-w-29 {
  min-width: 29px;
}
.min-w-30 {
  min-width: 30px;
}
.min-w-40 {
  min-width: 40px;
}
.min-w-50 {
  min-width: 50px;
}
.min-w-60 {
  min-width: 60px;
}
.min-w-70 {
  min-width: 70px;
}
.min-w-80 {
  min-width: 80px;
}
.min-w-90 {
  min-width: 90px;
}
.min-w-100 {
  min-width: 100px;
}
.min-w-110 {
  min-width: 110px;
}
.min-w-120 {
  min-width: 120px;
}
.min-w-130 {
  min-width: 130px;
}
.min-w-140 {
  min-width: 140px;
}
.min-w-150 {
  min-width: 150px;
}
.min-w-160 {
  min-width: 160px;
}
.min-w-180 {
  min-width: 180px;
}
.min-w-200 {
  min-width: 200px;
}
.min-w-0 {
  min-width: 0;
}
.min-w-min {
  min-width: min-content;
}
.min-w-max {
  min-width: max-content;
}
.min-w-fit {
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-screen {
  min-width: 100vw;
}
.w-1 {
  width: 1px;
}
.w-2 {
  width: 2px;
}
.w-3 {
  width: 3px;
}
.w-4 {
  width: 4px;
}
.w-5 {
  width: 5px;
}
.w-6 {
  width: 6px;
}
.w-7 {
  width: 7px;
}
.w-8 {
  width: 8px;
}
.w-9 {
  width: 9px;
}
.w-10 {
  width: 10px;
}
.w-11 {
  width: 11px;
}
.w-12 {
  width: 12px;
}
.w-13 {
  width: 13px;
}
.w-14 {
  width: 14px;
}
.w-15 {
  width: 15px;
}
.w-16 {
  width: 16px;
}
.w-17 {
  width: 17px;
}
.w-18 {
  width: 18px;
}
.w-19 {
  width: 19px;
}
.w-20 {
  width: 20px;
}
.w-21 {
  width: 21px;
}
.w-22 {
  width: 22px;
}
.w-23 {
  width: 23px;
}
.w-24 {
  width: 24px;
}
.w-25 {
  width: 25px;
}
.w-26 {
  width: 26px;
}
.w-27 {
  width: 27px;
}
.w-28 {
  width: 28px;
}
.w-29 {
  width: 29px;
}
.w-30 {
  width: 30px;
}
.w-40 {
  width: 40px;
}
.w-50 {
  width: 50px;
}
.w-60 {
  width: 60px;
}
.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}
.w-100 {
  width: 100px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-130 {
  width: 130px;
}
.w-140 {
  width: 140px;
}
.w-150 {
  width: 150px;
}
.w-160 {
  width: 160px;
}
.w-170 {
  width: 170px;
}
.w-180 {
  width: 180px;
}
.w-190 {
  width: 190px;
}
.w-200 {
  width: 200px;
}
.w-220 {
  width: 220px;
}
.w-250 {
  width: 250px;
}
.w-auto {
  width: auto;
}
.w-min {
  width: min-content;
}
.w-max {
  width: max-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-size: 12px;
  font-family: 'Source Sans Pro', 'Verdana';
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fafdff;
  color: #282828;
  display: flex;
  flex-direction: column;
}
h1,
h2 {
  font-family: 'Helvetica Now Text';
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
  font-feature-settings: 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on, 'ss08' on;
  color: #262626;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 13px;
}
select,
input[type="checkbox"] {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="number"],
select {
  border: 1px solid #cdcdcd;
  height: 30px;
  border-radius: 3px;
  padding: 2px;
  outline: none;
  padding-left: 6px;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  padding-left: 6px;
}
textarea {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 6px;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
textarea:disabled,
select:disabled {
  background: #e8e8e8;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  box-shadow: 0px 0px 1px 1px #568de6;
}
input[type="text"],
input[type="password"],
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.-ns-fill-all {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.-ns-margin-normal {
  margin-bottom: 10px;
}
.-ns-margin-hor-normal {
  margin-right: 10px;
}
.-ns-margin-big {
  margin-bottom: 20px;
}
.-ns-margin-hor-big {
  margin-right: 20px;
}
.-ns-vertical {
  display: flex;
  flex-direction: column;
}
.-ns-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.-ns-fit {
  flex-grow: 1;
}
.-ns-static {
  flex-grow: 0;
  flex-shrink: 0;
}
.-ns-align-center {
  text-align: center;
}
.-ns-align-right {
  text-align: right;
}
a,
a:link,
a:visited,
.-ns-link,
.-ns-link-danger {
  color: #2e6bcf;
  cursor: pointer;
  text-decoration: none;
}
.-ns-link-danger {
  color: red;
}
a:hover,
.-ns-link:hover,
.-ns-link-danger:hover {
  text-decoration: underline;
}
.-ns-loader {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  right: 0px;
  overflow: hidden;
  background-color: #ddd;
}
.-ns-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: -ns-loading-animation 2s linear 0.8s infinite;
}
.-ns-object {
  position: relative;
  display: block;
}
.-ns-help-wrap {
  width: 2em;
  display: flex;
  
  align-items: center;
  margin: 0 4px;
}
@keyframes -ns-loading-animation {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.-ns-icon-animated {
  animation: -ns-icon-animated-frames 0.6s ease-in-out infinite;
}
@keyframes -ns-icon-animated-frames {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-32px);
  }
  to {
    transform: translateY(0);
  }
}
.but {
  color: #252729;
  background-color: #f0f0f0;
  padding: 4px 5px 4px 5px;
  border: solid 1px #cdcdcd;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1px;
}
.but:not([disabled]):hover {
  background-color: #dadada;
  transition: ease 0.2s;
}
.but-inline {
  display: inline-block;
}
ul {
  padding-inline-start: 10px;
}
li {
  list-style-type: none;
}
.error {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center;
  background-color: #ffefb7;
  color: black;
  border-radius: 3px;
}
.heading-1 {
  font-size: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  
}
.regular-text-1 {
  padding: 0.5em;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  
}
.n-p {
  pointer-events: none;
}
.n-s,
.disable-select,
.n-h {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.beta-warning {
  color: #ff2020;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2px;
  border: 1px dashed #ff2020;
}
.beta-warning::after {
  content: "This is a BETA feature. Adjusting outside of defaults may cause unexpected results.";
}
.beta-warning[message="2"]::after {
  content: "This is a BETA feature. Please be wary of unexpected results.";
}
i.left {
  margin-right: 0.5em;
}
i.right {
  margin-left: 0.5em;
}
i.button {
  cursor: pointer;
}
.popup-dialog {
  border: 1px solid white;
  background-color: #f8f8f8;
  color: #222;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar {
  background: #ebebeb;
  width: 12px;
  height: 10px;
}
::-webkit-scrollbar-corner {
  background: #ebebeb;
}
::-webkit-scrollbar-track {
  background: #ebebeb;
}
::-webkit-scrollbar-thumb {
  background: #383838;
}
.chart-wrap > .chart-labels > .axis-label {
  min-width: 35px;
  color: white;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  font-weight: bolder;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 4px;
}
.view .responsive-table .grid {
  position: relative;
}
.readonly {
  cursor: url('../media/icons/lock.png'), auto;
  background: #f3f3f3a3;
}
app-switch-toggle {
  display: inline-block;
}
button:not(.gm-control-active, .gm-style-mtc >button) {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 4px 12px;
  min-width: 60px;
  cursor: pointer;
  outline: none;
}
button:not(.gm-control-active, .gm-style-mtc >button).close-cross {
  border-radius: 50%;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0.2em 0.4em;
  background-color: white;
  color: #888;
  transition: all 0.3s;
}
button:not(.gm-control-active, .gm-style-mtc >button).close-cross:hover {
  background-color: #fd7979;
  color: #000;
}
button:not(.gm-control-active, .gm-style-mtc >button):not([disabled]):hover {
  box-shadow: 0px 0px 1px 1px #568de6;
  z-index: 1;
}
button:not(.gm-control-active, .gm-style-mtc >button):active {
  box-shadow: 0px 0px 1px 1px #568de6;
}
button:not(.gm-control-active, .gm-style-mtc >button)[disabled] {
  cursor: default;
}
button:not(.gm-control-active, .gm-style-mtc >button)[disabled] svg {
  opacity: 0.3;
}
button:not(.gm-control-active, .gm-style-mtc >button)[selected=true],
button:not(.gm-control-active, .gm-style-mtc >button)[selected="true"] {
  transition: background-color 0.3s ease;
  background-color: #d6d6d6;
}
.button-group {
  display: flex;
  justify-content: flex-end;
}
.button-group > button:not(.gm-control-active, .gm-style-mtc >button) {
  border-radius: 0px;
  border-right: none;
}
.button-group > button:not(.gm-control-active, .gm-style-mtc >button):first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.button-group > button:not(.gm-control-active, .gm-style-mtc >button):last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #cdcdcd;
}
.title-value-bar {
  height: 32px;
  align-items: center;
  font-size: 15px;
  padding: 0 10px;
  background: #5d6d84;
  background: #e8e8e8;
  display: flex;
}
.title-value-bar > span:first-of-type {
  padding-right: 10px;
}
.title-value-bar > span:last-of-type {
  padding-left: 10px;
}
.title-value-bar > .line {
  flex-grow: 0;
  flex-shrink: 1;
  width: 1px;
  height: 12px;
  background: #8e97a4;
}
.title-value-bar > .icon {
  width: 36px;
  text-align: center;
  font-size: 16px;
}
.BladeContainer {
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.BladeContainer .blade-tools,
.BladeContainer .blade-bottom-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  flex-shrink: 0;
}
.BladeContainer .blade-tools {
  top: 0;
  height: 50px;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  border-bottom: 1px solid #cdcdcd;
}
.BladeContainer .blade-tools[tools-height="auto"] {
  height: auto;
  min-height: 50px;
}
.BladeContainer .blade-tools .buttons {
  display: flex;
  justify-content: flex-end;
}
.BladeContainer .blade-tools .buttons > button {
  width: max-content;
  min-width: 80px !important;
  font-size: 12px;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 0px;
  border-right: none;
  position: relative;
}
.BladeContainer .blade-tools .buttons > button[special] {
  padding-right: 20px;
}
.BladeContainer .blade-tools .buttons > button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.BladeContainer .blade-tools .buttons > button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #cdcdcd;
}
.BladeContainer > .blade-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex-grow: 1;
  flex-shrink: 1;
  height: 50px;
  position: relative;
  padding: 10px 20px 20px;
}
.BladeContainer > .blade-content[side-padding="none"] {
  padding-left: 0;
  padding-right: 0;
}
.BladeContainer > .blade-breaker,
.BladeContainer > .blade-item > .blade-breaker,
.BladeContainer > .blade-content > .blade-breaker,
.BladeContainer > .blade-content > .blade-item > .blade-breaker {
  height: 2px;
  background-color: black;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.BladeContainer > .blade-item,
.BladeContainer > .blade-content > .blade-item {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.BladeContainer > .blade-bottom-tools {
  bottom: 0;
  height: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: white;
  border-top: 1px solid #cdcdcd;
}
.BladeContainer > .blade-bottom-tools[tools-height="auto"] {
  height: auto;
  min-height: 50px;
}
.-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.8s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ml-3 {
  margin-left: 3px;
}
