html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
}

html.--classic,
body.--classic {
  font-family: 'OpenText Sans', BlinkMacSystemFont, -apple-system, 'Segoe UI',
  'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
  'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #333333;
  font-size: 14px;
}

html.--jato,
body.--jato,
html.--jato-dark,
body.--jato-dark {
  font-family: 'Inter', 'system-ui';
  font-weight: 400;
  color: #333333;
  text-rendering: optimizelegibility;
  --global-uxa-spinner__size: 70px;
  --global-uxa-spinner-container__size: var(--global-uxa-spinner__size);
  --global-uxa-spinner__size--large: var(--global-uxa-spinner__size);
  --global-uxa-spinner-container__size--large: var(--global-uxa-spinner__size);
  --global-uxa-spinner-inner__animation-duration: 1.15s;
  --global-uxa-spinner-inner__animation-iteration-count: infinite;
  --global-uxa-spinner-inner__animation-timing-function: linear;
  --global-uxa-spinner-inner__border-radius: 50%;
  --global-uxa-spinner-inner__rotate-start: rotateZ(0);
  --global-uxa-spinner-inner__rotate-end: rotateZ(360deg);
  --global-uxa-spinner-inner__box-shadow: 0 0 0 .25em #ffffff26,inset 0 0 0 .8125em #ffffff26;
  --global-uxa-spinner-inner__box-shadow--large: var(--global-uxa-spinner-inner__box-shadow);
  --global-uxa-color__blue: #0073e7;
  --global-uxa-spinner-circle__fill: var(--global-uxa-color__blue);
  --global-uxa-spinner-gradient__stop-color: var(--global-uxa-color__blue);
}

body.--jato .uxa-tab,
body.--jato-dark .uxa-tab {
  font-family: 'Inter', 'system-ui' !important;
}
body.--jato .ot2-table--jato th {
  background: #F2F6FA !important;
}
body.--jato-dark .ot2-table--jato-dark tr:last-of-type td {
  border-bottom: 2px solid #ffffff66 !important;
}

html.--jato,
body.--jato {
  color: #333333;
}

html.--jato-dark,
body.--jato-dark {
  color: #ffffff;
}

body.--jato {
  background: #fafafa;
}

body.--jato-dark {
  background: #101629;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body.--classic .white-background {
  background: #ffffff;
}

body.--jato .white-background,
body.--jato-dark .white-background {
  background: none;
}

.light-grey-background {
  background: #f5f5f5;
}

.full-height {
  height: 100%;
}

html {
  overflow-y: auto !important;
}

a {
  cursor: pointer;
}

#spa--container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.--classic #spa--container {
  background: linear-gradient(
          56.27deg,
          #0e122b 13.95%,
          #0f142f 26.75%,
          #131939 36.86%,
          #19224a 46.06%,
          #222e61 54.65%,
          #243167 56.44%,
          #23346a 63.97%,
          #203e72 69.86%,
          #1b4f7f 75.2%,
          #146693 80.2%,
          #0b84ab 83.33%,
          #088cb2 86.05%
  );
}

#spa--main {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
body.--classic #spa--main {
  background: #ffffff;
}

#nav--container {
  display: flex;
}
#nav--container > div {
  display: flex;
}

#layout-middle {
  display: flex;
  flex-grow: 1;
}

#content-scroll {
  display: flex;
  flex-grow: 1;
  overflow-y: auto;
}

#content-scroll > div {
  display: flex;
  flex-grow: 1;
}
body.--jato #content-scroll,
body.--jato-dark #content-scroll {
  margin-bottom: -6px;
}

body.--jato #header,
body.--jato-dark #header {
  box-shadow: 0 6px 12px rgba(0, 67, 191, 0.1);
  height: 56px;
}

#layout-menu-container {
  display: flex;
  flex-direction: row;
}

#content--container {
  display: flex;
  flex-grow: 1;
}

body.--classic #content--container {
  background: #fff;
}

body.--jato #content--container,
body.--jato-dark #content--container {
  flex-direction: column;
  height: calc(100vh - 88px);
  padding: 8px 0;
}

body.--classic #content--container {
  height: calc(100vh - 104px);
}

#content--container > div {
  display: flex;
  width: 100%;
}

body.--jato .content--container--jato,
body.--jato-dark .content--container--jato {
  margin: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

body.--jato .content--container--jato {
  background: #ffffff;
  border: 1px solid #dddddd;
}

body.--jato-dark .content--container--jato {
  background: #1D2238;
  border: 1px solid #33384a;
}

app-root,
subscription-root {
  width: 100%;
}

.ot2-dx-page {
  padding: 10px 48px;
}
.--jato .ot2-dx-page,
.--jato-dark .ot2-dx-page {
  padding: 10px 32px;
}

.--classic .ot2-dx-form--control input,
.--classic .ot2-dx-form--control textarea {
  box-shadow: none !important;
}

.--jato-dark .ot2-dx-page h1,
.--jato-dark .ot2-dx-page h2,
.--jato-dark .ot2-dx-page h3,
.--jato-dark .ot2-dx-page h4,
.--jato-dark .ot2-dx-page .section-heading,
.--jato-dark .ot2-dx-page .ot2-dx-form--value,
.--jato-dark .ot2-dx-page .chart-title,
.--jato-dark .ot2-dx-page #ot2-pagination-text {
  color: #f2f6fa !important;
}

.--jato-dark .ot2-dx-page .ot2-dx-form--label,
.--jato-dark .ot2-dx-page .ot2-dx-form .ot2-dx-form--item .ot2-dx-form--label {
  color: #dadfe6 !important;
}

