/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/App.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/res/styles/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/_ats/ATS_ActionProcessor/ATS_ActionProcessor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
.refactoring-actions-page {
  width: 100%;
  height: 100%;
}
.refactoring-actions-page .action-groups {
  overflow-y: auto;
  height: calc(100% - 56px);
  width: 100%;
  gap: 16px;
  padding: 0 16px;
}
.refactoring-actions-page .action-groups::-webkit-scrollbar {
  background-color: #ededed;
}
.refactoring-actions-page .action-groups::-webkit-scrollbar-thumb {
  background-color: #004a72;
  border: 2px solid #ededed;
  border-radius: 4px;
}
@supports (overflow-y: overlay) {
  .refactoring-actions-page .action-groups {
    overflow-y: overlay;
  }
}
.refactoring-actions-page .action-groups::-webkit-scrollbar {
  width: 9px;
}
.refactoring-actions-page .action-groups::-webkit-scrollbar, .refactoring-actions-page .action-groups::-webkit-scrollbar-thumb {
  visibility: hidden;
}
.refactoring-actions-page .action-groups:hover::-webkit-scrollbar, .refactoring-actions-page .action-groups:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.refactoring-actions-page .action-groups .action-group {
  width: 100%;
  gap: 8px;
}
.refactoring-actions-page .action-groups .action-group .action-group__title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.refactoring-actions-page .action-groups .action-group .action-group__buttons {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 8px;
}
.refactoring-actions-page .action-groups .action-group .action-group__buttons .ts-busy-button {
  margin: 0;
  padding: 8px;
  border: 2px solid white;
  font-size: 16px;
  max-width: 200px;
  white-space: pre-wrap;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/styles/impl/basic.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.match_height, .match_parent {
  height: 100%;
}

.match_width, .match_parent {
  width: 100%;
}

.flex__stretch {
  place-items: stretch;
}

.flex__justify-center {
  justify-content: center;
}

.flex__space-between {
  justify-content: space-between;
}

.flex__space-evenly {
  justify-content: space-evenly;
}

.flex__grow {
  flex-grow: 1;
  flex-basis: 0;
}

.center_h {
  margin-left: auto;
  margin-right: auto;
}

.center_v {
  margin-top: auto;
  margin-bottom: auto;
}

.center {
  margin: 0 auto;
}

.clickable {
  cursor: pointer;
}

.right {
  right: 0;
}

.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.top {
  top: 0;
}

.text_wrap * {
  white-space: normal;
}

.text_nowrap * {
  white-space: nowrap;
}

.center_children {
  display: flex;
  justify-content: center;
  align-items: center;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.scrollable-y {
  overflow-y: scroll;
}

/**
 * Dimension shit
 */
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/styles/impl/icons.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.icon--default {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background: black;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/_ats/dialogs/Dialog_ActionProcessorConfirmation/Dialog_ActionProcessorConfirmation.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dialog-refactoring-action-conformation {
  width: 640px;
  height: 270px;
  background: #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  border: 4px solid #a4a4a4;
}
.dialog-refactoring-action-conformation .dialog__header {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  background: #a4a4a4;
  padding: 0 8px;
}
.dialog-refactoring-action-conformation .dialog__header .dialog__header__title {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.dialog-refactoring-action-conformation .dialog__main {
  flex-grow: 1;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 32px;
}
.dialog-refactoring-action-conformation .dialog__main .dialog__main__warning-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.dialog-refactoring-action-conformation .dialog__main .dialog__main__warning {
  flex-grow: 1;
  gap: 4px;
}
.dialog-refactoring-action-conformation .dialog__main .dialog__main__warning .dialog__main__warning__title {
  text-decoration: underline;
}
.dialog-refactoring-action-conformation .dialog__main .dialog__main__warning .dialog__main__warning__text {
  width: 100%;
  white-space: pre-wrap;
}
.dialog-refactoring-action-conformation .dialog__buttons {
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 16px;
}
.dialog-refactoring-action-conformation .dialog__buttons .ts-button {
  margin: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/Layouts/_Layouts.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ll_v_l {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.ll_v_c {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.ll_v_r {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.ll_h_t {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

.ll_h_c {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.ll_h_b {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}

.ts-grid {
  display: grid;
}

/*
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Button/TS_Button.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-button {
  background: #49addb;
  border-radius: 6px;
  padding-inline: 12px;
  padding-block: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_AppTools/TS_AppTools.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-app-tools {
  width: 100%;
  height: 100%;
  background: #dbdbdb;
}
.ts-app-tools .ts-app-tools__header {
  width: 100%;
  height: 40px;
  align-items: center;
  background: #929292;
  gap: 16px;
}
.ts-app-tools .ts-app-tools__header .ts-app-tools__header__title {
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.ts-app-tools .ts-app-tools__header .ts-app-tools__header__caret {
  width: 40px;
  height: 40px;
  padding: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.ts-app-tools .ts-app-tools__header .ts-app-tools__header__caret *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.ts-app-tools .ts-app-tools__header .ts-app-tools__header__caret *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.ts-app-tools .ts-app-tools__main {
  width: 100%;
  height: calc(100% - 40px);
}
.ts-app-tools .ts-app-tools__nav-bar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  width: 300px;
  transition: width 200ms ease-out;
  flex-shrink: 0;
  overflow-y: auto;
  border-right: 1px solid #b6b6b6;
}
.ts-app-tools .ts-app-tools__nav-bar::-webkit-scrollbar {
  display: none;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container {
  width: 100%;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header {
  box-shadow: none;
  background: #a4a4a4;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-left: 8px;
  position: relative;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header .ts-collapsable-container__header__caret *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header .ts-collapsable-container__header__caret *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header .ts-collapsable-container__header__caret:not(.collapsed) {
  transform: rotateZ(90deg);
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header:after {
  content: "";
  height: 2px;
  background: white;
  translate: -50%;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: width 100ms ease-out, transform 100ms ease-out;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-collapsable-container .ts-collapsable-container__header.collapsed:after {
  width: 100%;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item {
  background: #dbdbdb;
  color: black;
  width: 100%;
  height: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:hover {
  background: #b6b6b6;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:active {
  background: #929292;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item *:not([data-no-fill=true]):not(g):not(svg) {
  fill: black;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: black;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: black;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: black;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:hover {
  color: black;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item:active {
  color: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item .ts-app-tools__nav-bar__item__title {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item .icon--wrapper {
  width: 30px;
  height: 30px;
  padding: 4px 0;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item.selected {
  background: #929292;
  color: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item.selected .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.ts-app-tools .ts-app-tools__nav-bar .ts-app-tools__nav-bar__item.selected .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.ts-app-tools .ts-app-tools__nav-bar.ts-app-tools__nav-bar-collapsed {
  width: 30px;
}
.ts-app-tools .ts-app-tools__page {
  height: 100%;
  flex-grow: 1;
  display: inline-block;
}
.ts-app-tools .ts-app-tools__page .app-tools-page__page__header {
  padding: 8px 0;
  margin: 0 16px 8px;
  border-bottom: 2px solid black;
  font-size: 28px;
  font-weight: bold;
}

#app-tools-default {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#app-tools-default .title {
  font-size: 40px;
  font-weight: bold;
}
#app-tools-default .sub-title {
  font-size: 32px;
  font-weight: bold;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_ErrorBoundary/TS_ErrorBoundary.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-error-boundary {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background: #BABABA;
}
.ts-error-boundary .ts-error-boundary__pic {
  transform: scale(1, 1.3);
  font-size: 32px;
  font-weight: bold;
  color: #616161;
  text-shadow: #e0e0e0 1px 1px 0;
}
.ts-error-boundary .ts-error-boundary__title {
  font-size: 24px;
  font-weight: bold;
  white-space: pre-wrap;
  text-align: center;
  color: #616161;
  text-shadow: #e0e0e0 1px 1px 0;
}
.ts-error-boundary .ts-error-boundary__error .ts-error-boundary__error-title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
.ts-error-boundary .ts-error-boundary__error .ts-error-boundary__error-message {
  white-space: pre-wrap;
  font-size: 18px;
  font-weight: 500;
}
.ts-error-boundary .ts-error-boundary__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 10px 20px;
  background: #ED2939;
  color: white;
  border-radius: 8px;
}
.ts-error-boundary .ts-error-boundary__button:hover {
  background: #D71223;
}
.ts-error-boundary .ts-error-boundary__button:active {
  background: #A40C1A;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_CollapsableContainer/TS_CollapsableContainer.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-collapsable-container .ts-collapsable-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid black;
  background: #d0d0d0;
  box-shadow: inset 0px 0px 25px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.ts-collapsable-container .ts-collapsable-container__header.flip {
  flex-direction: row-reverse;
}
.ts-collapsable-container .ts-collapsable-container__header .ts-collapsable-container__header__caret {
  flex-shrink: 0;
  width: 20px;
  margin: 0 5px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.ts-collapsable-container .ts-collapsable-container__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: max-height 100ms linear;
  background: #e5e5e5;
  overflow: hidden;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Notifications/TS_Notifications.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-notification-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 500;
  inset: 0;
}
.ts-notification-overlay .ts-notification-container {
  isolation: isolate;
  z-index: 1;
  width: 350px;
  height: 100vh;
  padding: 40px 10px 40px 30px;
  position: fixed;
  top: 0;
  right: 0;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: 20px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform linear;
  transition-duration: inherit;
}
.ts-notification-overlay .ts-notification-container.list {
  -webkit-mask-image: linear-gradient(to bottom, transparent 2%, #000000 5%, #000000 95%, transparent 98%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 20%);
}
.ts-notification-overlay .ts-notification-container::-webkit-scrollbar {
  display: none;
}
.ts-notification-overlay .ts-notification-container .ts-notification {
  background: #FFFFFF;
  border: 2px solid #00709f;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__header .ts-notification__title {
  font-size: 14px;
  font-weight: bold;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__header .ts-notification__close {
  cursor: pointer;
  background: #FF0000;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__header .ts-notification__close:hover {
  background: #B70000;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__header .ts-notification__close:active {
  background: #AB0000;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__body {
  padding: 8px;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__body .ts-notification__message {
  font-size: 12px;
  white-space: pre-wrap;
}
.ts-notification-overlay .ts-notification-container .ts-notification .ts-notification__footer .ts-notification__timestamp {
  font-size: 12px;
  color: #808080;
}
.ts-notification-overlay .ts-notification-container .ts-notification.ts-notification__failed {
  border: 2px solid #ab0000;
}
.ts-notification-overlay .ts-notification-container .ts-notification.ts-notification__resolved {
  border: 2px solid #009f40;
}
.ts-notification-overlay.enter .ts-notification-container, .ts-notification-overlay.enter-done .ts-notification-container {
  transform: translateX(0);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_BusyButton/TS_BusyButton.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-busy-button {
  background: #49addb;
  border-radius: 6px;
  padding-inline: 12px;
  padding-block: 6px;
  justify-content: center;
  align-items: center;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_ButtonLoader/TS_ButtonLoader.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-button-loader {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 14px;
}

.ts-button-loader div {
  position: absolute;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.ts-button-loader div:nth-child(1) {
  left: -2px;
  animation: lds-ellipsis1 0.6s infinite;
}

.ts-button-loader div:nth-child(2) {
  left: -2px;
  animation: lds-ellipsis2 0.6s infinite;
}

.ts-button-loader div:nth-child(3) {
  left: 22px;
  animation: lds-ellipsis2 0.6s infinite;
}

.ts-button-loader div:nth-child(4) {
  left: 46px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/_ats/ATS_CollectionUpgrades/ATS_CollectionUpgrades.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.collection-upgrades-page {
  width: 100%;
  height: 100%;
}
.collection-upgrades-page .buttons-container {
  padding: 0 16px;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
.collection-upgrades-page .buttons-container .ts-busy-button {
  margin: 0;
  width: 200px;
  height: 65px;
  white-space: pre-wrap;
  font-size: 18px;
  border: 2px solid white;
  border-radius: 8px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Overlay/TS_Overlay.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-overlay__child {
  z-index: 2000;
  position: relative;
}

.ts-overlay {
  z-index: 1000;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ts-overlay.transparent {
  background: transparent;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Dialog/TS_DialogOverlay.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-dialog__overlay .ts-overlay {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.ts-dialog__overlay .ts-overlay {
  height: 100%;
}

.ts-dialog__overlay .ts-overlay {
  width: 100%;
}

/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-dialog__overlay .ts-overlay {
  z-index: 200;
  background: rgba(0, 0, 0, 0.1254901961);
  justify-content: center;
  align-items: center;
}
.ts-dialog__overlay .ts-overlay__child {
  z-index: 201;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Dialog/TS_Dialog.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-dialog {
  width: 600px;
  min-height: 200px;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  outline: none !important;
}
.ts-dialog .ts-dialog__header {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #808080;
  font-size: 20px;
  font-weight: bold;
}
.ts-dialog .ts-dialog__header .header__title {
  font-size: inherit;
  font-weight: inherit;
  color: white;
}
.ts-dialog .ts-dialog__main {
  flex-grow: 1;
  width: 100%;
}
.ts-dialog .ts-dialog__buttons {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  padding: 0 16px;
  margin: 0;
  display: grid;
  column-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "left center right";
}
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__left,
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__center,
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__right {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__left {
  justify-content: flex-start;
  grid-area: left;
}
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__center {
  justify-content: center;
  grid-area: center;
}
.ts-dialog .ts-dialog__buttons .ts-dialog__buttons__right {
  justify-content: flex-end;
  grid-area: right;
}
.ts-dialog .ts-dialog__buttons .ts-button {
  margin: 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_MouseInteractivity/TS_Tooltip/TS_ToolTip.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-overlay.ts-tooltip {
  z-index: 400;
  background: rgba(0, 0, 0, 0.1254901961);
}
.ts-overlay.ts-tooltip .ts-overlay__child {
  position: absolute;
}
.ts-overlay.ts-tooltip.transparent {
  background: transparent;
}

.ts-tooltip__content {
  z-index: 401;
  cursor: default;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px transparent;
  background-color: white;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Tree/TS_Tree.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-tree .ts-tree__node {
  padding: 4px 0;
}
.ts-tree .ts-tree__node.depth-1 {
  padding-left: 15px;
}
.ts-tree .ts-tree__node.depth-2 {
  padding-left: 30px;
}
.ts-tree .ts-tree__node.depth-3 {
  padding-left: 45px;
}
.ts-tree .ts-tree__node.depth-4 {
  padding-left: 60px;
}
.ts-tree .ts-tree__node.depth-5 {
  padding-left: 75px;
}
.ts-tree .ts-tree__node.depth-6 {
  padding-left: 90px;
}
.ts-tree .ts-tree__node.depth-7 {
  padding-left: 105px;
}
.ts-tree .ts-tree__node.depth-8 {
  padding-left: 120px;
}
.ts-tree .ts-tree__node.depth-9 {
  padding-left: 135px;
}
.ts-tree .ts-tree__node.depth-10 {
  padding-left: 150px;
}
.ts-tree .ts-tree__node.depth-11 {
  padding-left: 165px;
}
.ts-tree .ts-tree__node.depth-12 {
  padding-left: 180px;
}
.ts-tree .ts-tree__node:hover {
  background: cornsilk;
}
.ts-tree .ts-tree__selected-node {
  background: cornsilk;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_MouseInteractivity/TS_PopUp/TS_PopUp.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-popup.ts-overlay {
  z-index: 300;
  background: rgba(0, 0, 0, 0.1254901961);
}
.ts-popup.ts-overlay .ts-overlay__child {
  position: absolute;
}
.ts-popup.ts-overlay .ts-popup__content {
  z-index: 301;
  cursor: default;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px transparent;
  background-color: white;
}
.ts-popup.ts-overlay .ts-popup__content .ts-popup__content__menu .ts-tree__node {
  padding-inline: 10px;
  white-space: nowrap;
}
.ts-popup.ts-overlay .ts-popup__content .ts-popup__content__menu .ts-tree__node:hover {
  background: cornsilk;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Toaster/TS_ToastOverlay.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-toaster {
  position: fixed;
  top: 0;
  left: auto;
  bottom: unset;
  display: inline-block;
  right: auto;
  margin: 16px;
  z-index: 400;
  background-color: #e8e8e8;
}
.ts-toaster .info {
  background-color: #49addb;
}
.ts-toaster .success {
  background-color: #2ee06f;
}
.ts-toaster .error {
  background-color: #ff4436;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_MemoryMonitor/TS_MemoryMonitor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-memory-monitor {
  background: rgba(255, 255, 255, 0.6666666667);
  padding: 8px;
  border-radius: 8px;
  position: fixed;
  top: calc(100% - 80px);
  left: calc(100% - 160px);
  pointer-events: none;
  z-index: 500;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Loader/TS_Loader.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-loader {
  width: 50px;
  height: 50px;
}
.ts-loader .ts-loader__content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-animation: ts-spinner__rotation 1s infinite linear;
  -moz-animation: ts-spinner__rotation 1s infinite linear;
  -o-animation: ts-spinner__rotation 1s infinite linear;
  animation: ts-spinner__rotation 1s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.08);
  border-radius: 100%;
}
.ts-loader .ts-loader__content:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid #004A72;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%;
}

@-webkit-keyframes ts-spinner__rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes ts-spinner__rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes ts-spinner__rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes ts-spinner__rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/_ats/ATS_SyncEnv/ATS_SyncEnv.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.sync-env-page {
  width: 100%;
  height: 100%;
}
.sync-env-page .sync-env-page__main {
  padding: 0 16px;
  gap: 16px;
  align-items: flex-end;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer {
  width: unset;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-dropdown {
  width: 200px;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-input {
  width: 300px;
  background: white;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 14px;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-prop-renderer__error {
  display: none;
}
.sync-env-page .sync-env-page__main .ts-busy-button {
  background: #006fab;
  padding: 8px 16px;
}
.sync-env-page .sync-env-page__main .ts-busy-button:hover {
  background: #004a72;
}
.sync-env-page .sync-env-page__main .ts-busy-button:active {
  background: #004a72;
}
.sync-env-page .sync-env-page__main .ts-busy-button.ts-busy-button__disabled {
  background: #006fab;
  opacity: 0.5;
}
.sync-env-page .sync-env_modules-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Checkbox/TS_Checkbox.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ts-checkbox .ts-checkbox__content {
  margin-inline-start: 8px;
}
.ts-checkbox .ts-checkbox__button {
  border: 1px solid rgba(104, 103, 141, 0.3137254902);
  box-shadow: 0 0 1px 0 #867979;
  padding: 1px;
}
.ts-checkbox .ts-checkbox__button.ts-checkbox__button__rounded {
  border-radius: 50%;
}
.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner {
  width: 18px;
  height: 18px;
}
.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner.ts-checkbox__button__rounded {
  border-radius: 50%;
}
.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner.ts-checkbox__button__checked {
  background: #4fa7ff;
  border: 0.5px white solid;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_PropRenderer/TS_PropRenderer.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-prop-renderer {
  width: 100%;
}
.ts-prop-renderer.disabled .ts-prop-renderer__label {
  color: #929292;
}
.ts-prop-renderer.vertical .ts-prop-renderer__label {
  width: 100%;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Input/TS_TextArea.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-textarea {
  width: 100%;
  min-width: 50px;
  min-height: 50px;
  padding-block: 4px;
  padding-inline: 10px;
  font-size: 1rem;
  border: 1px solid black;
  border-radius: 4px;
}
.ts-textarea:focus-visible {
  outline: 1px solid #3ca0c6;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Input/TS_Input.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-input {
  width: 100%;
  min-width: 50px;
  padding-inline: 10px;
  background: unset;
  font-size: 1rem;
  border: 1px solid black;
  border-radius: 4px;
}
.ts-input:focus-visible {
  outline: 1px solid #3ca0c6;
}
.ts-input.disabled {
  cursor: not-allowed;
}

.align-center {
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: none;
}

input[type=number]:focus,
input[type=number]:hover {
  appearance: auto;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Dropdown/TS_DropDown.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-dropdown .ts-dropdown__header .ts-input, .ts-dropdown .ts-dropdown__header .ts-dropdown__placeholder,
.ts-dropdown .ts-dropdown__header .ts-dropdown__selected, .ts-dropdown, .ts-dropdown .ts-dropdown__header {
  height: 100%;
}

.ts-dropdown, .ts-dropdown .ts-dropdown__header {
  width: 100%;
}

/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-dropdown {
  position: relative;
  isolation: isolate;
  z-index: 0;
  flex-shrink: 0;
}
.ts-dropdown .ts-dropdown__header {
  height: 30px;
  background: white;
  border-radius: 5px;
  border: 1px solid #4fa7ff;
  display: flex;
  z-index: 20 !important;
}
.ts-dropdown .ts-dropdown__header .ts-input {
  width: 0;
  flex-grow: 1;
  min-height: unset;
  background-color: transparent;
  border: none;
  padding-block: 0;
}
.ts-dropdown .ts-dropdown__header .ts-input:focus-visible {
  outline: none;
}
.ts-dropdown .ts-dropdown__header .ts-dropdown__placeholder,
.ts-dropdown .ts-dropdown__header .ts-dropdown__selected {
  width: 0;
  flex-grow: 1;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 4px;
}
.ts-dropdown .ts-dropdown__empty {
  background: white;
  border-radius: 0 0 4px 4px;
  border: 1px solid #4fa7ff;
  padding: 5px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.ts-dropdown .ts-overlay {
  z-index: 10 !important;
}
.ts-dropdown .ts-overlay__child {
  z-index: 15 !important;
  position: static;
}
.ts-dropdown .ts-dropdown__items-container {
  background: white;
  border: 1px solid #4fa7ff;
  border-radius: 0 0 5px 5px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ts-dropdown .ts-dropdown__items-container .ts-dropdown__unselect-item {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  border-bottom: 2px dotted black;
}
.ts-dropdown .ts-dropdown__items-container .ts-dropdown__unselect-item:hover {
  background: cornsilk;
}
.ts-dropdown .ts-dropdown__items-container .ts-tree {
  width: 100%;
  min-height: 10px;
}
.ts-dropdown .ts-dropdown__items-container .ts-tree .ts-tree__children-container {
  margin: 0;
}
.ts-dropdown .ts-dropdown__items-container .ts-tree .ts-tree__children-container .ts-tree__node {
  padding: 5px;
}
.ts-dropdown .ts-dropdown__items-container.inverted {
  padding-top: 0;
  padding-bottom: 3px;
  border-radius: 5px 5px 0 0;
}
.ts-dropdown.open {
  z-index: 1;
}
.ts-dropdown.disabled {
  cursor: not-allowed;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/_ats/ATS_SyncEnvV2/ATS_SyncEnvV2.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.sync-env-page {
  width: 100%;
  height: 100%;
}
.sync-env-page .sync-env-page__main {
  padding: 0 16px;
  gap: 16px;
  align-items: flex-end;
}
.sync-env-page .sync-env-page__main .ts-loader {
  height: 40px;
  width: 40px;
}
.sync-env-page .sync-env-page__main .hidden {
  visibility: hidden;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer {
  width: unset;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-dropdown {
  width: 200px;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-input {
  width: 300px;
  background: white;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 14px;
}
.sync-env-page .sync-env-page__main .ts-prop-renderer .ts-prop-renderer__error {
  display: none;
}
.sync-env-page .sync-env-page__main .ts-busy-button {
  background: #006fab;
  padding: 8px 16px;
}
.sync-env-page .sync-env-page__main .ts-busy-button:hover {
  background: #004a72;
}
.sync-env-page .sync-env-page__main .ts-busy-button:active {
  background: #004a72;
}
.sync-env-page .sync-env-page__main .ts-busy-button.ts-busy-button__disabled {
  background: #006fab;
  opacity: 0.5;
}
.sync-env-page .sync-env_modules-list-v2 {
  flex-grow: 1;
  row-gap: 5px;
  column-gap: 25px;
  margin-top: 10px;
  padding: 0 10px 10px 10px;
  flex-wrap: wrap;
  height: 0;
}
.sync-env-page .sync-env_modules-list-v2 .utils {
  width: 500px;
  justify-content: space-between;
  align-items: flex-end;
}
.sync-env-page .sync-env_modules-list-v2 .utils .ts-checkbox {
  gap: 5px;
}
.sync-env-page .sync-env_modules-list-v2 .utils .ts-checkbox .ts-checkbox__content {
  margin-inline-start: 0;
  font-size: 1rem;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer {
  justify-content: space-between;
  width: 500px;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer .ts-prop-renderer__label {
  color: #121212;
  font-weight: normal;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer .ts-prop-renderer__label .header {
  gap: 5px;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer .collection-row .backup-info {
  gap: 3px;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer .collection-row .backup-info div {
  min-width: 50px;
  text-align: right;
}
.sync-env-page .sync-env_modules-list-v2 .ts-prop-renderer .collection-row .backup-info div.left-row {
  text-align: center;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Table/TS_Table.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-table {
  width: 100%;
  border: 3px solid black;
  border-spacing: 0;
}
.ts-table .ts-table__head {
  background: #ccc;
}
.ts-table .ts-table__head .ts-table__tr {
  border-bottom: 3px solid black;
}
.ts-table .ts-table__head .ts-table__tr .ts-table__th {
  border: 2px solid black;
}
.ts-table .ts-table__body {
  background: #ddd;
}
.ts-table .ts-table__body .ts-table__tr .ts-table__td {
  border: 2px solid black;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Tabs/TS_Tabs.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-tabs {
  width: 100%;
  min-height: 200px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.ts-tabs .ts-tabs__tabs-header {
  height: 40px;
  width: 100%;
  flex-shrink: 0;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab {
  padding-inline: 12px;
  min-width: 100px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: transform 50ms linear;
  background-color: #ccc;
  color: black;
  border: 1px solid #808080;
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab.disabled {
  background-color: #ccc;
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab.ts-tabs__focused {
  background-color: #bbb;
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab:hover {
  background-color: #bbb;
}
.ts-tabs .ts-tabs__content {
  width: 100%;
  flex-grow: 1;
  background: #ccc;
  border: 2px solid #808080;
  overflow-y: auto;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Printable/TS_Printable.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-printable {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.ts-printable * {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.ts-printable.print-only {
  display: none;
}
@media print {
  .ts-printable.print-only {
    display: unset;
  }
  .ts-printable * {
    overflow: unset;
  }
  .ts-printable .ts-print__hide {
    visibility: hidden;
  }
  .ts-printable .ts-print__dont-break {
    page-break-inside: avoid !important;
  }
  .ts-printable .ts-print__break-before {
    page-break-before: always !important;
  }
  .ts-printable .ts-print__break-after {
    page-break-after: always !important;
  }
  .ts-printable .ts-print__break-after-two-pages {
    page-break-after: right !important;
  }
  .ts-printable .ts-print__gone {
    display: none;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_DragAndDrop/TS_DragAndDrop.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-drag-and-drop {
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
}
.ts-drag-and-drop > * {
  flex-grow: 1;
  height: 100%;
}
.ts-drag-and-drop .ts-drag-and-drop__content {
  width: 100%;
  height: 100%;
}
.ts-drag-and-drop .ts-drag-and-drop__input {
  width: 100%;
  height: 100%;
}
.ts-drag-and-drop .ts-drag-and-drop__idle {
  border: 2px dashed #ccc;
}
.ts-drag-and-drop .ts-drag-and-drop__dragging {
  border: 2px dashed #2556ff;
}
.ts-drag-and-drop .ts-drag-and-drop__positive {
  border: 4px dashed #00860c;
}
.ts-drag-and-drop .ts-drag-and-drop__negative {
  border: 4px dashed red;
}
.ts-drag-and-drop .ts-drag-and-drop__partial {
  border: 2px dashed #ea9b34;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Link/TS_Link.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-link {
  font-size: 14px;
  cursor: pointer;
  color: #5495ff;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Toggler/TS_Toggler.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-toggler {
  flex-shrink: 0;
  gap: 10px;
}
.ts-toggler .ts-toggler__option {
  font-size: 14px;
  color: black;
  cursor: pointer;
}
.ts-toggler .ts-toggler__option:first-child {
  padding-left: 4px;
  text-align: right;
}
.ts-toggler .ts-toggler__option:last-child {
  padding-right: 4px;
  text-align: left;
}
.ts-toggler .ts-toggler__option.active {
  font-weight: bold;
  padding: 0;
}
.ts-toggler .ts-toggler__toggler {
  width: 44px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #8A959B;
}
.ts-toggler .ts-toggler__toggler .ts-toggler__toggler-button {
  background: #00A5F6;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: translate 100ms ease-in-out;
}
.ts-toggler .ts-toggler__toggler .ts-toggler__toggler-button.left {
  translate: -10px;
}
.ts-toggler .ts-toggler__toggler .ts-toggler__toggler-button.right {
  translate: 10px;
}
.ts-toggler.disabled .ts-toggler__option {
  color: #DBDBDB;
  cursor: not-allowed;
}
.ts-toggler.disabled .ts-toggler__toggler {
  border: 2px solid #DBDBDB;
  cursor: not-allowed;
}
.ts-toggler.disabled .ts-toggler__toggler .ts-toggler__toggler-button {
  background: #DBDBDB;
  translate: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Radio/TS_Radio.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-radio {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.ts-radio .ts-radio__container {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.ts-radio .ts-radio__container .ts-radio__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ts-radio .ts-radio__container .ts-radio__button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f0f0f0;
}
.ts-radio .ts-radio__container .ts-radio__label {
  margin-left: 5px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ts-radio .ts-radio__container:hover .ts-radio__button {
  background: #e0e0e0;
}
.ts-radio .ts-radio__container.checked .ts-radio__button {
  background: white;
  border: 7px solid var(--color__dialog-header-background);
}
.ts-radio.disabled .ts-radio__button {
  background: #DBDBDB;
}
.ts-radio.disabled .ts-radio__label {
  color: #DBDBDB;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_Slider/TS_Slider.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-slider {
  gap: 8px;
}
.ts-slider .ts-slider__input {
  -webkit-appearance: none;
  height: 8px;
  min-width: 100px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #296EB4, #1789FC);
  background-repeat: no-repeat;
  background-color: grey;
  cursor: pointer;
}
.ts-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: red;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_EditableText/TS_EditableText.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-editable-text-area .ts-button,
.ts-editable-text-input .ts-button {
  min-width: unset;
  min-height: unset;
  padding: 4px 8px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.ts-editable-text-area .ts-editable-text__buttons__reset,
.ts-editable-text-input .ts-editable-text__buttons__reset {
  background: #3ca0c6;
  margin-right: auto;
}
.ts-editable-text-area .ts-editable-text__buttons__cancel,
.ts-editable-text-input .ts-editable-text__buttons__cancel {
  background-color: #D0312D;
}
.ts-editable-text-area .ts-editable-text__buttons__save,
.ts-editable-text-input .ts-editable-text__buttons__save {
  background-color: #3CB043;
}

.ts-editable-text-area .ts-editable-text-area__text {
  height: 100%;
  white-space: pre-wrap;
}
.ts-editable-text-area .ts-editable-text-area__edit {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ts-editable-text-area .ts-editable-text-area__edit .ts-editable-text-area__text-area {
  flex-grow: 1;
}
.ts-editable-text-area .ts-editable-text-area__edit .ts-editable-text-area__buttons {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}
.ts-editable-text-area .ts-editable-text-area__edit .ts-editable-text-area__buttons .ts-editable-text__buttons__reset {
  background: #3ca0c6;
  margin-right: auto;
}

.ts-editable-text-input .ts-editable-text-input__edit {
  height: 32px;
  display: flex;
  border: 1px solid black;
  border-radius: 8px;
  overflow: hidden;
}
.ts-editable-text-input .ts-editable-text-input__edit .ts-editable-text-input__input {
  border: none;
  height: 100%;
  min-height: unset;
  flex-grow: 1;
}
.ts-editable-text-input .ts-editable-text-input__edit .ts-editable-text-input__buttons {
  height: 100%;
  display: flex;
  flex-shrink: 0;
  width: 60px;
}
.ts-editable-text-input .ts-editable-text-input__edit .ts-button {
  height: 100%;
  flex-shrink: 0;
  border-radius: 0;
  width: 30px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_ReadMore/TS_ReadMore.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-read-more {
  width: 100%;
  height: var(--collapsed-height);
  white-space: break-spaces;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
.ts-read-more .ts-read-more__text {
  white-space: break-spaces;
  font-size: inherit;
  font-weight: inherit;
}
.ts-read-more .ts-read-more__button {
  color: #0067FF;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.ts-read-more.expand {
  height: unset;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_ProgressBar/TS_ProgressBar.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-progress-bar .ts-progress-bar__linear-bar {
  width: 400px;
  height: 24px;
  border: 2px solid rgb(29, 176, 255);
  border-radius: 12px;
  position: relative;
  background: white;
  overflow: hidden;
}
.ts-progress-bar .ts-progress-bar__linear-bar .ts-progress-bar__linear-bar__text {
  width: 400px;
  height: 100%;
  color: rgb(29, 176, 255);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}
.ts-progress-bar .ts-progress-bar__linear-bar .ts-progress-bar__linear-bar__bar {
  height: 100%;
  background: rgb(29, 176, 255);
  transition: width 200ms ease-out;
  overflow: hidden;
  position: absolute;
  inset: 0;
}
.ts-progress-bar .ts-progress-bar__linear-bar .ts-progress-bar__linear-bar__bar .ts-progress-bar__linear-bar__text {
  color: white;
}
.ts-progress-bar .ts-progress-bar__radial-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  position: relative;
}
.ts-progress-bar .ts-progress-bar__radial-bar .ts-progress-bar__radial-bar__text {
  font-size: 24px;
  font-weight: bold;
  color: rgb(29, 176, 255);
}
.ts-progress-bar .ts-progress-bar__radial-bar .ts-progress-bar__radial-bar__bar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ts-progress-bar .ts-progress-bar__radial-bar .ts-progress-bar__radial-bar__bar circle {
  fill: none;
  stroke-width: 6;
  stroke: rgb(29, 176, 255);
  transition: stroke-dashoffset 200ms ease-out;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/Page_ItemsEditor/Page_ItemsEditor.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
.editor-page .editor-content {
  position: absolute;
}
.editor-page .editor-content .items-list {
  width: 300px;
}
.editor-page .editor-content .items-list .list-item {
  padding: 4px;
  padding-block: 8px;
}
.editor-page .editor-content .items-list .list-item:hover {
  background: cornsilk;
}
.editor-page .editor-content .items-list .list-item__selected {
  background: aquamarine;
}
.editor-page .editor-content .items-list .list-item__selected:hover {
  background: #b6d58c;
}
.editor-page .editor-content .ts-space {
  height: 100%;
  background: var(--separator-color);
}
.editor-page .editor-content .item-editor {
  flex-grow: 1;
}
.editor-page .editor-content .item-editor div[data-lastpass-icon-root] {
  display: none;
}
.editor-page .editor-content .item-editor .editor-container {
  gap: 12px;
}
.editor-page .add-item {
  width: 50px;
  height: 50px;
  font-size: 32px;
  position: absolute;
  top: calc(100% - 150px);
  left: calc(100% - 100px);
  background: #00A5F6;
  color: white;
  border-radius: 50%;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/FrameLayout/FrameLayout.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.frame-layout {
  width: 100%;
  height: 100%;
  position: relative;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_MultiSelect/TS_MultiSelect.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.frame-layout {
  width: 100%;
  height: 100%;
  position: relative;
}

.ts-multi-select__list {
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
.ts-multi-select__list .ts-multi-select__value {
  background: var(--tags--inner-color);
  border: 1px solid var(--tags--outer-color);
  border-radius: 5px;
  min-width: 70px;
  height: 28px;
  padding-block: 4px;
  padding-inline: 8px;
  flex-shrink: 0;
}
.ts-multi-select__list .ts-multi-select__value .ts-icon__small {
  margin-right: 4px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/utils/perform-action/resolve-dependency-toast/ResolveDependencyToast.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.item-dependency-toast {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.item-dependency-toast .click-here-label {
  text-decoration: underline;
  color: #00BCF1;
  cursor: pointer;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/user-account/dist/frontend/proxy-v2/ServiceAccountEditor.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.editor {
  background-color: white;
  display: flex;
  flex-grow: 1;
}
.editor .add-new-button {
  margin: 10px;
}
.editor .account {
  border: 1px dashed #8A8A8A;
  margin: 5px;
}
.editor .selected {
  background-color: #1DDBC6;
}
.editor .selected-options {
  gap: 15px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/user-account/dist/frontend/proxy-v2/ProxyServiceAccount_EditorRenderer.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.proxy-service-account-editor {
  padding: 20px;
}
.proxy-service-account-editor .form-wrapper {
  gap: 15px;
}
.proxy-service-account-editor .form-wrapper .title {
  color: #333333;
  font-size: 18px;
}
.proxy-service-account-editor .form-wrapper .ts-input {
  border: 1px solid #e3e9f2;
  border-radius: 4px;
  background: none;
  width: 65%;
  max-width: unset;
}
.proxy-service-account-editor .form-wrapper .ts-prop-renderer {
  gap: 10px;
}
.proxy-service-account-editor .form-wrapper .ts-prop-renderer .ts-button {
  margin-inline: unset;
}
.proxy-service-account-editor .form-wrapper .ts-prop-renderer .ts-prop-renderer__label {
  color: #333333;
  font-size: 14px;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown {
  width: 65%;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown .ts-dropdown__header {
  border: 1px solid #e3e9f2;
  border-radius: 4px;
  background: none;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown .ts-dropdown__header .ts-dropdown__placeholder {
  font-style: normal;
  color: #333333;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown .ts-dropdown__items-container {
  border: none;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown .ts-tree .ts-tree__children-container .ts-tree__node {
  background: none;
  padding: 4px;
  cursor: pointer;
  border: 1px solid #e3e9f2;
}
.proxy-service-account-editor .form-wrapper .ts-dropdown .ts-tree .ts-tree__children-container .ts-tree__node:hover {
  background: rgb(210, 219, 234);
}
.proxy-service-account-editor .buttons-container {
  position: static;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
}
.proxy-service-account-editor .ts-button {
  height: 40px;
  border: 1px solid #e3e9f2;
  color: #333333;
  font-size: 14px;
  background: white;
  border-radius: 5px;
  padding: 2px 20px 2px 20px;
  font-weight: 400;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/user-account/dist/frontend/ui/Component_Login/Component_Login.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * User secured registration and login management system..
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-account__authenticate {
  margin-top: 6px;
  width: 300px;
}
.ts-account__authenticate > input {
  margin-block: 4px;
}
.ts-account__authenticate .ts-account__action-button {
  margin-top: 16px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/user-account/dist/frontend/ui/Component_GoogleSAMLLogin/Component_GoogleSAMLLogin.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ts-account__saml-button.ts-busy-button,
.ts-account__saml-button.ts-button {
  background: transparent;
  height: 40px;
  width: 100%;
  margin: 0;
  gap: 16px;
  border: 2px solid #006fab;
}
.ts-account__saml-button.ts-busy-button:hover,
.ts-account__saml-button.ts-button:hover {
  background: transparent;
}
.ts-account__saml-button.ts-busy-button:active,
.ts-account__saml-button.ts-button:active {
  background: transparent;
}
.ts-account__saml-button.ts-busy-button .ts-account__saml-button__text,
.ts-account__saml-button.ts-button .ts-account__saml-button__text {
  color: #006fab;
}
.ts-account__saml-button.ts-busy-button .ts-account__saml-button__icon,
.ts-account__saml-button.ts-button .ts-account__saml-button__icon {
  width: 20px;
  height: 20px;
}
.ts-account__saml-button.ts-busy-button .ts-button-loader > div,
.ts-account__saml-button.ts-button .ts-button-loader > div {
  background: #006fab;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/modules/_infra/pdf/PDF_Renderer.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.pdf-renderer {
  position: relative;
  width: 500px;
  height: 500px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/permissions/dist/frontend/ui/ATS_Permissions/ATS_Permissions.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
#dev-page__permissions {
  width: 100%;
  height: 100%;
  padding: 0 16px 16px;
}
#dev-page__permissions .ts-dev-page__page-header {
  width: 100%;
  margin: 0 0 16px;
  padding: 8px 0;
  flex-shrink: 0;
}
#dev-page__permissions .ts-tabs {
  flex-grow: 1;
  gap: 8px;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header {
  gap: 8px;
  background: transparent;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header .ts-tabs__tab {
  background: transparent;
  border: 2px solid black;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header .ts-tabs__tab.ts-tabs__focused {
  background: white;
}
#dev-page__permissions .ts-tabs .ts-tabs__content {
  background: transparent;
}
#dev-page__permissions .api-editor {
  width: 100%;
  height: 100%;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper {
  border-right: 2px solid black;
  height: 100%;
  width: 300px;
  min-width: 300px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search {
  width: 100%;
  height: 30px;
  border-bottom: 2px solid black;
  flex: 0;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search .ts-input {
  height: 100%;
  min-height: unset;
  flex: 1;
  outline: none !important;
  border: none;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search .icon--wrapper {
  height: 100%;
  width: 30px;
  padding: 4px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list {
  overflow-y: auto;
  height: 0;
  flex: 1;
  width: 100%;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar {
  background-color: #ededed;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar-thumb {
  background-color: #004a72;
  border: 2px solid #ededed;
  border-radius: 4px;
}
@supports (overflow-y: overlay) {
  #dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list {
    overflow-y: overlay;
  }
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar {
  width: 9px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list .api-editor__list__item {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  white-space: pre-wrap;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list .api-editor__list__item.selected {
  background: #929292;
  color: white;
}
#dev-page__permissions .api-editor .api-editor__editor {
  height: 100%;
  padding: 8px;
  gap: 8px;
}
#dev-page__permissions .db-def-button {
  width: unset;
  padding: 4px 8px;
}

.api-editor__editor__level-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.api-editor__editor__level-list .ts-dropdown {
  width: 200px;
}
.api-editor__editor__level-list .ts-dropdown .ts-dropdown__header {
  border: 1px solid black;
}
.api-editor__editor__level-list .ts-dropdown .ts-tree__node {
  font-size: 11px;
  font-weight: bold;
  white-space: break-spaces;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item {
  position: relative;
  border: 1px solid black;
  border-radius: 4px;
  height: 40px;
  max-width: 150px;
  white-space: break-spaces;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper {
  background: #fc5c7c;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 30px;
  padding: 8px;
  transform: translateX(100%);
  transition: transform 200ms ease-out;
  cursor: pointer;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item:hover .icon--wrapper {
  transform: translateX(0);
}

#db-def-list {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: 200px;
}
#db-def-list::-webkit-scrollbar {
  background-color: #ededed;
}
#db-def-list::-webkit-scrollbar-thumb {
  background-color: #004a72;
  border: 2px solid #ededed;
  border-radius: 4px;
}
@supports (overflow-y: overlay) {
  #db-def-list {
    overflow-y: overlay;
  }
}
#db-def-list::-webkit-scrollbar {
  width: 9px;
}
#db-def-list .db-def-list__item {
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
#db-def-list .db-def-list__item:hover {
  background: #ededed;
}

#save-initial-domain {
  padding: 10px;
  border: 2px solid black;
  border-radius: 8px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#save-initial-domain .save-initial-domain__title {
  font-size: 14px;
  font-weight: bold;
}
#save-initial-domain .save-initial-domain__buttons {
  justify-content: space-between;
}
#save-initial-domain .save-initial-domain__buttons .ts-button {
  margin: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/permissions/dist/frontend/ui/ATS_ComponentPermissionKeys/permission-keys-editor.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.permissions-key-editor {
  gap: 16px;
  display: flex;
}
.permissions-key-editor .item-list {
  height: 100%;
  width: 300px;
  flex-shrink: 0;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
}
.permissions-key-editor .item-list .item-list__header {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid black;
  background: #a4a4a4;
  color: #ededed;
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.permissions-key-editor .item-list .item-list__list {
  flex-grow: 1;
  width: 100%;
  gap: 2px;
}
.permissions-key-editor .item-list .item-list__list .item-list__list-item {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #b6b6b6;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.permissions-key-editor .item-list .item-list__list .item-list__list-item.selected {
  background: white;
  color: #929292;
}
.permissions-key-editor .item-list .item-list__add-button {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.permissions-key-editor .item-editor {
  height: 100%;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
}
.permissions-key-editor .item-editor .access-levels-section {
  width: 100%;
}
.permissions-key-editor .item-editor .access-levels-section .access-levels {
  width: 100%;
}
.permissions-key-editor .item-editor .access-levels-section .access-levels .access-levels-dropdown .ts-dropdown__header .ts-dropdown__placeholder {
  width: 100%;
}
.permissions-key-editor .item-editor .item-editor__header {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid black;
  background: #a4a4a4;
  color: #ededed;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.permissions-key-editor .item-editor .item-editor__main {
  height: 0;
  flex-grow: 1;
  width: 100%;
  padding: 16px;
  gap: 16px;
}
.permissions-key-editor .item-editor .item-editor__main .ts-table .ts-table__td {
  padding: 0;
}
.permissions-key-editor .item-editor .item-editor__main .action-button {
  width: 50px;
  margin: 0;
  padding: 0;
  background: transparent;
  min-width: 50px;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper {
  width: 32px;
  height: 32px;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fc5c7c;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fb345b;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fa0b3a;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fc5c7c;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fb345b;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fa0b3a;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not(g):not(svg) {
  -moz-transition: fill 200ms ease-out, stroke 200ms ease-out;
  -webkit-transition: fill 200ms ease-out, stroke 200ms ease-out;
  -o-transition: fill 200ms ease-out, stroke 200ms ease-out;
  transition: fill 200ms ease-out, stroke 200ms ease-out;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper {
  width: 24px;
  height: 24px;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #6eef50;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #49eb25;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #35cd13;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #6eef50;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #49eb25;
}
.permissions-key-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #35cd13;
}
.permissions-key-editor .item-editor .item-editor__buttons {
  height: 50px;
  width: 100%;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 0 16px;
  gap: 16px;
}
.permissions-key-editor .item-editor .item-editor__buttons .ts-button, .permissions-key-editor .item-editor .item-editor__buttons .ts-busy-button {
  margin: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/permissions/dist/frontend/ui/permission-editors/editor-base.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.permissions-editor {
  gap: 16px;
}
.permissions-editor .item-list {
  height: 100%;
  width: 300px;
  flex-shrink: 0;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
}
.permissions-editor .item-list .item-list__header {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid black;
  background: #a4a4a4;
  color: #ededed;
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.permissions-editor .item-list .item-list__list {
  height: 0;
  flex-grow: 1;
  width: 100%;
  gap: 2px;
}
.permissions-editor .item-list .item-list__list .item-list__list-item {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #b6b6b6;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.permissions-editor .item-list .item-list__list .item-list__list-item.selected {
  background: white;
  color: #929292;
}
.permissions-editor .item-list .item-list__add-button {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.permissions-editor .item-editor {
  height: 100%;
  flex-grow: 1;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
}
.permissions-editor .item-editor .item-editor__header {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid black;
  background: #a4a4a4;
  color: #ededed;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.permissions-editor .item-editor .item-editor__main {
  height: 0;
  flex-grow: 1;
  width: 100%;
  padding: 16px;
  gap: 16px;
}
.permissions-editor .item-editor .item-editor__main .ts-table .ts-table__td {
  padding: 0;
}
.permissions-editor .item-editor .item-editor__main .action-button {
  width: 50px;
  margin: 0;
  padding: 0;
  background: transparent;
  min-width: 50px;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper {
  width: 32px;
  height: 32px;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fc5c7c;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fb345b;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #fa0b3a;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fc5c7c;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fb345b;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #fa0b3a;
}
.permissions-editor .item-editor .item-editor__main .action-button.delete .icon--wrapper *:not(g):not(svg) {
  -moz-transition: fill 200ms ease-out, stroke 200ms ease-out;
  -webkit-transition: fill 200ms ease-out, stroke 200ms ease-out;
  -o-transition: fill 200ms ease-out, stroke 200ms ease-out;
  transition: fill 200ms ease-out, stroke 200ms ease-out;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper {
  width: 24px;
  height: 24px;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #6eef50;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #49eb25;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: #35cd13;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #6eef50;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #49eb25;
}
.permissions-editor .item-editor .item-editor__main .action-button.save .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: #35cd13;
}
.permissions-editor .item-editor .item-editor__buttons {
  height: 50px;
  width: 100%;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 0 16px;
  gap: 16px;
}
.permissions-editor .item-editor .item-editor__buttons .ts-button, .permissions-editor .item-editor .item-editor__buttons .ts-busy-button {
  margin: 0;
}
.permissions-editor .levels {
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}
.permissions-editor .levels .level {
  gap: 8px;
  background: white;
  padding: 16px;
}
.permissions-editor .levels .level .ts-dropdown {
  width: 200px;
}
.permissions-editor .groups {
  width: 100%;
  gap: 16px;
}
.permissions-editor .groups .group {
  padding: 8px;
  background: white;
}
.permissions-editor .groups .ts-dropdown {
  width: 200px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/Page_Login/Page_Login.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.sm-login {
  height: auto;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding-inline: 16px;
  padding-top: 32px;
  padding-bottom: 16px;
}
.sm-login .sm-login__title {
  font-size: 28px;
  margin-bottom: 16px;
}
.sm-login .ts-account__login {
  height: 100px;
  justify-content: space-evenly;
}
.sm-login .sm-login__swap {
  color: blue;
  place-self: end;
  margin-top: 24px;
  text-decoration: underline;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/Page_Workspace/Component_MainHeader/Component_MainHeader.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.main-header {
  height: 60px;
  min-height: 60px;
  width: 100%;
  justify-content: space-between;
  background: var(--header--background);
  color: var(--font-color);
}
.main-header .main-header__title {
  font-size: 1.5rem;
  text-align: center;
}
.main-header .main-header__user {
  justify-content: flex-end;
  margin-inline-end: 12px;
}
.main-header .main-header__action-button {
  min-width: 36px;
  height: 36px;
}
.main-header .main-header__action-button .icon--default {
  background: var(--font-color);
  width: 28px;
  height: 28px;
}
.main-header .open .icon--default {
  transform: rotate(90deg);
}
.main-header .main-header__sidebar-button {
  width: 60px;
  height: 60px;
  margin-inline-end: 16px;
  transition: all 100ms ease-in-out;
}
.main-header .main-header__sidebar-button .icon--default {
  transition: all 100ms;
  background: var(--font-color);
  width: 32px;
  height: 32px;
}
.main-header .main-header__sidebar-button:hover {
  background: var(--color__background__side-bar__hover);
}
.main-header .main-header__sidebar-button:hover .icon--default {
  background: var(--header--background);
}
.main-header .main-header__account {
  padding-block: 8px;
  padding-inline: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--font-color);
}
.main-header .main-header__account:hover {
  background: var(--color__background__side-bar__hover);
  color: var(--header--background);
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/new-order/customer-care/messages-templates/components/messages-menu/_style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.menu-item__message-template {
  justify-content: space-between;
}
.menu-item__message-template .info-circle {
  margin-left: 8px;
}

.message-template__tooltip-preview {
  direction: rtl;
  width: 400px;
  height: 200px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/dialogs/Dialog_CreateOrderDelivery.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.ts-dialog.create-order-delivery {
  width: 500px;
  height: 400px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/dialogs/Dialog_ShippingSticker.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address .property-renderer, .shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address .property-renderer .property-renderer__prop-value {
  display: flex;
  flex-flow: row;
  align-items: center;
}

/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.customer-order__shipping-sticker.dialog {
  width: 700px;
  max-height: 900px;
  overflow-y: auto;
}
.customer-order__shipping-sticker.dialog .packages-count {
  padding-top: 15px;
}
.customer-order__shipping-sticker.dialog .ts-input {
  margin-left: 12px;
  width: 30px;
  border: 1px solid black;
  text-align: center;
}
.customer-order__shipping-sticker.dialog .print-icon {
  width: 25px;
  height: 25px;
}

.shipping-sticker__printable-area {
  height: 100%;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper {
  padding: 15px;
  height: 100%;
  page-break-before: always;
  page-break-inside: avoid;
  page-break-after: always;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content {
  padding: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 8px;
  gap: 12px;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__title {
  width: 100%;
  font-size: 3rem;
  justify-content: space-between;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__title img {
  width: 60%;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__title div {
  font-size: 4rem;
  margin-bottom: -10px;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__pickup {
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__delivery-detail {
  width: 100%;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .barcode-value {
  width: 100%;
  z-index: 2;
  border-radius: 25px 25px 0px 0px;
  background: white;
  margin-top: -25px;
  text-align: center;
  font-size: 1.5rem;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address div {
  font-size: 1.5rem;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address .property-renderer {
  width: 100%;
  direction: rtl;
  justify-content: space-between;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address .property-renderer .property-renderer__prop-key {
  margin-inline-end: 12px;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__shipping-address .property-renderer .property-renderer__prop-value div {
  margin-inline-end: 12px;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__bottom {
  direction: rtl;
  width: 100%;
  flex-grow: 1;
  justify-content: space-between;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__package-count {
  font-size: 4rem;
}
.shipping-sticker__printable-area .shipping-sticker__content_wrapper .shipping-sticker__content .shipping-sticker__separator {
  height: 2px;
  background: black;
  width: 100%;
  z-index: 3;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/components/_style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.customer-order__section {
  padding: 12px;
  background: var(--color__background__customer-order-section);
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.customer-order__section * {
  white-space: pre-wrap;
}
.customer-order__section .customer-order__title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  justify-content: space-between;
}
.customer-order__section .customer-order__title > div {
  font-size: 18px;
  font-weight: 600;
}
.customer-order__section .customer-order__bold {
  font-size: 18px;
  font-weight: 600;
}

.customer-order__items .ts-table {
  height: 100%;
  width: 100%;
}
.customer-order__items .ts-table .image {
  box-sizing: content-box;
}

.customer-order .delivery-details {
  gap: 4px;
}
.customer-order .delivery-details .delivery-details-item {
  padding: 8px;
  border-radius: 6px;
}

.show-shipping-sticker {
  margin-left: 12px;
}

.customer-order__shipping-method .ts-dropdown {
  flex-shrink: 1;
}

.customer-order__packaging-status .delivery-package {
  width: 100%;
}
.customer-order__packaging-status .delivery-package span {
  margin-inline-start: 12px;
  margin-inline-end: 8px;
}
.customer-order__packaging-status .delivery-package .ts-dropdown {
  height: 30px;
  width: unset;
  flex-grow: 1;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/dialogs/Dialog_ProductPreview.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.customer-order__product-preview.dialog .ts-dialog__header {
  width: 100%;
  padding: 8px;
  background: var(--header--background);
}
.customer-order__product-preview.dialog .ts-dialog__content {
  padding: 8px;
}
.customer-order__product-preview.dialog .ts-dialog__content .print-icon {
  margin-right: 12px;
}

.product-sticker__printable-area-wrapper {
  border: 1px solid black;
}

.product-sticker__printable-area .content-small {
  font-size: 11px;
  margin-inline-end: 2px;
}
.product-sticker__printable-area .content-larger {
  font-size: 12px;
}
.product-sticker__printable-area .content-long {
  white-space: pre-wrap;
  font-size: 11px;
}
.product-sticker__printable-area .printing-sticker {
  width: 145px;
  background-color: #FFFFFF;
  padding-block: 10px;
  padding-inline: 9px;
  direction: rtl;
}
.product-sticker__printable-area .printing-sticker div {
  font-family: "Arial", sans-serif;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/Page_CustomerOrder.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
@page {
  height: 500px;
}
.customer-order .customer-order__content {
  width: 800px;
}
.customer-order .customer-order__side-bar {
  width: 350px;
}
.customer-order .customer-order__options .ts-checkbox {
  margin-inline-end: 8px;
}
.customer-order .customer-order__list .ts-table {
  height: unset;
  width: 100%;
}
.customer-order .customer-order__list .ts-table .ts-table__head .ts-table__th {
  height: 50px;
}
.customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr {
  height: 40px;
}
.customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr * {
  font-size: 17px;
}
@media (max-width: 1750px) {
  .customer-order .customer-order__list .ts-table .ts-table__head * {
    font-size: 18px;
  }
  .customer-order .customer-order__list .ts-table .ts-table__head .ts-table__th.hide-1 {
    display: none;
  }
  .customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr * {
    font-size: 15px;
  }
  .customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr .ts-table__td.hide-1 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .customer-order .customer-order__list .ts-table .ts-table__head * {
    font-size: 16px;
  }
  .customer-order .customer-order__list .ts-table .ts-table__head .ts-table__th.hide-2 {
    display: none;
  }
  .customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr * {
    font-size: 14px;
  }
  .customer-order .customer-order__list .ts-table .ts-table__body .ts-table__tr .ts-table__td.hide-2 {
    display: none;
  }
}
.customer-order .customer-order__pre-order {
  background: var(--color__customer-order__pre-order);
}
.customer-order .customer-order__returning-items {
  background: var(--color__customer-order__returning-items);
}
.customer-order .customer-order__pending-payment {
  background: var(--color__customer-order__pending);
}
.customer-order .customer-order__cancelled {
  background: var(--color__customer-order__cancelled);
}
.customer-order .customer-order__completed {
  background: var(--color__customer-order__completed);
}
.customer-order .customer-order__on-the-way {
  background: var(--color__customer-order__on-the-way);
}
.customer-order .customer-order__in-progress {
  background: var(--color__customer-order__in-progress);
}
.customer-order .customer-order__not-completed * {
  font-weight: bold;
}

.customer-order__list-page .customer-order__list {
  row-gap: 8px;
  column-gap: 12px;
  flex-wrap: wrap;
  padding: 12px;
  overflow-y: auto;
  align-content: flex-start;
}
.customer-order__list-page .customer-order__list .order-card {
  width: calc(25% - 9px);
  height: 200px;
  border-radius: 6px;
  padding: 8px;
  border: black solid 1px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1600px) {
  .customer-order__list-page .customer-order__list .order-card {
    width: calc(33% - 9px);
  }
}
@media (max-width: 1300px) {
  .customer-order__list-page .customer-order__list .order-card {
    width: calc(50% - 9px);
  }
}
.customer-order__list-page .customer-order__list .order-card.customer-order__pre-order {
  background: var(--color__customer-order__pre-order);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__on-the-way {
  background: var(--color__customer-order__on-the-way);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__returning-items {
  background: var(--color__customer-order__returning-items);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__pending-payment {
  background: var(--color__customer-order__pending);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__cancelled {
  background: var(--color__customer-order__cancelled);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__completed {
  background: var(--color__customer-order__completed);
}
.customer-order__list-page .customer-order__list .order-card.customer-order__in-progress {
  background: var(--color__customer-order__in-progress);
}

.customer-order__filter-menu {
  width: 300px;
  padding: 12px;
  border-radius: 6px;
}

.larger-font {
  font-size: 24px;
  font-weight: bold;
}

.large-font {
  font-size: 18px;
  font-weight: bold;
}

.medium-font {
  font-size: 17px;
}

.small-font {
  font-size: 14px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pah/customer-order/dialogs/Dialog_OrderGraph.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.ts-dialog.order-graph {
  width: 1000px;
  height: 900px;
}
.ts-dialog.order-graph .graph-viewer {
  width: 100%;
}
.ts-dialog.order-graph .graph-viewer svg {
  width: 100%;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/Page_Workspace/Component_SideBar/Component_SideBar.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.manager__side-bar {
  width: 80px;
  min-width: 80px;
  height: 100%;
  flex-shrink: 0;
  background-color: var(--color__background__side-bar);
  color: black;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: width 100ms ease-out;
  overflow: hidden;
}
.manager__side-bar.open {
  width: 240px;
  transition: width 100ms ease-in;
}
.manager__side-bar .selected {
  background: var(--color__background__side-bar__selected);
}
.manager__side-bar .manager__side-bar-item {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: background 40ms;
  position: relative;
}
.manager__side-bar .manager__side-bar-item .manager__side-bar-item__label {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: opacity 500ms;
  color: var(--color__icons__side-bar);
  pointer-events: all;
  font-weight: bold;
}
.manager__side-bar .manager__side-bar-item .manager__side-bar-item__label.open {
  opacity: 1;
  transition: opacity 40ms;
  pointer-events: none;
}
.manager__side-bar .manager__side-bar-item .manager__side-bar__icon-wrapper {
  width: 80px;
  min-width: 80px;
}
.manager__side-bar .manager__side-bar-item .icon--default {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  background: var(--color__icons__side-bar);
  transition: all 40ms ease-in-out;
}
.manager__side-bar .manager__side-bar-item .icon--default:hover {
  background: var(--color__icons__side-bar);
}
.manager__side-bar .manager__side-bar-item .icon--default:active {
  background: var(--color__icons__side-bar);
}
.manager__side-bar .manager__side-bar-item:hover {
  background: var(--color__background__side-bar__hover);
}
.manager__side-bar .manager__side-bar-item:hover .manager__side-bar-item__label {
  color: var(--color__icons__side-bar__hover);
}
.manager__side-bar .manager__side-bar-item:hover .icon--default {
  background: var(--color__icons__side-bar__hover);
}
.manager__side-bar .manager__side-bar-item:active {
  background: var(--color__background__side-bar__active);
}
.manager__side-bar .manager__side-bar-item:active .icon--default {
  background: var(--color__icons__side-bar__hover);
}
.manager__side-bar .manager__side-bar-item:active > .manager__side-bar-item__label {
  color: var(--color__icons__side-bar__hover);
}
.manager__side-bar .manager__side-bar-item.selected {
  background: var(--color__background__side-bar__selected);
}
.manager__side-bar .manager__side-bar-item.selected .icon--default {
  background: var(--color__icons__side-bar__hover);
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.manager__side-bar .manager__side-bar-item.selected .manager__side-bar-item__label {
  color: var(--color__icons__side-bar__hover);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/components/PropertyRenderer/PropertyRenderer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.prop-renderer__vertical {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}
.prop-renderer__vertical .prop-renderer__label {
  margin-block-end: 4px;
}
.prop-renderer__horizontal {
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.prop-renderer__horizontal .prop-renderer__label {
  margin-inline-end: 8px;
}
.prop-renderer__horizontal .prop-renderer__editor {
  flex-grow: 1;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/input/shipment/dialogs/Dialog_ImportShipment.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.import-shipment__dialog, .dialog {
  width: 500px;
  height: unset;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/form/asset/AssetView.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.asset-view {
  width: 80px;
  height: 100px;
  line-height: 97px;
  position: relative;
  background-color: rgb(204, 204, 204);
  border: 1px solid;
  border-radius: 3px;
  box-sizing: content-box;
}
.asset-view .asset-renderer-wrapper {
  margin: 5px;
  position: absolute;
  max-width: 80px;
  max-height: 100px;
}
.asset-view .asset-renderer-wrapper .asset-renderer {
  width: 80px;
  max-width: 80px;
  height: 100px;
  max-height: 100px;
  margin: 0 auto;
  vertical-align: middle;
}
.asset-view .asset-renderer-wrapper .pdf-renderer {
  position: relative;
  width: 70px;
  height: 90px;
}
.asset-view .asset-renderer-overlay {
  background: rgba(136, 136, 136, 0.5333333333);
  width: 80px;
  height: 100px;
  position: absolute;
  line-height: initial;
}

.asset-full-viewer {
  width: 800px;
  height: 1000px;
  line-height: 997px;
  position: relative;
  background-color: rgb(204, 204, 204);
  border: 1px solid;
  border-radius: 5px;
  box-sizing: content-box;
}
.asset-full-viewer .pdf-renderer {
  margin: 10px;
  position: relative;
  width: 780px;
  height: 980px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/input/shipment-v2/Page_ShipmentV2.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page__shipment-list .ts-table {
  width: 100%;
}

.page__shipment-v2 .ts-space {
  height: 100%;
  margin-inline: 8px;
  background: grey;
}
.page__shipment-v2 .ts-tabs {
  flex-grow: 1;
  height: 100%;
}
.page__shipment-v2 .shipment-overview {
  min-width: 250px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/sales/messages-template/EditorItem_MessagesTemplate.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.messages-template__editor .message-template__text-area__editing {
  width: 100%;
  direction: rtl;
  white-space: pre-wrap;
  resize: none;
  height: 120px;
  margin-inline: 6px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/components/CurrencyValue/Component_CurrencyValue.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.component__currency-value .value {
  width: 30px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/store/v2/product-template/_style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.product-template-v2 {
  height: 100%;
}
.product-template-v2 .product-template__overview .product-template__general-props {
  gap: 12px;
  width: 400px;
}
.product-template-v2 .ts-space {
  height: 100%;
  margin-inline: 8px;
  background: grey;
}
.product-template-v2 .ts-tabs {
  flex-grow: 1;
}

.ts-table--editing-row {
  border: 2px solid black;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/app/pages/Page_Workspace/Page_Workspace.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.workspace {
  height: 100%;
  width: 100%;
}
.workspace .workspace-navigation {
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  flex-grow: 1;
}
.workspace .workspace-navigation .workspace-page {
  width: 100%;
  padding: 8px;
  flex-grow: 1;
  overflow-y: auto;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/TS_DevPage/TS_DevPage.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.ts-dev-page {
  width: 100%;
  height: 100%;
  outline: none !important;
}
.ts-dev-page .ts-dev-page__header {
  width: 100%;
  height: 50px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 8px;
  gap: 16px;
}
.ts-dev-page .ts-dev-page__header .ts-dev-page__header__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.ts-dev-page .ts-dev-page__header .ts-dev-page__header__toggle-menu-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 200ms linear;
}
.ts-dev-page .ts-dev-page__header .ts-dev-page__header__toggle-menu-icon.opened {
  transform: rotateY(180deg);
}
.ts-dev-page .ts-dev-page__main {
  height: calc(100% - 50px);
  display: flex;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container {
  background: #1a1a1a;
  width: 40px;
  height: 100%;
  transition: width 200ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
  flex-shrink: 0;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 100ms linear;
  cursor: pointer;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page .ts-dev-page__page-selection__page-icon {
  width: 20px;
  height: 20px;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page .ts-dev-page__page-selection__page-label {
  color: white;
  font-size: 16px;
  font-weight: bold;
  transition: color 100ms linear;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page:hover, .ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page.selected {
  background: white;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page:hover .ts-dev-page__page-selection__page-label, .ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container .ts-dev-page__page-selection__page.selected .ts-dev-page__page-selection__page-label {
  color: #1a1a1a;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__page-selection-container.opened {
  width: 300px;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__main-content {
  width: calc(100% - 40px);
  background: gray;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__main-content .ts-dev-page__no-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__main-content .ts-dev-page__no-page .ts-dev-page__no-page__title {
  font-size: 72px;
  font-weight: bold;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__main-content .ts-dev-page__no-page .ts-dev-page__no-page__text {
  font-size: 28px;
}
.ts-dev-page .ts-dev-page__main .ts-dev-page__main-content .ts-dev-page__page-header {
  padding: 8px 0;
  margin: 0 16px 8px;
  border-bottom: 2px solid #666666;
  font-size: 28px;
  font-weight: bold;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/playground/examples/PgDev_Palette/PgDev_Palette.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.palette-container {
  width: 90vw;
  padding: 20px;
  overflow-x: scroll;
}
.palette-container .color-row {
  width: 100%;
  display: flex;
}
.palette-container .color-row .black-1 {
  background: black;
  color: #999999;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-2 {
  background: #1a1a1a;
  color: #999999;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-3 {
  background: #333333;
  color: #999999;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-4 {
  background: #4d4d4d;
  color: black;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-5 {
  background: #666666;
  color: black;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-6 {
  background: gray;
  color: black;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .black-7 {
  background: #999999;
  color: black;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-1 {
  background: #a15f3e;
  color: #dfbdac;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-2 {
  background: #b66b46;
  color: #dfbdac;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-3 {
  background: #bf7b59;
  color: #dfbdac;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-4 {
  background: #c78c6e;
  color: #a15f3e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-5 {
  background: #cf9c83;
  color: #a15f3e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-6 {
  background: #d7ad97;
  color: #a15f3e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .amber-7 {
  background: #dfbdac;
  color: #a15f3e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-1 {
  background: #b5986e;
  color: #e1d6c5;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-2 {
  background: #bca27d;
  color: #e1d6c5;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-3 {
  background: #c4ad8b;
  color: #e1d6c5;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-4 {
  background: #cbb79a;
  color: #b5986e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-5 {
  background: #d3c1a8;
  color: #b5986e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-6 {
  background: #daccb7;
  color: #b5986e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .gold-7 {
  background: #e1d6c5;
  color: #b5986e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-1 {
  background: #007090;
  color: #6ddeff;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-2 {
  background: #008cb5;
  color: #6ddeff;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-3 {
  background: #00a9d9;
  color: #6ddeff;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-4 {
  background: #00c5fe;
  color: #007090;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-5 {
  background: #23ceff;
  color: #007090;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-6 {
  background: #48d6ff;
  color: #007090;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .blue-7 {
  background: #6ddeff;
  color: #007090;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-1 {
  background: #2bb21e;
  color: #9fee98;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-2 {
  background: #31cc22;
  color: #9fee98;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-3 {
  background: #3fdc30;
  color: #9fee98;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-4 {
  background: #57e14a;
  color: #2bb21e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-5 {
  background: #6fe564;
  color: #2bb21e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-6 {
  background: #87e97e;
  color: #2bb21e;
  width: 50px;
  height: 50px;
}
.palette-container .color-row .green-7 {
  background: #9fee98;
  color: #2bb21e;
  width: 50px;
  height: 50px;
}
.palette-container .color-label {
  width: 60px;
  text-align: right;
  margin-inline-end: 12px;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../translations/dist/frontend/pages/ATS_Translation/ATS_Translation.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
#dev-page__permissions {
  width: 100%;
  height: 100%;
  padding: 0 16px 16px;
}
#dev-page__permissions .ts-dev-page__page-header {
  width: 100%;
  margin: 0 0 16px;
  padding: 8px 0;
  flex-shrink: 0;
}
#dev-page__permissions .ts-tabs {
  flex-grow: 1;
  gap: 8px;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header {
  gap: 8px;
  background: transparent;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header .ts-tabs__tab {
  background: transparent;
  border: 2px solid black;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
#dev-page__permissions .ts-tabs .ts-tabs__tabs-header .ts-tabs__tab.ts-tabs__focused {
  background: white;
}
#dev-page__permissions .ts-tabs .ts-tabs__content {
  background: transparent;
}
#dev-page__permissions .api-editor {
  width: 100%;
  height: 100%;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper {
  border-right: 2px solid black;
  height: 100%;
  width: 300px;
  min-width: 300px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search {
  width: 100%;
  height: 30px;
  border-bottom: 2px solid black;
  flex: 0;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search .ts-input {
  height: 100%;
  min-height: unset;
  flex: 1;
  outline: none !important;
  border: none;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__search .icon--wrapper {
  height: 100%;
  width: 30px;
  padding: 4px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list {
  overflow-y: auto;
  height: 0;
  flex: 1;
  width: 100%;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar {
  background-color: #ededed;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar-thumb {
  background-color: #004a72;
  border: 2px solid #ededed;
  border-radius: 4px;
}
@supports (overflow-y: overlay) {
  #dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list {
    overflow-y: overlay;
  }
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list::-webkit-scrollbar {
  width: 9px;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list .api-editor__list__item {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  white-space: pre-wrap;
}
#dev-page__permissions .api-editor .api-editor__list-wrapper .api-editor__list .api-editor__list__item.selected {
  background: #929292;
  color: white;
}
#dev-page__permissions .api-editor .api-editor__editor {
  height: 100%;
  padding: 8px;
  gap: 8px;
}
#dev-page__permissions .db-def-button {
  width: unset;
  padding: 4px 8px;
}

.api-editor__editor__level-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.api-editor__editor__level-list .ts-dropdown {
  width: 200px;
}
.api-editor__editor__level-list .ts-dropdown .ts-dropdown__header {
  border: 1px solid black;
}
.api-editor__editor__level-list .ts-dropdown .ts-tree__node {
  font-size: 11px;
  font-weight: bold;
  white-space: break-spaces;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item {
  position: relative;
  border: 1px solid black;
  border-radius: 4px;
  height: 40px;
  max-width: 150px;
  white-space: break-spaces;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper {
  background: #fc5c7c;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 30px;
  padding: 8px;
  transform: translateX(100%);
  transition: transform 200ms ease-out;
  cursor: pointer;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:hover *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:active *:not([data-no-fill=true]):not(g):not(svg) {
  fill: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:hover *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item .icon--wrapper:active *:not([data-no-stroke=true]):not(g):not(svg) {
  stroke: white;
}
.api-editor__editor__level-list .api-editor__editor__level-list__item:hover .icon--wrapper {
  transform: translateX(0);
}

#db-def-list {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: 200px;
}
#db-def-list::-webkit-scrollbar {
  background-color: #ededed;
}
#db-def-list::-webkit-scrollbar-thumb {
  background-color: #004a72;
  border: 2px solid #ededed;
  border-radius: 4px;
}
@supports (overflow-y: overlay) {
  #db-def-list {
    overflow-y: overlay;
  }
}
#db-def-list::-webkit-scrollbar {
  width: 9px;
}
#db-def-list .db-def-list__item {
  height: 30px;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
#db-def-list .db-def-list__item:hover {
  background: #ededed;
}

#save-initial-domain {
  padding: 10px;
  border: 2px solid black;
  border-radius: 8px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#save-initial-domain .save-initial-domain__title {
  font-size: 14px;
  font-weight: bold;
}
#save-initial-domain .save-initial-domain__buttons {
  justify-content: space-between;
}
#save-initial-domain .save-initial-domain__buttons .ts-button {
  margin: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_V2_Input/TS_InputV2.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-input {
  width: 100%;
  min-width: 50px;
  padding-inline: 10px;
  background: unset;
  font-size: 1rem;
  border: 1px solid black;
  border-radius: 4px;
}
.ts-input:focus-visible {
  outline: 1px solid #3ca0c6;
}
.ts-input.disabled {
  cursor: not-allowed;
}

.align-center {
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: none;
}

input[type=number]:focus,
input[type=number]:hover {
  appearance: auto;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../_thunderstorm/thunderstorm/dist/frontend/components/TS_V2_TextArea/TS_TextAreaV2.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-textarea {
  width: 100%;
  min-width: 50px;
  min-height: 50px;
  padding-block: 4px;
  padding-inline: 10px;
  font-size: 1rem;
  border: 1px solid black;
  border-radius: 4px;
}
.ts-textarea:focus-visible {
  outline: 1px solid #3ca0c6;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!../../translations/dist/frontend/project/dialogs/Dialog_TranslationProject.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.ts-dialog.dialog-EntityName {
  width: 500px;
  height: 400px;
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.7.3_webpack@5.76.3/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@12.6.0_sass@1.60.0_webpack@5.76.3/node_modules/sass-loader/dist/cjs.js!./main/App.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************/
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

:root {
  --color--font: #d7ad97;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

[theme=dark] {
  --header--background: #dfbdac;
  --text-color: #dfbdac;
}

[theme=light] {
  --header--background: #f8f5f1;
  --font-color: #a15f3e;
  --color__app_background: c.$white;
  --color__icons__side-bar: #a15f3e;
  --color__icons__side-bar__hover: #f8f5f1;
  --color__background__side-bar: #e6e6e6;
  --color__background__side-bar__hover: #c78c6e;
  --color__background__side-bar__active: #b66b46;
  --color__background__side-bar__selected: #a15f3e;
  --color__background__customer-order-section: #e6e6e6;
  --color__popup-menu__item-hover: #b6efff;
  --color__customer-order__returning-items: #3fdc30;
  --color__customer-order__pre-order: #e7fbe5;
  --color__customer-order__on-the-way: #e9e0d4;
  --color__customer-order__pending: #b6efff;
  --color__customer-order__cancelled: gray;
  --color__customer-order__completed: #e6e6e6;
  --color__customer-order__in-progress: #e7cec1;
  --color__tabs__header: #e6e6e6;
  --color__tabs__header__selected: #d7ad97;
  --color__search-bar-background: #4d4d4d;
  --color__search-bar-text: #999999;
  --color__search-bar-icon: #999999;
  --color__text__placeholder-1: gray;
  --color__text__placeholder-2: #666666;
  --color__text__gray: #4d4d4d;
  --color__text__focused-blue: #008cb5;
  --color__values-search-bar-text: black;
  --color__sub-header__font-color: #007090;
  --color__background__general-panel: white;
  --color__background__gray: #4d4d4d;
  --color__variables-search-bar-background: #87e97e;
  --color__side-nav-bar__open-icon_hover: #57e14a;
  --side-nav-bar-icon-color: #303436;
  --side-nav-bar-icon-hover-color: #303436;
  --side-nav-bar-icon-click-color: #FFFFFF;
  --side-nav-bar-icon-disabled-color: #B2B2B2;
  --side-nav-bar-icon-selected-color: #FFFFFF;
  --side-nav-bar-icon-background-color: #F7F7F7;
  --side-nav-bar-icon-background-hover-color: #C5D6DF;
  --side-nav-bar-icon-background-click-color: #004A72;
  --side-nav-bar-icon-background-disabled-color: #F7F7F7;
  --side-nav-bar-icon-background-selected-color: #004A72;
  --color__dialog-header-background: #008cb5;
  --color__dialog-header-text-color: #FFFFFF;
  --color__dialog__button-background-enabled: #008cb5;
  --border__values-table-regular: 1px solid #999999;
  --color__table-row__background: white;
  --color__table-row__border: #dbdbdb;
  --color__table-item__color: black;
  --color__scrollbar-thumb-hover: #6ddeff;
  --color__header__categories: #dfbdac;
  --color__header__categories-search: #d7ad97;
  --color__header__variables: #9fee98;
  --color__header__variables-search: #87e97e;
  --color__header__values: #999999;
  --color__header__values-search: gray;
  --color__header__search-icon: black;
  --color__header__search-text: black;
  --color__tooltip__variable-information: #008cb5;
  --color__popup-menu-item-hover: #6ddeff;
  --ws__border__item-hover: 1px solid #4CBBE5;
  --ws__color__item-selected: #6ddeff;
  --ws__shadow__item-hover: 0px 3px 6px #00000029;
  --color__disease-value-count__background: #a0a0a0;
  --color__list-seperator: black;
}

[theme=light] {
  --color__pages-background: white;
}

[theme=light] {
  --color__props-control: #c4ad8b;
  --color__props-control__hover: #bf7b59;
}

[theme=light] {
  --color__button-background: #00a9d9;
  --color__button-background__disabled: #333333;
  --color__button-background__secondary: #007090;
}

.ts-button {
  border-radius: 3px;
  cursor: pointer;
  min-width: 80px;
  padding: 4px;
  margin-inline: 8px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: var(--color__button-background);
}

.ts-button.ts-button__disabled {
  background: var(--color__button-background__disabled);
}

.ts-button.secondary {
  background: var(--color__button-background__secondary);
}

[device=tablet] {
  --font-size: 24px;
}

[device=mobile] {
  --font-size: 14px;
}

[device=desktop] {
  --font-size: 16px;
}

:root {
  --font-size: 1rem;
  --font-family-main: "Open Sans", sans-serif;
  --border-color: #dfbdac;
  --border: 2px solid black;
  --border-radius: 4px;
  --linearTransition200: all linear 200ms;
  --easeTransition200: all ease-in-out 200ms;
}

.ts-input {
  width: unset;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: gray;
  min-height: 30px;
  padding-inline: 4px;
  border-radius: unset;
}
.ts-input:focus-visible {
  outline: unset;
  border-bottom: 1px solid #3ca0c6;
}

.ts-tabs .ts-tabs__tabs-header {
  height: 40px;
  margin-bottom: 8px;
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab {
  background: var(--color__value-tabs-header-background);
  border: none;
  border-bottom: var(--border__general-solid-transparent);
  color: var(--color__text__gray);
  font-size: var(--workspace__default-font-size);
  font-weight: var(--workspace__header-font-weight);
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab:hover {
  color: var(--color__text__focused-blue);
  background: var(--color__value-tabs-header-background);
}
.ts-tabs .ts-tabs__tabs-header .ts-tabs__tab.ts-tabs__focused {
  background: var(--color__value-tabs-header-background);
  color: var(--color__text__focused-blue);
  border-bottom: var(--border__general-solid-light);
}
.ts-tabs .ts-tabs__content {
  flex-grow: 1;
  border: none;
  background: var(--color__background__general-panel);
}

/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.ts-textarea {
  width: 100%;
  height: 100%;
  white-space: pre-wrap;
  resize: vertical;
  flex-shrink: 0;
  border: none;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: var(--shadow__general-inset-strong);
}
.ts-textarea::placeholder {
  font-style: italic;
}

.ts-dropdown {
  width: 100%;
  flex-shrink: 1;
}
.ts-dropdown .ts-dropdown__header {
  height: 100%;
  border: 1px solid black;
  border-radius: 3px;
  padding-block: 4px;
}
.ts-dropdown .ts-dropdown__header > * {
  font-size: 14px;
}
.ts-dropdown .ts-dropdown__header .ts-dropdown__placeholder {
  font-size: 14px;
  padding-block: unset;
  padding-inline: 2px;
}
.ts-dropdown .ts-dropdown__header .ts-dropdown__placeholder > * {
  font-size: 14px;
}
.ts-dropdown .ts-tree__node {
  text-align: start;
  padding-inline: 2px !important;
  padding-block: 4px !important;
}
.ts-dropdown .ts-tree__node > * {
  font-size: 14px;
}

/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Thunderstorm is a full web app framework!
 *
 * Typescript & Express backend infrastructure that natively runs on firebase function
 * Typescript & React frontend infrastructure
 *
 * Copyright (C) 2020 Adam van der Kruk aka TacB0sS
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.ts-languages__rtl {
  direction: rtl;
}

.ts-languages__ltr {
  direction: rtl;
}

.ts-align-baseline {
  align-self: baseline;
}

.ts-table {
  width: unset;
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
  border-spacing: 0;
}

.ts-table .ts-table__head .ts-table__tr {
  background: var(--table__header-background-color);
  height: 40px;
  border: none;
}

.ts-table .ts-table__head .ts-table__tr .ts-table__th {
  font-weight: 600;
  color: var(--table__header-text-color);
  padding: 0 5px;
  border: 1px solid var(--table__border-color);
}

.ts-table .ts-table__body .ts-table__tr td.ts-table__td {
  height: 100%;
  padding-inline: 4px;
  border: 1px solid var(--table__border-color);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--table__body-text-color);
}

.ts-table .ts-table__body .ts-table__tr.selected {
  background: var(--table__body-row-background-selected);
}

.width_25 {
  width: 25%;
}

.margin__start {
  margin-inline-start: 8px;
}

.margin__end {
  margin-inline-end: 8px;
}

.margin__inline {
  margin-inline-start: 8px;
  margin-inline-end: 8px;
}

.margin__top {
  margin-block-start: 8px;
}

.margin__bottom {
  margin-block-end: 8px;
}

.margin__block {
  margin-block-end: 8px;
  margin-block-start: 8px;
}

.padding__start {
  padding-inline-start: 8px;
}

.padding__end {
  padding-inline-end: 8px;
}

.padding__bottom {
  padding-block-end: 8px;
}

.padding__top {
  padding-block-start: 8px;
}

.padding__inline {
  padding-inline-start: 8px;
  padding-inline-end: 8px;
}

.padding__block {
  padding-block-end: 8px;
  padding-block-start: 8px;
}

.dialog {
  width: 800px;
  min-height: 200px;
  background: white;
  border-radius: 10px;
}

.dialog .dialog__header {
  border-radius: 10px 10px 0 0;
  height: 50px;
  width: 100%;
  background: var(--color__dialog-header-background);
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.dialog .dialog__header .title-text {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.dialog .dialog__header .exit_icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: white;
  cursor: pointer;
}

.dialog .dialog__main {
  height: 400px;
  width: 100%;
  padding: 20px;
}

.dialog .dialog__buttons {
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.dialog .dialog__field-title {
  font-size: 13px;
  color: #bf7b59;
}

.ts-icon {
  width: 24px;
}

.ts-icon__v4 {
  width: 24px;
  height: 24px;
  display: inline-block;
  display: inline-block;
  background: var(--ts-icon__default-color);
}

.ts-icon__v4:hover {
  background: var(--ts-icon__hover-color);
}

.ts-icon__v4:active {
  background: var(--ts-icon__clicked-color);
}

.ts-icon__small {
  width: 16px;
  height: 16px;
}

.info-circle {
  width: 22px;
  height: 22px;
  text-align: -webkit-center;
  display: inline-block;
  border: 1px solid var(--ts-icon__info-color);
  border-radius: 50%;
}

.info-circle .ts-icon__v4 {
  display: inline-block;
  background: var(--ts-icon__info-color);
}

.info-circle .ts-icon__v4:hover {
  background: var(--ts-icon__info-color);
}

.info-circle .ts-icon__v4:active {
  background: var(--ts-icon__info-color);
}

.ts-prop-renderer .ts-prop-renderer__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--prop-renderer__label-color);
}

.ts-props-renderer__horizontal-chain {
  width: 100%;
  gap: 12px;
}

.ts-radio.label-radio {
  min-height: 26px;
  height: 100%;
  border: 1px solid var(--ts-radio__border-color);
  border-radius: 3px;
  gap: 0;
}

.ts-radio.label-radio .ts-radio__container {
  height: 100%;
  min-width: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 !important;
}

.ts-radio.label-radio .ts-radio__container .ts-radio__button {
  display: none;
}

.ts-radio.label-radio .ts-radio__container .ts-radio__label {
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  color: #A1AEB5;
  white-space: pre-wrap;
  height: 100%;
  text-align: center;
}

.ts-radio.label-radio .ts-radio__container:not(:first-child) {
  border-left: 1px solid var(--ts-radio__right-color);
}

.ts-radio.label-radio .ts-radio__container.checked {
  background: #007CBE;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.ts-radio.label-radio .ts-radio__container.checked .ts-radio__label {
  color: white;
}

.ts-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.ts-checkbox .ts-checkbox__content {
  margin-inline-start: unset;
}

.ts-checkbox .ts-checkbox__button {
  border: 1px solid rgba(104, 103, 141, 0.3137254902);
  box-shadow: 0 0 1px 0 #867979;
  padding: 1px;
}

.ts-checkbox .ts-checkbox__button.ts-checkbox__button__rounded {
  border-radius: 50%;
}

.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner {
  width: 18px;
  height: 18px;
}

.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner.ts-checkbox__button__rounded {
  border-radius: 50%;
}

.ts-checkbox .ts-checkbox__button .ts-checkbox__button__inner.ts-checkbox__button__checked {
  background: #4fa7ff;
  border: 0.5px white solid;
}

.ts-dialog {
  border-radius: 6px;
}

.ts-dialog .ts-dialog__header {
  background: var(--header--background);
}

.ts-dialog .ts-dialog__main {
  padding: 8px;
}

body[theme=light] {
  --separator-color: #4d4d4d;
  --tags--inner-color: #b6efff;
  --tags--outer-color: #008cb5;
  --dialog__content-background: p.$white;
  --dialog__header-background: #008cb5;
  --dialog__header-text-color: p.$white;
  --table__border-color: #333333;
  --table__header-text-color: #000000;
  --table__header-background-color: #999999;
  --table__body-text-color: #000000;
  --table__body-row-background-color: #FFFFFF;
  --table__body-row-background-selected: #48d6ff;
  --ts-icon__default-color: #b3b3b3;
  --ts-icon__hover-color: gray;
  --ts-icon__clicked-color: #333333;
  --ts-icon__disabled-color: #1a1a1a;
  --ts-icon__info-color: #008cb5;
  --ts-icon__warning-color: #bca27d;
  --ts-icon__error-color: #b66b46;
  --prop-renderer__label-color: #007090;
  --ts-radio__border-color: #48d6ff;
  --ts-radio__right-color: #008cb5;
  --ts-checkbox__border-color: #48d6ff;
  --ts-checkbox__right-color: #008cb5;
  --dialog__content-background: p.$white;
  --dialog__header-background: #008cb5;
  --dialog__header-text-color: p.$white;
}

body[theme=dark] {
  --separator-color: #cccccc;
  --tags--inner-color: #008cb5;
  --tags--outer-color: #b6efff;
  --dialog__content-background: #FFFFFF;
  --dialog__header-background: #008cb5;
  --dialog__header-text-color: #FFFFFF;
  --dialog__field-text-color: #00a9d9;
  --table__header-text-color: #000000;
  --table__header-background-color: gray;
  --table__body-text-color: #000000;
  --table__body-row-background-color: #FFFFFF;
  --table__body-row-background-selected: #48d6ff;
  --ts-icon__default-color: #1a1a1a;
  --ts-icon__hover-color: #333333;
  --ts-icon__clicked-color: #666666;
  --ts-icon__disabled-color: #999999;
  --ts-icon__info-color: #6ddeff;
  --ts-icon__warning-color: #bca27d;
  --ts-icon__error-color: #b66b46;
  --prop-renderer__label-color: #91e7ff;
  --ts-radio__border-color: #48d6ff;
  --ts-radio__right-color: #008cb5;
  --ts-checkbox__border-color: gray;
  --ts-checkbox__right-color: #008cb5;
  --dialog__content-background: #FFFFFF;
  --dialog__header-background: #008cb5;
  --dialog__header-text-color: #FFFFFF;
  --dialog__field-text-color: #00a9d9;
}

* {
  -webkit-user-drag: none;
  box-sizing: border-box;
  font-family: var(--font-family-main);
  font-size: var(--font-size);
  white-space: nowrap;
}

body {
  margin: 0;
  overflow: hidden;
  height: 100vh;
}
body #root {
  height: 100%;
}
body #app {
  height: 100%;
}

img {
  display: inline-block;
}

.children_fill {
  place-items: stretch;
}

.children_space {
  justify-content: space-between;
}

input {
  font-size: var(--font-size);
}

.ts-popup-menu .ts-popup-menu__menu {
  width: unset;
  min-width: 150px;
}
.ts-popup-menu .ts-popup-menu__menu .ts-tree .ts-tree__node:hover {
  background: var(--color__popup-menu__item-hover);
}

.flex__shrink {
  flex-shrink: 1;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-50 {
  width: 50%;
}

.gap__s {
  row-gap: 4px;
  column-gap: 4px;
}

.gap__n {
  row-gap: 8px;
  column-gap: 8px;
}

.gap__l {
  row-gap: 12px;
  column-gap: 12px;
}

.v-gap__s {
  row-gap: 4px;
}

.v-gap__n {
  row-gap: 8px;
}

.v-gap__l {
  row-gap: 12px;
}

.h-gap__s {
  column-gap: 4px;
}

.h-gap__n {
  column-gap: 8px;
}

.h-gap__l {
  column-gap: 12px;
}

/*# sourceMappingURL=styles.0a4c062be4b41fb819b5.css.map*/