:root {
  --custom-gray: #ced4da;
}
.card {
  height: 100%;
  position: relative;
}
.board-column-content {
  border: none;
}
.muuri-item:hover {
  z-index: 99;
}
.muuri-item.onEditing {
  z-index: 100;
}
.card-header {
  align-items: center;
}
.custom-controller {
  background-color: transparent;
  border: none;
}
.card-header-text {
  flex: 1 1;
}
.card-body-channel {
  padding: 0.3rem 0.25rem;
  transition: margin 0.2s ease;
  width: 100%;
}
.card-content {
  align-items: center;
  display: flex;
}
.card-content .text-container {
  flex: 1 1;
  line-height: 1em;
  min-height: 18px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}
.content-header {
  border: solid #ccc;
  border-width: 0 2px;
  height: 100%;
  left: 0;
  position: absolute;
  width: 5px;
}
.muuri-item-dragging {
  z-index: 100;
}
.muuri-item-dragging.card-body-channel {
  background-color: #fafafa;
  border: 1px solid #ccc;
}
.icon {
  color: #ccc;
  cursor: pointer;
  font-size: 18px;
  opacity: 0;
  transition: 0.2s ease;
}
.icon > span:hover {
  color: #ddd;
}
.icon > span:active {
  color: var(--primary);
}
.card-body-channel:hover .icon {
  opacity: 1;
}
.plus_btn {
  color: #fff;
  font-size: x-small;
  height: 5px;
  margin-top: -5px;
  padding: 0.25rem 1rem;
  text-align: center;
  transition: height 0.2s ease;
}
.plus_btn:first-child,
.plus_btn:hover {
  height: 26px;
}
.plus_btn div {
  background-color: #eee;
  border-radius: 1em;
  height: 0;
  transition: height 0.2s ease;
}
.plus_btn:first-child div,
.plus_btn:hover div {
  background-color: #eee;
  height: 18px;
}
.plus_btn div:hover {
  background-color: #e3e3e3;
}
.plus_btn div:active {
  background-color: #ddd;
}
.plus_btn svg {
  display: none;
}
.plus_btn:first-child svg,
.plus_btn:hover svg {
  display: inline-block;
}
.editWindow {
  border-radius: 5px;
  bottom: 2rem;
  position: fixed;
  right: 2rem;
  white-space: nowrap;
  width: 20vw;
  width: 290px;
  z-index: 998;
}
.editWindow.Dependence,
.editWindow.Text {
  left: 16rem;
  right: auto;
}
.editWindow.Dependence {
  bottom: 12rem;
}
.editWindow:hover {
  z-index: 999;
}
.editWindow * {
  font-size: 0.75rem;
}
.underline span:after {
  border-bottom: solid;
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
}
.editWindow .card-header {
  color: #9a9da0;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.1rem 1rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button {
  cursor: pointer;
}
.button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.button:active {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
textarea {
  line-height: 1em;
  resize: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 24.75%;
    max-width: 24.75%;
    padding-right: 0;
  }
  .col-xl-6 {
    flex: 0 0 49.5%;
    max-width: 49.5%;
    padding-right: 0;
  }
  .col-xl-9 {
    flex: 0 0 74.25%;
    max-width: 74.25%;
    padding-right: 0;
  }
  .col-xl-12 {
    flex: 0 0 99%;
    max-width: 99%;
    padding-right: 0;
  }
}
.card-plus-container {
  padding: 0.75rem;
}
.card-plus .btn {
  background-color: #eee;
  color: #fff;
  font-size: 50px;
  height: 50px;
  line-height: 40px;
  padding: 2px;
  text-align: center;
  width: 50px;
}
.card-plus:hover .btn {
  background-color: var(--primary);
  cursor: auto;
}
.select-container {
  border-radius: 0.25rem;
  left: 51px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -10px;
  transition: 0.5s ease;
  width: 70px;
}
.card-plus-container:hover:not(.muuri-item-dragging) .select-container {
  max-height: 65px;
  opacity: 1;
  top: 0;
}
.select-option {
  text-align: center;
  transition: 0.2s ease;
  width: 100%;
}
.floating-icon {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0.25em;
  position: absolute;
  right: -0.2em;
  top: -1em;
}
.icon-parent {
  position: relative;
}
.icon-parent:hover > * > .icon,
.icon-parent:hover > .icon {
  opacity: 0.5;
}
.floating-icon:hover {
  opacity: 1 !important;
}
.custom-btn-bar {
  display: flex;
}
.custom-btn-bar.column {
  flex-direction: column;
}
.custom-btn-bar .btn,
.custom-btn-bar input {
  color: #555;
  height: 26px;
  padding: 0 5px;
}
.btn-group {
  border-radius: 5px;
}
.btn-group .btn {
  width: 25px;
}
.custom-btn-bar .btn-group {
  padding: 0;
}
.custom-btn-bar input {
  font-size: 12px;
}
input[type="color"] {
  -webkit-appearance: none;
  border: none;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  width: 30px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
}
.InputWithTitle input {
  border: none;
  flex: 1 1;
}
.btn-group > :first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0 0 0 5px;
}
.btn-group > :last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.dropdown-menu {
  right: 0;
  transition: 0.1s ease;
}
.dropdown-menu .dropdown-menu {
  bottom: -0.7rem;
  left: 100%;
  top: auto;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-item {
  font-size: 0.8rem;
  position: relative;
}
.Dependence .dropdown-menu .content {
  background-color: #9a9da0;
}
.dropdown-item.onSelect {
  background-color: var(--primary);
  color: #fff;
}
.dropdown-item-text {
  color: var(--secondary);
  font-size: 0.5rem;
  padding: 0.3rem 0.5rem;
  text-align: center;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  white-space: pre-wrap;
}
.overflowIcon {
  background-color: var(--gray-dark);
  bottom: 0;
  color: var(--light);
  position: absolute !important;
  text-align: center;
  width: 100%;
}
.dropdown-menu .check {
  font-size: 1.5em;
  left: 0.4em;
  position: absolute;
  top: -0.1em;
}
hr {
  margin: 0;
}
textarea::-webkit-scrollbar {
  width: 0;
}
.editRect {
  border: solid var(--primary);
  border-radius: 5px;
  position: absolute;
  z-index: 102;
}
.editRect > div {
  background-color: var(--primary);
  border-radius: 50%;
  cursor: nwse-resize;
  height: 10px;
  position: absolute;
  width: 10px;
}
.custom-btn button {
  border-radius: 0.25rem !important;
}
.custom-checkBox {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.custom-checkBox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.custom-checkBox > * {
  margin: 0;
}
.custom-checkBox > :not(:last-child) {
  margin-right: 5px;
}
.cardContainer {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cardContainer .input-group {
  display: inline-flex;
  width: 170px;
}
.cardContainer .input-group > * {
  border-color: #ced4da;
  border-color: var(--custom-gray);
  border-radius: 0;
  height: 26px;
}
.cardContainer .input-group > span {
  background-color: #ced4da;
  background-color: var(--custom-gray);
  border: none;
  color: #fff;
}
.cardContainer .input-group > :first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.cardContainer .input-group > :last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.small-title {
  align-items: center;
  display: flex;
  font-size: 8px;
}
.cardContainer .input-group-text:not(:first-child) {
  padding: 0.25rem;
}
.Chart .editBody::-webkit-scrollbar {
  width: 0;
}
.Chart .editBody {
  max-height: 80vh;
  overflow: auto;
}
.h-sm {
  height: 16px !important;
}
.custom-switch-container {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.custom-switch-container > .custom-control-label:before {
  top: 0;
}
.custom-switch-container > .custom-control-label:after {
  top: 2px;
}
.text-place-holder {
  color: transparent !important;
  left: calc(0.75rem + 1px);
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: calc(0.25rem - 1px);
}
.text-place-holder .brackets {
  color: var(--primary);
}
.text-place-holder .function {
  color: var(--teal);
}
.text-place-holder .value {
  color: var(--purple);
}
.dadges {
  background-color: var(--danger);
  border-radius: 50%;
  height: 15px;
  position: absolute;
  right: -7px;
  top: -5px;
  width: 15px;
}
.arrow {
  border: none;
  display: block;
  height: 1em;
  padding: 0;
  position: relative;
  width: 2em;
}
.arrow:before {
  background-color: #ccc;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  height: 80%;
  left: 20%;
  position: absolute;
  top: 10%;
  width: 60%;
}
.arrow:hover:before {
  background-color: #aaa;
}
.arrow:active:before {
  background-color: #555;
}
.arrow.rev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fineTuneContainer {
  display: flex;
}
@media (max-width: 1200px) {
  .fineTuneContainer {
    flex-wrap: wrap;
  }
  .fineTuneContainer > div {
    width: 100%;
  }
}
.waitPlaceHolder {
  align-items: center;
  background-color: #ffffffaa;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 99;
}
.light,
.stationBtn {
  display: inline-block;
}
.light {
  height: 10px;
  vertical-align: middle;
}
.off.light {
  background-color: #aaa;
}
.on.light {
  position: relative;
}
.on.light:before {
  -webkit-animation: shine 2s ease infinite;
  animation: shine 2s ease infinite;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 0 3px red;
  content: "";
  height: 10px;
  position: absolute;
  vertical-align: middle;
  width: 10px;
}
.on.light:after {
  color: #333;
  content: "";
  padding-left: 15px;
}
button:hover .on.light:after {
  color: #fff;
}
span.step-title {
  display: inline-block;
  min-width: 5em;
}
span.step_num {
  border: 2px solid transparent;
  padding: 0.2em 0.5em;
  position: relative;
}
span.step_num:not(.now) {
  color: var(--primary);
  cursor: pointer;
}
span.step_num:after {
  border: 2px solid transparent;
  border-radius: 5px;
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.5s ease;
}
span.step_num.select:after {
  border: 2px solid var(--primary);
  -webkit-transform: scale(1);
  transform: scale(1);
}
span.step_num.now {
  color: var(--gray-dark);
}
@-webkit-keyframes shine {
  0% {
    background-color: red;
    box-shadow: 0 0 3px red;
  }
  50% {
    background-color: #aaa;
    box-shadow: 0 0 0.1px red;
  }
  to {
    background-color: red;
    box-shadow: 0 0 3px red;
  }
}
@keyframes shine {
  0% {
    background-color: red;
    box-shadow: 0 0 3px red;
  }
  50% {
    background-color: #aaa;
    box-shadow: 0 0 0.1px red;
  }
  to {
    background-color: red;
    box-shadow: 0 0 3px red;
  }
}
/*# sourceMappingURL=main.a644e124.css.map*/
