/* src/styles/app.scss */
.ui-loading-text {
  overflow: hidden;
  position: relative;
}
.ui-loading-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0.9) min(50%, 64px),
      rgba(255, 255, 255, 0) min(100%, 200px));
  mix-blend-mode: lighten;
  transform: translateX(-100%);
  animation: highlight-move 1.5s infinite;
}
@keyframes highlight-move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.control.required:not(:has(:checked)) input[type=radio].ng-touched {
  border-color: var(--Error);
}
.ui-form + h4 {
  margin-top: 24px;
}
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}
.ng-dropdown-panel {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.0901960784) !important;
}
.ng-dropdown-panel.ng-select-top {
  transform: translateY(-1px);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  transform: translateY(1px);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-48px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(48px);
  }
}
::view-transition-old(portal) {
  animation: slide-out 0.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
::view-transition-new(portal) {
  animation: slide-in 0.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
::view-transition-old(portal-actions) {
  animation: fade-out 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
::view-transition-new(portal-actions) {
  animation: fade-in 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
::view-transition-old(root) {
  animation: none;
  animation-duration: 0s !important;
}
::view-transition-new(root) {
  animation: none;
  animation-duration: 0s !important;
}
::view-transition-group(disabled),
::view-transition-old(disabled),
::view-transition-new(disabled) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled1),
::view-transition-old(disabled1),
::view-transition-new(disabled1) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled2),
::view-transition-old(disabled2),
::view-transition-new(disabled2) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled3),
::view-transition-old(disabled3),
::view-transition-new(disabled3) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled4),
::view-transition-old(disabled4),
::view-transition-new(disabled4) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled5),
::view-transition-old(disabled5),
::view-transition-new(disabled5) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled6),
::view-transition-old(disabled6),
::view-transition-new(disabled6) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled7),
::view-transition-old(disabled7),
::view-transition-new(disabled7) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled8),
::view-transition-old(disabled8),
::view-transition-new(disabled8) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled9),
::view-transition-old(disabled9),
::view-transition-new(disabled9) {
  animation-duration: 0s !important;
}
::view-transition-group(disabled10),
::view-transition-old(disabled10),
::view-transition-new(disabled10) {
  animation-duration: 0s !important;
}
@font-face {
  font-family: "Oxygen";
  font-style: auto;
  font-weight: normal;
  src:
    local("Oxygen"),
    local("Oxygen-Regular"),
    url(./assets/fonts/oxygen/Oxygen-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Oxygen";
  font-style: auto;
  font-weight: bold;
  src:
    local("Oxygen"),
    local("Oxygen-Bold"),
    url(./assets/fonts/oxygen/Oxygen-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Oxygen";
  font-style: auto;
  font-weight: 300;
  src:
    local("Oxygen"),
    local("Oxygen-Light"),
    url(./assets/fonts/oxygen/Oxygen-Light.ttf) format("truetype");
}
.ui-anim-fade-in {
  animation: key-fade-in 0.2s linear;
}
.ui-anim-fade-out {
  animation: key-fade-out 0.2s linear;
  animation-fill-mode: forwards;
}
.ui-anim-scale-in {
  animation: key-scale-in 0.2s linear;
  animation-fill-mode: forwards;
}
.ui-anim-scale-in-tooltip {
  animation: key-scale-in-tooltip 0.1s linear;
  animation-fill-mode: forwards;
}
@keyframes key-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes key-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes key-scale-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes key-scale-in-tooltip {
  0% {
    opacity: 0;
    transform: scale(0) translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(-50%);
  }
}
:root {
  --portal-expanded: 1;
  --White: #FFF;
  --Off-White: #F8F9F9;
  --Black: #151414;
  --Primary: #C75000;
  --Primary-hover: #AE4600;
  --Primary-rgb:
    199,
    80,
    0;
  --Green: #5AD1C6;
  --Green-rgb:
    90,
    209,
    198;
  --Blue-Dark: #39444E;
  --Blue-Darker: #222533;
  --Blue-Darker-Tone: #1F212E;
  --Neon-Blue: #5668FF;
  --Porcelain: #ECF0F1;
  --Grey-1: #D1D5D4;
  --Grey-3: #909090;
  --Border-Gray: #D3D3D6;
  --Error: #C75000;
  --Error-rgb:
    199,
    80,
    0;
  --Required-Sign: var(--Primary);
  --Flt-Primary: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(3208%) hue-rotate(4deg) brightness(90%) contrast(103%);
  --Flt-Red: brightness(0) invert(64%) sepia(67%) saturate(2616%) hue-rotate(309deg) brightness(95%) contrast(97%);
  --Flt-Error: brightness(0) saturate(100%) invert(36%) sepia(32%) saturate(3208%) hue-rotate(4deg) brightness(90%) contrast(103%);
  --site-width: 1296px;
  --sidebar-width: 306px;
}
.ui-md ul,
.ui-md ol {
  margin-left: 20px;
}
.ui-md a {
  font-family: Oxygen, serif;
  color: var(--Primary);
  text-decoration: none;
  transition: color 0.2s linear;
  will-change: color;
  cursor: pointer;
}
.ui-md a.text {
  color: var(--Black);
}
.ui-md a:hover {
  color: var(--Primary-hover);
}
.ui-link {
  -webkit-tap-highlight-color: transparent;
  font-family: Oxygen, serif;
  color: var(--Primary);
  text-decoration: none;
  transition: color 0.2s linear;
  will-change: color;
  cursor: pointer;
}
.ui-link.text {
  color: var(--Black);
}
.ui-link:hover {
  color: var(--Primary-hover);
}
.ui-icon-unsaved {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/icon-info-OTJLA6GP.svg");
  cursor: default;
  vertical-align: middle;
  margin-left: 24px;
  padding-left: 20px;
  filter: var(--Flt-Error);
  -webkit-user-select: none;
  user-select: none;
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ui-icon-unsaved.active {
  filter: var(--Flt-Primary);
}
.ui-icon-unsaved {
  color: var(--Error);
  white-space: nowrap;
  width: auto;
  height: auto;
  background-position: left center;
  transform: translateY(-1px);
}
.ui-icon-more {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 4px;
  background-image: url("./media/more-horiz-TDLS4AFP.svg");
}
.ui-icon-more.active {
  filter: var(--Flt-Primary);
}
.ui-icon-upload {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 16px;
  background-image: url("./media/upload-HTGILQ5W.svg");
}
.ui-icon-upload.active {
  filter: var(--Flt-Primary);
}
.ui-icon-info {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: help;
  background-image: url("./media/icon-info-OTJLA6GP.svg");
}
.ui-icon-info.active {
  filter: var(--Flt-Primary);
}
.ui-icon-arrow-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/arrow-down-black-JIW4CHM4.svg");
}
.ui-icon-arrow-down.active {
  filter: var(--Flt-Primary);
}
.ui-icon-plus {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/btn-plus-WVSEOADG.svg");
}
.ui-icon-plus.active {
  filter: var(--Flt-Primary);
}
.ui-icon-minus {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/btn-minus-ZHK4MYBD.svg");
}
.ui-icon-minus.active {
  filter: var(--Flt-Primary);
}
.ui-icon-settings {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/system-uicons_settings-MMCM2I3L.svg");
}
.ui-icon-settings.active {
  filter: var(--Flt-Primary);
}
.ui-icon-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/search-BLURBRNZ.svg");
}
.ui-icon-search.active {
  filter: var(--Flt-Primary);
}
.ui-icon-search-gray {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/search-gray-OPC5UUJN.svg");
}
.ui-icon-search-gray.active {
  filter: var(--Flt-Primary);
}
.ui-icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-image: url("./media/close-54A2D3DN.svg");
}
.ui-icon-close.active {
  filter: var(--Flt-Primary);
}
.ui-icon-menu-burger {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-image: url("./media/menu-burger-6WXUB5GO.svg");
}
.ui-icon-menu-burger.active {
  filter: var(--Flt-Primary);
}
.ui-icon-menu-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-image: url("./media/menu-close-Z6AYTSV2.svg");
}
.ui-icon-menu-close.active {
  filter: var(--Flt-Primary);
}
.ui-icon-search-blue {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 27px;
  background-image: url("./media/search-blue-FIPJGODR.svg");
}
.ui-icon-search-blue.active {
  filter: var(--Flt-Primary);
}
.ui-icon-edit {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/icon-edit-LSFP2WKM.svg");
}
.ui-icon-edit.active {
  filter: var(--Flt-Primary);
}
.ui-icon-download {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/icon-download-FW6RXM36.svg");
}
.ui-icon-download.active {
  filter: var(--Flt-Primary);
}
.ui-icon-filter {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  background-image: url("./media/icon-filter-F3XFT6EO.svg");
}
.ui-icon-filter.active {
  filter: var(--Flt-Primary);
}
.ui-icon-close-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-image: url("./media/icon-circle-close-OUWZS5M7.svg");
}
.ui-icon-close-circle.active {
  filter: var(--Flt-Primary);
}
.ui-icon-close-circle-filled {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-image: url("./media/icon-circle-close-filled-FO6RH4IV.svg");
}
.ui-icon-close-circle-filled.active {
  filter: var(--Flt-Primary);
}
.ui-icon-cross {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-image: url("./media/icon-cross-FZRLVTUG.svg");
}
.ui-icon-cross.active {
  filter: var(--Flt-Primary);
}
.ui-icon-location {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/icon-location-L6QI4G4R.svg");
}
.ui-icon-location.active {
  filter: var(--Flt-Primary);
}
.ui-icon-plus-gray {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  background-image: url("./media/icon-plus-BM6BYLKK.svg");
}
.ui-icon-plus-gray.active {
  filter: var(--Flt-Primary);
}
.ui-icon-arrow-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 16px;
  background-image: url("./media/arrow-right-orange-FNUSG5OA.svg");
}
.ui-icon-arrow-right.active {
  filter: var(--Flt-Primary);
}
.ui-icon-drag-handle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("./media/drag-handle-WWUQ6TU6.svg");
}
.ui-icon-drag-handle.active {
  filter: var(--Flt-Primary);
}
.ui-icon-subscribe {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./media/icon-subscribe-UEGBWZDZ.svg");
}
.ui-icon-subscribe.active {
  filter: var(--Flt-Primary);
}
.ui-icon-circle-more {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  background-image: url("./media/icon-circle-more-VXCRROXI.svg");
}
.ui-icon-circle-more.active {
  filter: var(--Flt-Primary);
}
.ui-icon-reload {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-image: url("./media/icon-reload-FTBF7437.svg");
}
.ui-icon-reload.active {
  filter: var(--Flt-Primary);
}
.ui-icon-reorder {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  background-image: url("./media/icon-reorder-PCQZEMST.svg");
}
.ui-icon-reorder.active {
  filter: var(--Flt-Primary);
}
.ui-icon-prev-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 20px;
  background-image: url("./media/prev-white-DVFH46Z3.svg");
}
.ui-icon-prev-white.active {
  filter: var(--Flt-Primary);
}
.ui-icon-next-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 20px;
  background-image: url("./media/next-white-362QZBME.svg");
}
.ui-icon-next-white.active {
  filter: var(--Flt-Primary);
}
label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-weight: normal;
  font-family: Oxygen, serif;
}
label:has(input[type=checkbox]) > span,
label:has(input[type=radio]) > span {
  vertical-align: super;
  margin-left: 6px;
}
label:has(input[type=radio]) > span {
  display: inline-block;
  transform: translateY(3px);
}
label:has(input[type=checkbox]:checked),
label:has(input[type=radio]:checked) {
  font-weight: bold;
}
input[type=checkbox],
input[type=radio] {
  margin-left: 0;
  position: relative;
  width: 18px;
  max-width: 18px;
  height: 18px;
  color: var(--Black);
  border: 1.5px solid var(--Grey-1);
  border-radius: 2px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  will-change: border-color;
  flex-shrink: 0;
  flex-grow: 0;
}
input[type=checkbox]::before,
input[type=radio]::before {
  transition: opacity 0.2s linear;
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 10px;
  border-style: solid;
  border-color: var(--Primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border: 1.5px solid var(--Grey-1);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  border: 1.5px solid var(--Primary);
}
input[type=checkbox]:checked:focus,
input[type=radio]:checked:focus {
  border: 1.5px solid var(--Primary);
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  opacity: 1;
}
input[type=checkbox]:hover,
input[type=radio]:hover {
  border-color: var(--Black);
}
input[type=checkbox] + label,
input[type=radio] + label {
  -webkit-user-select: none;
  user-select: none;
  transform: translateY(1px);
  cursor: pointer;
}
input[type=checkbox][disabled],
input[type=radio][disabled] {
  pointer-events: none;
  border: 1.5px solid var(--Grey-1);
}
input[type=checkbox][disabled]:checked:before,
input[type=radio][disabled]:checked:before {
  border-color: var(--Grey-1);
}
input[type=radio] {
  border-radius: 100px;
}
input[type=radio]::before {
  border: none;
  background: var(--Primary);
  width: 9px;
  height: 9px;
  border-radius: 100px;
  top: 3px;
  left: 3px;
}
input[type=checkbox].grid-checkbox,
input[type=radio].grid-checkbox {
  pointer-events: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.04);
}
input[type=checkbox].grid-checkbox:before,
input[type=radio].grid-checkbox:before {
  top: 2px;
  left: 6px;
  width: 5px;
}
input[type=checkbox].grid-checkbox:checked,
input[type=radio].grid-checkbox:checked {
  border: none;
  filter: grayscale(1);
}
.form,
.ui-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}
.form > h3,
.ui-form > h3 {
  font-weight: normal;
}
.form > section,
.ui-form > section {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px;
  border-radius: 8px;
  background: var(--Off-White, #F8F9F9);
  width: 100%;
  gap: 20px;
}
.form.frm-1-cols,
.form .frm-1-cols,
.ui-form.frm-1-cols,
.ui-form .frm-1-cols {
  grid-template-columns: 1fr;
  gap: 0;
  column-gap: 0;
  row-gap: 20px;
}
.form.frm-2-cols,
.form .frm-2-cols,
.ui-form.frm-2-cols,
.ui-form .frm-2-cols {
  grid-template-columns: 1fr 1fr;
}
.form.frm-3-cols,
.form .frm-3-cols,
.ui-form.frm-3-cols,
.ui-form .frm-3-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.form.frm-4-cols,
.form .frm-4-cols,
.ui-form.frm-4-cols,
.ui-form .frm-4-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.form.frm-5-cols,
.form .frm-5-cols,
.ui-form.frm-5-cols,
.ui-form .frm-5-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.form > *,
.ui-form > * {
  min-width: 0;
}
.control,
.ui-control {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-weight: 700;
}
.control > label,
.ui-control > label {
  display: inline-block;
  margin-bottom: 6px;
}
.control > label > .ui-icon-info,
.ui-control > label > .ui-icon-info {
  cursor: help;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 6px;
}
.control > input,
.ui-control > input {
  width: 100%;
}
.control > input[type=checkbox]:first-child,
.ui-control > input[type=checkbox]:first-child {
  vertical-align: middle;
  margin-right: 8px;
}
.control > input[type=checkbox]:first-child + label,
.ui-control > input[type=checkbox]:first-child + label {
  font-weight: normal;
}
.control.required > label:after,
.ui-control.required > label:after {
  content: "*";
  display: inline-block;
  color: var(--Required-Sign);
  margin-left: 6px;
}
.control > .ui-icon-info,
.ui-control > .ui-icon-info {
  cursor: help;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 6px;
}
.ctrl-span-2 {
  grid-column: 1/span 2;
}
.ctrl-span-3 {
  grid-column: 1/span 3;
}
.ctrl-span-4 {
  grid-column: 1/span 4;
}
.ctrl-span-5 {
  grid-column: 1/span 5;
}
input.ng-touched.ng-invalid,
textarea.ng-touched.ng-invalid {
  border-color: var(--Error);
}
ng-select.ng-touched.ng-invalid > .ng-select-container {
  border-color: var(--Error) !important;
}
ui-tui-editor.ng-touched.ng-invalid > .toastui-editor-defaultUI {
  border-color: var(--Error);
}
.ui-form-actions {
  display: flex;
  gap: 10px;
  margin-top: 48px;
}
input {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 8px;
  border: 1px solid var(--Grey-1, #D1D5D4);
  background: var(--White, #FFF);
  padding: 10px 20px;
  outline: none;
}
input::placeholder {
  color: var(--Grey-3);
}
input:focus {
  border: 1px solid var(--Black, #151414);
}
input[disabled] {
  background: var(--Off-White);
  color: var(--Grey-3);
  pointer-events: none;
}
input[type=date],
input[type=datetime-local] {
}
input[type=date].empty,
input[type=datetime-local].empty {
  color: var(--Grey-3);
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  font-size: 16px;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("./media/icon-calendar-NLWP4KS5.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
input[type=number] {
  padding-right: 18px;
}
input[type=number]::-webkit-outer-spin-button {
  filter: var(--Flt-Primary);
}
input[type=number]::-webkit-inner-spin-button {
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
}
input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:focus::-webkit-inner-spin-button {
  opacity: 0.5;
}
.btn-outline {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: inline-flex;
  height: 40px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.2s linear;
  border: 1.2px solid var(--Primary, #C75000);
  color: var(--Primary, #C75000);
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.btn-outline.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-outline:active {
  transform: translateY(1px);
}
.btn-outline.toggled {
  border: 2px solid var(--Border-Gray);
}
.btn-outline:hover {
  background: rgba(var(--Primary-rgb), 0.08);
}
.btn-transparent {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: inline-flex;
  height: 40px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.2s linear;
  border-radius: 0;
  border: none;
  color: var(--Primary, #C75000);
  font-weight: 400;
  line-height: 22px;
}
.btn-transparent.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-transparent:active {
  transform: translateY(1px);
}
.btn-transparent.toggled {
  border: 2px solid var(--Border-Gray);
}
.btn-transparent > .icon + span:not(:empty) {
  margin-left: 4px;
}
.ui-btn-action {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: inline-flex;
  height: 40px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.2s linear;
  border-radius: 0;
  border: none;
  color: var(--Primary, #C75000);
  font-weight: 400;
  line-height: 22px;
  height: auto;
  width: auto;
  position: relative;
  padding: 0;
}
.ui-btn-action.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ui-btn-action:active {
  transform: translateY(1px);
}
.ui-btn-action.toggled {
  border: 2px solid var(--Border-Gray);
}
.ui-btn-action:after {
  display: block;
  content: " ";
  position: absolute;
  width: 110%;
  height: 110%;
  left: 0;
  top: 0;
  transform: translate(-5%, -5%);
  transform-origin: top left;
}
.btn-main,
.btn-primary {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: inline-flex;
  height: 40px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.2s linear;
  border: none;
  background: var(--Primary, #C75000);
  color: var(--White, #FFF);
  font-weight: 700;
  line-height: 22px;
}
.btn-main.disabled,
.btn-primary.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-main:active,
.btn-primary:active {
  transform: translateY(1px);
}
.btn-main.toggled,
.btn-primary.toggled {
  border: 2px solid var(--Border-Gray);
}
.btn-main.arrow-right:after,
.btn-primary.arrow-right:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  transition: transform 0.2s linear;
}
.btn-main:hover,
.btn-primary:hover {
  background: var(--Primary-hover, #AE4600);
}
.btn-main:hover.arrow-right:after,
.btn-primary:hover.arrow-right:after {
  transform: translateX(5px);
}
.btn-gray {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
  display: inline-flex;
  height: 40px;
  padding: 0 26px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  text-align: center;
  font-family: Oxygen, serif;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.2s linear;
  padding: 0 10px;
  border: none;
  color: var(--Blue-Dark, #39444E);
  background: var(--Off-White, #F8F9F9);
  text-decoration: none;
}
.btn-gray.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-gray:active {
  transform: translateY(1px);
}
.btn-gray.toggled {
  border: 2px solid var(--Border-Gray);
}
.btn-gray.transparent {
  background: transparent;
}
.btn-gray:hover {
  color: var(--Black, #151414);
  background: var(--Porcelain, #ECF0F1);
}
.btn-gray > .icon + span:not(:empty) {
  margin-left: 10px;
}
.ui-portal-title {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Grey-1);
  position: sticky;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 14;
  font-size: 24px;
}
.ui-portal-title > button,
.ui-portal-title > a {
  max-height: 32px;
  margin-left: 10px;
}
.ui-portal-title > button:first-of-type,
.ui-portal-title > a:first-of-type {
  margin-left: auto;
}
.ui-portal-title > .ui-portal-title-buttons {
  display: flex;
  gap: 10px;
  margin-left: auto;
  overflow: visible;
}
.ui-portal-title > .ui-portal-title-buttons > button,
.ui-portal-title > .ui-portal-title-buttons > a,
.ui-portal-title > .ui-portal-title-buttons > ui-menu-button {
  max-height: 32px;
}
.ui-portal-title + * {
  margin-top: 20px;
}
.ui-portal-grid-header {
  position: sticky;
  top: 0;
  left: 0;
  background: white;
  z-index: 12;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 10px;
}
.ui-portal-grid-header > h4 {
  font-weight: 400;
  margin-right: auto;
}
.ui-portal-actions {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: calc(var(--site-width) - var(--sidebar-width) - 24px - 4px);
  height: 80px;
  position: fixed;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 31;
  background-color: var(--White);
  align-items: center;
}
.ui-portal-actions:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.0784313725),
      rgba(0, 0, 0, 0));
  top: -6px;
  left: 0;
}
@media (max-width: 1169px) {
  .ui-portal-actions {
    --portal-collapsed: calc(1 - var(--portal-expanded));
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
    width: calc(100% - 430px * var(--portal-expanded));
    padding-right: calc(110px * var(--portal-collapsed));
  }
}
@media (max-width: 736px) {
  .ui-portal-actions {
    width: 100%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ui-portal-columns {
  display: flex;
  gap: 24px;
}
.ui-portal-columns > div:first-child {
  flex: 1 1 100%;
}
.ui-portal-columns > div:last-child {
  flex-shrink: 0;
  flex-grow: 0;
  width: 196px;
  flex-basis: 196px;
}
.ui-portal-fixed {
  position: sticky;
  left: 0;
}
ng-select {
  min-height: 40px;
}
ng-select.ui-small {
  min-height: 36px;
}
ng-select .ng-select-container {
  border-radius: 8px !important;
  border-color: var(--grey-1, #D1D5D4) !important;
  outline: none !important;
  box-shadow: none !important;
}
ng-select.ng-select-focused .ng-select-container {
  border-color: var(--black, #151414) !important;
}
ng-select.ng-select-opened {
}
ng-select.ng-select-opened > .ng-select-container {
  border: 1px solid var(--black, #151414) !important;
}
ng-select.transparent > .ng-select-container {
  border: none !important;
  background: transparent !important;
}
ng-select.transparent.ng-select-opened > .ng-select-container {
  border: none !important;
}
ng-select.transparent.ng-select-opened .ng-dropdown-panel {
  border-radius: 4px !important;
  overflow: hidden;
}
ng-select.transparent.ng-select-opened .ng-dropdown-panel.ng-select-top {
  border-bottom: 1px solid var(--Grey-1);
}
ng-select.transparent.ng-select-opened .ng-dropdown-panel.ng-select-bottom {
  border-top: 1px solid var(--Grey-1);
}
ng-select.small > .ng-select-container {
}
ng-select.small > .ng-select-container > .ng-value-container {
  padding-left: 10px;
}
.ng-select .ng-select-container {
  min-height: 40px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
.ng-select.ng-select-single .ng-select-container {
  min-height: 40px;
}
.ng-select.ng-select-single.ui-small .ng-select-container {
  min-height: 36px;
}
.ng-select {
  font-family: Oxygen, serif;
}
.ng-select input {
  height: auto;
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
}
.ng-select input {
  padding: initial;
  padding-left: 12px !important;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container {
  padding-top: 1px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 10px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 9px;
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--grey-3, #909090);
  padding-left: 15px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  color: var(--Grey-3);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: white;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: white;
  border-radius: 4px;
  border: 1px solid var(--grey-1, #D1D5D4);
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ng-select.ng-select-multiple.transparent .ng-select-container .ng-value-container .ng-value {
  border: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: var(--off-white);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: none;
  border-radius: 0 4px 4px 0;
  color: transparent;
  background-repeat: no-repeat;
  background-image: url("./media/delete-input-UQWLP5HE.svg");
  padding-right: 10px;
  background-position: 50% 50%;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0;
  padding-left: 5px;
  gap: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}
.ng-select .ng-select-container {
  align-items: stretch;
}
.ng-select .ng-arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  padding-right: 14px;
}
.ng-select .ng-arrow-wrapper > .ng-arrow {
  border: none;
  width: 19px !important;
  height: 15px !important;
  background-repeat: no-repeat;
  background-image: url("./media/arrow-down-select-6SZWMKMZ.svg");
  transition: transform 0.2s linear;
  filter: var(--Flt-Primary);
}
.ng-select.small .ng-arrow-wrapper {
  padding-right: 0;
  width: 24px;
}
.ng-select.small.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  display: none;
}
.ng-select.small.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  white-space: normal;
}
ng-select.small.ng-select-opened .ng-dropdown-panel {
  width: auto;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: 0;
  border: none;
  transform: scaleY(-1);
}
.ng-select .ng-clear-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
}
.ng-select .ng-clear-wrapper > .ng-clear {
  color: transparent;
  background-repeat: no-repeat;
  background-image: url("./media/delete-input-UQWLP5HE.svg");
  padding-right: 10px;
  background-position: 50% 50%;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: transparent;
  filter: var(--Flt-Primary);
}
.ng-select .ng-select-container .ng-value-container {
  padding-left: 20px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ng-dropdown-panel.ng-select-multiple .ng-option:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
  transition: border-color 0.2s linear;
  border: 1.5px solid var(--Grey-1, #D1D5D4) !important;
  width: 18px !important;
  height: 18px !important;
  transform: translateY(-1px);
}
.ng-dropdown-panel.ng-select-multiple .ng-option.ng-option-selected:before {
  border: 1.5px solid var(--Primary) !important;
  background-image: url("./media/checkbox-check-4GZ2EEJV.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  filter: var(--Flt-Primary);
}
.ng-dropdown-panel.ng-select-multiple .ng-option:hover:before {
  border: 1.5px solid var(--Black) !important;
}
.scroll-snap-x {
  scroll-snap-type: x mandatory;
}
.scroll-snap-y {
  scroll-snap-type: y mandatory;
}
.scroll-snap-item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}
.ui-tooltip {
  position: fixed;
  color: #fff;
  top: 100%;
  left: 50%;
  z-index: 9999;
  margin-top: 10px;
  animation-duration: 0.05s;
  transform-origin: top left;
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 5px;
  border-radius: 4px;
  background-color: var(--Porcelain, #ECF0F1);
  white-space: pre-line;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
iframe:not([src]):empty {
  display: none;
}
h1 {
  font-family: Oxygen, serif;
  font-size: 60px;
  margin: 0;
  padding: 0;
  color: var(--Black, #151414);
}
h2 {
  color: var(--Black, #151414);
  font-family: Oxygen, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
h3 {
  color: var(--Black, #151414);
  font-family: Oxygen, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1169px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
h4 {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
mt32 {
  margin-top: 32px;
}
.badge {
  display: inline-block;
  border-radius: 12px;
  padding: 4px 10px;
  height: 24px;
  text-align: center;
  white-space: nowrap;
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.ui-panel {
  border-radius: 8px;
  border: 1px solid var(--Porcelain, #ECF0F1);
  padding: 20px;
}
.ui-flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.ui-flex.between {
  justify-content: space-between;
}
.ui-flex.start {
  justify-content: flex-start;
}
.ui-no-shrink {
  flex-shrink: 0;
}
.ui-no-wrap {
  white-space: nowrap;
}
.gap10 {
  gap: 10px;
}
.ui-drag-handle {
  display: inline-block;
  height: 34px;
  width: 20px;
  opacity: 0.3;
  cursor: grab;
  background-image: url("./media/drag-handle-WWUQ6TU6.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-drop-target {
  position: relative;
}
.ui-drop-target:after {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  display: block;
  width: 100%;
  content: " ";
  height: 2px;
  background-color: var(--Neon-Blue);
  left: 0;
  bottom: -1px;
}
.ui-drop-target.ui-drop-before:after {
  top: -1px;
  bottom: initial;
}
.ui-drag-item {
  background-color: #edf2ff;
}
.ui-badge {
  display: inline-flex;
  padding: 2px 10px;
  align-items: center;
  font-family: Oxygen, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: var(--Neon-Blue, #5668FF);
  border-radius: 12px;
  background: rgba(86, 104, 255, 0.1);
}
.ui-badge.green {
  color: var(--Green, #00B2A9);
  background: rgba(var(--Green-rgb), 0.1);
}
.ui-badge.error {
  color: var(--Error);
  background: rgba(var(--Error-rgb), 0.1);
}
.ui-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: var(--Grey-3, #909090);
  vertical-align: middle;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
iframe:not([src]):empty {
  display: none;
}
h1 {
  font-family: Oxygen, serif;
  font-size: 60px;
  margin: 0;
  padding: 0;
  color: var(--Black, #151414);
}
h2 {
  color: var(--Black, #151414);
  font-family: Oxygen, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
h3 {
  color: var(--Black, #151414);
  font-family: Oxygen, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1169px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value > st-status {
  white-space: normal;
  padding-right: 2px;
}
.ng-value > st-status {
  white-space: normal;
}
.ng-option-selected > st-status {
  font-weight: 700;
  outline: 2px solid var(--Black);
  outline-offset: -2px;
}
.badge-gp {
  color: var(--black, #151414);
  font-family: Oxygen, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  color: var(--Green, #5AD1C6);
  height: 24px;
  padding: 4px 16px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--Green, #5AD1C6);
}
.no-padding {
  padding: 0 !important;
}
.cell-no-wrap {
  white-space: nowrap;
}
.cell-no-wrap-ellipsis > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-UCXAUA2D.css.map */