.--jato .ot2-dx-page h1,
.--jato .ot2-dx-page h2,
.--jato .ot2-dx-page h3,
.--jato .ot2-dx-page h4,
.--jato .ot2-dx-page .section-heading,
.--jato .ot2-dx-page .ot2-dx-form--label,
.--jato .ot2-dx-page .ot2-dx-form .ot2-dx-form--item .ot2-dx-form--label,
.--jato .ot2-dx-page .ot2-dx-form--value,
.--jato .ot2-dx-page .chart-title,
.--jato .ot2-dx-page #ot2-pagination-text {
  color: #1e1e1e !important;
}

.--jato .ot2-dx-page .ot2-dx-form--label,
.--jato .ot2-dx-page .ot2-dx-form .ot2-dx-form--item .ot2-dx-form--label {
  color: #47484a !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 16px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 8px;
  background: #808285;
}

#otac-debug-panel-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

#otac-debug-panel {
  width: 400px;
  height: 100dvh;
  background: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
}

.--jato-dark #otac-debug-panel {
  background: #24293F;
}

#otac-debug-panel .debug-top-row {
  display: flex;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 16px;
}

.--jato-dark #otac-debug-panel .debug-top-row {
  border-bottom: 1px solid #33384a;
}

#otac-debug-panel .debug-title {
  font-size: 16px;
  font-weight: bold;
  flex-grow: 1;
}

#otac-debug-panel .debug-close {
  background: rgb(0,0,0,.05);
  border: 1px solid rgb(0,0,0,0);
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  width: 16px;
  padding: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#otac-debug-panel .debug-close:after {
  content: "\00d7";
  padding: 0;
}

#otac-debug-panel .debug-close:hover {
  background: rgb(0,0,0,.1);
  border: 1px solid rgb(0,0,0,.2);
}

#otac-debug-panel .debug-close:focus {
  outline: none;
  background: rgb(0,0,0,.1);
  border: 1px solid rgb(0,0,0,.2);
}

#otac-debug-panel .debug-close:active {
  background: rgb(0,0,0,.2);
  border: 1px solid rgb(0,0,0,.3);
}

#otac-debug-panel .debug-label--row {
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0 8px 0;
}

#otac-debug-panel .debug-description--row {
  display: block;
  font-size: 12px;
  padding: 0 0 8px 0;
  margin: 0;
  font-style: italic;
}

#otac-debug-panel textarea {
  display: block;
  height: 120px;
  width: 100%;
  resize: none;
}

#otac-debug-panel .debug-bottom-row {
  padding-top: 16px;
  display: flex;
  justify-content: right;
}

#otac-debug-panel .debug-save {
  background: rgb(0,0,0,.05);
  border: 1px solid rgb(0,0,0,0);
  border-radius: 4px;
  cursor: pointer;
  height: 24px;
  width: 100px;
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#otac-debug-panel .debug-save:hover {
  background: rgb(0,0,0,.1);
  border: 1px solid rgb(0,0,0,.2);
}

#otac-debug-panel .debug-save:focus {
  outline: none;
  background: rgb(0,0,0,.1);
  border: 1px solid rgb(0,0,0,.2);
}

#otac-debug-panel .debug-save:active {
  outline: none;
  background: rgb(0,0,0,.2);
  border: 1px solid rgb(0,0,0,.3);
}

.__hidden {
  display: none;
}

.global-spinner-section {
  width: 72px;
  height: 72px;
  border: 10px solid rgb(46, 61, 152);
  border-radius: 50%;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  animation: global-spinner-rotation 1.5s infinite linear;
}

@keyframes global-spinner-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.global-spinner-base {
  border: 10px solid #d6d5e8;
  border-radius: 50%;
  height: 72px;
  width: 72px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.global-spinner-border {
  border: 20px solid rgb(255, 255, 255);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#global-uxa-spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--global-uxa-spinner-container__size);
  height: var(--global-uxa-spinner-container__size);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#global-uxa-spinner-container.__hidden {
  display: none;
}

.global-uxa-spinner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--global-uxa-spinner__size);
  height: var(--global-uxa-spinner__size);
}

.global-uxa-spinner-inner {
  box-sizing: content-box;
  animation-name: global-uxa-spinner-animation;
  width: 100%;
  height: 100%;
  animation-duration: var(--global-uxa-spinner-inner__animation-duration);
  animation-iteration-count: var(--global-uxa-spinner-inner__animation-iteration-count);
  animation-timing-function: var(--global-uxa-spinner-inner__animation-timing-function);
  will-change: transform;
  box-shadow: var(--global-uxa-spinner-inner__box-shadow);
  border-radius: var(--global-uxa-spinner-inner__border-radius)
}

.global-uxa-spinner-circle {
  fill: var(--global-uxa-spinner-circle__fill);
  fill-opacity: .3
}

.global-uxa-spinner-gradient {
  stop-color: var(--global-uxa-spinner-gradient__stop-color)
}

.global-uxa-spinner-gradient-clip {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: conic-gradient(from 15deg, transparent 20%, #1a6aff, #0059ff)
}

@keyframes global-uxa-spinner-animation {
  0% {
    transform: var(--global-uxa-spinner-inner__rotate-start)
  }

  to {
    transform: var(--global-uxa-spinner-inner__rotate-end)
  }
}

#global-message-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

#global-message {
  position: relative;
  top: 64px
}

/* Breadcrumbs.module.css */
body.--classic #ot2-dx--breadcrumbs--container {
  display: none;
}

#ot2-dx--breadcrumbs--container {
  padding-inline: 32px 8px;
  padding-top: 6px;
  padding-bottom: 16px;
}

body.--classic .ot2-dx-form--error-description,
body.--jato .ot2-dx-form--error-description {
  border: none;
}

body.--jato-dark .ot2-dx-form--error-description {
  border: none;
  background: none;
  color: #fff;
}