body {
  margin: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #465664 !important;
  height: 100vh !important;
  background-color: #f5f5f5 !important;
}

@font-face {
  font-family: "Gordita Black";
  src: url("/fonts/gordita/Gordita Black.otf") format("opentype")
}

@font-face {
  font-family: "Gordita Medium";
  src: url("/fonts/gordita/Gordita Medium.otf") format("opentype");
}

@font-face {
  font-family: "Gordita Bold";
  src: url("/fonts/gordita/Gordita Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Gordita Regular";
  src: url("/fonts/gordita/Gordita Regular.otf") format("opentype");
}

@font-face {
  font-family: "Gordita thin";
  src: url("/fonts/gordita/Gordita Thin.otf") format("opentype");
}

/* hide tiny link target on pop-up */
.tox-form__group:has(.tox-listboxfield) {
  display: none;
}

*::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
  background: #5d5d5d14 !important;
  border-radius: 12px;
}

*::-webkit-scrollbar-thumb {
  width: 10px !important;
  border: none !important;
  height: 10px;
  background-clip: padding-box;
  background-color: #CCD5DE !important;
  -webkit-border-radius: 12px;
}

.Mui-checked {
  color: #4294db !important;
}

/* custom tooltip */
.custom-tooltip {
  position: relative;
}

.custom-tooltip-trigger {
  position: relative;
}

.custom-tooltip:hover .custom-tooltip-component {
  visibility: visible;
}

.custom-tooltip-component {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 300px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #959ba0;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959ba0;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959ba0;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959ba0;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959ba0;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #959ba0;
}

[class$='-textPrimary'] {
  color: #4294db !important;
}

.dhx_grid-cell:not([aria-colindex="1"]) {
  padding: 0 !important;
  /* height: auto !important; */
}

.dhx_grid-cell__content {
  overflow: visible;
  height: 100%;
}

.dhx_grid-cell__content>* {
  width: 100% !important;
}

.dhx_grid-cell {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
}

.impacts-table-cell {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  height: 95%;
  width: 100%;
  border-radius: 4px;
}

.dhx_grid-cell:has(span[data-aria-level="0"]) {
  background-color: rgba(160, 220, 225, 1);
}

.dhx_grid-cell:has(span[data-aria-level="1"]) {
  background-color: rgba(160, 220, 225, 0.8);
}

.dhx_grid-cell:has(span[data-aria-level="2"]) {
  background-color: rgba(160, 220, 225, 0.6);
}

.dhx_grid-cell:has(span[data-aria-level="3"]) {
  background-color: rgba(160, 220, 225, 0.4);
}

.dhx_grid-cell:has(span[data-aria-level="4"]) {
  background-color: rgba(160, 220, 225, 0.3);
}

.dhx_grid-cell:has(span[data-aria-level="5"]) {
  background-color: rgba(160, 220, 225, 0.2);
}

.dhx_grid-cell:has(span[data-aria-level="6"]) {
  background-color: rgba(160, 220, 225, 0.15);
}

.dhx_grid-cell:has(span[data-aria-level="7"]) {
  background-color: rgba(160, 220, 225, 0.1);
}

.dhx_grid-cell:has(span[data-aria-level="8"]) {
  background-color: rgba(160, 220, 225, 0.05);
}

.dhx_grid-cell:has(span[data-aria-level="9"]) {
  background-color: rgba(160, 220, 225, 0.025);
}

.dhx_grid-cell:has(span[data-aria-level="10"]) {
  background-color: rgba(160, 220, 225, 0);
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.dhx_grid-row .dhx_grid-cell:first-child .dhx_grid-cell__content>* {
  width: auto !important;
}

.dhx_data-wrap {
  overflow: visible !important;
  width: 100%;
  height: 100%;
}