@font-face {
  font-family: "NotoSans-Regular";
  src: url("../assets/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-RegularItalic";
  src: url("../assets/fonts/NotoSans-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Light";
  src: url("../assets/fonts/NotoSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-LightItalic";
  src: url("../assets/fonts/NotoSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Medium";
  src: url("../assets/fonts/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-MediumItalic";
  src: url("../assets/fonts/NotoSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-SemiBold";
  src: url("../assets/fonts/NotoSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-SemiBoldItalic";
  src: url("../assets/fonts/NotoSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../assets/fonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-BoldItalic";
  src: url("../assets/fonts/NotoSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 100;
  src: url("../assets/fonts/MaterialSymbols-Rounded-100.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 200;
  src: url("../assets/fonts/MaterialSymbols-Rounded-200.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/MaterialSymbols-Rounded-300.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/MaterialSymbols-Rounded-400.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/MaterialSymbols-Rounded-500.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/MaterialSymbols-Rounded-600.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/MaterialSymbols-Rounded-700.woff2") format("woff2");
}
@font-face {
  font-family: "Material";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/MaterialSymbols-Rounded-Solid.woff2") format("woff2");
}
* {
  font-family: "NotoSans-Regular", "Times", Helvetica, sans-serif;
}

.cl-icon {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Material";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.cl-icon--top {
  vertical-align: text-top;
}
.cl-icon--center {
  display: flex;
  align-items: center;
}

.cl-default {
  display: none;
}

.cl-theme {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .cl-header--aside {
    width: calc(100% - 90px);
  }

  .cl-footer--aside {
    width: calc(100% - 90px);
  }
}
.cl-cards__group {
  padding-left: 3.75rem;
}
.cl-cards--md {
  min-height: calc(100vh - 335px);
  max-height: calc(100vh - 335px);
  overflow: auto;
}
.cl-cards--active {
  background: #eff1f3;
}
.cl-cards--indent {
  padding-left: 1.875rem;
}

.cl-card {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  text-align: left;
}
.cl-card:hover {
  background: #eff1f3;
  outline: none;
}
.cl-card:last-child {
  margin-bottom: 0;
}
.cl-card:first-child .cl-card__icon + .cl-card__tooltip .cl-tooltip {
  top: 1.875rem;
  bottom: initial;
}
.cl-card:first-child .cl-card__icon + .cl-card__tooltip .cl-tooltip:before {
  top: -0.375rem;
  bottom: initial;
}
.cl-card__tab {
  margin-left: 1rem;
}
.cl-card__expand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cl-card__info {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1;
  margin-right: 0.5rem;
  font-size: 0;
}
.cl-card__info .cl-check {
  width: 100%;
}
.cl-card__info .cl-check__input + label {
  padding-left: 0;
}
.cl-card__info .cl-check__input + label:before {
  position: initial;
  top: initial;
  left: initial;
}
.cl-card__info .cl-check__label {
  display: flex;
  align-items: center;
}
.cl-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  margin-left: 1rem;
  background: rgba(10, 11, 12, 0.1);
  border-radius: 50%;
}
.cl-card__icon:hover + .cl-card__tooltip .cl-tooltip {
  display: block;
}
.cl-card__icon img {
  width: 100%;
  height: 100%;
}
.cl-card__icon i {
  font-size: 1rem;
  font-weight: 400;
}
.cl-card__icon--warning {
  background: #ffbe00;
}
.cl-card__icon--error {
  background: #e12200;
}
.cl-card__icon + .cl-card__tooltip .cl-tooltip {
  display: none;
  position: absolute;
  bottom: 1.875rem;
  left: calc(50% - 75px);
  width: 7.5rem;
  text-align: center;
  z-index: 10;
}
.cl-card__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  border-radius: 0.25rem;
}
.cl-card__pic img {
  width: 100%;
}
.cl-card__pic i {
  font-size: 1rem;
  font-weight: 400;
}
.cl-card__pic--warning {
  background: #ffbe00;
}
.cl-card__pic--error {
  background: #e12200;
}
.cl-card__tooltip {
  position: relative;
}
.cl-card__title {
  flex: 1;
  max-width: calc(100% - 100px);
  padding: 0 0.5rem;
  word-break: break-word;
}
.cl-card__title--sm {
  max-width: calc(100% - 50px);
  min-width: calc(100% - 90px);
}
.cl-card__title--xs {
  max-width: calc(100% - 5px);
  min-width: calc(100% - 50px);
  padding: 0;
}
.cl-card__title--full {
  max-width: 100%;
  min-width: 100%;
}
.cl-card__title--auto {
  max-width: initial;
}
.cl-card__caption {
  display: block;
  width: 100%;
  margin-bottom: 0.125rem;
  text-align: left;
}
.cl-card__caption:focus, .cl-card__caption:focus-visible {
  outline: 0.125rem solid #005b96;
  outline-offset: 0.0625rem;
  border-radius: 0.25rem;
}
.cl-card__caption--pointer {
  cursor: pointer;
}
.cl-card__caption--fix {
  padding: 0;
}
.cl-card__edit {
  display: flex;
  align-items: center;
}
.cl-card__edit .cl-input {
  flex: 1;
}
.cl-card__edit .cl-button {
  margin-left: 0.5rem;
}
.cl-card__data {
  flex: 1;
  padding: 0 1.25rem;
}
.cl-card__data .cl-text {
  margin-bottom: 0.25rem;
}
.cl-card__data .cl-text:last-child {
  margin-bottom: 0;
}
.cl-card__interact {
  margin-right: 0.5rem;
}
.cl-card__content {
  display: flex;
  align-items: start;
  width: 100%;
}
.cl-card__block {
  display: block;
  text-align: left;
}
.cl-card__block--1 {
  flex: 1;
}
.cl-card__block--limited {
  max-width: calc(100% - 28px);
}
.cl-card__actions {
  display: flex;
  align-items: center;
  position: relative;
}
.cl-card__actions button {
  margin-left: 0.25rem;
}
.cl-card__actions button:first-child {
  margin-left: 0;
}
.cl-card__actions--lg {
  padding-top: 0.5rem;
}
.cl-card__actions--lg button {
  margin-left: 1.25rem;
}
.cl-card__actions--lg button:first-child {
  margin-left: 0;
}
.cl-card__actions .cl-dropdown__item {
  margin-left: 0;
}
.cl-card__legend {
  margin-top: 0.5rem;
}
.cl-card__legend--inline {
  display: flex;
  align-items: center;
}
.cl-card__legend--inline .cl-card__option {
  margin-right: 0.75rem;
}
.cl-card__legend--inline .cl-card__option:last-child {
  margin-right: 0;
}
.cl-card__option--inline {
  display: flex;
  align-items: center;
}
.cl-card--full {
  width: 100%;
}
.cl-card--simple {
  padding: 0;
}
.cl-card--simple:hover {
  background: transparent;
}
.cl-card--top {
  align-items: start;
}
.cl-card--fix {
  margin-bottom: 0;
}
.cl-card--outline {
  margin-bottom: 1rem;
  background: white;
  padding: 0.5rem;
  border: 0.0625rem solid #dfe2e5;
}
.cl-card--outline:hover {
  background: white;
}
.cl-card--outline:last-child {
  margin-bottom: 0;
}
.cl-card--active .cl-card__content {
  width: calc(100% - 35px);
}
.cl-card--selected {
  background: rgba(10, 11, 12, 0.1);
}
.cl-card--event {
  cursor: pointer;
}
.cl-card--event:focus, .cl-card--event:focus-visible {
  width: calc(100% - 6px);
  margin-left: 0.1875rem;
  margin-top: 0.1875rem;
  outline: 0.125rem solid #005b96;
  outline-offset: 0.0625rem;
  border-radius: 0.25rem;
}
.cl-card--loading {
  padding: 0.75rem 0.5rem;
  background: #f7f8fb;
  border-radius: 0.5rem;
}

.cl-item {
  margin-bottom: 0.5rem;
}
.cl-item:last-child {
  margin-bottom: 0;
}

.cl-aside {
  display: inline-block;
  vertical-align: top;
  width: 5rem;
  height: 100%;
}
.cl-aside--open {
  width: 28.75rem;
}
.cl-aside--full {
  width: 100%;
}
.cl-aside__content {
  display: inline-block;
  vertical-align: top;
  width: 5rem;
  height: 100%;
  padding: 5rem 0.375rem 0 0.5rem;
  background: #f7f8fb;
  border-right: 0.0625rem solid #dfe2e5;
  color: #282b2e;
  text-align: center;
}
.cl-aside__content--many {
  padding-top: 1.875rem;
}
.cl-aside__content--many .cl-aside__items {
  margin-top: 1.25rem;
  padding-top: 0;
}
.cl-aside__menubar {
  height: 100%;
}
.cl-aside__items {
  height: calc(100% - 275px);
  padding-top: 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.cl-aside__item {
  background: transparent;
  border: 0.125rem solid transparent;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.cl-aside__item:hover, .cl-aside__item--on {
  border-color: transparent;
  outline: none;
}
.cl-aside__item:hover .cl-button--neutral, .cl-aside__item--on .cl-button--neutral {
  background: #dfe2e5;
}
.cl-aside__item:focus, .cl-aside__item:focus-visible {
  background: #dfe2e5;
  border-color: #114d7a;
  border-radius: 0.5rem;
  outline: none;
  box-shadow: inset 0 0 0.0625rem 0.0625rem white;
  color: #282b2e;
}
.cl-aside__item:focus:hover, .cl-aside__item:focus-visible:hover {
  background: #dfe2e5;
}
.cl-aside__item:focus .cl-icon, .cl-aside__item:focus-visible .cl-icon {
  color: #282b2e;
}
.cl-aside__item:focus .cl-button--neutral, .cl-aside__item:focus-visible .cl-button--neutral {
  background: transparent;
}
.cl-aside__item ::selection {
  background: transparent;
}
.cl-aside__item--disabled {
  cursor: default;
}
.cl-aside__item--disabled:hover .cl-button--neutral {
  background: transparent;
}
.cl-aside__item--disabled .cl-button {
  cursor: default;
}
.cl-aside__item--disabled .cl-button:hover {
  background: transparent;
}
.cl-aside__item--disabled .cl-icon {
  color: #b1b5bb;
}
.cl-aside__item--disabled .cl-text {
  color: #b1b5bb;
}
.cl-aside__actions {
  height: 9.5rem;
}
.cl-aside__action--disabled {
  cursor: default;
}
.cl-aside__action--disabled:hover .cl-button--neutral {
  background: transparent;
}
.cl-aside__action--disabled .cl-button {
  cursor: default;
}
.cl-aside__action--disabled .cl-button:hover {
  background: transparent;
}
.cl-aside__action--disabled .cl-icon {
  color: #b1b5bb;
}
.cl-aside__action--relative {
  position: relative;
}
.cl-aside__user {
  position: relative;
  padding: 1.25rem 0;
  text-align: center;
}
.cl-aside__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
}
.cl-aside__avatar--on, .cl-aside__avatar:focus, .cl-aside__avatar:focus-visible {
  background: rgba(10, 11, 12, 0.1);
  border: none;
  outline: none;
}
.cl-aside__avatar img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.cl-aside__panel {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 23.75rem;
  height: 100%;
  padding: 1rem 0.75rem;
  background: #f7f8fb;
  border-right: 0.0625rem solid #dfe2e5;
}
.cl-aside__panel--hidden {
  opacity: 0;
  visibility: hidden;
}
.cl-aside__panel--no {
  opacity: 0;
  visibility: hidden;
}
.cl-aside__page {
  display: inline-block;
  vertical-align: top;
  position: fixed;
  top: 3.5rem;
  left: 5rem;
  width: calc(100% - 80px);
  height: calc(100% - 56px);
  background: white;
  border-top: 0.0625rem solid #dfe2e5;
  z-index: 15;
}
.cl-aside__page--iframe {
  top: 0;
  height: 100%;
}
.cl-aside__page--hidden {
  opacity: 0;
  visibility: hidden;
}
.cl-aside__page .cl-header__model {
  display: none;
}
.cl-aside__category {
  display: flex;
  align-items: center;
  min-height: 2.25rem;
  margin-bottom: 0.25rem;
  padding: 0 0.5rem;
}
.cl-aside__category .cl-text {
  flex: 1;
}
.cl-aside__category .cl-button {
  display: none;
}
.cl-aside__category--active {
  background: #eff1f3;
  border-radius: 0.5rem;
}
.cl-aside__category--active .cl-button {
  display: block;
  margin-left: 0.5rem;
}
.cl-aside__box {
  display: block;
  width: 100%;
  height: calc(100% - 44px);
}
.cl-aside__edit {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.cl-aside__edit:hover {
  background: rgba(10, 11, 12, 0.1);
}
.cl-aside__edit:hover .cl-button--hover {
  display: block;
}
.cl-aside__edit--active {
  background: rgba(10, 11, 12, 0.1);
  cursor: initial;
}
.cl-aside__edit--transparent {
  background: transparent;
}
.cl-aside__edit--spaced {
  margin-top: 0.75rem;
}
.cl-aside__edit--spacing {
  margin: 0.75rem 0 0.25rem 0;
}
.cl-aside__edit--separated {
  margin-top: 0.25rem;
}
.cl-aside__edit--blank {
  padding: 0.5rem;
}
.cl-aside__edit--blank-lt {
  padding: 0.5rem 0.5rem 0.5rem 2.25rem;
}
.cl-aside__edit--editing {
  align-items: center;
  padding: 0.25rem 0.5rem;
  background: rgba(10, 11, 12, 0.1);
  cursor: initial;
}
.cl-aside__edit--editing .cl-button.cl-button--hover {
  display: block;
}
.cl-aside__edit--end {
  align-items: end;
}
.cl-aside__edit .cl-input {
  flex: 1;
}
.cl-aside__edit .cl-text {
  flex: 1;
}
.cl-aside__edit .cl-text--high {
  margin-top: 0.25rem;
}
.cl-aside__edit .cl-text .cl-action {
  margin-right: 0.25rem;
}
.cl-aside__edit .cl-button {
  margin-left: 0.5rem;
}
.cl-aside__edit .cl-button:hover, .cl-aside__edit .cl-button:focus {
  background: transparent;
}
.cl-aside__edit .cl-button--hover {
  display: none;
  line-height: 1rem;
}
.cl-aside__toggle {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  z-index: 1;
}
.cl-aside__close {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem 2.25rem;
  background: white;
  border-bottom: 0.0625rem solid #dfe2e5;
  z-index: 10;
}
.cl-aside__close--bordered {
  border-top: 0.0625rem solid #dfe2e5;
}
.cl-aside__modified {
  border-bottom: none;
  padding: 0.5rem 13.5rem;
}
.cl-aside__button {
  display: flex;
  flex: 1;
}
.cl-aside__button--righted {
  justify-content: end;
}
.cl-aside__header {
  display: flex;
  align-items: center;
  padding-bottom: 1.75rem;
}
.cl-aside__header .cl-title {
  flex: 1;
}
.cl-aside__block {
  display: block;
  height: 100%;
}
.cl-aside__block--none {
  display: none;
}
.cl-aside__options {
  flex: 1;
  position: relative;
  margin-bottom: 0.75rem;
  text-align: right;
}
.cl-aside__options--foot {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.cl-aside__options--tight {
  margin-bottom: 0;
}
.cl-aside__options--left {
  text-align: left;
}
.cl-aside__section {
  display: none;
  height: calc(100% - 36px);
}
.cl-aside__section--open {
  display: block;
}
.cl-aside__section--full {
  height: 100%;
}
.cl-aside__section--relative {
  position: relative;
}
.cl-aside__form {
  height: calc(100% - 77px);
}
.cl-aside__search {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0.75rem 0;
}
.cl-aside__search--full {
  display: block;
}
.cl-aside__searcher {
  flex: 1;
  padding-right: 0.625rem;
}
.cl-aside__settings {
  display: flex;
  align-items: center;
}
.cl-aside__settings--start {
  align-items: flex-start;
}
.cl-aside__settings--spaced {
  margin-bottom: 0.75rem;
}
.cl-aside__filters, .cl-aside__complete {
  position: relative;
}
.cl-aside__inner {
  display: block;
  height: calc(100% - 36px);
}
.cl-aside__inner--none {
  display: none;
}
.cl-aside__separator {
  display: block;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  border-top: 0.0625rem solid #c8cbd0;
}
.cl-aside__separator--sm {
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.cl-aside__list {
  height: calc(100% - 160px);
  overflow: auto;
}
.cl-aside__list--xxs {
  height: 100%;
}
.cl-aside__list--md {
  height: calc(100% - 55px);
}
.cl-aside__list--xl {
  height: calc(100% - 125px);
}
.cl-aside__list--xxl {
  height: calc(100% - 165px);
}
.cl-aside__list--depth {
  width: calc(100% + 10px);
}
.cl-aside__list--separated {
  margin-top: 1rem;
}
.cl-aside__list--degraded:after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background: linear-gradient(180deg, rgba(247, 248, 251, 0) 0%, #f7f8fb 100%);
}
.cl-aside__subpanel {
  display: block;
  height: calc(100% - 80px);
}
.cl-aside__subpanel-items {
  display: block;
  height: 100%;
  margin-top: 1rem;
  padding-bottom: 0.25rem;
  overflow: auto;
}
.cl-aside__subpanel-items-fix {
  height: calc(100% - 83px);
}
.cl-aside__subpanel-items--md {
  height: calc(100% - 30px);
}
.cl-aside__subpanel-item {
  display: block;
  width: calc(100% - 16px);
  margin: 0 0.5rem 0.375rem 0.5rem;
  padding: 0.25rem;
}
.cl-aside__subpanel-item:last-child {
  margin-bottom: 0;
}
.cl-aside__subpanel-item--open {
  background: #eff1f3;
  border-radius: 0.5rem;
}
.cl-aside__subpanel-item .cl-action {
  margin-right: 0.25rem;
}
.cl-aside__subpanel-item .cl-action:last-child {
  margin-right: 0;
}
.cl-aside__subpanel-item .cl-dropdown--panel {
  right: 2.8125rem;
}
.cl-aside__subpanel-item .cl-dropdown--panel .cl-action {
  margin-right: 0.5rem;
}
.cl-aside__subpanel-subitems {
  display: block;
  padding: 0.25rem 0 0.25rem 2.75rem;
}
.cl-aside__subpanel-subitem {
  display: block;
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.cl-aside__subpanel-subitem--open {
  background: #dfe2e5;
  border-radius: 0.5rem;
}
.cl-aside__subpanel-lowitems {
  display: block;
  width: 100%;
  padding: 0.25rem 0 0.25rem 2.75rem;
}
.cl-aside__subpanel-lowitems:last-child {
  margin-bottom: 0;
}
.cl-aside__subpanel-lowitem {
  display: block;
  margin-bottom: 0.375rem;
}
.cl-aside__subpanel-lowitem:last-child {
  margin-bottom: 0;
}
.cl-aside__subpanel--lg {
  height: calc(100% - 240px);
}
.cl-aside__empty {
  padding: 0.5rem;
}
.cl-aside__zero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 36px);
}
.cl-aside__zero-box {
  width: 21.875rem;
  max-width: 100%;
  text-align: center;
}
.cl-aside__zero-icon .cl-icon {
  font-size: 3.75rem;
  font-weight: 300;
  color: #5d626a;
}
.cl-aside__zero-title {
  margin: 0.75rem 0;
}
.cl-aside__zero-text {
  margin-bottom: 1.25rem;
}
.cl-aside__zero-action {
  display: block;
  text-align: center;
}
.cl-aside__zero-button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cl-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 11, 12, 0.3);
  z-index: 50;
}

.cl-logo {
  display: none;
}
.cl-logo img {
  width: 3rem;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .cl-aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 100;
  }

  .cl-backdrop--open {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .cl-aside__content {
    width: 3.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .cl-aside__item {
    margin-bottom: 0.5rem;
  }
  .cl-aside__item:last-child {
    margin-bottom: 0;
  }
  .cl-aside__item .cl-text--xs {
    font-size: 0.625rem;
  }
  .cl-aside__panel {
    width: 15rem;
  }
  .cl-aside__page {
    left: 3.75rem;
    width: calc(100% - 60px);
  }
}
@media (min-height: 100px) and (max-height: 640px) {
  .cl-aside__content {
    padding-top: 1.5rem;
  }
  .cl-aside__content .cl-button--solid, .cl-aside__content .cl-button--outline {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.375rem;
  }
  .cl-aside__content .cl-button--solid i, .cl-aside__content .cl-button--outline i {
    font-size: 1.125rem;
  }
  .cl-aside__content .cl-button--spaced {
    margin-top: 0.5rem;
  }
  .cl-aside__content--many {
    padding-top: 1rem;
  }
  .cl-aside__content--many .cl-aside__items {
    margin-top: 0.5rem;
  }
  .cl-aside__items {
    height: calc(100% - 190px);
  }
  .cl-aside__items .cl-button--square {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 0.375rem;
  }
  .cl-aside__items .cl-button--square i {
    font-size: 1.375rem;
  }
  .cl-aside__actions {
    height: 6.25rem;
  }
  .cl-aside__actions .cl-button--square {
    height: 1.625rem;
  }
  .cl-aside__actions .cl-button--square i {
    font-size: 1.375rem;
  }
  .cl-aside__user {
    padding: 0.75rem 0;
  }
  .cl-aside__zero {
    align-items: flex-start;
    padding-top: 2.5rem;
  }
}
.cl-chat__messages {
  padding-bottom: 7.5rem;
}

.cl-section {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.cl-section__header {
  display: none;
  padding-top: 1.25rem;
  border-bottom: 0.0625rem solid #dfe2e5;
}
.cl-section__header--on {
  display: block;
}
.cl-section__header--simple {
  border: none;
}
.cl-section__header--lab {
  padding: 0.75rem 0;
  background: #e4f2fe;
}
.cl-section__wrapper {
  width: 50.625rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2.25rem;
}
.cl-section__wrapper--upload {
  padding: 0 1rem;
}
.cl-section__full {
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2.25rem;
  border-top: 1px solid #dfe2e5;
}
.cl-section__content {
  display: none;
  flex: 1;
  padding-top: 1.25rem;
  overflow: auto;
}
.cl-section__content--on {
  display: block;
}
.cl-section__content--md {
  max-height: calc(100vh - 277px);
}
.cl-section__content--limited-md {
  max-height: calc(100vh - 160px);
}
.cl-section__content--limited-ml {
  max-height: calc(100% - 200px);
}
.cl-section__content--limited-cards {
  min-height: calc(100vh - 282px);
  max-height: calc(100vh - 282px);
  overflow: auto;
}
.cl-section__content--flex {
  display: flex;
  align-items: center;
  padding-top: 0;
}
.cl-section__content--end {
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}
.cl-section__content--nospace {
  padding-top: 0;
}
.cl-section__grid {
  display: grid;
}
.cl-section__grid skmo-agent-select-button {
  display: block;
  height: 100%;
}
.cl-section__grid--cards {
  grid-template-columns: 14.0625rem 14.0625rem 14.0625rem;
}
.cl-section__grid--gap {
  grid-gap: 1.25rem;
}
.cl-section__actions {
  margin-top: 3.25rem;
}
.cl-section__actions .cl-button {
  margin-right: 1rem;
}
.cl-section__actions .cl-button:last-child {
  margin-right: 0;
}
.cl-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.cl-section__link--fit {
  margin-bottom: 0;
}
.cl-section__link .cl-button {
  display: flex;
  align-items: center;
}
.cl-section__link .cl-action {
  margin-left: 0.25rem;
}
.cl-section__footer {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #5d626a;
  text-align: center;
}
.cl-section__text-area {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.5rem;
  border: 0.0625rem solid #9aa0a7;
  border-radius: 0.25rem;
  resize: none;
}
.cl-section .cl-card--loading {
  padding: 0.75rem 0.5rem;
}
.cl-section .cl-card--status {
  padding: 0.75rem 1.25rem;
  background: none;
  border: 0.0625rem solid #858b93;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 1023px) {
  .cl-section__grid--cards {
    grid-template-columns: 14.0625rem 14.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .cl-section__grid--cards {
    grid-template-columns: 14.0625rem;
  }
}

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