/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ActionItem/ActionItem.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.action-item {
  align-items: center;
  background-color: light-dark(#ffffff, #121212);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 96px;
  justify-content: center;
  padding: 16px 8px;
  transform: scale(1);
  transition: transform 0.1s ease-in, background-color 0.1s ease-in;
  width: 96px;
}
.action-item--is-highlighted {
  border-color: light-dark(#207ac6, #80c6ff);
}
.action-item:first-of-type {
  margin-left: 0;
}
.action-item:not(.action-item--is-disabled):hover {
  background-color: light-dark(#f2faff, #333333);
  transform: scale(1.05);
}
.action-item__icon {
  height: 24px;
  margin-bottom: 12px;
  width: 24px;
}
.action-item__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#207ac6, #80c6ff);
  text-align: center;
}
.action-item--is-disabled .action-item__icon .ng-play-icon__sign,
.action-item--is-disabled .action-item__icon .ng-pause-icon__sign,
.action-item--is-disabled .action-item__icon .ng-creator-icon__sign {
  fill: light-dark(#a19e9e, #d2d2d2);
}
.action-item--is-disabled .action-item__text {
  color: light-dark(#a19e9e, #d2d2d2);
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/CreateFileButton/CreateFileButton.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.szh-menu-container .ng-create-file-context-menu .ng-context-menu__submenu,
.szh-menu-container .ng-create-file-context-menu .ng-context-menu__item {
  justify-content: start;
}
.szh-menu-container .ng-create-file-context-menu .ng-create-file-context-menu__item__icon {
  height: 16px;
  margin-right: 8px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Header/TextAreaModal/TextAreaModal.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area.ng-modal-wrapper .ng-modal-wrapper__window.ng-modal-wrapper__window--large.ng-modal-wrapper__window--large-width {
  height: 80vh;
  min-height: 500px;
  min-width: 600px;
  width: 80vw;
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area form {
  border: 1px solid light-dark(#a19e9e, #d2d2d2);
  margin-right: 40px;
  padding-right: 0;
  transition: border-color 0.2s ease-in, border-width 0.2s ease-in;
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area form > * {
  height: 100%;
  /* stylelint-disable-next-line declaration-no-important */
  overflow: initial !important;
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area form:focus-within {
  border-color: light-dark(#207ac6, #80c6ff);
  border-width: 2px;
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area form:hover {
  border-color: light-dark(#207ac6, #80c6ff);
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area .data-science__pipeline-creator__body__options__resolver__header__ng-text-area__text-area:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area .data-science__pipeline-creator__body__options__resolver__header__ng-text-area__text-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area .data-science__pipeline-creator__body__options__resolver__header__ng-text-area__text-area::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__options__resolver__header__ng-text-area .data-science__pipeline-creator__body__options__resolver__header__ng-text-area__text-area {
  background-color: light-dark(#ffffff, #1f1f1f);
  outline: none;
  resize: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Header/Header.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-left: 16px;
}
.data-science__pipeline-creator__body__options__resolver__header.data-science__pipeline-creator__body__options__resolver__header--with-bolean {
  margin-bottom: 20px;
}
.data-science__pipeline-creator__body__options__resolver__header.data-science__pipeline-creator__body__options__resolver__header--label-clickable .ng-label {
  cursor: pointer;
}
.data-science__pipeline-creator__body__options__resolver__header.data-science__pipeline-creator__body__options__resolver__header--label-clickable .ng-label .ng-label__text {
  color: light-dark(#207ac6, #80c6ff);
}
.data-science__pipeline-creator__body__options__resolver__header .ng-label.ng-label--big {
  margin-top: 0;
  max-width: calc(100% - 116px);
  min-width: calc(100% - 116px);
  width: calc(100% - 116px);
}
.data-science__pipeline-creator__body__options__resolver__header .ng-label .ng-label__text:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__options__resolver__header .ng-label .ng-label__text::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-science__pipeline-creator__body__options__resolver__header .ng-label .ng-label__text::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__options__resolver__header .ng-label .ng-label__text {
  height: fit-content;
  overflow: auto;
  white-space: nowrap;
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls {
  align-items: center;
  display: flex;
  height: 16px;
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls .data-science__pipeline-creator__body__options__resolver__header__controls__control {
  cursor: pointer;
  height: 16px;
  margin-left: 12px;
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls .data-science__pipeline-creator__body__options__resolver__header__controls__control:first-child {
  margin-left: 0;
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls .data-science__pipeline-creator__body__options__resolver__header__controls__control.data-science__pipeline-creator__body__options__resolver__header__controls__control--unlock .ng-unlock-icon__sign {
  fill: light-dark(#207ac6, #80c6ff);
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls .data-science__pipeline-creator__body__options__resolver__header__controls__control.data-science__pipeline-creator__body__options__resolver__header__controls__control--unlock .data-science__pipeline-creator__body__options__resolver__header__controls__control--unlock--is-disabled {
  cursor: not-allowed;
}
.data-science__pipeline-creator__body__options__resolver__header .data-science__pipeline-creator__body__options__resolver__header__controls .data-science__pipeline-creator__body__options__resolver__header__controls__control.data-science__pipeline-creator__body__options__resolver__header__controls__control--unlock .data-science__pipeline-creator__body__options__resolver__header__controls__control--unlock--is-disabled .ng-unlock-icon__sign {
  fill: light-dark(#a19e9e, #d2d2d2);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Body/Workspace/Diagram/CommentNode/CommentNodeWidget/CollapsedComment/CollapsedComment.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__comments__comment__collapsed {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.2s ease-in;
  width: 56px;
}
.data-science__pipeline-creator__comments__comment__collapsed:hover {
  transform: scale(1.166);
}
.data-science__pipeline-creator__comments__comment__collapsed svg {
  height: 48px;
  width: 48px;
}
.data-science__pipeline-creator__comments__comment__collapsed svg text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  fill: light-dark(#000000, #ffffff);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Body/Workspace/Diagram/CommentNode/CommentNodeWidget/ExpandedComment/ExpandedComment.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__comments__comment__expanded {
  background-color: light-dark(#ffffff, #1f1f1f);
  border: solid 1px transparent;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  cursor: move;
  height: fit-content;
  max-width: 320px;
  min-height: 80px;
  min-width: 320px;
  padding: 12px 64px 20px 16px;
  pointer-events: all;
  position: absolute;
  width: 320px;
}
.data-science__pipeline-creator__comments__comment__expanded.data-science__pipeline-creator__comments__comment__expanded--is-dragging {
  border: dashed 1px light-dark(#e6e6e6, #717171);
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__author {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.14;
  border-bottom: 1px solid light-dark(#000000, #ffffff);
  color: light-dark(#a19e9e, #d2d2d2);
  font-size: 10px;
  height: 24px;
  overflow: hidden;
  padding: 4px 0;
  text-overflow: ellipsis;
  width: 220px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__text {
  height: fit-content;
  margin-top: 12px;
  min-height: 16px;
  overflow: hidden;
  width: 220px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__text textarea {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  background-color: light-dark(#ffffff, #1f1f1f);
  border: 0;
  color: light-dark(#a19e9e, #d2d2d2);
  outline: none;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: 100%;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__text textarea::placeholder {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  font-size: 12px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__remove {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__remove svg {
  fill: light-dark(#000000, #ffffff);
  height: 8px;
  transition: fill 0.2s ease-in;
  width: 8px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__remove.data-science__pipeline-creator__comments__comment__expanded__remove--is-disabled {
  cursor: not-allowed;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__remove.data-science__pipeline-creator__comments__comment__expanded__remove--is-disabled svg {
  fill: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__minimize {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 16px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__minimize svg {
  height: 8px;
  transition: fill 0.2s ease-in;
  width: 8px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__minimize.data-science__pipeline-creator__comments__comment__expanded__minimize--is-disabled {
  cursor: not-allowed;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__minimize.data-science__pipeline-creator__comments__comment__expanded__minimize--is-disabled svg {
  fill: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__counter {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  bottom: 16px;
  color: light-dark(#d2d2d2, #a19e9e);
  opacity: 1;
  position: absolute;
  right: 16px;
  transition: opacity 0.2s;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__counter.data-science__pipeline-creator__comments__comment__expanded__counter--is-hidden {
  opacity: 0;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__number {
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 50%;
  bottom: -28px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  height: 32px;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateX(-50%);
  width: 32px;
}
.data-science__pipeline-creator__comments__comment__expanded .data-science__pipeline-creator__comments__comment__expanded__number .data-science__pipeline-creator__comments__comment__expanded__number__inner {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  background-color: light-dark(#ffda51, #ffee65);
  border-radius: 50%;
  color: light-dark(#000000, #ffffff);
  display: flex;
  height: 24px;
  justify-content: center;
  padding-left: 1px;
  width: 24px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Insight/CustomInsight/ChartInsight/tiles/DiagramTile/Content/Diagram/Port/PortWidget/PortWidget.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.insight-node-widget__port {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border: solid 1px light-dark(#d2d2d2, #a19e9e);
  border-radius: 4px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin: 0 auto 2px;
  max-width: 320px;
  min-width: 160px;
  padding: 12px 0;
  position: relative;
  width: fit-content;
}
.insight-node-widget__port__main {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
}
.insight-node-widget__port__main--input {
  left: -32px;
}
.insight-node-widget__port__main--output {
  right: -32px;
}
.insight-node-widget__port__main__circle-out {
  height: 12px;
  width: 12px;
}
.insight-node-widget__port__main__circle-out--highlighted .insight-node-widget__port__main__circle-out__inner {
  box-shadow: 0 0 20px 0 light-dark(#207ac6, #80c6ff);
}
.insight-node-widget__port__main__circle-out__inner {
  background-color: light-dark(#d2d2d2, #a19e9e);
  border: solid 2px light-dark(#ffffff, #1f1f1f);
  border-radius: 50%;
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  height: 12px;
  transition: background-color 0.2s ease-in;
  width: 12px;
}
.insight-node-widget__port .insight-node-widget__port__content {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  width: 100%;
}
.insight-node-widget__port .insight-node-widget__port__content .insight-node-widget__port__content__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#494b4b, #f9f9f9);
  display: flex;
  overflow: hidden;
  width: 100%;
}
.insight-node-widget__port .insight-node-widget__port__content .insight-node-widget__port__content__text .insight-node-widget__port__content__text__main {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Body/Workspace/StatusBox/NoStatuses/NoStatuses.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__workspace__diagram__status-box__container__no-results {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 4px;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 264px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container__no-results p {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Body/Workspace/StatusBox/StatusDetails/StatusDetails.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details {
  margin-top: 16px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details__row:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details__row::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details__row::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details__row {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
  margin-bottom: 2px;
  min-width: 220px;
  overflow: auto;
  white-space: nowrap;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__details__row span {
  color: light-dark(#a19e9e, #d2d2d2);
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Body/Workspace/StatusBox/StatusBox.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__workspace__diagram__status-box:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box {
  animation: status-box-boxbox 0.2s ease-in forwards;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  height: fit-content;
  left: 0;
  max-height: 60vh;
  max-width: 50vw;
  min-height: 96px;
  min-width: 320px;
  overflow: auto;
  padding: 20px 32px 20px 24px;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transform-origin: left top;
  width: fit-content;
  z-index: 1;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box.data-science__pipeline-creator__body__workspace__diagram__status-box--is-closing {
  animation: status-box-closeBoxBox 0.2s ease-in forwards;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
  height: 20px;
  white-space: nowrap;
  word-break: keep-all;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__start-time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#717171, #e6e6e6);
  height: 20px;
  margin-top: 4px;
  white-space: nowrap;
  word-break: keep-all;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 8px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container {
  margin-top: 12px;
  max-width: 100%;
  padding-left: 12px;
  width: fit-content;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row {
  border-left: solid 1px light-dark(#717171, #e6e6e6);
  min-height: 80px;
  padding-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row:last-of-type {
  border-left: 0;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__icon {
  border: 2px solid light-dark(#ffffff, #1f1f1f);
  border-radius: 50%;
  height: 28px;
  left: -14px;
  position: absolute;
  top: 0;
  width: 28px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__icon .status-icon {
  height: 28px;
  width: 28px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__icon .status-icon svg,
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__icon .status-icon .status-icon__warn-outline {
  height: 28px;
  width: 28px;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__message:hover::-webkit-scrollbar-thumb,
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__component:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__message::-webkit-scrollbar-thumb,
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__component::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__message::-webkit-scrollbar-thumb:hover,
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__component::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__message,
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__component {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  margin-bottom: 2px;
  overflow: hidden;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__message {
  color: light-dark(#717171, #e6e6e6);
  min-width: 220px;
  overflow: auto;
}
.data-science__pipeline-creator__body__workspace__diagram__status-box .data-science__pipeline-creator__body__workspace__diagram__status-box__container .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row .data-science__pipeline-creator__body__workspace__diagram__status-box__container__row__time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  overflow: hidden;
  white-space: nowrap;
}
@keyframes status-box-boxbox {
  0% {
    transform: scale(0) translateX(-100%);
  }
  100% {
    transform: scale(1) translateX(-100%);
  }
}
@keyframes status-box-closeBoxBox {
  0% {
    transform: scale(1) translateX(-100%);
  }
  100% {
    transform: scale(0) translateX(-100%);
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Insight/CustomInsight/ChartInsight/tiles/DiagramTile/Content/Diagram/Node/NodeWidget/ConnectionBox/ConnectionBox.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.insight-node-widget__connection {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: 1px solid light-dark(#ffb951, #ffc773);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0 auto 2px;
  max-width: 320px;
  min-width: 160px;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
.insight-node-widget__connection .insight-node-widget__connection__content {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  width: 100%;
}
.insight-node-widget__connection .insight-node-widget__connection__content .insight-node-widget__connection__content__action {
  display: flex;
  height: 12px;
  position: absolute;
  right: 4px;
  top: 2px;
  width: 12px;
}
.insight-node-widget__connection .insight-node-widget__connection__content .insight-node-widget__connection__content__action .insight-node-widget__connection__content__action__wrapper {
  display: flex;
  height: 12px;
  width: 12px;
}
.insight-node-widget__connection .insight-node-widget__connection__content .insight-node-widget__connection__content__action .insight-node-widget__connection__content__action__wrapper svg {
  fill: light-dark(#207ac6, #80c6ff);
  height: 12px;
  width: 12px;
}
.insight-node-widget__connection .insight-node-widget__connection__content .insight-node-widget__connection__content__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#207ac6, #80c6ff);
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.insight-node-widget__connection .insight-node-widget__connection__content .insight-node-widget__connection__content__text .insight-node-widget__connection__content__text__main {
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Insight/CustomInsight/ChartInsight/tiles/DiagramTile/Content/Diagram/Node/NodeWidget/NodeCircle/NodeCircle.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.insight-node-widget__node-circle {
  cursor: grab;
  display: flex;
  justify-content: center;
  position: relative;
}
.insight-node-widget__node-circle:hover .insight-node-widget__node-circle__circle {
  transform: scale(1.1);
}
.insight-node-widget__node-circle .insight-node-widget__node-circle__circle {
  align-items: center;
  background-color: light-dark(#ecf8ff, #383838);
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 4px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  transform: scale(1);
  transition: transform 0.2s ease-in;
  width: 40px;
}
.insight-node-widget__node-circle .insight-node-widget__node-circle__circle .insight-node-widget__node-circle__circle__icon {
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.insight-node-widget__node-circle .insight-node-widget__node-circle__circle .insight-node-widget__node-circle__circle__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Insight/CustomInsight/ChartInsight/tiles/DiagramTile/Content/Diagram/Node/NodeWidget/ParamBox/ParamBox.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.insight-node-widget__param {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: 1px solid light-dark(#f9f9f9, #494b4b);
  border-radius: 4px;
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0 auto 2px;
  max-width: 320px;
  min-width: 160px;
  padding: 6px 0;
  position: relative;
  width: 100%;
}
.insight-node-widget__param .insight-node-widget__param__content {
  display: flex;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  width: 100%;
}
.insight-node-widget__param .insight-node-widget__param__content__icon {
  height: 12px;
  left: 4px;
  position: absolute;
  top: -2px;
  width: 12px;
}
.insight-node-widget__param .insight-node-widget__param__content__icon svg {
  fill: light-dark(#717171, #e6e6e6);
  height: 12px;
  width: 12px;
}
.insight-node-widget__param .insight-node-widget__param__content .insight-node-widget__param__content__action {
  display: flex;
  height: 12px;
  position: absolute;
  right: 4px;
  top: 2px;
  width: 12px;
}
.insight-node-widget__param .insight-node-widget__param__content .insight-node-widget__param__content__action .insight-node-widget__param__content__action__wrapper {
  cursor: pointer;
  display: flex;
  height: 12px;
  width: 12px;
}
.insight-node-widget__param .insight-node-widget__param__content .insight-node-widget__param__content__action .insight-node-widget__param__content__action__wrapper svg {
  fill: light-dark(#207ac6, #80c6ff);
  height: 12px;
  width: 12px;
}
.insight-node-widget__param .insight-node-widget__param__content .insight-node-widget__param__content__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.insight-node-widget__param .insight-node-widget__param__content .insight-node-widget__param__content__text .insight-node-widget__param__content__text__main {
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Insight/CustomInsight/ChartInsight/tiles/DiagramTile/Content/Diagram/Node/NodeWidget/NodeWidget.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.insight-node-widget {
  position: relative;
}
.insight-node-widget .insight-node-widget__open-button {
  cursor: pointer;
  left: calc(50% + 32px);
  position: absolute;
  top: 12px;
}
.insight-node-widget .insight-node-widget__status {
  cursor: pointer;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-32px) translateY(-4px);
  width: 24px;
}
.insight-node-widget .insight-node-widget__status svg {
  height: 24px;
  width: 24px;
}
.insight-node-widget .insight-node-widget__status .status-icon__warn-outline-white {
  transform: translate(-8px, -8px);
}
.insight-node-widget .insight-node-widget__status .status-icon__warn-outline-white,
.insight-node-widget .insight-node-widget__status .status-icon__warn-outline {
  height: 24px;
  width: 24px;
}
.insight-node-widget .insight-node-widget__status .ng-running-icon {
  animation: insight-node-rotate 1s infinite linear;
}
@keyframes insight-node-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.insight-node-widget .insight-node-widget__status.node-widget__status--is-active .ng-success-icon__background {
  fill: light-dark(#71b425, #72b349);
}
.insight-node-widget .insight-node-widget__status.node-widget__status--is-active .ng-warning-icon__bg {
  fill: light-dark(#f79e1a, #f7bc4a);
}
.insight-node-widget .insight-node-widget__status.node-widget__status--is-active .ng-running-icon__background {
  fill: light-dark(#1262b6, #a6d7ff);
}
.insight-node-widget .insight-node-widget__status.node-widget__status--is-active .ng-error-icon__background {
  fill: light-dark(#df4646, #df5a5a);
}
.insight-node-widget .insight-node-widget__status.node-widget__status--is-active .ng-pending-icon__background {
  fill: light-dark(#a19e9e, #d2d2d2);
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/SideBar/Element/Element.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.sidebar__group__element {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}
@media only screen and (min-width: 1920px) {
  .sidebar__group__element {
    height: 36px;
    margin-bottom: 12px;
    padding-left: 8px;
  }
}
.sidebar__group__element:last-of-type {
  margin-bottom: 0;
}
.sidebar__group__element .sidebar__group__element__bg {
  border-radius: 4px;
  height: 0;
  left: 0;
  opacity: 0;
  top: 0;
  transition: opacity 0.2s ease-in;
  width: 0;
}
.sidebar__group__element:hover .sidebar__group__element__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
}
.sidebar__group__element:hover .sidebar__group__element__text {
  color: light-dark(#207ac6, #80c6ff);
}
.sidebar__group__element.sidebar__group__element--is-selected .sidebar__group__element__bg {
  background-color: light-dark(#ecf8ff, #383838);
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.sidebar__group__element.sidebar__group__element--is-selected .sidebar__group__element__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
}
.sidebar__group__element.sidebar__group__element--is-selected .sidebar__group__element__text {
  color: light-dark(#207ac6, #80c6ff);
}
.sidebar__group__element .sidebar__group__element__icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.sidebar__group__element .sidebar__group__element__icon svg {
  fill: light-dark(light-dark(#f9f9f9, #494b4b), light-dark(#000000, #ffffff));
  height: 20px;
  transition: fill 0.1s ease-in;
  width: 20px;
}
.sidebar__group__element .sidebar__group__element__icon svg.ng-sidebar-icon--pipelines {
  transform: rotate(-90deg);
}
.sidebar__group__element .sidebar__group__element__icon svg.ng-bin-icon {
  stroke: light-dark(light-dark(#f9f9f9, #494b4b), light-dark(#000000, #ffffff));
}
@media only screen and (min-width: 1920px) {
  .sidebar__group__element .sidebar__group__element__icon {
    height: 24px;
    width: 24px;
  }
  .sidebar__group__element .sidebar__group__element__icon svg {
    height: 24px;
    width: 24px;
  }
}
.sidebar__group__element .sidebar__group__element__text {
  color: light-dark(light-dark(#f9f9f9, #494b4b), light-dark(#000000, #ffffff));
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  height: 20px;
  letter-spacing: 3px;
  line-height: 1.82;
  margin-left: 28px;
  opacity: 0.8;
  text-transform: uppercase;
  transition: color 0.1s ease-in;
  white-space: nowrap;
}
.sidebar__group__element .sidebar__group__element__tooltip {
  color: light-dark(#f9f9f9, #494b4b);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  animation: show_user 0.2s ease-in 0.5s forwards;
  background-color: light-dark(#101640, #132240);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  justify-content: center;
  left: 12px;
  letter-spacing: 3px;
  line-height: 1.82;
  opacity: 0;
  padding: 8px 16px 8px 10px;
  position: fixed;
}
.sidebar__group__element .sidebar__group__element__tooltip .sidebar__group__element__tooltip__icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-right: 16px;
  width: 20px;
}
.sidebar__group__element .sidebar__group__element__tooltip .sidebar__group__element__tooltip__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
}
@keyframes show_user {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/SideBar/Header/Header.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.sidebar__group__header {
  align-items: center;
  display: flex;
  height: 20px;
  margin-bottom: 8px;
  padding-left: 10px;
}
.sidebar__group__header .sidebar__group__header__icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}
.sidebar__group__header .sidebar__group__header__icon .sidebar__group__header__icon__dot {
  background-color: light-dark(#207ac6, #80c6ff);
  height: 2px;
  margin-right: 4px;
  width: 2px;
}
.sidebar__group__header .sidebar__group__header__icon .sidebar__group__header__icon__dot:last-of-type {
  margin-right: 0;
}
.sidebar__group__header .sidebar__group__header__text {
  color: light-dark(#207ac6, #80c6ff);
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2.45px;
  line-height: 2.22;
  margin-left: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/SideBar/Title/Title.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.sidebar__title-row {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
}
.sidebar__title-row .sidebar__title-row__element {
  cursor: pointer;
  position: relative;
}
.sidebar__title-row .sidebar__title-row__element .sidebar__title-row__element__bg {
  background-color: light-dark(#ecf8ff, #383838);
  height: 100%;
  opacity: 0.1;
  width: 100%;
}
.sidebar__title-row .sidebar__title-row__element .sidebar__title-row__element__content {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--logo {
  border-radius: 4px;
  height: 40px;
  width: 40px;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--logo .sidebar__title-row__element__bg {
  border-radius: 4px;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--logo .sidebar__title-row__element__content {
  margin: 4px;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--logo img {
  max-height: 32px;
  max-width: 32px;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--logo .sidebar__title-row__element__dev {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(light-dark(#ffffff, #1f1f1f), light-dark(#000000, #ffffff));
  font-size: 10px;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: 28px;
  transform: translateX(-50%);
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--close {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--close .sidebar__title-row__element__bg {
  border-radius: 50%;
}
.sidebar__title-row .sidebar__title-row__element.sidebar__title-row__element--close .ng-arrow-icon {
  border: 0;
}
.sidebar__title-row .sidebar__title-row__timezone {
  flex: 1;
  height: 40px;
  margin-left: 16px;
}
.sidebar__title-row .sidebar__title-row__timezone .sidebar__title-row__timezone__time {
  color: light-dark(light-dark(#f9f9f9, #494b4b), light-dark(#000000, #ffffff));
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.82;
  margin-bottom: 2px;
  opacity: 0.8;
}
.sidebar__title-row .sidebar__title-row__timezone .sidebar__title-row__timezone__zone {
  color: light-dark(light-dark(#f9f9f9, #494b4b), light-dark(#000000, #ffffff));
  font-family: "Roboto", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  opacity: 0.8;
}
.sidebar__title-row .image-component {
  pointer-events: none;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/SideBar/SideBar.scss ***!
  \***************************************************************************************************************************************************************************************************/
.sidebar:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.sidebar:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.sidebar {
  background-color: light-dark(#101640, #132240);
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 12px 16px 12px;
  position: fixed;
  top: 0;
  transition: 0.2s ease-in width;
  width: 64px;
  z-index: 2;
}
.sidebar:hover::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sidebar.sidebar--is-expanded {
  width: 244px;
}
.sidebar.sidebar--discovery-only {
  justify-content: flex-start;
}
.sidebar .sidebar__top {
  min-width: 40px;
  position: relative;
}
.sidebar .sidebar__bottom--discovery-only {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar .sidebar__group {
  margin-bottom: 24px;
  min-width: 40px;
}
.sidebar .sidebar__group:last-of-type {
  margin-bottom: 0;
}

.sidebar-background {
  bottom: 0;
  left: 64px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/SearchAll/ResultBlock/NoResults/NoResults.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.search-all__content__results__block__body__no-results {
  height: calc(60px + 1px);
  position: relative;
  width: 240px;
}
.search-all__content__results__block__body__no-results .search-all__content__results__block__body__no-results__svg {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.search-all__content__results__block__body__no-results .search-all__content__results__block__body__no-results__svg path {
  fill: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block__body__no-results .search-all__content__results__block__body__no-results__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.67;
  bottom: 8px;
  color: light-dark(#717171, #e6e6e6);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.search-all__content__results__block__body__no-results .search-all__content__results__block__body__no-results__background {
  background-color: light-dark(#e6e6e6, #717171);
  border-radius: 4px;
  bottom: 0;
  height: 52px;
  left: 0;
  opacity: 0.15;
  position: absolute;
  right: 0;
  width: 240px;
  z-index: 0;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/SearchAll/ResultBlock/ResultBlock.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.search-all__content__results__block {
  opacity: 1;
  overflow: hidden;
  padding: 0 48px 4px 32px;
  transition: opacity 0.2s ease-in;
  width: 100%;
}
.search-all__content__results__block.search-all__content__results__block--is-hidden {
  opacity: 0;
}
.search-all__content__results__block:last-of-type {
  margin-bottom: 0;
}
.search-all__content__results__block .search-all__content__results__block__header {
  align-items: center;
  background-color: light-dark(#ecf8ff, #383838);
  border-radius: 8px;
  display: flex;
  height: 32px;
  padding: 0 8px;
  width: 100%;
}
.search-all__content__results__block .search-all__content__results__block__header .search-all__content__results__block__header__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__header .search-all__content__results__block__header__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.search-all__content__results__block .search-all__content__results__block__header .search-all__content__results__block__header__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__header .search-all__content__results__block__header__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 2px);
  word-break: keep-all;
}
.search-all__content__results__block .search-all__content__results__block__header .search-all__content__results__block__header__line {
  border-right: 1px solid light-dark(#000000, #ffffff);
  height: 16px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__see-all {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  transition: color 0.2s ease-in;
  width: 100%;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__see-all:hover {
  color: light-dark(#207ac6, #80c6ff);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 8px 12px;
  position: relative;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item:hover {
  background-color: light-dark(#fbfeff, #303030);
  transform: scaleX(1.05);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item:first-child {
  margin-top: 16px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item:last-child {
  margin-bottom: 12px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  height: 32px;
  overflow: auto;
  white-space: nowrap;
  word-break: keep-all;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__group:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__group::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__group::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__group {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-left: 4px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__status {
  position: absolute;
  right: 12px;
  top: 4px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__item .search-all__content__results__block__body__item__status svg {
  height: 20px;
  width: 20px;
}
.search-all__content__results__block .search-all__content__results__block__body .search-all__content__results__block__body__container {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/SearchAll/Recents/InsightRow/InsightRow.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
.search-all__content__results__recents__element__insight {
  align-items: center;
  background-color: light-dark(#ffffff, #121212);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 8px 12px;
  position: relative;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
}
.search-all__content__results__recents__element__insight:hover {
  background-color: light-dark(#fbfeff, #303030);
  transform: scaleX(1.05);
}
.search-all__content__results__recents__element__insight:first-child {
  margin-top: 16px;
}
.search-all__content__results__recents__element__insight:last-child {
  margin-bottom: 12px;
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__left {
  margin-right: 12px;
  margin-top: 1px;
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__left svg {
  fill: light-dark(#207ac6, #80c6ff);
  height: 16px;
  width: 16px;
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__right {
  align-items: center;
  display: flex;
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__right .search-all__content__results__recents__element__insight__right__top {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  cursor: pointer;
  margin-right: 16px;
  transition: color 0.1s ease-in;
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__right .search-all__content__results__recents__element__insight__right__top:hover {
  color: light-dark(#207ac6, #80c6ff);
}
.search-all__content__results__recents__element__insight .search-all__content__results__recents__element__insight__right .search-all__content__results__recents__element__insight__right__bottom {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
  min-height: 12px;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/SearchAll/Recents/StatusRow/StatusRow.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.search-all__content__results__recents__element__row {
  align-items: center;
  background-color: light-dark(#ffffff, #121212);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 8px 12px;
  position: relative;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
}
.search-all__content__results__recents__element__row:hover {
  background-color: light-dark(#fbfeff, #303030);
  transform: scaleX(1.05);
}
.search-all__content__results__recents__element__row:first-child {
  margin-top: 16px;
}
.search-all__content__results__recents__element__row:last-child {
  margin-bottom: 12px;
}
.search-all__content__results__recents__element__row .search-all__content__results__recents__element__row__left {
  margin-right: 12px;
  margin-top: 1px;
}
.search-all__content__results__recents__element__row .search-all__content__results__recents__element__row__right {
  align-items: center;
  display: flex;
}
.search-all__content__results__recents__element__row .search-all__content__results__recents__element__row__right .search-all__content__results__recents__element__row__right__top {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  cursor: pointer;
  margin-right: 16px;
  transition: color 0.1s ease-in;
}
.search-all__content__results__recents__element__row .search-all__content__results__recents__element__row__right .search-all__content__results__recents__element__row__right__top:hover {
  color: light-dark(#207ac6, #80c6ff);
}
.search-all__content__results__recents__element__row .search-all__content__results__recents__element__row__right .search-all__content__results__recents__element__row__right__bottom {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
  min-height: 12px;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/SearchAll/SearchAll.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.search-all-background {
  bottom: 0;
  left: 64px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.search-all {
  background-color: light-dark(#ffffff, #1f1f1f);
  bottom: 0;
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  left: 64px;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in;
  width: 656px;
  will-change: transform;
  z-index: 1000;
}
.search-all.search-all--is-expanded {
  transform: scaleX(1);
}
.search-all.search-all--is-expanded .search-all__content {
  animation: search-all-content-show 0.4s ease-in forwards;
}
@keyframes search-all-content-show {
  0% {
    opacity: 0;
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    opacity: 1;
    overflow: auto;
  }
}
.search-all .search-all__content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all .search-all__content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.search-all .search-all__content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.search-all .search-all__content {
  height: 100%;
  overflow: auto;
  padding: 0 0 24px;
  width: 100%;
}
.search-all .search-all__content .search-all__content__search {
  background-color: light-dark(#ffffff, #1f1f1f);
  left: 0;
  padding: 24px 48px 32px 32px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.search-all .search-all__content .search-all__content__search .ng-search.ng-search--large {
  width: 100%;
}
.search-all .search-all__content .search-all__content__search .ng-search.ng-search--large input {
  background-color: light-dark(#ffffff, #121212);
  width: 100%;
}
.search-all .search-all__content .search-all__content__results {
  height: fit-content;
  margin-top: 96px;
}
.search-all .search-all__content .search-all__content__results .search-all__content__results__title {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  align-items: center;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  margin-bottom: 16px;
  margin-left: 32px;
}
.search-all .search-all__content .search-all__content__results .search-all__content__results__title .search-all__content__results__title__icon {
  height: 16px;
  margin-right: 12px;
  width: 16px;
}
.search-all .search-all__close-button {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 32px;
  width: 24px;
  z-index: 1;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/History/Body/Row/Row.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.statuses__history__body__list__row.ng-row {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 8px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-left: 8px;
  padding: 0 8px;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
  width: calc(100% - 52px);
}
.statuses__history__body__list__row.ng-row:hover {
  background-color: light-dark(#fbfeff, #303030);
}
.statuses__history__body__list__row .statuses__history__body__list__row__status {
  margin-right: 12px;
}
.statuses__history__body__list__row .statuses__history__body__list__row__date {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 12px;
}
.statuses__history__body__list__row .statuses__history__body__list__row__time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 16px;
}
.statuses__history__body__list__row .statuses__history__body__list__row__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__body__list__row .statuses__history__body__list__row__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__history__body__list__row .statuses__history__body__list__row__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__body__list__row .statuses__history__body__list__row__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  height: 32px;
  margin-right: 8px;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 208px);
  word-break: keep-all;
}
.statuses__history__body__list__row .statuses__history__body__list__row__exit {
  cursor: pointer;
  height: 16px;
}
.statuses__history__body__list__row .ng-tag {
  margin-right: 12px;
}
.statuses__history__body__list__row.statuses__history__body__list__row--is-ncsv.ng-row .statuses__history__body__list__row__name {
  width: calc(100% - 264px);
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/History/Body/Body.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.statuses__history__body:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__history__body::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__body {
  height: calc(100% - 84px);
  margin: 0 0 0 16px;
  overflow: auto;
  width: calc(100% - 20px);
}
.statuses__history__body .statuses__history__body__scroll {
  height: calc(100% - 4px);
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/History/Header/Header.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.statuses__history__header {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  height: 44px;
  margin: 24px 48px 16px 24px;
  z-index: 1;
}
.statuses__history__header .statuses__history__header__back {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  margin-right: 16px;
  width: 24px;
}
.statuses__history__header .statuses__history__header__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__header .statuses__history__header__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__history__header .statuses__history__header__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__history__header .statuses__history__header__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#000000, #ffffff);
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 48px);
  word-break: keep-all;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/MainView/MainViewBlock/MainViewBlock.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.statuses__main-view__content__block {
  opacity: 1;
  overflow: hidden;
  padding: 0 48px 0 24px;
  width: 100%;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body__container {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}
.statuses__main-view__content__block .statuses__main-view__content__block__header {
  align-items: center;
  background-color: light-dark(#ecf8ff, #383838);
  border-radius: 8px;
  display: flex;
  height: 32px;
  padding: 0 8px;
  width: 100%;
}
.statuses__main-view__content__block .statuses__main-view__content__block__header .statuses__main-view__content__block__header__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__main-view__content__block .statuses__main-view__content__block__header .statuses__main-view__content__block__header__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__main-view__content__block .statuses__main-view__content__block__header .statuses__main-view__content__block__header__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__main-view__content__block .statuses__main-view__content__block__header .statuses__main-view__content__block__header__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 2px);
  word-break: keep-all;
}
.statuses__main-view__content__block .statuses__main-view__content__block__header .statuses__main-view__content__block__header__line {
  border-right: 1px solid light-dark(#000000, #ffffff);
  height: 16px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body {
  position: relative;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .ng-fetching-indicator {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__see-all {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  transition: color 0.2s ease-in;
  width: 100%;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__see-all:hover {
  color: light-dark(#207ac6, #80c6ff);
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item {
  align-items: center;
  background-color: light-dark(#ffffff, #121212);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-right: 12px;
  padding: 8px 12px;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item:hover {
  background-color: light-dark(#fbfeff, #303030);
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item:first-child {
  margin-top: 16px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item:last-child {
  margin-bottom: 12px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  height: 32px;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 224px);
  word-break: keep-all;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__date {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 12px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 16px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__status {
  margin-right: 12px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__icons {
  align-items: center;
  display: flex;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__icons .statuses__main-view__content__block__body__item__icons__history {
  margin-right: 12px;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__icons .statuses__main-view__content__block__body__item__icons__history,
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__item .statuses__main-view__content__block__body__item__icons .statuses__main-view__content__block__body__item__icons__exit {
  cursor: pointer;
}
.statuses__main-view__content__block .statuses__main-view__content__block__body .statuses__main-view__content__block__body__container {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/MainView/MainView.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.statuses__main-view .statuses__main-view__search {
  background-color: light-dark(#ffffff, #1f1f1f);
  left: 0;
  padding: 24px 48px 32px 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.statuses__main-view .statuses__main-view__search .ng-search.ng-search--large {
  width: 100%;
}
.statuses__main-view .statuses__main-view__search .ng-search.ng-search--large input {
  background-color: light-dark(#ffffff, #121212);
  width: 100%;
}
.statuses__main-view .statuses__main-view__content {
  height: fit-content;
  margin-top: 96px;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/SeeAll/Row/Row.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.statuses__see-all__content__body__list__row.ng-row {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 8px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 32px;
  margin-bottom: 4px;
  margin-left: 8px;
  padding: 0 8px;
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 0.2s ease-in, transform 0.2s ease-in;
  user-select: none;
  width: calc(100% - 36px);
}
.statuses__see-all__content__body__list__row.ng-row:hover {
  background-color: light-dark(#fbfeff, #303030);
}
.statuses__see-all__content__body__list__row.ng-row .ng-row__href {
  cursor: pointer;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__status {
  margin-right: 12px;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__date {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 12px;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 16px;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  height: 32px;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 220px);
  word-break: keep-all;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__icons {
  align-items: center;
  display: flex;
}
.statuses__see-all__content__body__list__row .statuses__see-all__content__body__list__row__icons .statuses__see-all__content__body__list__row__icons__history {
  margin-right: 8px;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/SeeAll/TagFilter/TagFilter.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.statuses__see-all__content__header__filter {
  position: relative;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__trigger .statuses__see-all__content__header__filter__trigger__clear {
  position: absolute;
  right: -16px;
  top: -1px;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__trigger .statuses__see-all__content__header__filter__trigger__clear .ng-clear-icon {
  height: 8px;
  margin-left: 4px;
  width: 8px;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__dropdown {
  background-color: light-dark(#fbfeff, #303030);
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  display: flex;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 1;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__dropdown .ng-dropdown {
  height: 40px;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__dropdown .ng-dropdown__component__control {
  border-radius: 0;
}
.statuses__see-all__content__header__filter .statuses__see-all__content__header__filter__dropdown .ng-dropdown__error-container--none {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/SeeAll/SeeAll.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.statuses__see-all .statuses__see-all__search {
  background-color: light-dark(#ffffff, #1f1f1f);
  left: 0;
  padding: 24px 48px 16px 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.statuses__see-all .statuses__see-all__search .ng-search.ng-search--large {
  width: 100%;
}
.statuses__see-all .statuses__see-all__search .ng-search.ng-search--large input {
  width: 100%;
}
.statuses__see-all .statuses__see-all__content__body__no-results {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}
.statuses__see-all .statuses__see-all__content {
  height: calc(100% - 80px);
  margin-top: 80px;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header {
  align-items: center;
  display: flex;
  margin: 0 24px 16px 24px;
  width: calc(100% - 72px);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left {
  align-items: center;
  background-color: light-dark(#ecf8ff, #383838);
  border-radius: 8px;
  display: flex;
  height: 32px;
  padding: 0 8px;
  width: 100%;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left.statuses__see-all__content__header__left--with-filter {
  margin-right: 16px;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title {
  align-items: center;
  display: flex;
  width: calc(100% - 2px);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__back {
  cursor: pointer;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__back .ng-arrow-icon {
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__back .ng-arrow-icon .ng-arrow-icon__sign {
  stroke: light-dark(#000000, #ffffff);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__title .statuses__see-all__content__header__left__title__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  overflow: auto;
  white-space: nowrap;
  word-break: keep-all;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__header .statuses__see-all__content__header__left .statuses__see-all__content__header__left__line {
  border-right: 1px solid light-dark(#000000, #ffffff);
  height: 16px;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__body:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__body::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__body {
  height: calc(100% - 36px);
  margin: 0 0 0 16px;
  overflow: auto;
  width: calc(100% - 24px);
}
.statuses__see-all .statuses__see-all__content .statuses__see-all__content__body .statuses__see-all__content__body__scroll {
  height: calc(100% - 4px);
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/StatusDetails/Body/Row/Row.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
.statuses__details__content__body__list__row.ng-row {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.statuses__details__content__body__list__row.ng-row:hover {
  background-color: transparent;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content {
  display: flex;
  user-select: text;
  width: 100%;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: flex-start;
  display: flex;
  padding-right: 8px;
  word-break: break-word;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--time {
  width: 96px;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--status {
  width: 96px;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--status .statuses__details__content__body__list__row__content__item--status__icon {
  margin-right: 4px;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--run-time {
  width: 72px;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--execution {
  width: 144px;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item.statuses__details__content__body__list__row__content__item--message {
  flex-direction: column;
  width: calc(100% - 96px - 72px - 96px - 144px - 48px);
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item .statuses__details__content__body__list__row__content__item__payload {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item .statuses__details__content__body__list__row__content__item__payload .statuses__details__content__body__list__row__content__item__payload__position {
  align-items: flex-start;
  display: flex;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item .statuses__details__content__body__list__row__content__item__payload .statuses__details__content__body__list__row__content__item__payload__position .statuses__details__content__body__list__row__content__item__payload__position__label {
  color: light-dark(#717171, #e6e6e6);
  margin-right: 4px;
  white-space: nowrap;
}
.statuses__details__content__body__list__row.ng-row .statuses__details__content__body__list__row__content .statuses__details__content__body__list__row__content__item .statuses__details__content__body__list__row__content__item__payload .statuses__details__content__body__list__row__content__item__payload__position .statuses__details__content__body__list__row__content__item__payload__position__value {
  margin-right: 8px;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/StatusDetails/Body/Body.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.statuses__details__content {
  height: calc(100% - 100px);
}
.statuses__details__content .statuses__details__content__headers {
  align-items: center;
  display: flex;
  height: 16px;
  margin: 0 48px 8px 32px;
  width: calc(100% - 32px);
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.27;
  color: light-dark(#a19e9e, #d2d2d2);
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header.statuses__details__content__headers__header--time {
  width: 96px;
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header.statuses__details__content__headers__header--run-time {
  width: 72px;
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header.statuses__details__content__headers__header--status {
  width: 96px;
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header.statuses__details__content__headers__header--execution {
  width: 144px;
}
.statuses__details__content .statuses__details__content__headers .statuses__details__content__headers__header.statuses__details__content__headers__header--message {
  width: calc(100% - 96px - 72px - 96px - 144px);
}
.statuses__details__content .statuses__details__content__body:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__details__content .statuses__details__content__body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__details__content .statuses__details__content__body::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__details__content .statuses__details__content__body {
  height: 100%;
  margin: 0 0 0 32px;
  overflow: auto;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/StatusDetails/Header/Header.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.statuses__details__header {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  height: 44px;
  margin: 24px 48px 16px 24px;
  z-index: 1;
}
.statuses__details__header .statuses__details__header__back {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: 8px;
  margin-right: 16px;
  width: 24px;
}
.statuses__details__header .statuses__details__header__date {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 8px;
}
.statuses__details__header .statuses__details__header__time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 12px;
}
.statuses__details__header .statuses__details__header__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__details__header .statuses__details__header__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses__details__header .statuses__details__header__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses__details__header .statuses__details__header__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#000000, #ffffff);
  margin-right: 12px;
  overflow: auto;
  white-space: nowrap;
  width: calc(100% - 332px);
  word-break: keep-all;
}
.statuses__details__header .statuses__details__header__icons {
  align-items: center;
  display: flex;
}
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__logs,
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__history,
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__copy {
  margin-right: 12px;
}
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__exit,
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__logs,
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__copy,
.statuses__details__header .statuses__details__header__icons .statuses__details__header__icons__history {
  cursor: pointer;
  margin-top: 2px;
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/HistoryMobile/HistoryMobile.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.statuses-history-view-mobile .statuses-history-view-mobile__header {
  border-bottom: 1px solid light-dark(#e6e6e6, #717171);
  display: flex;
  padding: 20px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__header__button {
  align-items: center;
  display: flex;
}
.statuses-history-view-mobile .statuses-history-view-mobile__header__details {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__header__details__title {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
}
.statuses-history-view-mobile .statuses-history-view-mobile__header__details__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: light-dark(#000000, #ffffff);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container {
  background-color: light-dark(#fbfbfb, #494b4b);
  height: calc(100dvh - 144px);
  overflow: auto;
  padding: 0 8px 16px 8px;
  width: 100%;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container .ng-row {
  margin-top: 12px;
  padding: 0;
  width: 100%;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element {
  background-color: light-dark(#ffffff, #1f1f1f);
  width: 100%;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container {
  align-items: center;
  border-left: 8px solid;
  border-radius: 8px;
  display: flex;
  height: 100%;
  padding: 12px;
  width: 100%;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__icon {
  margin-right: 12px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__icon .status-icon {
  height: 24px;
  position: relative;
  width: 24px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__icon .status-icon svg {
  height: 24px;
  width: 24px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__details__time {
  display: flex;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__details__time__date {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#000000, #ffffff);
  margin-right: 12px;
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__details__time__hours {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
}
.statuses-history-view-mobile .statuses-history-view-mobile__container__element__container__details__duration {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/MainViewMobile/MainViewBlockMobile/StatusRowMobile/StatusRowMobile.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.statuses-row-mobile {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 8px;
  display: flex;
  margin: 8px 16px;
  padding: 16px 8px;
}
.statuses-row-mobile__icon {
  margin: 0 12px;
}
.statuses-row-mobile__icon .status-icon {
  height: 24px;
  position: relative;
  width: 24px;
}
.statuses-row-mobile__icon .status-icon svg {
  height: 24px;
  width: 24px;
}
.statuses-row-mobile .statuses-row-mobile__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.statuses-row-mobile .statuses-row-mobile__description__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.statuses-row-mobile .statuses-row-mobile__description__group {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#717171, #e6e6e6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statuses-row-mobile .statuses-row-mobile__description__approve {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#f79e1a, #f7bc4a);
}
.statuses-row-mobile__link {
  cursor: pointer;
  display: flex;
  margin: 0 12px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/MainViewMobile/MainViewBlockMobile/MainViewBlockMobile.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.statuses-main-view-block-mobile {
  background-color: light-dark(#fbfbfb, #494b4b);
}
.statuses-main-view-block-mobile__container {
  height: calc(100dvh - 228px);
  overflow: auto;
  padding: 0 8px 16px 8px;
}
.statuses-main-view-block-mobile__container .ng-row {
  box-shadow: none;
  margin-left: 0;
  margin-top: 12px;
  padding: 0;
  width: 100%;
}
.statuses-main-view-block-mobile__container .ng-row:hover {
  background-color: light-dark(#ffffff, #1f1f1f);
}
.statuses-main-view-block-mobile__no-results {
  height: 100dvh;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/MainViewMobile/MainViewMobile.scss ***!
  \**************************************************************************************************************************************************************************************************************************/
.statuses-main-view-mobile {
  position: fixed;
  top: 64px;
  width: 100%;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header {
  border-bottom: 1px solid light-dark(#e6e6e6, #717171);
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__search {
  padding: 16px 16px 0 16px;
  width: 100%;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__search .ng-search {
  width: 100%;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__search .ng-search input {
  width: 100%;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors {
  display: flex;
  margin: 16px 0;
  padding: 0 16px;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors .statuses-main-view-mobile__header__selectors__title {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  align-items: center;
  display: flex;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors .statuses-main-view-mobile__header__selectors__elements {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors .statuses-main-view-mobile__header__selectors__elements .statuses-main-view-mobile__header__selectors__elements__button {
  align-self: center;
  border: 1px solid light-dark(#d2d2d2, #a19e9e);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  opacity: 1;
  padding: 8px;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors .statuses-main-view-mobile__header__selectors__elements .statuses-main-view-mobile__header__selectors__elements__button--is-selected {
  border: 1px solid light-dark(#207ac6, #80c6ff);
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__selectors .statuses-main-view-mobile__header__selectors__elements .statuses-main-view-mobile__header__selectors__elements__button--is-greyed {
  opacity: 0.5;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__categories {
  display: flex;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__categories .statuses-main-view-mobile__header__categories__element {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(#207ac6, #80c6ff);
  padding-bottom: 12px;
  text-transform: uppercase;
  width: 50%;
}
.statuses-main-view-mobile .statuses-main-view-mobile__header .statuses-main-view-mobile__header__categories .statuses-main-view-mobile__header__categories__element--current {
  border-bottom: 2px solid light-dark(#207ac6, #80c6ff);
  font-weight: 700;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/StatusDetailsMobile/StatusDetailsMobile.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.statuses-details-view-mobile .no-results {
  top: 50%;
}
.statuses-details-view-mobile .statuses-details-view-mobile__header {
  border-bottom: 1px solid light-dark(#e6e6e6, #717171);
  display: flex;
  padding: 20px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__header__button {
  align-items: center;
  display: flex;
}
.statuses-details-view-mobile .statuses-details-view-mobile__header__details {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__header__details__category {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
}
.statuses-details-view-mobile .statuses-details-view-mobile__header__details__group-name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#000000, #ffffff);
  overflow: hidden;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container {
  background-color: light-dark(#fbfbfb, #494b4b);
  height: calc(100dvh - 144px);
  overflow: auto;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container__resume {
  align-items: center;
  box-shadow: inset 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent), 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
  padding: 12px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container__resume__title {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container__resume__title__icon {
  margin-right: 12px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container__resume__title__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: light-dark(#717171, #e6e6e6);
}
.statuses-details-view-mobile .statuses-details-view-mobile__container__resume__buttons {
  display: flex;
  gap: 16px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content {
  background-color: light-dark(#ffffff, #1c1b1d);
  border-radius: 8px;
  margin: 0 8px;
  padding-bottom: 4px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary {
  border-left: 8px solid;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 16px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status {
  align-items: center;
  display: flex;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__title {
  display: flex;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__title__icon .status-icon {
  height: 24px;
  position: relative;
  width: 24px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__title__icon .status-icon svg {
  height: 24px;
  width: 24px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__title__text {
  line-break: anywhere;
  margin-left: 12px;
  overflow-wrap: break-word;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__group {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__container {
  display: flex;
  margin-top: 8px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__container__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  width: 60%;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__container__details__start-time {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  display: flex;
  gap: 8px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__container__details__duration {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__summary__status__container__buttons {
  display: flex;
  justify-content: space-between;
  margin-left: 8px;
  margin-top: auto;
  width: 40%;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history {
  margin-top: 16px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element {
  background-color: light-dark(#fbfbfb, #494b4b);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin: 0 4px 4px 4px;
  padding: 12px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title {
  display: flex;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title__icon {
  margin-bottom: auto;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title__icon .status-icon {
  height: 16px;
  position: relative;
  width: 16px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title__icon .status-icon svg {
  height: 16px;
  width: 16px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title__component {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#000000, #ffffff);
  flex-grow: 1;
  margin-left: 8px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__title__duration {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-left: 8px;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__message {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#717171, #e6e6e6);
  margin-top: 8px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.statuses-details-view-mobile .statuses-details-view-mobile__container .statuses-details-view-mobile__container__content__history__element__file-name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#494b4b, #f9f9f9);
  font-weight: 300;
  margin-top: 4px;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/Statuses/Statuses.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.statuses-background {
  bottom: 0;
  left: 64px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.statuses {
  background-color: light-dark(#ffffff, #1f1f1f);
  bottom: 0;
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  left: 64px;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in;
  width: 736px;
  will-change: transform;
  z-index: 1000;
}
.statuses--is-mobile {
  left: 0;
  top: 64px;
}
.statuses.statuses--is-expanded {
  transform: scaleX(1);
}
.statuses .statuses__close-button {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 32px;
  width: 24px;
  z-index: 1;
}
.statuses .statuses__content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses .statuses__content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.statuses .statuses__content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.statuses .statuses__content {
  animation: statuses-content-show 0.4s ease-in forwards;
  height: 100%;
  overflow: auto;
  padding: 0 0 16px;
  width: 100%;
}
@keyframes statuses-content-show {
  0% {
    opacity: 0;
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    opacity: 1;
    overflow: auto;
  }
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/basic/FileDetails/FileDetails.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.ng-file-details .ng-file-details__top-row .ng-label,
.ng-file-details .ng-file-details__bottom-row .ng-label {
  max-width: 88px;
  min-width: 88px;
}
.ng-file-details .ng-file-details__top-row .ng-label .ng-label__text,
.ng-file-details .ng-file-details__bottom-row .ng-label .ng-label__text {
  color: light-dark(#a19e9e, #d2d2d2);
}
.ng-file-details .ng-file-details__top-row {
  margin-bottom: unset;
}
.ng-file-details .ng-file-details__top-row .ng-text-field .ng-text-field-input:disabled {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.11;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-bottom: none;
  color: light-dark(#000000, #ffffff);
  cursor: default;
  padding-left: unset;
  transition: unset;
}
.ng-file-details .ng-file-details__top-row .ng-file-details__top-row__edit {
  cursor: pointer;
  padding-top: 12px;
}
.ng-file-details .ng-file-details__bottom-row .ng-file-details__bottom-row__file-type-label {
  margin-left: 16px;
}
.ng-file-details .ng-file-details__bottom-row .ng-dropdown--is-disabled {
  cursor: default;
  max-width: 312px;
  width: fit-content;
}
.ng-file-details .ng-file-details__bottom-row .ng-dropdown--is-disabled .ng-dropdown__component--is-disabled .ng-dropdown__component__control--is-disabled {
  background-color: light-dark(#ffffff, #1f1f1f);
  border-bottom: none;
}
.ng-file-details .ng-file-details__bottom-row .ng-dropdown--is-disabled .ng-dropdown__component--is-disabled .ng-dropdown__component__control--is-disabled .ng-dropdown__component__value-container {
  padding-left: unset;
}
.ng-file-details .ng-file-details__bottom-row .ng-dropdown--is-disabled .ng-dropdown__component--is-disabled .ng-dropdown__component__control--is-disabled .ng-dropdown__component__value-container .ng-dropdown__component__single-value {
  color: light-dark(#000000, #ffffff);
}
.ng-file-details.ng-file-details--is-editable .ng-file-details__top-row .ng-label {
  animation: files-details-opacity 0.5s ease-in forwards;
}
.ng-file-details.ng-file-details--is-editable .ng-file-details__top-row .ng-text-field {
  animation: files-details-opacity 0.5s ease-in forwards;
}
.ng-file-details.ng-file-details--is-editable .ng-file-details__top-row .ng-text-field .ng-text-field-input {
  transition: border-width 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
}
.ng-file-details.ng-file-details--is-editable .ng-file-details__bottom-row .ng-label {
  animation: files-details-opacity 0.5s ease-in forwards;
}
.ng-file-details.ng-file-details--is-editable .ng-file-details__bottom-row .ng-dropdown {
  animation: files-details-opacity 0.5s ease-in forwards;
  z-index: 99999;
}
@keyframes files-details-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/BasicCSVEditor/StatusInfo/StatusInfo.scss ***!
  \************************************************************************************************************************************************************************************************************************/
.status {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.status .status__information {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: light-dark(#a19e9e, #d2d2d2);
  font-weight: 300;
  margin-top: 152px;
}
.status .status__parsing__container {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 48px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 480px;
}
.status .status__parsing__container .status__parsing__container__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  font-weight: 300;
  z-index: 1;
}
.status .status__parsing__container .status__parsing__container__bar {
  background-color: light-dark(#ffda51, #ffee65);
  border-radius: 16px;
  height: 32px;
  left: 4px;
  max-width: calc(100% - 8px);
  min-width: 24px;
  padding-right: 8px;
  position: absolute;
  top: 4px;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/BasicCSVEditor/BasicCSVEditor.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.ng-basic-csv-editor.ng-elastic-modal .ng-elastic-modal__window {
  max-height: 80vh;
  min-height: 50vh;
  min-width: max(30vw, 600px);
}
.ng-basic-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__footer {
  margin-top: auto;
}
.ng-basic-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__title {
  margin-bottom: unset;
}
.ng-basic-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content:has(.status) .ng-form {
  height: 100%;
}
.ng-basic-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content:has(.status) {
  height: 100%;
}
.ng-basic-csv-editor__counter {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
  margin-right: auto;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/CodeEditor/CodeEditor.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.ng-code-editor {
  outline: none;
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window.ng-modal-wrapper__window--large.ng-modal-wrapper__window--large-width {
  height: 80vh;
  min-height: 500px;
  min-width: 600px;
  width: 80vw;
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content {
  height: calc(100% - 116px - 32px);
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content .ng-form {
  height: calc(100% - 64px - 2px);
  margin-right: 40px;
  margin-top: 2px;
  outline: 1px solid light-dark(#a19e9e, #d2d2d2);
  padding-right: unset;
  transition: outline-color 0.1s ease-in, outline-width 0.1s ease-in;
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content .ng-form > * {
  /* stylelint-disable-next-line declaration-no-important */
  overflow: initial !important;
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content .ng-form:focus-within {
  outline-color: light-dark(#207ac6, #80c6ff);
  outline-width: 2px;
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content .ng-form:hover {
  outline-color: light-dark(#207ac6, #80c6ff);
}
.ng-code-editor.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__header-line {
  margin-bottom: unset;
}
.ng-code-editor.ng-code-editor--value-mode.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content {
  height: calc(100% - 64px);
}
.ng-code-editor.ng-code-editor--value-mode.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__header-line {
  margin-bottom: 32px;
}
.ng-code-editor .ng-code-editor__controls {
  align-items: center;
  display: flex;
  height: 40px;
  margin-top: 1px;
  position: absolute;
  right: 44px;
  top: 24px;
}
.ng-code-editor .ng-code-editor__content {
  height: 100%;
}
.ng-code-editor .ng-code-editor__content .CodeMirror:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-code-editor .ng-code-editor__content .CodeMirror::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-code-editor .ng-code-editor__content .CodeMirror::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-code-editor .ng-code-editor__content .CodeMirror:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-code-editor .ng-code-editor__content .CodeMirror::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-code-editor .ng-code-editor__content .CodeMirror::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-code-editor .ng-code-editor__content .CodeMirror {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  background-color: light-dark(#ffffff, #121212);
  height: 100%;
}
.ng-code-editor .ng-code-editor__content .CodeMirror .CodeMirror-gutters {
  background-color: light-dark(#ffffff, #121212);
}
.ng-code-editor .ng-code-editor__content .CodeMirror .CodeMirror-activeline-background {
  background-color: light-dark(light-dark(#ecf8ff, #383838), light-dark(#f9f9f9, #494b4b));
}
.ng-code-editor .ng-code-editor__content .CodeMirror .CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.ng-code-editor .ng-code-editor__content .CodeMirror .CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
  min-height: 16px;
  width: 6px;
}
.ng-code-editor .ng-code-editor__content.ng-code-editor__content--is-not-valid .CodeMirror-linebackground {
  background-color: light-dark(#fff3f3, #fff3f3);
}
.ng-code-editor .ng-code-editor__content.ng-code-editor__content--is-not-valid .cm-property {
  color: light-dark(#df4646, #df5a5a);
}

.CodeMirror-hints {
  z-index: 9998;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/CSVEditor/CSVEditor.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.ng-csv-editor.ng-elastic-modal .ng-elastic-modal__window {
  max-height: 80vh;
  min-height: 50vh;
  min-width: max(50vw, 600px);
}
.ng-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content {
  height: calc(100% - 164px);
}
.ng-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content form {
  height: 100%;
}
.ng-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__footer {
  margin-top: auto;
}
.ng-csv-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__title {
  margin-bottom: unset;
}
.ng-csv-editor.ng-csv-editor--is-large.ng-elastic-modal .ng-elastic-modal__window {
  max-height: 90vh;
  min-height: 90vh;
}
.ng-csv-editor .ng-basic-button {
  margin-right: 12px;
}
.ng-csv-editor .ng-basic-button:last-of-type {
  margin-right: 0;
}
.ng-csv-editor .ng-csv-editor__top .ng-csv-editor__top__bottom-row .ng-csv-editor__top__bottom-row__group-name {
  padding-right: 16px;
}
.ng-csv-editor .ng-csv-editor__content {
  height: 100%;
  max-height: calc(90vh - 196px);
  max-width: calc(90vw - 48px);
}
.ng-csv-editor .ng-csv-editor__content.ng-csv-editor__content--csv {
  overflow: auto;
}
.ng-csv-editor .ng-csv-editor__content.ng-csv-editor__content--markdown {
  max-width: max(80vw, 600px);
  width: calc(100% - 32px);
}
.ng-csv-editor .ng-csv-editor__content.ng-csv-editor__content--markdown .CodeMirror {
  height: 100%;
  width: 100%;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/FtlEditor/FtlEditor.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.ng-ftl-editor.ng-elastic-modal .ng-elastic-modal__window {
  min-width: 80vw;
}
.ng-ftl-editor .ng-basic-button {
  margin-right: 12px;
}
.ng-ftl-editor .ng-basic-button:last-of-type {
  margin-right: 0;
}
.ng-ftl-editor .CodeMirror {
  height: calc(100vh - 124px);
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ProviderSelector/ProviderSelector.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.provider-selector {
  align-items: center;
  border: solid 1px light-dark(#d2d2d2, #a19e9e);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 40px;
  max-width: 144px;
  min-width: 144px;
  width: 144px;
}
.provider-selector .provider-selector__icon {
  align-items: center;
  background-color: light-dark(#fbfbfb, #494b4b);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  height: calc(100% - 8px);
  margin-left: 4px;
  padding-left: 2px;
  padding-right: 4px;
  width: fit-content;
}
.provider-selector .provider-selector__icon img {
  max-height: 24px;
  max-width: 24px;
}
.provider-selector .provider-selector__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  background-color: light-dark(#fbfbfb, #494b4b);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  font-size: 11px;
  height: calc(100% - 8px);
  justify-content: center;
  margin-right: 4px;
  overflow: hidden;
  padding-right: 4px;
  text-transform: uppercase;
  width: calc(100% - 24px - 1px - 40px);
}
.provider-selector .provider-selector__border {
  background-color: light-dark(#e6e6e6, #717171);
  border-radius: 4px;
  height: calc(100% - 2px);
  width: 1px;
}
.provider-selector .provider-selector__arrow {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 40px;
}

.provider-selector__menu .ng-context-menu__item {
  align-items: center;
  display: flex;
  padding: 0 12px 0 8px;
}
.provider-selector__menu .ng-context-menu__item .provider-selector__menu__item__icon {
  display: flex;
  height: fit-content;
  margin-right: 4px;
  width: fit-content;
}
.provider-selector__menu .ng-context-menu__item .provider-selector__menu__item__icon img {
  max-height: 12px;
  max-width: 12px;
}
.provider-selector__menu .ng-context-menu__item .provider-selector__menu__item__full-name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  height: fit-content;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 12px - 8px);
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/Modal.scss ***!
  \*************************************************************************************************************************************************************************************************/
.ng-common-picker__modal.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content form {
  height: calc(100% - 32px);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 16px;
}
.ng-common-picker__modal .ng-common-picker__modal__title {
  align-items: center;
  display: flex;
}
.ng-common-picker__modal .ng-common-picker__modal__title .ng-common-picker__modal__title__left {
  padding-right: 4px;
}
.ng-common-picker__modal .ng-common-picker__modal__title .ng-common-picker__modal__title__right {
  padding-left: 4px;
}
.ng-common-picker__modal .ng-row__checkbox {
  display: none;
}
.ng-common-picker__modal .ng-common-picker__modal__headers {
  display: flex;
}
.ng-common-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell {
  color: light-dark(#717171, #e6e6e6);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 1.34;
  align-items: center;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  justify-content: flex-start;
  padding: 4px 8px;
}
.ng-common-picker__modal .ng-common-picker__modal__content {
  height: calc(100% - 24px);
  overflow: auto;
  padding: 0 2px;
}
.ng-common-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row {
  padding-left: 0;
  padding-right: 0;
}
.ng-common-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  padding: 4px 8px;
  white-space: nowrap;
}
.ng-common-picker__modal .ng-common-picker__modal__search {
  position: absolute;
  right: 16px;
  top: 16px;
  width: fit-content;
}
.ng-common-picker__modal .ng-common-picker__modal__refresh {
  cursor: pointer;
  position: absolute;
  right: 292px;
  top: 28px;
  width: fit-content;
}
.ng-common-picker__modal .ng-common-picker__modal__version-swap {
  align-items: center;
  bottom: 12px;
  display: flex;
  left: 32px;
  position: absolute;
}
.ng-common-picker__modal .ng-common-picker__modal__version-swap .ng-common-picker__modal__version-swap__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  margin-bottom: 2px;
  margin-right: 16px;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/FilePicker/Modal/Modal.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.ng-file-picker__modal.ng-elastic-modal .ng-elastic-modal__window {
  max-height: min(580px, 80vh);
  max-width: min(800px, 80vw);
  min-height: min(580px, 80vh);
  min-width: min(800px, 80vw);
  position: relative;
}
.ng-file-picker__modal.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content {
  height: calc(100% - 96px);
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers {
  box-shadow: 0 8px 10px -4px light-dark(light-dark(#e6e6e6, #717171), light-dark(#f9f9f9, #494b4b));
  margin-bottom: 8px;
  overflow: auto;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-filter__dropdown {
  left: unset;
  top: unset;
  transform: translateY(100%);
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 192px;
  min-width: 192px;
  width: 192px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  max-width: 144px;
  min-width: 144px;
  width: 144px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(5) {
  cursor: pointer;
  height: 16px;
  max-width: 40px;
  min-width: 40px;
  padding-left: 0;
  width: 40px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers.ng-common-picker__modal__headers--no-file-type .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 280px;
  min-width: 280px;
  padding-left: 16px;
  width: 280px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers.ng-common-picker__modal__headers--no-file-type .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 272px;
  min-width: 272px;
  width: 272px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers.ng-common-picker__modal__headers--no-file-type .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 156px;
  min-width: 156px;
  width: 156px;
}
.ng-file-picker__modal.ng-elastic-modal .ng-common-picker__modal__headers.ng-common-picker__modal__headers--no-file-type .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  cursor: pointer;
  height: 16px;
  max-width: 40px;
  min-width: 40px;
  padding-left: 0;
  width: 40px;
}
.ng-file-picker__modal .ng-form {
  height: 100%;
  min-height: 100%;
}
.ng-file-picker__modal .ng-file-picker__modal__top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.ng-file-picker__modal .ng-file-picker__modal__top > :first-child {
  margin-right: 12px;
}
.ng-file-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search {
  width: calc(100% - 160px);
}
.ng-file-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search:only-child {
  width: 100%;
}
.ng-file-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search .ng-search {
  width: 100%;
}
.ng-file-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search .ng-search input {
  width: 100%;
}
.ng-file-picker__modal .ng-common-picker__modal__exit {
  height: 16px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 192px;
  min-width: 192px;
  width: 192px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 144px;
  min-width: 144px;
  width: 144px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(5) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row.ng-common-picker__modal__content__scroll__row--no-file-type .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 280px;
  min-width: 280px;
  padding-left: 16px;
  width: 280px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row.ng-common-picker__modal__content__scroll__row--no-file-type .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 272px;
  min-width: 272px;
  width: 272px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row.ng-common-picker__modal__content__scroll__row--no-file-type .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 144px;
  min-width: 144px;
  width: 144px;
}
.ng-file-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row.ng-common-picker__modal__content__scroll__row--no-file-type .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(5) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/HtmlEditor/HtmlEditor.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.tox-statusbar__branding,
.tox-statusbar__resize-handle {
  display: none;
}

.tox {
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
}
.tox.tox-tinymce-aux {
  z-index: 9999;
}

.ng-html-editor form {
  height: 80vh;
  min-height: 500px;
  min-width: 600px;
  width: 80vw;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ImagePreview/ImagePreview.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.image-previewer {
  align-items: center;
  animation: on-image-preview-open 0.2s forwards;
  bottom: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 9998;
}
.image-previewer.image-previewer--is-closing {
  animation: on-image-preview-close 0.2s forwards;
}
.image-previewer .image-previewer__fetching {
  z-index: 1;
}
.image-previewer .image-previewer__background {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.image-previewer img {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  max-height: calc(90vh - 16px);
  max-width: calc(90vw - 16px);
  z-index: 2;
}
@keyframes on-image-preview-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes on-image-preview-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/Inspector/Inspector.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.ng-inspector.ng-inspector--no-results .ng-modal-wrapper__window.ng-modal-wrapper__window--large.ng-modal-wrapper__window--large-width {
  height: 480px;
  width: 560px;
}
.ng-inspector .ng-modal-wrapper__window__clear {
  z-index: 2;
}
.ng-inspector .ng-inspector__list-headers {
  color: light-dark(#717171, #e6e6e6);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 1.34;
  display: flex;
  margin-left: 16px;
}
.ng-inspector .ng-inspector__list-headers .ng-inspector__list-headers__item:first-child {
  width: calc(30% - 8px);
}
.ng-inspector .ng-inspector__list-headers .ng-inspector__list-headers__item:nth-child(2) {
  width: calc(10% + 8px);
}
.ng-inspector .ng-inspector__list-headers .ng-inspector__list-headers__item:nth-child(3) {
  width: calc(35% - 16px);
}
.ng-inspector .ng-inspector__list-content {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  height: calc(100% - 32px);
  margin-top: 8px;
  overflow: scroll;
  padding: 1px;
}
.ng-inspector .ng-inspector__list-content .ng-row__href {
  column-gap: 16px;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__row:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__row::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__row::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__row {
  overflow: auto;
  white-space: nowrap;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__name {
  width: 30%;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__version {
  width: 10%;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__group {
  width: 35%;
}
.ng-inspector .ng-inspector__list-content .ng-inspector__list-content__tasks {
  width: 20%;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/MarkDownEditor/MarkDownEditor.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/* light */
.markdown-body {
  color-scheme: light;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #1f2328;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 version=%271.1%27 aria-hidden=%27true%27><path fill-rule=%27evenodd%27 d=%27M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z%27></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 version=%271.1%27 aria-hidden=%27true%27><path fill-rule=%27evenodd%27 d=%27M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z%27></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.markdown-body abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid rgba(209, 217, 224, 0.7019607843);
}

.markdown-body mark {
  background-color: #fff8c5;
  color: #1f2328;
}

.markdown-body small {
  font-size: 90%;
}

.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 2.5rem;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid rgba(209, 217, 224, 0.7019607843);
  height: 0.25em;
  padding: 0;
  margin: 1.5rem 0;
  background-color: #d1d9e0;
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body ::placeholder {
  color: #59636e;
  opacity: 1;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
  font-variant: tabular-nums;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body a:focus,
.markdown-body [role=button]:focus,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=checkbox]:focus {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:focus:not(:focus-visible),
.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body input[type=radio]:focus:not(:focus-visible),
.markdown-body input[type=checkbox]:focus:not(:focus-visible) {
  outline: solid 1px transparent;
}

.markdown-body a:focus-visible,
.markdown-body [role=button]:focus-visible,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus-visible {
  outline: 2px solid #0969da;
  outline-offset: -2px;
  box-shadow: none;
}

.markdown-body a:not([class]):focus,
.markdown-body a:not([class]):focus-visible,
.markdown-body input[type=radio]:focus,
.markdown-body input[type=radio]:focus-visible,
.markdown-body input[type=checkbox]:focus,
.markdown-body input[type=checkbox]:focus-visible {
  outline-offset: 0;
}

.markdown-body kbd {
  display: inline-block;
  padding: 0.25rem;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #1f2328;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px rgba(209, 217, 224, 0.7019607843);
  border-bottom-color: rgba(209, 217, 224, 0.7019607843);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(209, 217, 224, 0.7019607843);
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(209, 217, 224, 0.7019607843);
}

.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.markdown-body h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #59636e;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #59636e;
  border-left: 0.25em solid #d1d9e0;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code,
.markdown-body samp {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.markdown-body .mr-2 {
  margin-right: 0.5rem !important;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: #d1242f;
}

.markdown-body .anchor {
  float: left;
  padding-right: 0.25rem;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 1rem;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1f2328;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.markdown-body summary h1,
.markdown-body summary h2,
.markdown-body summary h3,
.markdown-body summary h4,
.markdown-body summary h5,
.markdown-body summary h6 {
  display: inline-block;
}

.markdown-body summary h1 .anchor,
.markdown-body summary h2 .anchor,
.markdown-body summary h3 .anchor,
.markdown-body summary h4 .anchor,
.markdown-body summary h5 .anchor,
.markdown-body summary h6 .anchor {
  margin-left: -40px;
}

.markdown-body summary h1,
.markdown-body summary h2 {
  padding-bottom: 0;
  border-bottom: 0;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type="a s"] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type="A s"] {
  list-style-type: upper-alpha;
}

.markdown-body ol[type="i s"] {
  list-style-type: lower-roman;
}

.markdown-body ol[type="I s"] {
  list-style-type: upper-roman;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 1rem;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 1rem;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d1d9e0;
}

.markdown-body table td > :last-child {
  margin-bottom: 0;
}

.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid rgba(209, 217, 224, 0.7019607843);
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d1d9e0;
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #1f2328;
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  white-space: break-spaces;
  background-color: rgba(129, 139, 152, 0.1215686275);
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body samp {
  font-size: 85%;
}

.markdown-body pre code {
  font-size: 100%;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 1rem;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  color: #1f2328;
  background-color: #f6f8fa;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 0.5rem 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.markdown-body [data-footnote-ref]::before {
  content: "[";
}

.markdown-body [data-footnote-ref]::after {
  content: "]";
}

.markdown-body .footnotes {
  font-size: 12px;
  color: #59636e;
  border-top: 1px solid #d1d9e0;
}

.markdown-body .footnotes ol {
  padding-left: 1rem;
}

.markdown-body .footnotes ol ul {
  display: inline-block;
  padding-left: 1rem;
  margin-top: 1rem;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -1.5rem;
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: #1f2328;
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body body:has(:modal) {
  padding-right: var(--dialog-scrollgutter) !important;
}

.markdown-body .pl-c {
  color: #59636e;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6639ba;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #1f2328;
}

.markdown-body .pl-ent {
  color: #0550ae;
}

.markdown-body .pl-k {
  color: #cf222e;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}

.markdown-body .pl-bu {
  color: #82071e;
}

.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.markdown-body .pl-ml {
  color: #3b2300;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #1f2328;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #1f2328;
}

.markdown-body .pl-md {
  color: #82071e;
  background-color: #ffebe9;
}

.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.markdown-body .pl-mi2 {
  color: #d1d9e0;
  background-color: #0550ae;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.markdown-body .pl-ba {
  color: #59636e;
}

.markdown-body .pl-sg {
  color: #818b98;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.markdown-body [role=button]:focus:not(:focus-visible),
.markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
.markdown-body button:focus:not(:focus-visible),
.markdown-body summary:focus:not(:focus-visible),
.markdown-body a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.markdown-body [tabindex="0"]:focus:not(:focus-visible),
.markdown-body details-dialog:focus:not(:focus-visible) {
  outline: none;
}

.markdown-body g-emoji {
  display: inline-block;
  min-width: 1ch;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: 400;
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 0.25rem;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.4em;
  vertical-align: middle;
}

.markdown-body ul:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body ol:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body .contains-task-list:hover .task-list-item-convert-container,
.markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
  display: block;
  width: auto;
  height: 24px;
  overflow: visible;
  clip: auto;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.markdown-body .markdown-alert {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: inherit;
  border-left: 0.25em solid #d1d9e0;
}

.markdown-body .markdown-alert > :first-child {
  margin-top: 0;
}

.markdown-body .markdown-alert > :last-child {
  margin-bottom: 0;
}

.markdown-body .markdown-alert .markdown-alert-title {
  display: flex;
  font-weight: 500;
  align-items: center;
  line-height: 1;
}

.markdown-body .markdown-alert.markdown-alert-note {
  border-left-color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: #0969da;
}

.markdown-body .markdown-alert.markdown-alert-important {
  border-left-color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: #8250df;
}

.markdown-body .markdown-alert.markdown-alert-warning {
  border-left-color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: #9a6700;
}

.markdown-body .markdown-alert.markdown-alert-tip {
  border-left-color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: #1a7f37;
}

.markdown-body .markdown-alert.markdown-alert-caution {
  border-left-color: #cf222e;
}

.markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: #d1242f;
}

.markdown-body > *:first-child > .heading-element:first-child {
  margin-top: 0 !important;
}

.markdown-body .highlight pre:has(+ .zeroclipboard-container) {
  min-height: 52px;
}

.ng-markdown-editor:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-editor::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-markdown-editor::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-editor:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-editor::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-markdown-editor::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-editor {
  outline: none;
  overflow: auto;
}
.ng-markdown-editor.ng-elastic-modal .ng-elastic-modal__window {
  min-height: 500px;
  min-width: 600px;
  width: 80vw;
}
.ng-markdown-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content {
  margin-right: 24px;
  max-height: calc(97vh - 170px);
  min-height: 500px;
  padding-bottom: 16px;
  padding-right: 0;
}
.ng-markdown-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content .ng-form {
  height: 100%;
}
.ng-markdown-editor.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__title {
  margin-bottom: unset;
}
.ng-markdown-editor .ng-basic-button {
  margin-right: 12px;
}
.ng-markdown-editor .ng-basic-button:last-of-type {
  margin-right: 0;
}

.ng-markdown-viewer:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-viewer::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-markdown-viewer::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-viewer:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-viewer::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-markdown-viewer::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-markdown-viewer.ng-modal-wrapper .ng-modal-wrapper__window.ng-modal-wrapper__window--large.ng-modal-wrapper__window--large-width {
  height: 80vh;
  min-height: 500px;
  min-width: 600px;
  padding-right: 32px;
  width: 80vw;
}
.ng-markdown-viewer.ng-markdown-viewer--is-ready.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content .markdown-body {
  height: calc(100% - 8px);
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NCSVCreator/Content/Header/HeaderStep/HeaderStep.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
.ncsv-creator__top__header__element {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 8px 16px;
  transform: scale(1);
  transition: transform 0.2s ease-in;
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-active {
  transform: scale(1.1);
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-active .ncsv-creator__top__header__element__status {
  background-color: light-dark(#207ac6, #80c6ff);
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-active .ncsv-creator__top__header__element__status .ncsv-creator__top__header__element__status__number {
  color: light-dark(#ffffff, #1f1f1f);
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-active .ncsv-creator__top__header__element__label {
  color: light-dark(#207ac6, #80c6ff);
}
.ncsv-creator__top__header__element:hover .ncsv-creator__top__header__element__label {
  color: light-dark(#207ac6, #80c6ff);
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-disabled {
  pointer-events: none;
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-disabled .ncsv-creator__top__header__element__status .ncsv-creator__top__header__element__status__number {
  color: light-dark(#a19e9e, #d2d2d2);
}
.ncsv-creator__top__header__element.ncsv-creator__top__header__element--is-disabled .ncsv-creator__top__header__element__label {
  color: light-dark(#a19e9e, #d2d2d2);
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__status {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border: solid 1px light-dark(#207ac6, #80c6ff);
  border-radius: 50%;
  box-shadow: 0 0 2px 0 light-dark(rgba(0, 0, 0, 0.09), transparent);
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 8px;
  transition: background-color 0.2s ease-in;
  width: 24px;
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__status.ncsv-creator__top__header__element__status--is-status {
  background-color: transparent;
  border-color: transparent;
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__status.ncsv-creator__top__header__element__status--is-disabled {
  background-color: transparent;
  border-color: light-dark(#a19e9e, #d2d2d2);
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__status .ncsv-creator__top__header__element__status__number {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#207ac6, #80c6ff);
  transition: color 0.2s ease-in;
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__status .ncsv-creator__top__header__element__status__number.ncsv-creator__top__header__element__status__number--is-disabled {
  color: light-dark(#a19e9e, #d2d2d2);
}
.ncsv-creator__top__header__element .ncsv-creator__top__header__element__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  transition: color 0.1s ease-in;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NCSVCreator/Content/Header/Header.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.ncsv-creator__top__header {
  display: flex;
  left: 50%;
  overflow: visible;
  position: absolute;
  top: 8px;
  transform: translateY(-100%) translateX(-50%);
}
.ncsv-creator__top__header .ncsv-creator__top__header__dots {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px 8px;
  width: 64px;
}
.ncsv-creator__top__header .ncsv-creator__top__header__dots .ncsv-creator__top__header__dots__dot {
  background-color: light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  height: 6px;
  margin-right: 8px;
  width: 6px;
}
.ncsv-creator__top__header .ncsv-creator__top__header__dots .ncsv-creator__top__header__dots__dot:last-of-type {
  margin-right: 0;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NCSVCreator/Content/Content.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.ncsv-creator__top {
  background-image: linear-gradient(to bottom, light-dark(#f9f9f9, #494b4b) 36%, light-dark(#ffffff, #1f1f1f) 86%);
  border: solid 1px light-dark(#f9f9f9, #494b4b);
  border-radius: 8px;
  height: 216px;
  margin-top: 32px;
  min-height: 216px;
  position: relative;
  width: 100%;
}
.ncsv-creator__top .ncsv-creator__top__icon {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-35%);
  z-index: 1;
}
.ncsv-creator__top .ncsv-creator__top__icon .ng-running-icon {
  animation: ncsv-creator-rotate 1s infinite linear;
}
.ncsv-creator__top .ncsv-creator__top__step {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 8px;
  width: 100%;
}
.ncsv-creator__top .ncsv-creator__top__step.ncsv-creator__top__step--columns {
  align-items: flex-start;
  justify-content: flex-start;
}
.ncsv-creator__top .ncsv-creator__top__step.ncsv-creator__top__step--columns .ncsv-creator__top__step__row.ncsv-creator__top__step__row--label {
  margin: auto;
  margin-bottom: 16px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row {
  display: flex;
  margin-bottom: 4px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--label {
  align-items: center;
  display: flex;
  margin-top: 12px;
  max-width: 90%;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--label .ncsv-creator__top__step__row__label__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  margin-right: 8px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--label .ncsv-creator__top__step__row__label__message {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  display: block;
  min-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--label .ncsv-creator__top__step__row__label__info {
  cursor: pointer;
  height: 16px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--value .date-format-picker {
  margin-right: 16px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--value .date-format-picker .date-format-picker__preview {
  justify-content: flex-start;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row.ncsv-creator__top__step__row--value .ng-dropdown .ng-dropdown__component .ng-dropdown__component__menu {
  z-index: 5;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__row:last-of-type {
  margin-bottom: 0;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel {
  display: flex;
  height: 32px;
  margin-top: 20px;
  min-height: 32px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel.ncsv-creator__top__step__carousel--is-overflowed .ncsv-creator__top__step__carousel__content {
  justify-content: flex-start;
  margin-right: 32px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel.ncsv-creator__top__step__carousel--is-overflowed .ncsv-creator__top__step__carousel__content__item:first-child {
  margin-left: 24px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__left {
  left: 0px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__right {
  right: 0px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__left,
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__right {
  background-color: light-dark(#f9f9f9, #494b4b);
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 16px;
  transform: translateY(-50%);
  width: 48px;
  z-index: 1;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__left svg,
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__right svg {
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 50%;
  margin-left: 12px;
  margin-top: 4px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 24px;
  transition: transform 0.4s ease-in;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  display: flex;
  height: 32px;
  margin-right: 12px;
  padding: 8px 12px;
  transition: background-color 0.2s ease-in;
  width: 224px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item:last-of-type {
  margin-right: 0;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item.ncsv-creator__top__step__carousel__content__item--is-active {
  background-color: light-dark(#ecf8ff, #383838);
  cursor: default;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item.ncsv-creator__top__step__carousel__content__item--is-active .ncsv-creator__top__step__carousel__content__item__text {
  color: light-dark(#000000, #ffffff);
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item .ncsv-creator__top__step__carousel__content__item__status {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item .ncsv-creator__top__step__carousel__content__item__status .ng-running-icon {
  animation: ncsv-creator-rotate 1s infinite linear;
}
@keyframes ncsv-creator-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item .ncsv-creator__top__step__carousel__content__item__grey {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-right: 8px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__carousel .ncsv-creator__top__step__carousel__content .ncsv-creator__top__step__carousel__content__item .ncsv-creator__top__step__carousel__content__item__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#207ac6, #80c6ff);
  cursor: pointer;
  transition: color 0.2s ease-in;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__counter {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  justify-content: flex-end;
  margin: 8px 0;
  padding-right: 12px;
  user-select: none;
  width: 100%;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box {
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  box-shadow: 0 0 2px 0 light-dark(rgba(0, 0, 0, 0.09), transparent);
  display: flex;
  justify-content: space-between;
  margin: 0 12px;
  padding: 16px 24px;
  width: calc(100% - 24px);
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 112px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__column-type {
  margin-left: 56px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__column-type .ng-radio {
  margin-bottom: 8px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type {
  height: 52px;
  margin-left: 40px;
  transition: height 0.2s ease-in;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type.ncsv-creator__top__step__column-box__type--is-date-visible {
  height: 88px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ng-dropdown .ng-dropdown__component .ng-dropdown__component__menu {
  z-index: 5;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__top {
  height: 40px;
  margin-bottom: 4px;
  margin-right: 112px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom {
  display: flex;
  height: 0;
  overflow: hidden;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom.ncsv-creator__top__step__column-box__type__bottom--is-visible {
  height: 56px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .date-format-picker {
  margin-right: 16px;
  width: 176px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .date-format-picker .date-format-picker__preview:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .date-format-picker .date-format-picker__preview::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .date-format-picker .date-format-picker__preview::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .date-format-picker .date-format-picker__preview {
  margin-top: 2px;
  overflow: auto;
  white-space: nowrap;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .ng-dropdown.ng-dropdown--small {
  width: 176px;
}
.ncsv-creator__top .ncsv-creator__top__step .ncsv-creator__top__step__column-box .ncsv-creator__top__step__column-box__type .ncsv-creator__top__step__column-box__type__bottom .ng-dropdown.ng-dropdown--small .ng-dropdown__component__menu-list {
  width: 176px;
}

.ncsv-creator__bottom {
  height: 176px;
  margin-top: 12px;
  overflow: auto;
  width: 100%;
}
.ncsv-creator__bottom:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ncsv-creator__bottom::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0;
}
.ncsv-creator__bottom::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
  width: 0;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NCSVCreator/NCSVCreator.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.ncsv-creator.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__header-line {
  margin-bottom: 0;
}
.ncsv-creator.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content {
  height: calc(100% - 27.2px);
}
.ncsv-creator.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content form {
  margin-bottom: 28px;
  margin-left: 0;
  overflow: visible;
  padding-right: 24px;
  padding-top: 32px;
}
.ncsv-creator.ng-elastic-modal .ng-elastic-modal__window {
  max-height: 560px;
  max-width: 800px;
  min-height: 560px;
  min-width: 800px;
}
.ncsv-creator.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__footer {
  margin-top: auto;
}
.ncsv-creator .ng-basic-button {
  margin-right: 12px;
}
.ncsv-creator .ng-basic-button:last-of-type {
  margin-right: 0;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PdfViewer/PdfCore/PdfCore.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.ng-pdf-core {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.ng-pdf-core--is-loading {
  align-items: center;
  display: flex;
  height: calc(100% - 40px);
  justify-content: center;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PdfViewer/PdfZoomer/PdfZoomer.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.pdf__viewer__zoomer {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 20px;
  bottom: 16px;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  display: flex;
  padding: 8px;
  position: absolute;
  right: 32px;
  transition: width 0.2s ease-in, transform 0.2s ease-in;
  width: 32px;
  z-index: 1000;
}
.pdf__viewer__zoomer--is-open {
  width: calc(32px + 80px + 12px);
}
.pdf__viewer__zoomer--is-open .pdf__viewer__zoomer__slider {
  margin-right: 12px;
  transform: scaleX(1);
}
.pdf__viewer__zoomer:hover svg {
  fill: light-dark(#207ac6, #80c6ff);
}
.pdf__viewer__zoomer__slider {
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.2s ease-in;
  width: 80px;
}
.pdf__viewer__zoomer__cancel-bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.pdf__viewer__zoomer svg {
  fill: light-dark(#000000, #ffffff);
  transition: fill 0.2s ease-in;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PdfViewer/PdfViewer.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.ng-pdf-viewer.ng-modal-wrapper .ng-modal-wrapper__window.ng-modal-wrapper__window--large.ng-modal-wrapper__window--large-width {
  height: 80vh;
  min-height: 500px;
  min-width: 600px;
  width: 80vw;
}
.ng-pdf-viewer.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-pdf-viewer.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-pdf-viewer.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-pdf-viewer.ng-modal-wrapper .ng-modal-wrapper__window .ng-modal-wrapper__window__content {
  overflow: auto;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/Controls/Controls.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.ng-python-editor__footer__controls {
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-top: solid 1px light-dark(#e6e6e6, #717171);
  display: flex;
  height: 56px;
  padding: 4px 32px;
  position: relative;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__control {
  cursor: pointer;
  height: 16px;
  margin-right: 24px;
  width: 16px;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__separator {
  background-color: light-dark(#d2d2d2, #a19e9e);
  height: 24px;
  margin-right: 24px;
  max-width: 1px;
  min-width: 1px;
  width: 1px;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__button {
  margin-right: 24px;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__button:last-of-type {
  margin-right: 0;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__button svg {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__button p {
  align-items: center;
  display: flex;
}
.ng-python-editor__footer__controls .ng-python-editor__footer__controls__note {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1px;
  color: light-dark(#717171, #e6e6e6);
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 632px - 60px - 96px);
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/BotIsTyping/BotIsTyping.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content__chat__typing {
  align-items: center;
  display: flex;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.ng-python-editor__chat__content__chat__typing.ng-python-editor__chat__content__chat__typing--is-typing {
  opacity: 1;
}
.ng-python-editor__chat__content__chat__typing .ng-python-editor__chat__content__chat__typing__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
  margin-right: 8px;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/Footer/Footer.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content__footer {
  align-items: flex-end;
  display: flex;
  height: fit-content;
  max-height: max(20%, 144px);
  padding: 0 16px 16px;
  position: relative;
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: 0;
  border-radius: 8px;
  color: light-dark(#000000, #ffffff);
  height: 56px;
  margin-right: 16px;
  max-height: 100%;
  min-height: 56px;
  outline: 0;
  overflow: scroll;
  padding: 16px 16px 8px 16px;
  width: calc(100% - 80px);
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input::placeholder {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(#717171, #e6e6e6);
}
.ng-python-editor__chat__content__footer .ng-python-editor__chat__content__footer__input::-webkit-resizer {
  display: none;
}
.ng-python-editor__chat__content__footer .ng-basic-button {
  margin-bottom: 12px;
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/Header/Header.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content__header {
  border-bottom: 1px solid light-dark(#d2d2d2, #a19e9e);
  cursor: grab;
  display: flex;
  padding: 16px;
  user-select: none;
}
.ng-python-editor__chat__content__header svg,
.ng-python-editor__chat__content__header .ng-python-editor__chat__content__header__icon {
  fill: light-dark(#207ac6, #80c6ff);
  height: 20px;
  width: 20px;
}
.ng-python-editor__chat__content__header .ng-python-editor__chat__content__header__icon {
  margin-right: 12px;
}
.ng-python-editor__chat__content__header .ng-python-editor__chat__content__header__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: light-dark(#717171, #e6e6e6);
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/Message/CodeDiff/CodeDiff.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content__chat__row__diff {
  width: 100%;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__header {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: 1px solid light-dark(#e6e6e6, #717171);
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 6px 8px;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__header .ng-python-editor__chat__content__chat__row__diff__language {
  color: light-dark(#a19e9e, #d2d2d2);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  letter-spacing: 2px;
  color: light-dark(#717171, #e6e6e6);
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__header .ng-python-editor__chat__content__chat__row__diff__actions {
  display: flex;
  gap: 8px;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__header .ng-python-editor__chat__content__chat__row__diff__actions .ng-python-editor__chat__content__chat__row__diff__action {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__header .ng-python-editor__chat__content__chat__row__diff__actions .ng-python-editor__chat__content__chat__row__diff__action svg {
  height: 12px;
  width: 12px;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content {
  border: 1px solid light-dark(#e6e6e6, #717171);
  border-radius: 0 0 4px 4px;
  max-height: 240px;
  padding: 0;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_editor,
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_scroller,
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_content,
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_layer {
  font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_editor {
  background-color: light-dark(#ffffff, #1f1f1f);
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_text-layer {
  padding: 0 8px 0 0;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_marker-layer .ng-python-editor__chat__content__chat__row__diff__ace-line--added {
  background-color: light-dark(#ecfcbc, #ecfcbc);
  position: absolute;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__content .ace_marker-layer .ng-python-editor__chat__content__chat__row__diff__ace-line--removed {
  background-color: light-dark(#fff3f3, #fff3f3);
  position: absolute;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__note {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  align-items: flex-start;
  color: light-dark(#717171, #e6e6e6);
  display: flex;
  font-size: 8px;
  justify-content: flex-end;
  margin-top: 2px;
  padding-right: 10px;
  width: 100%;
}
.ng-python-editor__chat__content__chat__row__diff .ng-python-editor__chat__content__chat__row__diff__note svg {
  margin-top: 1px;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/Message/Message.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content__chat__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
}
.ng-python-editor__chat__content__chat__row:last-of-type {
  margin-bottom: 0;
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-user {
  align-items: flex-end;
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-user .ng-python-editor__chat__content__chat__row__message .markdown-body {
  background-color: light-dark(#f9f9f9, #494b4b);
  border-top-right-radius: 0;
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-bot {
  align-items: flex-start;
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-bot .ng-python-editor__chat__content__chat__row__message .markdown-body {
  background-color: light-dark(#ecf8ff, #383838);
  border-top-left-radius: 0;
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-bot .ng-python-editor__chat__content__chat__row__message .markdown-body .markdown-body__previewer {
  background-color: light-dark(#ecf8ff, #383838);
}
.ng-python-editor__chat__content__chat__row.ng-python-editor__chat__content__chat__row--is-bot .ng-python-editor__chat__content__chat__row__message .markdown-body .markdown-body__previewer .markdown-body__paragraph {
  background-color: light-dark(#ecf8ff, #383838);
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message {
  border-radius: 8px;
  height: fit-content;
  max-width: 85%;
  min-width: min(280px, 85%);
  position: relative;
  word-wrap: break-word;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message.ng-python-editor__chat__content__chat__row__message--with-diff .markdown-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message .markdown-body {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 8px;
  padding: 8px 12px;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message .markdown-body .markdown-body__previewer {
  background-color: light-dark(#f9f9f9, #494b4b);
  height: auto;
  position: static;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message .markdown-body .markdown-body__previewer .markdown-body__paragraph {
  background-color: light-dark(#f9f9f9, #494b4b);
  margin-bottom: 0;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message .markdown-body pre {
  background-color: light-dark(#fbfeff, #303030);
  border-radius: 4px;
  font-size: 12px;
  max-height: 600px;
  overflow: auto;
  padding: 8px;
}
.ng-python-editor__chat__content__chat__row .ng-python-editor__chat__content__chat__row__message .markdown-body pre code {
  font-size: 10px;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /Content/Content.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat__content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor__chat__content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}
.ng-python-editor__chat__content .ng-python-editor__chat__content__chat:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content .ng-python-editor__chat__content__chat::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor__chat__content .ng-python-editor__chat__content__chat::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__chat__content .ng-python-editor__chat__content__chat {
  background-color: light-dark(#ffffff, #1f1f1f);
  flex: 1;
  overflow: scroll;
  padding: 16px;
}
.ng-python-editor__chat__content .ng-python-editor__chat__content__empty {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#717171, #e6e6e6);
  margin: auto 0;
  text-align: center;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/LLMChat /LLMChat.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
.ng-python-editor__chat {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.ng-python-editor__chat.ng-python-editor__chat--is-expanded .ng-python-editor__chat__toggle {
  background-color: light-dark(#207ac6, #80c6ff);
  border-color: light-dark(#207ac6, #80c6ff);
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
}
.ng-python-editor__chat.ng-python-editor__chat--is-expanded .ng-python-editor__chat__toggle:hover {
  transform: unset;
}
.ng-python-editor__chat.ng-python-editor__chat--is-expanded .ng-python-editor__chat__toggle .ng-python-editor__chat__toggle__icon svg {
  fill: light-dark(#ffffff, #1f1f1f);
}
.ng-python-editor__chat .ng-python-editor__chat__toggle {
  align-items: center;
  background: light-dark(#ffffff, #1f1f1f);
  border: 1px solid light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 2px 0 light-dark(rgba(0, 0, 0, 0.09), transparent);
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  padding: 0;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  width: 48px;
}
.ng-python-editor__chat .ng-python-editor__chat__toggle:hover {
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  transform: translateY(-1px);
}
.ng-python-editor__chat .ng-python-editor__chat__toggle .ng-python-editor__chat__toggle__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ng-python-editor__chat .ng-python-editor__chat__toggle .ng-python-editor__chat__toggle__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
  height: 20px;
  transition: fill 0.2s ease;
  width: 20px;
}
.ng-python-editor__chat .ng-python-editor__chat__panel {
  height: 400px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 400px;
}
.ng-python-editor__chat .ng-python-editor__chat__panel .ng-python-editor__chat__resizer {
  background: transparent;
  height: 16px;
  position: absolute;
  touch-action: none;
  width: 16px;
  z-index: 2;
}
.ng-python-editor__chat .ng-python-editor__chat__panel .ng-python-editor__chat__resizer.ng-python-editor__chat__resizer--top-left {
  cursor: nw-resize;
  left: 0;
  top: 0;
}
.ng-python-editor__chat .ng-python-editor__chat__panel .ng-python-editor__chat__resizer.ng-python-editor__chat__resizer--top-right {
  cursor: ne-resize;
  right: 0;
  top: 0;
}
.ng-python-editor__chat .ng-python-editor__chat__panel .ng-python-editor__chat__resizer.ng-python-editor__chat__resizer--bottom-left {
  bottom: 0;
  cursor: sw-resize;
  left: 0;
}
.ng-python-editor__chat .ng-python-editor__chat__panel .ng-python-editor__chat__resizer.ng-python-editor__chat__resizer--bottom-right {
  bottom: 0;
  cursor: se-resize;
  right: 0;
}
.ng-python-editor__chat .ng-python-editor__chat__content {
  background: linear-gradient(180deg, light-dark(#ffffff, #121212) 0%, light-dark(#ffffff, #1f1f1f) 100%);
  border: 1px solid light-dark(#e6e6e6, #717171);
  border-radius: 12px;
  box-shadow: 0 0 4px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  height: 100%;
  max-height: 100%;
  position: relative;
  width: 100%;
}
.ng-python-editor__chat .ng-python-editor__chat__content::after {
  background-image: radial-gradient(circle, light-dark(#e6e6e6, #717171) 1px, transparent 1px);
  background-position: center;
  background-size: 4px 4px;
  bottom: 0;
  content: "";
  cursor: nwse-resize;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/PackagesModal/PackagesModal.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.ng-python-editor__add-packages .ng-python-editor__add-packages__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__text span {
  display: flex;
  margin-bottom: 12px;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__text a {
  color: light-dark(#207ac6, #80c6ff);
  margin: 0 4px;
}
.ng-python-editor__add-packages .ng-label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  border-top: 1px solid light-dark(#a19e9e, #d2d2d2);
  margin-bottom: 12px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 12px;
  width: 100%;
}
.ng-python-editor__add-packages .ng-text-field {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__add__button {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
  width: 100%;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages {
  display: flex;
  flex-wrap: wrap;
  max-height: 240px;
  overflow: auto;
  padding-bottom: 12px;
  position: relative;
  width: 580px;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages .ng-python-editor__add-packages__packages__reset {
  position: absolute;
  right: 0;
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages .ng-python-editor__add-packages__packages__reset p {
  color: light-dark(#207ac6, #80c6ff);
}
.ng-python-editor__add-packages .ng-python-editor__add-packages__packages p {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  border-top: 1px solid light-dark(#a19e9e, #d2d2d2);
  display: flex;
  margin-bottom: 12px;
  padding-top: 12px;
  width: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/DataPrepPicker/Modal/Modal.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 302px;
  min-width: 302px;
  padding-left: 16px;
  width: 302px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 302px;
  min-width: 302px;
  width: 302px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 92px;
  min-width: 92px;
  width: 92px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 302px;
  min-width: 302px;
  padding-left: 16px;
  width: 302px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 302px;
  min-width: 302px;
  width: 302px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 92px;
  min-width: 92px;
  width: 92px;
}
.ng-common-picker__modal.ng-dp-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/Picker.scss ***!
  \**************************************************************************************************************************************************************************************************/
.ng-common-picker {
  display: flex;
  height: fit-content;
}
.ng-common-picker .ng-common-picker__row {
  display: flex;
  padding: 4px 0;
  position: relative;
  width: calc(100% - 32px);
}
.ng-common-picker .ng-common-picker__row.ng-common-picker__row--no-error .ng-common-picker__error-container {
  display: none;
}
.ng-common-picker .ng-common-picker__error-container {
  display: flex;
  height: 12px;
  margin: 0;
}
.ng-common-picker .ng-common-picker__error-container p {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: light-dark(#f75e5e, #f77c7c);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ng-common-picker .ng-common-picker__error-container .ng-common-picker__error-container__more {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: light-dark(#207ac6, #80c6ff);
  cursor: pointer;
  padding-right: 8px;
}
.ng-common-picker .ng-common-picker__error-container .ng-common-picker__error-container--is-none {
  display: none;
}
.ng-common-picker .ng-common-picker__row--choosen {
  align-items: flex-start;
  flex-direction: column;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top {
  align-items: center;
  display: flex;
  overflow: auto;
  width: 100%;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__name {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__name:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__name::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__name::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__name {
  color: light-dark(#717171, #e6e6e6);
  display: block;
  height: fit-content;
  overflow: auto;
  white-space: nowrap;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__latest {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__latest:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__latest::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__latest::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__latest {
  color: light-dark(#207ac6, #80c6ff);
  display: block;
  height: fit-content;
  margin-right: 8px;
  min-width: 88px;
  overflow: auto;
  white-space: nowrap;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear {
  cursor: pointer;
  height: 20px;
  margin-left: 8px;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear svg {
  fill: light-dark(#000000, #ffffff);
  height: 8px;
  width: 8px;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear svg:hover {
  fill: light-dark(#207ac6, #80c6ff);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear.ng-common-picker__row--choosen__top__clear--is-disabled {
  cursor: not-allowed;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear.ng-common-picker__row--choosen__top__clear--is-disabled svg {
  fill: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__top .ng-common-picker__row--choosen__top__clear.ng-common-picker__row--choosen__top__clear--is-disabled svg:hover {
  fill: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__optional {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__optional:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__optional::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__optional::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker .ng-common-picker__row--choosen .ng-common-picker__row--choosen__optional {
  color: light-dark(#a19e9e, #d2d2d2);
  overflow: auto;
  white-space: nowrap;
}
.ng-common-picker .ng-common-picker__row--not-choosen {
  display: block;
}
.ng-common-picker .ng-common-picker__row--not-choosen .ng-basic-button p {
  font-size: 14px;
  white-space: nowrap;
}
.ng-common-picker .ng-common-picker__tooltip-container {
  cursor: pointer;
  display: inline-block;
  height: fit-content;
  margin-left: 16px;
  padding-top: 8px;
  text-align: center;
  width: 16px;
}
.ng-common-picker .ng-common-picker__tooltip-container .ng-info-icon__sign {
  fill: light-dark(#207ac6, #80c6ff);
  transition: fill 0.2s ease-in;
}
.ng-common-picker .ng-common-picker__tooltip-container:hover .ng-info-icon__sign {
  fill: light-dark(#101640, #132240);
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/InsightPicker/Modal/Modal.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.ng-insight-picker__modal.ng-elastic-modal .ng-elastic-modal__window {
  max-height: min(580px, 80vh);
  max-width: min(800px, 80vw);
  min-height: min(580px, 80vh);
  min-width: min(800px, 80vw);
  position: relative;
}
.ng-insight-picker__modal.ng-elastic-modal .ng-elastic-modal__window .ng-elastic-modal__window__content {
  height: calc(100% - 96px);
}
.ng-insight-picker__modal .ng-form {
  height: 100%;
  min-height: 100%;
}
.ng-insight-picker__modal .ng-file-picker__modal__top {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.ng-insight-picker__modal .ng-file-picker__modal__top > :first-child {
  margin-right: 12px;
}
.ng-insight-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search {
  width: calc(100% - 160px);
}
.ng-insight-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search:only-child {
  width: 100%;
}
.ng-insight-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search .ng-search {
  width: 100%;
}
.ng-insight-picker__modal .ng-file-picker__modal__top .ng-file-picker__modal__top__search .ng-search input {
  width: 100%;
}
.ng-insight-picker__modal .ng-common-picker__modal__exit {
  height: 16px;
}
.ng-insight-picker__modal .ng-common-picker__modal__headers {
  box-shadow: 0 8px 10px -4px light-dark(light-dark(#e6e6e6, #717171), light-dark(#f9f9f9, #494b4b));
  margin-bottom: 8px;
  overflow: auto;
}
.ng-insight-picker__modal .ng-common-picker__modal__headers .ng-filter__dropdown {
  left: unset;
  top: unset;
  transform: translateY(100%);
}
.ng-insight-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 240px;
  min-width: 240px;
  padding-left: 16px;
  width: 240px;
}
.ng-insight-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 296px;
  min-width: 296px;
  width: 296px;
}
.ng-insight-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  margin-right: 12px;
  max-width: 156px;
  min-width: 156px;
  width: 156px;
}
.ng-insight-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  cursor: pointer;
  height: 16px;
  max-width: 48px;
  min-width: 48px;
  padding-left: 2px;
  width: 48px;
}
.ng-insight-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row {
  overflow: hidden;
}
.ng-insight-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-row__href {
  overflow: hidden;
}
.ng-insight-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 240px;
  min-width: 240px;
  padding-left: 16px;
  width: 240px;
}
.ng-insight-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 292px;
  min-width: 292px;
  width: 292px;
}
.ng-insight-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  margin-right: 12px;
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/PipelinePicker/Modal/Modal.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 268px;
  min-width: 268px;
  padding-left: 16px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 268px;
  min-width: 268px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 268px;
  min-width: 268px;
  padding-left: 16px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 268px;
  min-width: 268px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 268px;
  min-width: 268px;
  padding-left: 16px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 268px;
  min-width: 268px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 64px;
  min-width: 64px;
  width: 64px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  max-width: 96px;
  min-width: 96px;
  width: 96px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(5) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 268px;
  min-width: 268px;
  padding-left: 16px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 268px;
  min-width: 268px;
  width: 268px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 64px;
  min-width: 64px;
  text-align: center;
  width: 64px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 96px;
  min-width: 96px;
  width: 96px;
}
.ng-common-picker__modal.ng-pipeline-picker__modal.ng-pipeline-picker__modal--with-version .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(5) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/SymbolPicker/Modal/SymbolFilter/SymbolFilter.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
.ng-symbol-picker__modal__first__header__filter {
  align-items: center;
  display: flex;
  height: 16px;
  position: relative;
}
.ng-symbol-picker__modal__first__header__filter .ng-symbol-picker__modal__first__header__filter__bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
.ng-symbol-picker__modal__first__header__filter .ng-symbol-picker__modal__first__header__filter__text {
  margin-right: 8px;
}
.ng-symbol-picker__modal__first__header__filter .ng-symbol-picker__modal__first__header__filter__text .ng-symbol-picker__modal__first__header__filter__text--selected {
  color: light-dark(#207ac6, #80c6ff);
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols {
  height: 32px;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__dropdown {
  background-color: light-dark(#fbfeff, #303030);
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  display: flex;
  left: 240px;
  position: fixed;
  top: 124px;
  z-index: 1;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__dropdown .ng-dropdown {
  height: 40px;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__dropdown .ng-dropdown__component__control {
  border-radius: 0;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__dropdown .ng-dropdown__error-container--none {
  display: none;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 12px;
  margin-top: 0;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__trigger .ng-symbol-picker__modal__first__header__filter__trigger__icon {
  margin-top: 4px;
}
.ng-symbol-picker__modal__first__header__filter.ng-symbol-picker__modal__first__header__filter--symbols .ng-symbol-picker__modal__first__header__filter__trigger .ng-symbol-picker__modal__first__header__filter__trigger__tags {
  display: flex;
  margin-left: 8px;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/SymbolPicker/Modal/Modal.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 496px;
  min-width: 496px;
  width: 496px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell .ng-filter__dropdown {
  left: 32px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__exit {
  height: 16px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 496px;
  min-width: 496px;
  width: 496px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols {
  display: flex;
  flex: 1;
  flex-direction: row;
  margin: 0;
  max-height: 40px;
  max-width: 544px;
  padding: 0 8px;
  width: 100%;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main {
  height: 40px;
  overflow: scroll;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main td,
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main th {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  height: 16px;
  margin: 0;
  min-width: 56px;
  padding: 0 8px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main td:first-of-type,
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main th:first-of-type {
  padding-left: 0;
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols .ng-common-picker__modal__symbols__main th {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  color: light-dark(#717171, #e6e6e6);
}
.ng-common-picker__modal.ng-symbol-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell.ng-common-picker__modal__content__scroll__row__cell--symbols table {
  border: 0;
  display: contents;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/pickers/UserPicker/Modal.scss ***!
  \************************************************************************************************************************************************************************************************************/
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(2) {
  max-width: 96px;
  min-width: 96px;
  width: 96px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(3) {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell__sort {
  align-items: center;
  display: flex;
  margin-left: 12px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell__sort .ng-common-picker__modal__headers__cell__sort__arrow {
  cursor: pointer;
  height: 16px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell__sort .ng-common-picker__modal__headers__cell__sort__arrow:nth-of-type(2) {
  margin-top: -3px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell__sort .ng-common-picker__modal__headers__cell__sort__arrow path {
  fill: light-dark(#000000, #ffffff);
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__headers .ng-common-picker__modal__headers__cell__sort .ng-common-picker__modal__headers__cell__sort__arrow.ng-common-picker__modal__headers__cell__sort__arrow--is-disabled path {
  fill: light-dark(#a19e9e, #d2d2d2);
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:first-of-type {
  max-width: 200px;
  min-width: 200px;
  padding-left: 16px;
  width: 200px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(2) {
  max-width: 96px;
  min-width: 96px;
  width: 96px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(3) {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
}
.ng-common-picker__modal.ng-user-picker__modal .ng-common-picker__modal__content .ng-common-picker__modal__content__scroll__row .ng-common-picker__modal__content__scroll__row__cell:nth-of-type(4) {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Body/Hour/Hour.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.cron-creator__body__hour {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Body/NoSchedule/NoSchedule.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.cron-creator__body__no-schedule {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  margin-top: 64px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Body/Body.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.cron-creator__body {
  padding: 28px 32px 0;
}
.cron-creator__body .ng-radio {
  align-items: center;
  height: fit-content;
  margin-bottom: 12px;
}
.cron-creator__body .ng-radio .ng-radio-input {
  margin-top: 0;
}
.cron-creator__body .ng-radio:last-of-type {
  margin-bottom: 28px;
}
.cron-creator__body .cron-creator__body__at {
  column-gap: 20px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
  margin-bottom: 16px;
  margin-top: 12px;
  padding-left: 32px;
  row-gap: 8px;
}
.cron-creator__body .cron-creator__body__every-x {
  align-items: center;
  display: flex;
}
.cron-creator__body .cron-creator__body__every-x .ng-text-field {
  margin: 0 8px;
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}
.cron-creator__body .cron-creator__body__every-x .ng-text-field .ng-text-field-input {
  padding: 0 8px;
  text-align: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Footer/Footer.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.cron-creator__footer {
  align-items: center;
  display: flex;
  height: 56px;
  padding-left: 32px;
  width: 100%;
}
.cron-creator__footer .cron-creator__footer__expression {
  align-items: center;
  display: flex;
  margin-right: 20px;
  max-width: calc(100% - 400px);
}
.cron-creator__footer .cron-creator__footer__expression:last-of-type {
  margin-right: 24px;
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  margin-right: 16px;
  white-space: nowrap;
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value {
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 8px;
  display: flex;
  height: 32px;
  overflow: auto;
  padding: 8px 12px 8px 8px;
  white-space: nowrap;
}
.cron-creator__footer .cron-creator__footer__expression .cron-creator__footer__expression__value .cron-creator__footer__expression__value__time {
  color: light-dark(#717171, #e6e6e6);
  margin-left: 12px;
}
.cron-creator__footer .cron-creator__footer__buttons {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Header/Header.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.cron-creator__header {
  align-items: center;
  border-bottom: 1px solid light-dark(#d2d2d2, #a19e9e);
  display: flex;
  margin-left: 8px;
  padding: 16px 0 24px 24px;
}
.cron-creator__header .cron-creator__header__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  margin-right: 8px;
}
.cron-creator__header .cron-creator__header__box {
  margin-right: 8px;
  position: relative;
}
.cron-creator__header .cron-creator__header__box:last-of-type {
  margin-right: 0;
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  left: 50%;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__value .cron-creator__header__box__value__fake-input {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  align-items: center;
  background-color: light-dark(#ffffff, #1f1f1f);
  border-radius: 4px;
  color: light-dark(#a19e9e, #d2d2d2);
  cursor: pointer;
  display: flex;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 1;
  max-width: 160px;
  min-width: 160px;
  outline: solid 1px light-dark(#d2d2d2, #a19e9e);
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis;
  transition: outline 0.2s ease-in, padding 0.2s ease-in;
  white-space: nowrap;
  width: 160px;
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__value .cron-creator__header__box__value__fake-input:hover {
  outline-color: light-dark(#207ac6, #80c6ff);
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__value .cron-creator__header__box__value__fake-input.cron-creator__header__box__value__fake-input--is-large {
  max-width: 280px;
  min-width: 280px;
  width: 280px;
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__value .cron-creator__header__box__value__fake-input p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cron-creator__header .cron-creator__header__box .cron-creator__header__box__value.cron-creator__header__box__value--is-active .cron-creator__header__box__value__fake-input {
  outline-color: light-dark(#207ac6, #80c6ff);
  outline-width: 2px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Modal/Modal.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.cron-creator .ng-elastic-modal__window {
  width: 800px;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Cron/Cron.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__bottom-row__cron {
  position: relative;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__cron .data-science__pipeline-creator__body__options__resolver__bottom-row__cron__icon {
  cursor: pointer;
  position: absolute;
  right: 44px;
  top: 12px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/JustError/JustError.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__bottom-row__just-error {
  display: flex;
  height: 12px;
  margin: 4px 0 0 16px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__just-error p {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: light-dark(#f75e5e, #f77c7c);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__just-error.data-science__pipeline-creator__body__options__resolver__bottom-row__just-error--is-none {
  visibility: hidden;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__just-error .data-science__pipeline-creator__body__options__resolver__bottom-row__just-error__more {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 1.2;
  color: light-dark(#207ac6, #80c6ff);
  cursor: pointer;
  padding-right: 8px;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/MetadataLabel/MetadataLabel.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.ng-metadata-label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.ng-metadata-label p:nth-child(2) {
  color: light-dark(#717171, #e6e6e6);
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.6;
  text-transform: uppercase;
}

.ng-dropdown__component__option__content--is-disabled .ng-metadata-label p:nth-child(2) {
  color: light-dark(#d2d2d2, #a19e9e);
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/FilterBody/FilterBody.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter {
  max-width: calc(100% - 32px);
  min-width: calc(100% - 32px);
  width: calc(100% - 32px);
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row {
  align-items: flex-start;
  display: flex;
  margin-top: 8px;
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row:first-of-type {
  margin-top: 0;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown {
  margin-right: 8px;
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown.ng-dropdown--normal {
  width: 50%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown .ng-dropdown__component__menu-list {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown:last-child {
  margin-right: 0;
  width: 50%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown:only-child {
  margin-right: 0;
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row .ng-dropdown:only-child .ng-dropdown__component__menu-list {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .ng-tag {
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 4px;
  height: 32px;
  margin-top: 8px;
  padding: 8px 12px;
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .ng-tag .ng-tag__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  align-items: center;
  display: flex;
  height: fit-content;
  padding: 0;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .ng-tag .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row__tag__key {
  color: light-dark(#000000, #ffffff);
  margin-right: 4px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .ng-tag .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row__tag__value {
  color: light-dark(#717171, #e6e6e6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: no-wrap;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter .ng-tag .data-science__pipeline-creator__body__options__resolver__bottom-row__symbol-filter__row__tag__metadata {
  color: light-dark(#717171, #e6e6e6);
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-left: auto;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Password/Password.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__bottom-row__password {
  position: relative;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row__password .data-science__pipeline-creator__body__options__resolver__bottom-row__password__icon {
  cursor: pointer;
  position: absolute;
  right: 44px;
  top: 12px;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/modules/DataScience/PipelineCreator/Options/ValueTypeResolver/Body/Body.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-common-picker {
  margin-left: 16px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-dropdown__component__value-container {
  margin-left: 8px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-date-picker,
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-text-field {
  max-width: calc(100% - 32px);
  min-width: calc(100% - 32px);
  width: calc(100% - 32px);
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-date-picker input,
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-text-field input {
  width: calc(100% - 32px);
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-text-field.normal {
  max-width: calc(100% - 32px);
  min-width: calc(100% - 32px);
  width: calc(100% - 32px);
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-date-picker__input-container {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-dropdown .ng-dropdown__component__menu-list {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-dropdown.ng-dropdown--normal {
  width: calc(100% - 32px);
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-dropdown.ng-dropdown--normal .ng-dropdown__component__menu-list {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .seperate-tags-dropdown {
  margin-bottom: 16px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .seperate-tags-dropdown.seperate-tags-dropdown--normal {
  width: 100%;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-dropdown__error-container,
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-text-field-error-container {
  padding-left: 8px;
}
.data-science__pipeline-creator__body__options__resolver__bottom-row .ng-form-row__text-area {
  height: 176px;
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/ParametersModal/ParametersModal.scss ***!
  \********************************************************************************************************************************************************************************************************************************/
.ng-python-editor__parameters .ng-elastic-modal__window {
  width: 800px;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/SnippetsModal/SnippetsModal.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.ng-python-editor__snippets .ng-elastic-modal__window {
  width: 352px;
}
.ng-python-editor__snippets .ng-python-editor__snippets__item {
  align-items: center;
  border-bottom: 1px solid light-dark(#f9f9f9, #494b4b);
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 12px 12px 0;
}
.ng-python-editor__snippets .ng-python-editor__snippets__item:first-of-type {
  margin-top: 16px;
}
.ng-python-editor__snippets .ng-python-editor__snippets__item .ng-python-editor__snippets__item__label {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/PythonEditor/PythonEditor.scss ***!
  \*************************************************************************************************************************************************************************************************************/
.ng-python-editor {
  background-color: light-dark(#ffffff, #1f1f1f);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 64px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
.ng-python-editor .ng-python-editor__header {
  background-color: light-dark(#ffffff, #121212);
  box-shadow: 0 0 10px 0 light-dark(rgba(0, 0, 0, 0.2), transparent);
  height: 132px;
  min-height: 132px;
  padding: 16px 32px 12px 32px;
  width: 100%;
  z-index: 2;
}
.ng-python-editor .ng-python-editor__header .ng-file-details {
  padding-left: 24px;
}
.ng-python-editor .ng-python-editor__header .ng-file-details .ng-file-details__top-row__edit {
  margin-left: 12px;
}
.ng-python-editor .ng-python-editor__header .ng-file-details .ng-file-details__bottom-row .ng-file-details__bottom-row__file-type-label {
  max-width: unset;
  min-width: unset;
  width: fit-content;
}
.ng-python-editor .ng-python-editor__header .ng-file-details .ng-form-row {
  margin-bottom: 0;
}
.ng-python-editor .ng-python-editor__header .ng-file-details:not(.ng-file-details--is-editable) .ng-dropdown__component__control {
  background-color: light-dark(#ffffff, #121212);
}
.ng-python-editor .ng-python-editor__header .ng-file-details:not(.ng-file-details--is-editable) .ng-text-field input {
  background-color: light-dark(#ffffff, #121212);
  padding-left: 0;
  text-indent: 0;
}
.ng-python-editor .ng-python-editor__header .ng-python-editor__header__close {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  position: fixed;
  right: 24px;
  top: 32px;
}
.ng-python-editor .ng-python-editor__header .ng-python-editor__header__close .ng-python-editor__header__close__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  margin-right: 12px;
}
.ng-python-editor .ng-python-editor__header .ng-python-editor__header__close .ng-python-editor__header__close__button {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border: solid 1px light-dark(#e6e6e6, #717171);
  border-radius: 50%;
  box-shadow: 0 0 0 1px light-dark(rgba(0, 0, 0, 0.01), transparent), 0 7px 25px 0 light-dark(rgba(0, 0, 0, 0.03), transparent), 0 4px 12px 0 light-dark(rgba(0, 0, 0, 0.03), transparent);
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  left: 12px;
  width: 24px;
}
.ng-python-editor .ng-python-editor__body {
  display: block;
  flex: 1;
  height: calc(100% - 132px - 302px);
  position: relative;
  width: 100%;
}
.ng-python-editor .ng-python-editor__body .ace_search {
  background: light-dark(#ffffff, #1f1f1f);
  border: 1px solid light-dark(#a19e9e, #d2d2d2);
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  padding: 8px;
  top: 12px;
}
.ng-python-editor .ng-python-editor__body .ace_search input,
.ng-python-editor .ng-python-editor__body .ace_search input::placeholder {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_replace_form,
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_form {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  width: 372px;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_field {
  background-color: light-dark(#ffffff, #121212);
  border: 1px solid light-dark(#d2d2d2, #a19e9e);
  border-radius: 4px;
  margin-right: auto;
  outline: none;
  padding: 4px 8px;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease-in;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_field:hover {
  background-color: light-dark(#ecf8ff, #383838);
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_field:focus::placeholder {
  color: transparent;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_searchbtn {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  background-color: light-dark(#ffffff, #121212);
  border-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_searchbtn:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_searchbtn:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_options {
  align-items: center;
  display: flex;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_options .ace_button {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  background-color: light-dark(#ffffff, #121212);
  border-color: light-dark(#d2d2d2, #a19e9e);
  border-radius: 4px;
  display: block;
  height: 20px;
  line-height: 1.3;
  margin-right: 8px;
  min-height: 16px;
  min-width: 16px;
  padding: 0;
  text-align: center;
  width: 20px;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_search_options .ace_search_counter {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  margin-right: 184px;
}
.ng-python-editor .ng-python-editor__body .ace_search .ace_button:hover {
  background: #007acc;
}
.ng-python-editor .ng-python-editor__chat-layer {
  max-height: 80vh;
  max-width: 80vw;
  pointer-events: none;
  position: fixed;
  right: 32px;
  top: calc(132px + 16px);
  z-index: 6;
}
.ng-python-editor .ng-python-editor__chat-layer > * {
  pointer-events: auto;
}
.ng-python-editor .ng-python-editor__faker {
  height: 302px;
}
.ng-python-editor .ng-python-editor__footer {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  background-color: light-dark(#ffffff, #121212);
  bottom: 0;
  box-shadow: 0 0 10px 0 light-dark(light-dark(#e6e6e6, #717171), transparent), 0 -1px 0 0 light-dark(transparent, light-dark(#f9f9f9, #494b4b));
  color: light-dark(#000000, #ffffff);
  height: 302px;
  left: 64px;
  min-height: 302px;
  position: fixed;
  right: 0;
  width: calc(100% - 64px);
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output {
  background-color: light-dark(#f9f9f9, #494b4b);
  height: calc(100% - 56px - 56px);
  max-height: calc(100% - 56px - 56px);
  overflow: auto;
  padding: 16px 32px 16px;
  position: relative;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output .ng-fetching-indicator {
  position: absolute;
  right: 32px;
  top: 24px;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output .ng-python-editor__footer__output__return {
  display: block;
  font-size: 12px;
  height: fit-content;
  max-height: 100%;
  white-space: pre-wrap;
  width: 100%;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__output .ng-python-editor__footer__output__error {
  color: light-dark(#f75e5e, #f77c7c);
  display: block;
  font-size: 12px;
  height: fit-content;
  max-height: 100%;
  white-space: pre-wrap;
  width: 100%;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__buttons {
  align-items: center;
  bottom: 0;
  box-shadow: 5px -11px 10px -4px light-dark(#e6e6e6, #717171);
  display: flex;
  height: 56px;
  justify-content: flex-end;
  left: 64px;
  margin-top: 2px;
  padding-right: 32px;
  position: fixed;
  right: 0;
  width: calc(100% - 64px);
  z-index: 2;
}
.ng-python-editor .ng-python-editor__footer .ng-python-editor__footer__buttons > :first-child {
  margin-right: 24px;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/AccessContextMenu/AccessContextMenu.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog__shared-with__row__context {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 8px;
  display: flex;
  height: 40px;
  padding: 12px 8px 12px 16px;
  transition: background-color 0.2s linear;
  user-select: none;
}
.data-lake__group-list__share-dialog__shared-with__row__context span {
  margin-right: 8px;
}
.data-lake__group-list__share-dialog__shared-with__row__context:hover {
  background-color: light-dark(#e6e6e6, #717171);
}
.data-lake__group-list__share-dialog__shared-with__row__context svg {
  min-height: 16px;
  min-width: 16px;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/FirstStep/SharedWithRow/SharedWithRow.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog__shared-with__row {
  align-items: center;
  background-color: light-dark(#f9f9f9, #494b4b);
  border-radius: 4px;
  box-shadow: 0 0 2px 0 light-dark(rgba(0, 0, 0, 0.09), transparent);
  display: flex;
  height: 44px;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 8px 16px 8px 12px;
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  overflow: auto;
  width: calc(100% - 88px);
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left .data-lake__group-list__share-dialog__shared-with__row__left__checkbox__email {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#494b4b, #f9f9f9);
  margin-left: 8px;
}
.data-lake__group-list__share-dialog__shared-with__row .data-lake__group-list__share-dialog__shared-with__row__left .data-lake__group-list__share-dialog__shared-with__row__left__restricted {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
  color: light-dark(#a19e9e, #d2d2d2);
  margin-left: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/FirstStep/FirstStep.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__dropdown .ng-dropdown .ng-dropdown__component__menu-list {
  width: 100%;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__dropdown .ng-dropdown.ng-dropdown--large {
  width: 100%;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__shared-with {
  margin: 12px 0;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/SecondStep/DataRange/DataRange.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog__data-range {
  height: fit-content;
  margin-bottom: 16px;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__text {
  align-items: center;
  display: flex;
  height: 20px;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__dates {
  display: flex;
  height: 56px;
  margin-top: 16px;
  width: 100%;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__dates .ng-label {
  color: light-dark(#717171, #e6e6e6);
  margin-left: 16px;
  min-width: unset;
  white-space: nowrap;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__dates .ng-label .ng-label__text {
  color: light-dark(#717171, #e6e6e6);
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__dates .ng-label:first-child {
  margin-left: 0;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__dates .ng-date-picker__clear-button {
  top: calc(50% - 4px);
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__timezone {
  display: flex;
  height: 40px;
  justify-content: flex-end;
  margin-left: 16px;
}
.data-lake__group-list__share-dialog__data-range .data-lake__group-list__share-dialog__data-range__timezone .ng-dropdown__component__menu-list {
  background-color: light-dark(#ffffff, #1f1f1f);
  max-height: 320px;
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/SecondStep/SendMessage/SendMessage.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog__send-msg {
  margin-bottom: 16px;
}
.data-lake__group-list__share-dialog__send-msg .ng-check-box {
  height: 20px;
}
.data-lake__group-list__share-dialog__send-msg .ng-text-area {
  height: 168px;
  margin-top: 16px;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/SecondStep/SecondStep.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__top {
  align-items: flex-start;
  display: flex;
  height: fit-content;
  justify-content: space-between;
  margin-bottom: 16px;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/ShareDialog/ShareDialog.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.data-lake__group-list__share-dialog .ng-elastic-modal__window {
  width: 948px;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__owner {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.34;
  color: light-dark(#a19e9e, #d2d2d2);
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__selected {
  align-items: center;
  display: flex;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__selected .data-lake__group-list__share-dialog__footer__selected__counter {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.43;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__selected .data-lake__group-list__share-dialog__footer__selected__counter,
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__selected .data-lake__group-list__share-dialog__footer__selected__edit {
  margin-right: 12px;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__standard {
  align-items: center;
  display: flex;
}
.data-lake__group-list__share-dialog .data-lake__group-list__share-dialog__footer .data-lake__group-list__share-dialog__footer__standard .data-lake__group-list__share-dialog__footer__standard__cancel {
  margin-right: 16px;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NavigationMobile/Element/Element.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.navigation-mobile__sidebar__group__element {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 48px;
  margin: 0 12px 8px 12px;
  position: relative;
}
.navigation-mobile__sidebar__group__element--is-animation {
  visibility: hidden;
}
.navigation-mobile__sidebar__group__element .navigation-mobile__sidebar__group__element__bg {
  border-radius: 4px;
  height: 0;
  left: 0px;
  opacity: 0;
  top: 0;
  transition: opacity 0.2s ease-in;
  width: 0;
}
.navigation-mobile__sidebar__group__element.navigation-mobile__sidebar__group__element--is-selected .navigation-mobile__sidebar__group__element__bg {
  background-color: light-dark(#ecf8ff, #383838);
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.navigation-mobile__sidebar__group__element.navigation-mobile__sidebar__group__element--is-selected .navigation-mobile__sidebar__group__element__icon svg {
  fill: light-dark(#207ac6, #80c6ff);
}
.navigation-mobile__sidebar__group__element.navigation-mobile__sidebar__group__element--is-selected .navigation-mobile__sidebar__group__element__text {
  color: light-dark(#207ac6, #80c6ff);
}
.navigation-mobile__sidebar__group__element .navigation-mobile__sidebar__group__element__icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-left: 8px;
  width: 20px;
}
.navigation-mobile__sidebar__group__element .navigation-mobile__sidebar__group__element__icon svg {
  fill: light-dark(#f9f9f9, #494b4b);
  height: 20px;
  transition: fill 0.1s ease-in;
  width: 20px;
}
.navigation-mobile__sidebar__group__element .navigation-mobile__sidebar__group__element__text {
  color: light-dark(#f9f9f9, #494b4b);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 20px;
  letter-spacing: 3px;
  line-height: 1.82;
  margin-left: 20px;
  opacity: 0.8;
  text-transform: uppercase;
  transition: color 0.1s ease-in;
  white-space: nowrap;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NavigationMobile/Title/Title.scss ***!
  \****************************************************************************************************************************************************************************************************************/
.navigation-mobile__navbar__title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0 16px;
}
.navigation-mobile__navbar__title .navigation-mobile__navbar__title__icon {
  align-items: center;
  display: flex;
  margin-right: 16px;
}
.navigation-mobile__navbar__title .navigation-mobile__navbar__title__text {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.34;
  color: light-dark(#ffffff, #1f1f1f);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/primary/NavigationMobile/NavigationMobile.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.navigation-mobile {
  align-items: center;
  background-color: light-dark(#101640, #132240);
  display: flex;
  height: 64px;
  padding: 0 16px;
  position: relative;
  width: 100vw;
  z-index: 1001;
}
.navigation-mobile .navigation-mobile__navbar {
  align-items: center;
  display: flex;
  width: 100%;
}
.navigation-mobile .navigation-mobile__navbar__toggle {
  cursor: pointer;
}
.navigation-mobile .navigation-mobile__sidebar {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  background-color: light-dark(#ffffff, #1f1f1f);
  color: light-dark(#ffffff, #1c1b1d);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100px;
  left: 0;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
  top: 64px;
  transition: width 0.2s ease;
  width: 0;
  z-index: 1;
}
.navigation-mobile .navigation-mobile__sidebar--is-open {
  background-color: light-dark(#101640, #132240);
  height: calc(100dvh - 64px);
  width: 50%;
}
.navigation-mobile .navigation-mobile__sidebar .navigation-mobile__sidebar__group {
  display: flex;
  flex-direction: column;
}
.navigation-mobile .navigation-mobile__sidebar .navigation-mobile__sidebar__group--is-on-bottom {
  margin-top: auto;
}
.navigation-mobile .navigation-mobile__sidebar__background {
  height: 100dvh;
  left: 50%;
  position: fixed;
  top: 64px;
  width: 50%;
}
.navigation-mobile .navigation-mobile__navbar__logo {
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
}
.navigation-mobile .navigation-mobile__navbar__logo .navigation-mobile__navbar__logo__bg {
  background-color: light-dark(#ecf8ff, #383838);
  border-radius: 4px;
  height: 100%;
  opacity: 0.1;
  width: 100%;
}
.navigation-mobile .navigation-mobile__navbar__logo .navigation-mobile__navbar__logo__content {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-mobile .navigation-mobile__navbar__logo .navigation-mobile__navbar__logo__content img {
  max-height: 32px;
  max-width: 32px;
}
.navigation-mobile .navigation-mobile__navbar__logo .navigation-mobile__navbar__logo__dev {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(#ffffff, #1f1f1f);
  font-size: 10px;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  top: 28px;
  transform: translateX(-50%);
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/components/App/App.scss ***!
  \***********************************************************************************************************************************************************************************/
body:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
body:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
body .fill--black-base {
  fill: light-dark(#000000, #ffffff);
}
body .stroke--black-base {
  stroke: light-dark(#000000, #ffffff);
}
body .color--black-base {
  color: light-dark(#000000, #ffffff);
}
body .fill--blue-dark {
  fill: light-dark(#101640, #132240);
}
body .stroke--blue-dark {
  stroke: light-dark(#101640, #132240);
}
body .color--blue-dark {
  color: light-dark(#101640, #132240);
}
body .fill--blue-navy {
  fill: light-dark(#022364, #132240);
}
body .stroke--blue-navy {
  stroke: light-dark(#022364, #132240);
}
body .color--blue-navy {
  color: light-dark(#022364, #132240);
}
body .fill--blue-base {
  fill: light-dark(#1262b6, #a6d7ff);
}
body .stroke--blue-base {
  stroke: light-dark(#1262b6, #a6d7ff);
}
body .color--blue-base {
  color: light-dark(#1262b6, #a6d7ff);
}
body .fill--blue-bright {
  fill: light-dark(#207ac6, #80c6ff);
}
body .stroke--blue-bright {
  stroke: light-dark(#207ac6, #80c6ff);
}
body .color--blue-bright {
  color: light-dark(#207ac6, #80c6ff);
}
body .fill--blue-focus {
  fill: light-dark(#5787bd, #5787bd);
}
body .stroke--blue-focus {
  stroke: light-dark(#5787bd, #5787bd);
}
body .color--blue-focus {
  color: light-dark(#5787bd, #5787bd);
}
body .fill--blue-light {
  fill: light-dark(#ecf8ff, #383838);
}
body .stroke--blue-light {
  stroke: light-dark(#ecf8ff, #383838);
}
body .color--blue-light {
  color: light-dark(#ecf8ff, #383838);
}
body .fill--blue-hover {
  fill: light-dark(#f2faff, #333333);
}
body .stroke--blue-hover {
  stroke: light-dark(#f2faff, #333333);
}
body .color--blue-hover {
  color: light-dark(#f2faff, #333333);
}
body .fill--blue-barely {
  fill: light-dark(#fbfeff, #303030);
}
body .stroke--blue-barely {
  stroke: light-dark(#fbfeff, #303030);
}
body .color--blue-barely {
  color: light-dark(#fbfeff, #303030);
}
body .fill--blue-sky {
  fill: light-dark(#addaff, #addaff);
}
body .stroke--blue-sky {
  stroke: light-dark(#addaff, #addaff);
}
body .color--blue-sky {
  color: light-dark(#addaff, #addaff);
}
body .fill--white-base {
  fill: light-dark(#ffffff, #1c1b1d);
}
body .stroke--white-base {
  stroke: light-dark(#ffffff, #1c1b1d);
}
body .color--white-base {
  color: light-dark(#ffffff, #1c1b1d);
}
body .fill--white-bg {
  fill: light-dark(#ffffff, #121212);
}
body .stroke--white-bg {
  stroke: light-dark(#ffffff, #121212);
}
body .color--white-bg {
  color: light-dark(#ffffff, #121212);
}
body .fill--white-item {
  fill: light-dark(#ffffff, #1f1f1f);
}
body .stroke--white-item {
  stroke: light-dark(#ffffff, #1f1f1f);
}
body .color--white-item {
  color: light-dark(#ffffff, #1f1f1f);
}
body .fill--yellow-base {
  fill: light-dark(#ffda51, #ffee65);
}
body .stroke--yellow-base {
  stroke: light-dark(#ffda51, #ffee65);
}
body .color--yellow-base {
  color: light-dark(#ffda51, #ffee65);
}
body .fill--orange-base {
  fill: light-dark(#ffb951, #ffc773);
}
body .stroke--orange-base {
  stroke: light-dark(#ffb951, #ffc773);
}
body .color--orange-base {
  color: light-dark(#ffb951, #ffc773);
}
body .fill--orange-dark {
  fill: light-dark(#f79e1a, #f7bc4a);
}
body .stroke--orange-dark {
  stroke: light-dark(#f79e1a, #f7bc4a);
}
body .color--orange-dark {
  color: light-dark(#f79e1a, #f7bc4a);
}
body .fill--orange-light {
  fill: light-dark(#ffebd2, #ffebd2);
}
body .stroke--orange-light {
  stroke: light-dark(#ffebd2, #ffebd2);
}
body .color--orange-light {
  color: light-dark(#ffebd2, #ffebd2);
}
body .fill--blush-base {
  fill: light-dark(#f98585, #f98585);
}
body .stroke--blush-base {
  stroke: light-dark(#f98585, #f98585);
}
body .color--blush-base {
  color: light-dark(#f98585, #f98585);
}
body .fill--grey-graphite {
  fill: light-dark(#494b4b, #f9f9f9);
}
body .stroke--grey-graphite {
  stroke: light-dark(#494b4b, #f9f9f9);
}
body .color--grey-graphite {
  color: light-dark(#494b4b, #f9f9f9);
}
body .fill--grey-dark {
  fill: light-dark(#717171, #e6e6e6);
}
body .stroke--grey-dark {
  stroke: light-dark(#717171, #e6e6e6);
}
body .color--grey-dark {
  color: light-dark(#717171, #e6e6e6);
}
body .fill--grey-medium {
  fill: light-dark(#a19e9e, #d2d2d2);
}
body .stroke--grey-medium {
  stroke: light-dark(#a19e9e, #d2d2d2);
}
body .color--grey-medium {
  color: light-dark(#a19e9e, #d2d2d2);
}
body .fill--grey-base {
  fill: light-dark(#d2d2d2, #a19e9e);
}
body .stroke--grey-base {
  stroke: light-dark(#d2d2d2, #a19e9e);
}
body .color--grey-base {
  color: light-dark(#d2d2d2, #a19e9e);
}
body .fill--grey-hover {
  fill: light-dark(#e6e6e6, #717171);
}
body .stroke--grey-hover {
  stroke: light-dark(#e6e6e6, #717171);
}
body .color--grey-hover {
  color: light-dark(#e6e6e6, #717171);
}
body .fill--grey-light {
  fill: light-dark(#f9f9f9, #494b4b);
}
body .stroke--grey-light {
  stroke: light-dark(#f9f9f9, #494b4b);
}
body .color--grey-light {
  color: light-dark(#f9f9f9, #494b4b);
}
body .fill--grey-background {
  fill: light-dark(#fbfbfb, #494b4b);
}
body .stroke--grey-background {
  stroke: light-dark(#fbfbfb, #494b4b);
}
body .color--grey-background {
  color: light-dark(#fbfbfb, #494b4b);
}
body .fill--green-base {
  fill: light-dark(#00987a, #00987a);
}
body .stroke--green-base {
  stroke: light-dark(#00987a, #00987a);
}
body .color--green-base {
  color: light-dark(#00987a, #00987a);
}
body .fill--green-dark {
  fill: light-dark(#08735e, #08735e);
}
body .stroke--green-dark {
  stroke: light-dark(#08735e, #08735e);
}
body .color--green-dark {
  color: light-dark(#08735e, #08735e);
}
body .fill--green-grinch {
  fill: light-dark(#71b425, #72b349);
}
body .stroke--green-grinch {
  stroke: light-dark(#71b425, #72b349);
}
body .color--green-grinch {
  color: light-dark(#71b425, #72b349);
}
body .fill--green-fresh {
  fill: light-dark(#a7cf2d, #afe34e);
}
body .stroke--green-fresh {
  stroke: light-dark(#a7cf2d, #afe34e);
}
body .color--green-fresh {
  color: light-dark(#a7cf2d, #afe34e);
}
body .fill--green-light {
  fill: light-dark(#ecfcbc, #ecfcbc);
}
body .stroke--green-light {
  stroke: light-dark(#ecfcbc, #ecfcbc);
}
body .color--green-light {
  color: light-dark(#ecfcbc, #ecfcbc);
}
body .fill--red-base {
  fill: light-dark(#f75e5e, #f77c7c);
}
body .stroke--red-base {
  stroke: light-dark(#f75e5e, #f77c7c);
}
body .color--red-base {
  color: light-dark(#f75e5e, #f77c7c);
}
body .fill--red-dark {
  fill: light-dark(#df4646, #df5a5a);
}
body .stroke--red-dark {
  stroke: light-dark(#df4646, #df5a5a);
}
body .color--red-dark {
  color: light-dark(#df4646, #df5a5a);
}
body .fill--red-light {
  fill: light-dark(#fff3f3, #fff3f3);
}
body .stroke--red-light {
  stroke: light-dark(#fff3f3, #fff3f3);
}
body .color--red-light {
  color: light-dark(#fff3f3, #fff3f3);
}
body .fill--purple-base {
  fill: light-dark(#937ade, #937ade);
}
body .stroke--purple-base {
  stroke: light-dark(#937ade, #937ade);
}
body .color--purple-base {
  color: light-dark(#937ade, #937ade);
}
body .fill--purple-light {
  fill: light-dark(#ece6fe, #ece6fe);
}
body .stroke--purple-light {
  stroke: light-dark(#ece6fe, #ece6fe);
}
body .color--purple-light {
  color: light-dark(#ece6fe, #ece6fe);
}
body .fill--transparent {
  fill: transparent;
}
body .stroke--transparent {
  stroke: transparent;
}
body .color--transparent {
  stroke: transparent;
}
body {
  background-color: light-dark(#ffffff, #121212);
}

.root .content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.root .content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.root .content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.root .content:hover::-webkit-scrollbar-thumb {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.root .content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.root .content::-webkit-scrollbar-thumb:hover {
  background-color: light-dark(#d2d2d2, #a19e9e);
}
.root .content {
  background-color: light-dark(#ffffff, #121212);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 64px;
  overflow: auto;
  position: fixed;
  width: calc(100% - 64px);
}
.root .content section {
  height: calc(100% - 32px);
}
.root .content section.home-component {
  height: initial;
}
.root.root--is-iframe .content {
  left: 0;
  width: 100%;
}
.root.root--is-iframe .content section {
  height: 100%;
}
.root.root--is-iframe .sidebar {
  display: none;
}
.root.root--is-iframe .bread-crumb {
  display: none;
}
.root .notification-list {
  width: 0;
}

.browser-not-supported {
  align-items: center;
  animation: app-show 0.5s linear;
  background-color: light-dark(#ffda51, #ffee65);
  box-shadow: 0 2px 8px 0 light-dark(rgba(0, 0, 0, 0.12), transparent);
  display: flex;
  height: 40px;
  left: 64px;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
@media only screen and (hover: none) and (pointer: coarse) {
  .browser-not-supported {
    display: none;
  }
}
.browser-not-supported.browser-not-supported--is-long {
  left: 0;
}
.browser-not-supported.browser-not-supported--hide {
  animation: app-hide 0.5s linear;
}
.browser-not-supported .browser-not-supported__text {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  transform: translateX(-4px);
  width: calc(100% - 8px);
}
.browser-not-supported .browser-not-supported__text p {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(#101640, #132240);
}
.browser-not-supported .browser-not-supported__text .browser-not-supported__text__link {
  color: light-dark(#000000, #ffffff);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.43;
  color: light-dark(light-dark(#addaff, #addaff), #1262b6);
  cursor: pointer;
  margin: 0 4px;
}
.browser-not-supported .browser-not-supported__clear {
  cursor: pointer;
}
.browser-not-supported .browser-not-supported__clear .ng-clear-icon__sign {
  fill: light-dark(#101640, #132240);
}
@keyframes app-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes app-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[11].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[11].use[2]!./client/index.css ***!
  \*********************************************************************************************************************************************************************/
@use "basic-components/dist/styles/basic.scss" as *;
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  height: 100%;
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color-scheme: light;
  font-family: sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

.color-scheme-light {
  color-scheme: light;
}

.color-scheme-dark {
  color-scheme: dark;
}

.color-scheme-auto {
  color-scheme: light dark;
}

#app {
  height: 100%;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

/* Scrollbar 
   ========================================================================== */
/**
 * Make scrollbar always visible
 */
::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: #d2d2d2;
  border: 2px solid transparent;
  border-radius: 8px;
  min-height: 16px;
  min-width: 24px;
  transition: all 0.1s ease-in;
}

::-webkit-scrollbar-corner {
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb:hover {
  border: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
  margin: 1px 0;
}

/*# sourceMappingURL=main-99864ce135d1b276e7af.css.map*/