.arith-row-wrapper[data-v-e78b0648] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 12px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-left: 3px solid #E5E8EC;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.arith-row-wrapper[data-v-e78b0648]:nth-of-type(even) {
    background: #FBFCFD;
}
.arith-row-wrapper[data-v-e78b0648]:hover {
    border-color: #cdd3db;
    border-left-color: #2C7BE5;
    -webkit-box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
            box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
}
.arith-row-wrapper.is-prefix[data-v-e78b0648] {
    border-left-color: #EAF2FD;
}
.comparative-row-wrapper[data-v-e78b0648] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 7px 14px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-left: 3px solid #E5E8EC;
  border-radius: 8px;
}
.comparative-row-wrapper[data-v-e78b0648]:nth-of-type(even) {
    background: #FBFCFD;
}
.step-badge[data-v-e78b0648] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F4F6F8;
  color: #8A94A3;
  font-size: 11px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arith-cell[data-v-e78b0648] {
  min-width: 0;
}
.expr-cell[data-v-e78b0648] {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.operator-cell[data-v-e78b0648] {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.value-cell[data-v-e78b0648] {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.value-cell .value-input-wrap[data-v-e78b0648] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.value-cell .retain-column[data-v-e78b0648] {
    margin-left: auto;
}
.swap-cell[data-v-e78b0648] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.remove-cell[data-v-e78b0648] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.arith-row-wrapper.is-prefix .value-cell[data-v-e78b0648] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.arith-row-wrapper.is-prefix .expr-cell[data-v-e78b0648] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.expr-chip[data-v-e78b0648] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  background: #F4F6F8;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  font-size: 12px;
  color: #3D4552;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ctrl-input[data-v-e78b0648],
.ctrl-select[data-v-e78b0648] {
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-size: 13px;
  color: #3D4552;
  outline: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ctrl-input[data-v-e78b0648]::-webkit-input-placeholder, .ctrl-select[data-v-e78b0648]::-webkit-input-placeholder {
    color: #8A94A3;
}
.ctrl-input[data-v-e78b0648]::-moz-placeholder, .ctrl-select[data-v-e78b0648]::-moz-placeholder {
    color: #8A94A3;
}
.ctrl-input[data-v-e78b0648]:-ms-input-placeholder, .ctrl-select[data-v-e78b0648]:-ms-input-placeholder {
    color: #8A94A3;
}
.ctrl-input[data-v-e78b0648]::-ms-input-placeholder, .ctrl-select[data-v-e78b0648]::-ms-input-placeholder {
    color: #8A94A3;
}
.ctrl-input[data-v-e78b0648]::placeholder,
  .ctrl-select[data-v-e78b0648]::placeholder {
    color: #8A94A3;
}
.ctrl-input[data-v-e78b0648]:hover,
  .ctrl-select[data-v-e78b0648]:hover {
    border-color: #c8ced6;
}
.ctrl-input[data-v-e78b0648]:focus,
  .ctrl-select[data-v-e78b0648]:focus {
    border-color: #2C7BE5;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}
.ctrl-input.has-error[data-v-e78b0648],
  .ctrl-select.has-error[data-v-e78b0648] {
    border-color: #E5484D;
}
.ctrl-select[data-v-e78b0648] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238A94A3' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.retain-column[data-v-e78b0648] {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
}
.retain-column[data-v-e78b0648] label {
    padding-left: 4px;
}
.swap-cell[data-v-e78b0648],
.remove-cell[data-v-e78b0648] {
  width: 30px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.15s ease, transform 0.1s ease;
  transition: background-color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.swap-cell[data-v-e78b0648]:hover,
  .remove-cell[data-v-e78b0648]:hover {
    background: #F4F6F8;
}
.swap-cell[data-v-e78b0648]:active,
  .remove-cell[data-v-e78b0648]:active {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
}
.swap-cell[data-v-e78b0648]:focus-visible,
  .remove-cell[data-v-e78b0648]:focus-visible {
    outline: 2px solid #2C7BE5;
    outline-offset: 1px;
}
.swap-cell img[data-v-e78b0648] {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.swap-cell.active-swap[data-v-e78b0648] {
  background: #EAF2FD;
}
.swap-cell.active-swap img[data-v-e78b0648] {
    -webkit-filter: brightness(0.85) saturate(1.4);
            filter: brightness(0.85) saturate(1.4);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.remove-cell img[data-v-e78b0648] {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.remove-cell[data-v-e78b0648]:hover {
  background: #FDECEC;
}
.remove-cell:hover img[data-v-e78b0648] {
    opacity: 0.85;
}
.operator-icon[data-v-e78b0648]:hover {
  cursor: pointer;
}
.url-class[data-v-e78b0648] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #2C7BE5;
  cursor: pointer;
}
.url-class[data-v-e78b0648]:hover {
    text-decoration: underline;
}

.case-function-section .form-group-input .form-control[data-v-6aec4a76] {
  font-size: 12px !important;
  height: 25px !important;
}
.case-function-section .case-cal2[data-v-6aec4a76], .case-function-section .case-cal3[data-v-6aec4a76], .case-function-section .case-cal4[data-v-6aec4a76], .case-function-section .case-cal7[data-v-6aec4a76], .case-function-section .case-cal8[data-v-6aec4a76], .case-function-section .case-cal9[data-v-6aec4a76], .case-function-section .case-cal10[data-v-6aec4a76] {
  width: 15%;
  margin-right: 1%;
}
.case-function-section .case-cal5[data-v-6aec4a76], .case-function-section .case-cal8[data-v-6aec4a76] {
  margin-top: 0;
}
.case-function-section .case-cal1[data-v-6aec4a76], .case-function-section .case-cal6[data-v-6aec4a76], .case-function-section .case-cal5[data-v-6aec4a76], .case-function-section .case-cal10[data-v-6aec4a76] {
  width: 6%;
}
.case-function-section .add-case-btn[data-v-6aec4a76] {
  margin-bottom: 10%;
  height: 2rem;
}
.case-function-section .add-case-btn span[data-v-6aec4a76] {
    top: -3px;
}
.case-function-section .mbp-10[data-v-6aec4a76] {
  margin-bottom: 10%;
}
.delete-case img[data-v-6aec4a76] {
  width: 15px;
  margin-right: 20px;
}
.add-case[data-v-6aec4a76] {
  font-size: 12px;
  color: #2364a1;
  cursor: pointer;
  text-decoration: underline;
}
.add-case p[data-v-6aec4a76] {
    margin-bottom: 0.5rem;
}
.swap-button img[data-v-6aec4a76] {
  margin-top: -1px;
}
.active-swap[data-v-6aec4a76] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-6aec4a76] {
    margin-left: 1.5px;
}
.active-swap[data-v-6aec4a76] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-6aec4a76] {
    margin-left: 1.5px;
}
.change-null[data-v-6aec4a76] {
  position: absolute;
  right: 0%;
  top: 27px;
}
.case-title[data-v-6aec4a76] {
  text-transform: uppercase;
  color: #000000;
}
.floatingCase[data-v-6aec4a76] {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
  margin-top: 20px;
  border-radius: 11px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.floatingCase textarea[data-v-6aec4a76] {
    resize: none;
    font-size: 13px;
    color: #757a7d;
}
.edit-icon-parent[data-v-6aec4a76] {
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.edit-icon-parent img[data-v-6aec4a76] {
    margin-top: -6px;
}
.edit-icon-parent.active[data-v-6aec4a76] {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
}
.collapse-global[data-v-6aec4a76] {
  position: absolute;
  max-width: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}
.d-flex.active[data-v-6aec4a76] {
  background: #eaecef;
  border-radius: 24px;
  border: 3px solid #004584;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sub-date-img[data-v-6aec4a76] {
  padding: 1px !important;
  margin: 0px 3px !important;
  height: 25px;
}
.close-function-list[data-v-6aec4a76] {
  float: right;
}
.editing-panel[data-v-6aec4a76] {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f8ff), to(#eef4ff));
  background: linear-gradient(180deg, #f5f8ff 0%, #eef4ff 100%);
  border: 1px solid #dbe6fb;
  border-left: 3px solid #2b6cf6;
  border-radius: 8px;
  padding: 10px 14px;
}
.editing-panel-content[data-v-6aec4a76] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.close-function-list[data-v-6aec4a76] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.editing-field-label[data-v-6aec4a76] {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2b6cf6;
  margin-bottom: 4px;
}
.column-values[data-v-6aec4a76] {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #1c3d63;
  word-break: break-word;
}
.function-summary[data-v-6aec4a76] {
  font-size: 8px;
  color: #6c757d;
  text-align: center;
  line-height: 1.2;
  max-width: 4.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.function-pipeline[data-v-6aec4a76] {
  row-gap: 10px;
}
.pipeline-step[data-v-6aec4a76] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pipeline-arrow[data-v-6aec4a76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  padding-bottom: 1.25rem;
  color: #5b8def;
  font-size: 20px;
  font-weight: 700;
  -webkit-text-stroke: 0.4px currentColor;
  margin: 0 4px;
}
.pipeline-node[data-v-6aec4a76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 10px;
  text-align: center;
  min-width: 3.4rem;
}
.pipeline-source[data-v-6aec4a76] {
  background-color: #f1f3f5;
  color: #495057;
  font-weight: 600;
  padding: 8px 12px;
}
.pipeline-fn[data-v-6aec4a76]:hover {
  cursor: pointer;
}
.pipeline-fn-name[data-v-6aec4a76] {
  font-weight: 600;
  font-size: 10px;
  color: #1c3d63;
}
.pipeline-fn-summary[data-v-6aec4a76] {
  font-size: 8px;
  color: #6c757d;
  max-width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pipeline-output[data-v-6aec4a76] {
  background-color: #e6f6ec;
  color: #1c6b3a;
  font-weight: 600;
  padding: 8px 12px;
  text-transform: uppercase;
}
.pipeline-remove[data-v-6aec4a76] {
  position: absolute;
  top: -6px;
  right: -6px;
  cursor: pointer;
}
.pipeline-remove img[data-v-6aec4a76] {
    width: 12px;
}
.adv-case-box[data-v-6aec4a76] {
  height: 400px;
  overflow-y: auto;
}
.case-function-header[data-v-6aec4a76] {
  font-size: 12px;
}
.case-function-list[data-v-6aec4a76] {
  border-radius: 3px;
}
.case-function-details[data-v-6aec4a76] {
  width: 5rem;
  height: 5rem;
  font-size: 9px;
}
.case-function-details[data-v-6aec4a76]:hover {
    cursor: pointer;
}
.function-details[data-v-6aec4a76] {
  width: 3rem;
  text-align: center;
}
.function-details .function-name[data-v-6aec4a76] {
    text-align: center;
}
.top-align[data-v-6aec4a76] {
  vertical-align: top;
}

.case-function-section .form-group-input .form-control[data-v-41ab3ce7] {
  font-size: 12px !important;
  height: 25px !important;
}
.case-function-section .case-cal2[data-v-41ab3ce7], .case-function-section .case-cal3[data-v-41ab3ce7], .case-function-section .case-cal4[data-v-41ab3ce7], .case-function-section .case-cal7[data-v-41ab3ce7], .case-function-section .case-cal8[data-v-41ab3ce7], .case-function-section .case-cal9[data-v-41ab3ce7], .case-function-section .case-cal10[data-v-41ab3ce7] {
  width: 15%;
  margin-right: 1%;
}
.case-function-section .case-cal5[data-v-41ab3ce7], .case-function-section .case-cal8[data-v-41ab3ce7] {
  margin-top: 0;
}
.case-function-section .case-cal1[data-v-41ab3ce7], .case-function-section .case-cal6[data-v-41ab3ce7], .case-function-section .case-cal5[data-v-41ab3ce7], .case-function-section .case-cal10[data-v-41ab3ce7] {
  width: 6%;
}
.case-function-section .add-case-btn[data-v-41ab3ce7] {
  margin-bottom: 10%;
  height: 2rem;
}
.case-function-section .add-case-btn span[data-v-41ab3ce7] {
    top: -3px;
}
.case-function-section .mbp-10[data-v-41ab3ce7] {
  margin-bottom: 10%;
}
.delete-case img[data-v-41ab3ce7] {
  width: 15px;
  margin-right: 20px;
}
.add-case[data-v-41ab3ce7] {
  font-size: 12px;
  color: #2364a1;
  cursor: pointer;
  text-decoration: underline;
}
.add-case p[data-v-41ab3ce7] {
    margin-bottom: 0.5rem;
}
.swap-button img[data-v-41ab3ce7] {
  margin-top: -1px;
}
.active-swap[data-v-41ab3ce7] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-41ab3ce7] {
    margin-left: 1.5px;
}
.active-swap[data-v-41ab3ce7] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-41ab3ce7] {
    margin-left: 1.5px;
}
.change-null[data-v-41ab3ce7] {
  position: absolute;
  right: 0%;
  top: 27px;
}
.case-title[data-v-41ab3ce7] {
  text-transform: uppercase;
  color: #000000;
}
.floatingCase[data-v-41ab3ce7] {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
  margin-top: 20px;
  border-radius: 11px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.floatingCase textarea[data-v-41ab3ce7] {
    resize: none;
    font-size: 13px;
    color: #757a7d;
}
.edit-icon-parent[data-v-41ab3ce7] {
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.edit-icon-parent img[data-v-41ab3ce7] {
    margin-top: -6px;
}
.edit-icon-parent.active[data-v-41ab3ce7] {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
}
.collapse-global[data-v-41ab3ce7] {
  position: absolute;
  max-width: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}
.d-flex.active[data-v-41ab3ce7] {
  background: #eaecef;
  border-radius: 24px;
  border: 3px solid #004584;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sub-date-img[data-v-41ab3ce7] {
  padding: 1px !important;
  margin: 0px 3px !important;
  height: 25px;
}
.when-condition-row[data-v-41ab3ce7] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-cal2.d-flex[data-v-41ab3ce7],
.case-cal7.d-flex[data-v-41ab3ce7],
.case-cal8.d-flex[data-v-41ab3ce7],
.case-cal3.d-flex[data-v-41ab3ce7] {
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none !important;
  border: none !important;
}
.edit-icon-parent[data-v-41ab3ce7] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
  padding: 2px 4px;
  border-radius: 6px;
  cursor: pointer;
}
.edit-icon.has-functions[data-v-41ab3ce7] {
  -webkit-filter: invert(35%) sepia(90%) saturate(1500%) hue-rotate(200deg) brightness(95%);
          filter: invert(35%) sepia(90%) saturate(1500%) hue-rotate(200deg) brightness(95%);
}
.fx-badge[data-v-41ab3ce7] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 15px;
  height: 15px;
  margin-left: 3px;
  padding: 0 4px;
  border-radius: 999px;
  background-color: #2b6cf6;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
.case-cal2.active[data-v-41ab3ce7],
.case-cal3.active[data-v-41ab3ce7],
.case-cal7.active[data-v-41ab3ce7],
.case-cal8.active[data-v-41ab3ce7] {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}
.case-cal2.active .edit-icon[data-v-41ab3ce7],
  .case-cal3.active .edit-icon[data-v-41ab3ce7],
  .case-cal7.active .edit-icon[data-v-41ab3ce7],
  .case-cal8.active .edit-icon[data-v-41ab3ce7] {
    display: block;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-filter: drop-shadow(0.25px 0 0 #2b6cf6) drop-shadow(-0.25px 0 0 #2b6cf6) drop-shadow(0 0.25px 0 #2b6cf6) drop-shadow(0 -0.25px 0 #2b6cf6);
            filter: drop-shadow(0.25px 0 0 #2b6cf6) drop-shadow(-0.25px 0 0 #2b6cf6) drop-shadow(0 0.25px 0 #2b6cf6) drop-shadow(0 -0.25px 0 #2b6cf6);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.has-advanced-fn[data-v-41ab3ce7]:has(.errormsg) .multiselect__tags {
  border-bottom-color: transparent !important;
}
.has-advanced-fn[data-v-41ab3ce7] .multiselect__tags {
  border-bottom: 2px solid #2b6cf6 !important;
}
.has-advanced-fn[data-v-41ab3ce7] input {
  border-bottom: 2px solid #2b6cf6 !important;
}
.has-advanced-fn[data-v-41ab3ce7] .multiselect--active .multiselect__tags {
  border-bottom-color: transparent !important;
}
.errormsg[data-v-41ab3ce7] .multiselect__tags {
  border: 1px solid #dc3545 !important;
}
.errormsg[data-v-41ab3ce7] input {
  border-color: #dc3545 !important;
}
.w-100[data-v-41ab3ce7] {
  position: relative;
}
.mismatch-badge[data-v-41ab3ce7] {
  position: absolute;
  top: -6px;
  right: 6px;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #dc3545;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.mismatch-popover[data-v-41ab3ce7] {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 220px;
  padding: 8px 10px;
  background-color: #fdecea;
  border: 1px solid #f5c6cb;
  border-left: 3px solid #dc3545;
  border-radius: 6px;
  color: #a71d2a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  z-index: 30;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.mismatch-badge:hover .mismatch-popover[data-v-41ab3ce7],
.mismatch-badge:focus .mismatch-popover[data-v-41ab3ce7],
.mismatch-badge:focus-within .mismatch-popover[data-v-41ab3ce7] {
  display: block;
}
.top-height[data-v-41ab3ce7] {
  height: 0.1rem !important;
}

.custom-function-card[data-v-19ce0d60] {
  padding: 12px 14px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-left: 3px solid #E5E8EC;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.custom-function-card[data-v-19ce0d60]:hover {
    border-color: #cdd3db;
    border-left-color: #2C7BE5;
    -webkit-box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
            box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
}
.cf-tabs[data-v-19ce0d60] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 2px;
  margin-bottom: 10px;
  background: #F4F6F8;
  border-radius: 8px;
}
.cf-tab[data-v-19ce0d60] {
  border: none;
  background: transparent;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #8A94A3;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.cf-tab[data-v-19ce0d60]:hover:not(.active) {
    color: #3D4552;
}
.cf-tab.active[data-v-19ce0d60] {
    background: #fff;
    color: #2C7BE5;
    -webkit-box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
            box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1);
}
.cf-tab[data-v-19ce0d60]:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.18);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.18);
}
.cf-controls[data-v-19ce0d60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
.expr-field[data-v-19ce0d60] {
  width: 100%;
}
.dtype-row[data-v-19ce0d60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dtype-label[data-v-19ce0d60] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #8A94A3;
}
.dtype-field[data-v-19ce0d60] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
.ctrl-textarea[data-v-19ce0d60] {
  width: 100%;
  min-height: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.5;
  color: #3D4552;
  outline: none;
  resize: vertical;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ctrl-textarea[data-v-19ce0d60]::-webkit-input-placeholder {
    color: #8A94A3;
    font-family: inherit;
}
.ctrl-textarea[data-v-19ce0d60]::-moz-placeholder {
    color: #8A94A3;
    font-family: inherit;
}
.ctrl-textarea[data-v-19ce0d60]:-ms-input-placeholder {
    color: #8A94A3;
    font-family: inherit;
}
.ctrl-textarea[data-v-19ce0d60]::-ms-input-placeholder {
    color: #8A94A3;
    font-family: inherit;
}
.ctrl-textarea[data-v-19ce0d60]::placeholder {
    color: #8A94A3;
    font-family: inherit;
}
.ctrl-textarea[data-v-19ce0d60]:hover {
    border-color: #c8ced6;
}
.ctrl-textarea[data-v-19ce0d60]:focus {
    border-color: #2C7BE5;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}
.ctrl-textarea.errormsg[data-v-19ce0d60] {
    border-color: #E5484D;
}
.ctrl-select[data-v-19ce0d60] {
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 28px 0 10px;
  background-color: #fff;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-size: 13px;
  color: #3D4552;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238A94A3' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.ctrl-select option[value=''][disabled][data-v-19ce0d60] {
    color: #8A94A3;
}
.ctrl-select[data-v-19ce0d60]:hover {
    border-color: #c8ced6;
}
.ctrl-select[data-v-19ce0d60]:focus {
    border-color: #2C7BE5;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}
.ctrl-select.errormsg[data-v-19ce0d60] {
    border-color: #E5484D;
}

.alias-row[data-v-2b5e1bea] {
  max-width: 260px;
  margin-bottom: 12px;
}
.concat-row-wrapper[data-v-2b5e1bea] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 7px 14px 7px 12px;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-left: 3px solid #E5E8EC;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.concat-row-wrapper[data-v-2b5e1bea]:nth-of-type(even) {
    background: #FBFCFD;
}
.concat-row-wrapper[data-v-2b5e1bea]:hover {
    border-color: #cdd3db;
    border-left-color: #2C7BE5;
    -webkit-box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
            box-shadow: 0 1px 4px rgba(16, 24, 40, 0.04);
}
.concat-row-wrapper.is-prefix[data-v-2b5e1bea] {
    border-left-color: #EAF2FD;
}
.step-badge[data-v-2b5e1bea] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F4F6F8;
  color: #8A94A3;
  font-size: 11px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concat-cell[data-v-2b5e1bea] {
  min-width: 0;
}
.expr-cell[data-v-2b5e1bea] {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.operator-cell[data-v-2b5e1bea] {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.operator-badge[data-v-2b5e1bea] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EAF2FD;
  color: #2C7BE5;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.value-cell[data-v-2b5e1bea] {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.value-cell .value-input-wrap[data-v-2b5e1bea] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.value-cell .retain-column[data-v-2b5e1bea] {
    margin-left: auto;
}
.swap-cell[data-v-2b5e1bea] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.remove-cell[data-v-2b5e1bea] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  min-width: 30px;
}
.concat-row-wrapper.is-prefix .value-cell[data-v-2b5e1bea] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.concat-row-wrapper.is-prefix .expr-cell[data-v-2b5e1bea] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.expr-chip[data-v-2b5e1bea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  background: #F4F6F8;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  font-size: 12px;
  color: #3D4552;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Native text-input styling (alias column, concat value text input) */
.native-input[data-v-2b5e1bea] {
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-size: 13px;
  color: #3D4552;
  outline: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.native-input[data-v-2b5e1bea]::-webkit-input-placeholder {
    color: #8A94A3;
}
.native-input[data-v-2b5e1bea]::-moz-placeholder {
    color: #8A94A3;
}
.native-input[data-v-2b5e1bea]:-ms-input-placeholder {
    color: #8A94A3;
}
.native-input[data-v-2b5e1bea]::-ms-input-placeholder {
    color: #8A94A3;
}
.native-input[data-v-2b5e1bea]::placeholder {
    color: #8A94A3;
}
.native-input[data-v-2b5e1bea]:hover {
    border-color: #c8ced6;
}
.native-input[data-v-2b5e1bea]:focus {
    border-color: #2C7BE5;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}
.native-input.errormsg[data-v-2b5e1bea] {
    border-color: #dc3545;
    background-color: #fff8f8;
}
.native-input.errormsg[data-v-2b5e1bea]:focus {
      -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
              box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}
.ctrl-select[data-v-2b5e1bea] {
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #E5E8EC;
  border-radius: 7px;
  font-size: 13px;
  color: #3D4552;
  outline: none;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238A94A3' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.ctrl-select[data-v-2b5e1bea]:hover {
    border-color: #c8ced6;
}
.ctrl-select[data-v-2b5e1bea]:focus {
    border-color: #2C7BE5;
    -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
            box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}
.ctrl-select.has-error[data-v-2b5e1bea] {
    border-color: #E5484D;
}
.ctrl-select option.derived-column[data-v-2b5e1bea] {
    font-style: italic;
    color: #2C7BE5;
}
.retain-column[data-v-2b5e1bea] {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
}
.retain-column[data-v-2b5e1bea] label {
    padding-left: 4px;
}
.swap-cell[data-v-2b5e1bea],
.remove-cell[data-v-2b5e1bea] {
  width: 30px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.15s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.15s ease, transform 0.1s ease;
  transition: background-color 0.15s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.swap-cell[data-v-2b5e1bea]:hover,
  .remove-cell[data-v-2b5e1bea]:hover {
    background: #F4F6F8;
}
.swap-cell[data-v-2b5e1bea]:active,
  .remove-cell[data-v-2b5e1bea]:active {
    -webkit-transform: scale(0.94);
            transform: scale(0.94);
}
.swap-cell[data-v-2b5e1bea]:focus-visible,
  .remove-cell[data-v-2b5e1bea]:focus-visible {
    outline: 2px solid #2C7BE5;
    outline-offset: 1px;
}
.swap-cell img[data-v-2b5e1bea] {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.swap-cell.active-swap[data-v-2b5e1bea] {
  background: #EAF2FD;
}
.swap-cell.active-swap img[data-v-2b5e1bea] {
    -webkit-filter: brightness(0.85) saturate(1.4);
            filter: brightness(0.85) saturate(1.4);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.remove-cell img[data-v-2b5e1bea] {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.remove-cell[data-v-2b5e1bea]:hover {
  background: #FDECEC;
}
.remove-cell:hover img[data-v-2b5e1bea] {
    opacity: 0.85;
}
.url-class[data-v-2b5e1bea] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #2C7BE5;
  cursor: pointer;
}
.url-class[data-v-2b5e1bea]:hover {
    text-decoration: underline;
}

.case-function-section .form-group-input .form-control[data-v-3da65365] {
  font-size: 12px !important;
  height: 25px !important;
}
.case-function-section .case-cal2[data-v-3da65365], .case-function-section .case-cal3[data-v-3da65365], .case-function-section .case-cal4[data-v-3da65365], .case-function-section .case-cal7[data-v-3da65365], .case-function-section .case-cal8[data-v-3da65365], .case-function-section .case-cal9[data-v-3da65365], .case-function-section .case-cal10[data-v-3da65365] {
  width: 15%;
  margin-right: 1%;
}
.case-function-section .case-cal5[data-v-3da65365], .case-function-section .case-cal8[data-v-3da65365] {
  margin-top: 0;
}
.case-function-section .case-cal1[data-v-3da65365], .case-function-section .case-cal6[data-v-3da65365], .case-function-section .case-cal5[data-v-3da65365], .case-function-section .case-cal10[data-v-3da65365] {
  width: 6%;
}
.case-function-section .add-case-btn[data-v-3da65365] {
  margin-bottom: 10%;
  height: 2rem;
}
.case-function-section .add-case-btn span[data-v-3da65365] {
    top: -3px;
}
.case-function-section .mbp-10[data-v-3da65365] {
  margin-bottom: 10%;
}
.delete-case img[data-v-3da65365] {
  width: 15px;
  margin-right: 20px;
}
.add-case[data-v-3da65365] {
  font-size: 12px;
  color: #2364a1;
  cursor: pointer;
  text-decoration: underline;
}
.add-case p[data-v-3da65365] {
    margin-bottom: 0.5rem;
}
.swap-button img[data-v-3da65365] {
  margin-top: -1px;
}
.active-swap[data-v-3da65365] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-3da65365] {
    margin-left: 1.5px;
}
.active-swap[data-v-3da65365] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-3da65365] {
    margin-left: 1.5px;
}
.change-null[data-v-3da65365] {
  position: absolute;
  right: 0%;
  top: 27px;
}
.case-title[data-v-3da65365] {
  text-transform: uppercase;
  color: #000000;
}
.floatingCase[data-v-3da65365] {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
  margin-top: 20px;
  border-radius: 11px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.floatingCase textarea[data-v-3da65365] {
    resize: none;
    font-size: 13px;
    color: #757a7d;
}
.edit-icon-parent[data-v-3da65365] {
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.edit-icon-parent img[data-v-3da65365] {
    margin-top: -6px;
}
.edit-icon-parent.active[data-v-3da65365] {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
}
.collapse-global[data-v-3da65365] {
  position: absolute;
  max-width: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}
.d-flex.active[data-v-3da65365] {
  background: #eaecef;
  border-radius: 24px;
  border: 3px solid #004584;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sub-date-img[data-v-3da65365] {
  padding: 1px !important;
  margin: 0px 3px !important;
  height: 25px;
}

.case-function-section .form-group-input .form-control[data-v-78c8e215] {
  font-size: 12px !important;
  height: 25px !important;
}
.case-function-section .case-cal2[data-v-78c8e215], .case-function-section .case-cal3[data-v-78c8e215], .case-function-section .case-cal4[data-v-78c8e215], .case-function-section .case-cal7[data-v-78c8e215], .case-function-section .case-cal8[data-v-78c8e215], .case-function-section .case-cal9[data-v-78c8e215], .case-function-section .case-cal10[data-v-78c8e215] {
  width: 15%;
  margin-right: 1%;
}
.case-function-section .case-cal5[data-v-78c8e215], .case-function-section .case-cal8[data-v-78c8e215] {
  margin-top: 0;
}
.case-function-section .case-cal1[data-v-78c8e215], .case-function-section .case-cal6[data-v-78c8e215], .case-function-section .case-cal5[data-v-78c8e215], .case-function-section .case-cal10[data-v-78c8e215] {
  width: 6%;
}
.case-function-section .add-case-btn[data-v-78c8e215] {
  margin-bottom: 10%;
  height: 2rem;
}
.case-function-section .add-case-btn span[data-v-78c8e215] {
    top: -3px;
}
.case-function-section .mbp-10[data-v-78c8e215] {
  margin-bottom: 10%;
}
.delete-case img[data-v-78c8e215] {
  width: 15px;
  margin-right: 20px;
}
.add-case[data-v-78c8e215] {
  font-size: 12px;
  color: #2364a1;
  cursor: pointer;
  text-decoration: underline;
}
.add-case p[data-v-78c8e215] {
    margin-bottom: 0.5rem;
}
.swap-button img[data-v-78c8e215] {
  margin-top: -1px;
}
.active-swap[data-v-78c8e215] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-78c8e215] {
    margin-left: 1.5px;
}
.active-swap[data-v-78c8e215] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-78c8e215] {
    margin-left: 1.5px;
}
.change-null[data-v-78c8e215] {
  position: absolute;
  right: 0%;
  top: 27px;
}
.case-title[data-v-78c8e215] {
  text-transform: uppercase;
  color: #000000;
}
.floatingCase[data-v-78c8e215] {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
  margin-top: 20px;
  border-radius: 11px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.floatingCase textarea[data-v-78c8e215] {
    resize: none;
    font-size: 13px;
    color: #757a7d;
}
.edit-icon-parent[data-v-78c8e215] {
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.edit-icon-parent img[data-v-78c8e215] {
    margin-top: -6px;
}
.edit-icon-parent.active[data-v-78c8e215] {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
}
.collapse-global[data-v-78c8e215] {
  position: absolute;
  max-width: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}
.d-flex.active[data-v-78c8e215] {
  background: #eaecef;
  border-radius: 24px;
  border: 3px solid #004584;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sub-date-img[data-v-78c8e215] {
  padding: 1px !important;
  margin: 0px 3px !important;
  height: 25px;
}

.case-function-section .form-group-input .form-control[data-v-43a09c2f] {
  font-size: 12px !important;
  height: 25px !important;
}
.case-function-section .case-cal2[data-v-43a09c2f], .case-function-section .case-cal3[data-v-43a09c2f], .case-function-section .case-cal4[data-v-43a09c2f], .case-function-section .case-cal7[data-v-43a09c2f], .case-function-section .case-cal8[data-v-43a09c2f], .case-function-section .case-cal9[data-v-43a09c2f], .case-function-section .case-cal10[data-v-43a09c2f] {
  width: 15%;
  margin-right: 1%;
}
.case-function-section .case-cal5[data-v-43a09c2f], .case-function-section .case-cal8[data-v-43a09c2f] {
  margin-top: 0;
}
.case-function-section .case-cal1[data-v-43a09c2f], .case-function-section .case-cal6[data-v-43a09c2f], .case-function-section .case-cal5[data-v-43a09c2f], .case-function-section .case-cal10[data-v-43a09c2f] {
  width: 6%;
}
.case-function-section .add-case-btn[data-v-43a09c2f] {
  margin-bottom: 10%;
  height: 2rem;
}
.case-function-section .add-case-btn span[data-v-43a09c2f] {
    top: -3px;
}
.case-function-section .mbp-10[data-v-43a09c2f] {
  margin-bottom: 10%;
}
.delete-case img[data-v-43a09c2f] {
  width: 15px;
  margin-right: 20px;
}
.add-case[data-v-43a09c2f] {
  font-size: 12px;
  color: #2364a1;
  cursor: pointer;
  text-decoration: underline;
}
.add-case p[data-v-43a09c2f] {
    margin-bottom: 0.5rem;
}
.swap-button img[data-v-43a09c2f] {
  margin-top: -1px;
}
.active-swap[data-v-43a09c2f] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-43a09c2f] {
    margin-left: 1.5px;
}
.active-swap[data-v-43a09c2f] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-43a09c2f] {
    margin-left: 1.5px;
}
.change-null[data-v-43a09c2f] {
  position: absolute;
  right: 0%;
  top: 27px;
}
.case-title[data-v-43a09c2f] {
  text-transform: uppercase;
  color: #000000;
}
.floatingCase[data-v-43a09c2f] {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
  margin-top: 20px;
  border-radius: 11px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
}
.floatingCase textarea[data-v-43a09c2f] {
    resize: none;
    font-size: 13px;
    color: #757a7d;
}
.edit-icon-parent[data-v-43a09c2f] {
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 16px;
  margin-right: 10px;
  margin-top: 2px;
}
.edit-icon-parent img[data-v-43a09c2f] {
    margin-top: -6px;
}
.edit-icon-parent.active[data-v-43a09c2f] {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
          box-shadow: 2px 2px 5px 0px rgba(0, 70, 135, 0.75);
}
.collapse-global[data-v-43a09c2f] {
  position: absolute;
  max-width: 250px;
  top: 0;
  right: 0;
  z-index: 2;
}
.d-flex.active[data-v-43a09c2f] {
  background: #eaecef;
  border-radius: 24px;
  border: 3px solid #004584;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sub-date-img[data-v-43a09c2f] {
  padding: 1px !important;
  margin: 0px 3px !important;
  height: 25px;
}

.cleanse-layout .functions-section[data-v-1decc64e] {
  border-right: 4px solid #d6dde8;
}
.cleanse-layout .functions-section .cleanseWrap[data-v-1decc64e] {
    width: 300px;
    height: 235px;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    background-color: #e8f5ff;
    position: relative;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 3px 4px 5px 0px #dedede;
    box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .add-column[data-v-1decc64e] {
      margin-left: 0px !important;
}
.cleanse-layout .functions-section .cleanseWrap .CleanseInwrap[data-v-1decc64e] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail[data-v-1decc64e] {
      border-top: 4px solid #004584;
      width: 300px;
      margin: -4px -1rem 0 -1rem;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      background-color: #ffffff;
      position: absolute;
      z-index: 999;
      -webkit-box-shadow: 3px 4px 5px 0px #dedede;
              box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout[data-v-1decc64e] {
        position: relative;
        height: 100%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs[data-v-1decc64e] {
          text-align: left;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-1decc64e] {
            width: 100%;
            text-align: center;
            float: left;
            display: inline;
            margin-bottom: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input .operator-name[data-v-1decc64e] {
              color: #000000;
              font-size: 14px;
              font-size: 0.875rem;
              text-transform: capitalize;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input .color-hyperlink[data-v-1decc64e] {
              color: #1e67bd;
              font-size: 11px;
              font-size: 0.6875rem;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-1decc64e]:nth-child(odd) {
              padding-right: 5px;
              padding-left: 0px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-1decc64e]:nth-child(even) {
              padding-left: 0px;
              padding-right: 5px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input:nth-child(even).function-input[data-v-1decc64e]:last-child {
            width: 50%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput[data-v-1decc64e] {
          width: 8%;
          height: 100%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput[data-v-1decc64e]:hover {
            cursor: pointer;
            background-color: #f1f5f9;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput .preview-img-size[data-v-1decc64e] {
            height: 20px !important;
            margin-top: 45%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .cleanse-pre-del[data-v-1decc64e] {
        position: absolute;
        top: 0;
        right: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .add-function[data-v-1decc64e] {
      border-radius: 1.25rem;
      width: 10rem;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 auto;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .remove-column img[data-v-1decc64e] {
      width: 18px;
      height: 18px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .remove-column img[data-v-1decc64e]:hover:not([disabled]) {
        cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input[data-v-1decc64e] {
      font-size: 12px;
      font-size: 0.75rem;
      color: #3b4246;
      display: table;
      margin: 0 auto;
      display: table;
      height: 50px;
      color: #1e67bd;
      font-size: 14px;
      font-size: 0.875rem;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .alias-field[data-v-1decc64e] {
        position: relative;
        height: 1.5rem;
        background-color: transparent;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .alias-field .grey-close-div[data-v-1decc64e] {
          position: absolute;
          right: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: #ffffff;
          padding: 0px 5px 3px 6px;
          border-radius: 37px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .middle[data-v-1decc64e] {
        display: table-cell;
        vertical-align: middle;
        color: #1e67bd;
        font-size: 14px;
        font-size: 0.875rem;
}
.cleanse-layout .functions-section .cleanseWrap .no-value[data-v-1decc64e] {
      border: 1px dashed #dde4eb;
      border-radius: 3px;
}
.cleanse-layout .functions-section .cleanseWrap .no-value[data-v-1decc64e]:hover {
        cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .add-function[data-v-1decc64e] {
      border-radius: 1.25rem;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function[data-v-1decc64e] {
      position: absolute;
      right: 8px;
      width: 11px;
      top: 9px;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function img[data-v-1decc64e] {
        width: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function img[data-v-1decc64e]:hover {
          cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .column-added[data-v-1decc64e] {
      border-radius: 6px;
      border: none;
      color: #707070;
      margin-left: 10px;
      font-size: 25px;
      font-size: 1.5625rem;
}
.cleanse-layout .functions-section .cleanseWrap .column-added[data-v-1decc64e]:hover {
        cursor: default;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected[data-v-1decc64e] {
      background-color: #004584;
      color: #ffffff;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected img[data-v-1decc64e] {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected[data-v-1decc64e]:after {
        content: '';
        width: 30px;
        height: 30px;
        background: url(../img/Polygon.eaa1bc22.svg) no-repeat;
        margin-top: 16px;
        right: 5px;
        display: inline-block;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function[data-v-1decc64e] {
      background-color: #ffffff;
      width: 45px;
      height: 45px;
      padding-right: 6px;
      border-radius: 40px;
      -webkit-box-shadow: 3px 4px 5px 0px #dedede;
              box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function .function-name[data-v-1decc64e] {
        font-size: 10px;
        font-size: 0.625rem;
        color: #08366a;
        text-transform: uppercase;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function img[data-v-1decc64e] {
        width: 18px;
        height: 18px;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function img[data-v-1decc64e]:hover {
          cursor: pointer;
}
.cleanse-layout .collapse-cleanse-left[data-v-1decc64e] {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .expand-cleanse-right[data-v-1decc64e] {
  position: fixed;
  right: 0;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 100% !important;
}
.cleanse-layout .collapse-cleanse-right[data-v-1decc64e] {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  width: 0%;
  display: none;
}
.cleanse-layout .toggle-icon[data-v-1decc64e] {
  width: 1.1rem;
  height: 2.375rem;
  background-color: #d6dde8;
  margin-top: 2vh;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 46px;
  margin-bottom: 5vh;
  position: fixed;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .toggle-icon .minimize[data-v-1decc64e] {
    margin-left: 0.5rem;
    margin-top: 0.75rem;
}
.cleanse-layout .toggle-icon.cleanse-min-toggle[data-v-1decc64e] {
  right: 0.2%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .toggle-icon.cleanse-max-toggle[data-v-1decc64e] {
  right: 16.9%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .cleansed-preview[data-v-1decc64e] {
  border-radius: 8px;
  background-color: #ffffff;
  height: 80%;
}
.cleanse-layout .cleansed-preview .cleanse-preview-table[data-v-1decc64e] {
    font-size: 14px;
    font-size: 0.875rem;
    color: #3b4246;
    height: 350px;
}
.cleanse-layout .cleansed-preview .cleanse-preview-table .view-icon[data-v-1decc64e] {
      top: -2px;
}
.cleanse-layout .header-section[data-v-1decc64e] {
  font-size: 10px;
  font-size: 0.625rem;
  color: #004584;
}
.cleanse-layout .header-section .form-query[data-v-1decc64e] {
    font-size: 12px;
    font-size: 0.75rem;
}
.cleanse-layout .header-section .form-query[data-v-1decc64e]:hover {
      cursor: pointer;
}
.cleanse-layout .cleanse-form-section[data-v-1decc64e] {
  border-radius: 8px;
  background-color: #ffffff;
  min-height: 100vh;
}
.cleanse-layout .cleanse-form-section .new-output[data-v-1decc64e] {
    font-size: 14px;
    font-size: 0.875rem;
    color: #3b4246;
}
.cleanse-layout .cleanse-form-section .cleanse-actions[data-v-1decc64e] {
    bottom: 2.5%;
    position: fixed !important;
    z-index: 999;
}
.cleanse-layout .cleanse-form-section .cleanse-actions .cleanse-btn[data-v-1decc64e] {
      width: 5rem;
      height: 2rem;
      font-size: 12px;
      font-size: 0.75rem;
}
.cleanse-layout .cleanse-form-section .cleanse-form[data-v-1decc64e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.cleanse-layout .add-actions[data-v-1decc64e] {
  height: 235px;
  width: 300px;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  display: inline-block;
  float: left;
  border-radius: 12px;
  -webkit-box-shadow: 3px 4px 5px 0px #dedede;
  box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .add-actions .addclmbtn[data-v-1decc64e] {
    padding: 21px 25px;
}
.cleanse-layout .add-actions .cusclmbtn[data-v-1decc64e] {
    background-color: transparent;
    border: none;
    color: #707070;
}
.cleanse-layout .add-actions button[data-v-1decc64e] {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 31.8px;
}
.cleanse-layout .multiple-func-btn[data-v-1decc64e] {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 20px;
}
.arrow-container[data-v-1decc64e] {
  font-weight: 600;
  font-size: 13px;
  color: #08366a;
}
.added-columns[data-v-1decc64e] {
  border: 1px solid #c7dcec;
  padding: 10px;
  margin: 7px;
  background-color: #e8f5ff;
  cursor: pointer;
  border-radius: 6px;
}
.include-output[data-v-1decc64e] {
  position: fixed;
  right: 5px;
  bottom: 0px;
}
.expand-button[data-v-1decc64e] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #094064;
}
.arrow[data-v-1decc64e] {
  margin-right: 5px;
}
.column-header[data-v-1decc64e] {
  margin-right: 2.34rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03px;
  color: #08366a;
}
.column-list[data-v-1decc64e] {
  max-height: 18.75rem;
}
.column-list .column-details[data-v-1decc64e] {
    font-size: 14.25px;
    font-size: 0.89062rem;
    line-height: normal;
    letter-spacing: -0.03px;
    color: #3b4246;
    min-height: 2.5rem;
}
.column-list .column-details button[data-v-1decc64e] {
      padding: 0.25rem 1.8rem;
      display: none;
}
.column-list .column-details[data-v-1decc64e]:hover {
      background-color: #e8f5ff;
}
.column-list .column-details:hover button[data-v-1decc64e] {
        display: inline-block;
}
.column-list .column-details .data-type[data-v-1decc64e] {
      min-width: 8rem;
      max-width: 12rem;
}
.opacity-preview[data-v-1decc64e] {
  opacity: 0.5;
}
.derived-column[data-v-1decc64e] {
  font-style: italic;
  color: #228de4;
  border-bottom: 1px solid #228de4;
  border-left: 1px solid #228de4;
  border-top: 1px solid #228de4;
  border-right: 1px solid #228de4;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 6px;
}
.alias-field[data-v-1decc64e] {
  background-color: #ffffff;
  border-radius: 25px;
  border-radius: 18px;
  height: 2.5rem;
}
.close-grey[data-v-1decc64e] {
  width: 0.6rem;
  height: 0.6rem;
}
.edit-icon[data-v-1decc64e] {
  margin-left: 6px;
  display: inline-block;
}
.left-cleansename[data-v-1decc64e] {
  max-width: 201px;
  display: inline-block;
}
.right-cleansename[data-v-1decc64e] {
  display: inline-block;
  margin-top: -13px;
  margin-left: 7px;
}
.right-cleansename img[data-v-1decc64e] {
    margin-top: -15px;
    width: 22px;
}
.max-250[data-v-1decc64e] {
  max-width: 250px;
}
.toggle[data-v-1decc64e] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 52px;
  height: 24px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #f2f0f0;
  -webkit-transition: background-color ease 2s;
  transition: background-color ease 2s;
  -webkit-box-shadow: inset 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
          box-shadow: inset 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
}
.toggle[data-v-1decc64e]:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(63, 57, 233, 0.15);
  white-space: nowrap;
  -webkit-box-shadow: 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
          box-shadow: 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
  -webkit-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.6s;
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.6s;
}
.swap-cd[data-v-1decc64e] {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  margin-top: 4px;
  position: absolute;
  margin-left: 10px;
}
.toggle.right-cd[data-v-1decc64e]:before {
  left: 30px;
}
.toggle-label[data-v-1decc64e] {
  font-size: 14px;
  text-align: center;
}
.cleanse-function-multiselect[data-v-1decc64e] {
  width: 100%;
}
.active-swap[data-v-1decc64e] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-1decc64e] {
    margin-left: 1.5px;
}
.line-value[data-v-1decc64e] {
  line-height: 1;
}
.for-case[data-v-1decc64e] {
  position: absolute;
  top: 0px;
  margin-left: 150px;
  z-index: 999;
}
.overlay[data-v-1decc64e] {
  pointer-events: none;
}
.cleanse-note[data-v-1decc64e] {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3b4246;
}
.save-button[data-v-1decc64e] {
  width: 5rem;
  height: 2rem;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 5rem;
}

.cleanse-function-preview-table-height {
  max-height: 350px !important;
}

.cleanse-layout .functions-section[data-v-0c76d0ea] {
  border-right: 4px solid #d6dde8;
}
.cleanse-layout .functions-section .cleanseWrap[data-v-0c76d0ea] {
    width: 300px;
    height: 235px;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    background-color: #e8f5ff;
    position: relative;
    display: inline-block;
    float: left;
    -webkit-box-shadow: 3px 4px 5px 0px #dedede;
    box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .add-column[data-v-0c76d0ea] {
      margin-left: 0px !important;
}
.cleanse-layout .functions-section .cleanseWrap .CleanseInwrap[data-v-0c76d0ea] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail[data-v-0c76d0ea] {
      border-top: 4px solid #004584;
      width: 300px;
      margin: -4px -1rem 0 -1rem;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
      background-color: #ffffff;
      position: absolute;
      z-index: 999;
      -webkit-box-shadow: 3px 4px 5px 0px #dedede;
              box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout[data-v-0c76d0ea] {
        position: relative;
        height: 100%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs[data-v-0c76d0ea] {
          text-align: left;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-0c76d0ea] {
            width: 100%;
            text-align: center;
            float: left;
            display: inline;
            margin-bottom: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input .operator-name[data-v-0c76d0ea] {
              color: #000000;
              font-size: 14px;
              font-size: 0.875rem;
              text-transform: capitalize;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input .color-hyperlink[data-v-0c76d0ea] {
              color: #1e67bd;
              font-size: 11px;
              font-size: 0.6875rem;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-0c76d0ea]:nth-child(odd) {
              padding-right: 5px;
              padding-left: 0px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input[data-v-0c76d0ea]:nth-child(even) {
              padding-left: 0px;
              padding-right: 5px;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .function-inputs .function-input:nth-child(even).function-input[data-v-0c76d0ea]:last-child {
            width: 50%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput[data-v-0c76d0ea] {
          width: 8%;
          height: 100%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput[data-v-0c76d0ea]:hover {
            cursor: pointer;
            background-color: #f1f5f9;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .function-layout .preview-function-ouput .preview-img-size[data-v-0c76d0ea] {
            height: 20px !important;
            margin-top: 45%;
}
.cleanse-layout .functions-section .cleanseWrap .fn-detail .cleanse-pre-del[data-v-0c76d0ea] {
        position: absolute;
        top: 0;
        right: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .add-function[data-v-0c76d0ea] {
      border-radius: 1.25rem;
      width: 10rem;
      font-size: 14px;
      font-size: 0.875rem;
      margin: 0 auto;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .remove-column img[data-v-0c76d0ea] {
      width: 18px;
      height: 18px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .remove-column img[data-v-0c76d0ea]:hover:not([disabled]) {
        cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input[data-v-0c76d0ea] {
      font-size: 12px;
      font-size: 0.75rem;
      color: #3b4246;
      display: table;
      margin: 0 auto;
      display: table;
      height: 50px;
      color: #1e67bd;
      font-size: 14px;
      font-size: 0.875rem;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .alias-field[data-v-0c76d0ea] {
        position: relative;
        height: 1.5rem;
        background-color: transparent;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .alias-field .grey-close-div[data-v-0c76d0ea] {
          position: absolute;
          right: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: #ffffff;
          padding: 0px 5px 3px 6px;
          border-radius: 37px;
}
.cleanse-layout .functions-section .cleanseWrap .add-column .retain-input .middle[data-v-0c76d0ea] {
        display: table-cell;
        vertical-align: middle;
        color: #1e67bd;
        font-size: 14px;
        font-size: 0.875rem;
}
.cleanse-layout .functions-section .cleanseWrap .no-value[data-v-0c76d0ea] {
      border: 1px dashed #dde4eb;
      border-radius: 3px;
}
.cleanse-layout .functions-section .cleanseWrap .no-value[data-v-0c76d0ea]:hover {
        cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .add-function[data-v-0c76d0ea] {
      border-radius: 1.25rem;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function[data-v-0c76d0ea] {
      position: absolute;
      right: 8px;
      width: 11px;
      top: 9px;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function img[data-v-0c76d0ea] {
        width: 10px;
}
.cleanse-layout .functions-section .cleanseWrap .delete-function img[data-v-0c76d0ea]:hover {
          cursor: pointer;
}
.cleanse-layout .functions-section .cleanseWrap .column-added[data-v-0c76d0ea] {
      border-radius: 6px;
      border: none;
      color: #707070;
      margin-left: 10px;
      font-size: 25px;
      font-size: 1.5625rem;
}
.cleanse-layout .functions-section .cleanseWrap .column-added[data-v-0c76d0ea]:hover {
        cursor: default;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected[data-v-0c76d0ea] {
      background-color: #004584;
      color: #ffffff;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected img[data-v-0c76d0ea] {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function.selected[data-v-0c76d0ea]:after {
        content: '';
        width: 30px;
        height: 30px;
        background: url(../img/Polygon.eaa1bc22.svg) no-repeat;
        margin-top: 16px;
        right: 5px;
        display: inline-block;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function[data-v-0c76d0ea] {
      background-color: #ffffff;
      width: 45px;
      height: 45px;
      padding-right: 6px;
      border-radius: 40px;
      -webkit-box-shadow: 3px 4px 5px 0px #dedede;
              box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function .function-name[data-v-0c76d0ea] {
        font-size: 10px;
        font-size: 0.625rem;
        color: #08366a;
        text-transform: uppercase;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function img[data-v-0c76d0ea] {
        width: 18px;
        height: 18px;
}
.cleanse-layout .functions-section .cleanseWrap .function-desc .select-function img[data-v-0c76d0ea]:hover {
          cursor: pointer;
}
.cleanse-layout .collapse-cleanse-left[data-v-0c76d0ea] {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .expand-cleanse-right[data-v-0c76d0ea] {
  position: fixed;
  right: 0;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 100% !important;
}
.cleanse-layout .collapse-cleanse-right[data-v-0c76d0ea] {
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  width: 0%;
  display: none;
}
.cleanse-layout .toggle-icon[data-v-0c76d0ea] {
  width: 1.1rem;
  height: 2.375rem;
  background-color: #d6dde8;
  margin-top: 2vh;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 46px;
  margin-bottom: 5vh;
  position: fixed;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .toggle-icon .minimize[data-v-0c76d0ea] {
    margin-left: 0.5rem;
    margin-top: 0.75rem;
}
.cleanse-layout .toggle-icon.cleanse-min-toggle[data-v-0c76d0ea] {
  right: 0.2%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .toggle-icon.cleanse-max-toggle[data-v-0c76d0ea] {
  right: 16.9%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.cleanse-layout .cleansed-preview[data-v-0c76d0ea] {
  border-radius: 8px;
  background-color: #ffffff;
  height: 80%;
}
.cleanse-layout .cleansed-preview .cleanse-preview-table[data-v-0c76d0ea] {
    font-size: 14px;
    font-size: 0.875rem;
    color: #3b4246;
    height: 350px;
}
.cleanse-layout .cleansed-preview .cleanse-preview-table .view-icon[data-v-0c76d0ea] {
      top: -2px;
}
.cleanse-layout .header-section[data-v-0c76d0ea] {
  font-size: 10px;
  font-size: 0.625rem;
  color: #004584;
}
.cleanse-layout .header-section .form-query[data-v-0c76d0ea] {
    font-size: 12px;
    font-size: 0.75rem;
}
.cleanse-layout .header-section .form-query[data-v-0c76d0ea]:hover {
      cursor: pointer;
}
.cleanse-layout .cleanse-form-section[data-v-0c76d0ea] {
  border-radius: 8px;
  background-color: #ffffff;
  min-height: 100vh;
}
.cleanse-layout .cleanse-form-section .new-output[data-v-0c76d0ea] {
    font-size: 14px;
    font-size: 0.875rem;
    color: #3b4246;
}
.cleanse-layout .cleanse-form-section .cleanse-actions[data-v-0c76d0ea] {
    bottom: 2.5%;
    position: fixed !important;
    z-index: 999;
}
.cleanse-layout .cleanse-form-section .cleanse-actions .cleanse-btn[data-v-0c76d0ea] {
      width: 5rem;
      height: 2rem;
      font-size: 12px;
      font-size: 0.75rem;
}
.cleanse-layout .cleanse-form-section .cleanse-form[data-v-0c76d0ea] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.cleanse-layout .add-actions[data-v-0c76d0ea] {
  height: 235px;
  width: 300px;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  display: inline-block;
  float: left;
  border-radius: 12px;
  -webkit-box-shadow: 3px 4px 5px 0px #dedede;
  box-shadow: 3px 4px 5px 0px #dedede;
}
.cleanse-layout .add-actions .addclmbtn[data-v-0c76d0ea] {
    padding: 21px 25px;
}
.cleanse-layout .add-actions .cusclmbtn[data-v-0c76d0ea] {
    background-color: transparent;
    border: none;
    color: #707070;
}
.cleanse-layout .add-actions button[data-v-0c76d0ea] {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 31.8px;
}
.cleanse-layout .multiple-func-btn[data-v-0c76d0ea] {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 20px;
}
.arrow-container[data-v-0c76d0ea] {
  font-weight: 600;
  font-size: 13px;
  color: #08366a;
}
.added-columns[data-v-0c76d0ea] {
  border: 1px solid #c7dcec;
  padding: 10px;
  margin: 7px;
  background-color: #e8f5ff;
  cursor: pointer;
  border-radius: 6px;
}
.include-output[data-v-0c76d0ea] {
  position: fixed;
  right: 5px;
  bottom: 0px;
}
.expand-button[data-v-0c76d0ea] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #094064;
}
.arrow[data-v-0c76d0ea] {
  margin-right: 5px;
}
.column-header[data-v-0c76d0ea] {
  margin-right: 2.34rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03px;
  color: #08366a;
}
.column-list[data-v-0c76d0ea] {
  max-height: 18.75rem;
}
.column-list .column-details[data-v-0c76d0ea] {
    font-size: 14.25px;
    font-size: 0.89062rem;
    line-height: normal;
    letter-spacing: -0.03px;
    color: #3b4246;
    min-height: 2.5rem;
}
.column-list .column-details button[data-v-0c76d0ea] {
      padding: 0.25rem 1.8rem;
      display: none;
}
.column-list .column-details[data-v-0c76d0ea]:hover {
      background-color: #e8f5ff;
}
.column-list .column-details:hover button[data-v-0c76d0ea] {
        display: inline-block;
}
.column-list .column-details .data-type[data-v-0c76d0ea] {
      min-width: 8rem;
      max-width: 12rem;
}
.opacity-preview[data-v-0c76d0ea] {
  opacity: 0.5;
}
.derived-column[data-v-0c76d0ea] {
  font-style: italic;
  color: #228de4;
  border-bottom: 1px solid #228de4;
  border-left: 1px solid #228de4;
  border-top: 1px solid #228de4;
  border-right: 1px solid #228de4;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 6px;
}
.alias-field[data-v-0c76d0ea] {
  background-color: #ffffff;
  border-radius: 25px;
  border-radius: 18px;
  height: 2.5rem;
}
.close-grey[data-v-0c76d0ea] {
  width: 0.6rem;
  height: 0.6rem;
}
.edit-icon[data-v-0c76d0ea] {
  margin-left: 6px;
  display: inline-block;
}
.left-cleansename[data-v-0c76d0ea] {
  max-width: 201px;
  display: inline-block;
}
.right-cleansename[data-v-0c76d0ea] {
  display: inline-block;
  margin-top: -13px;
  margin-left: 7px;
}
.right-cleansename img[data-v-0c76d0ea] {
    margin-top: -15px;
    width: 22px;
}
.max-250[data-v-0c76d0ea] {
  max-width: 250px;
}
.toggle[data-v-0c76d0ea] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 52px;
  height: 24px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #f2f0f0;
  -webkit-transition: background-color ease 2s;
  transition: background-color ease 2s;
  -webkit-box-shadow: inset 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
          box-shadow: inset 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
}
.toggle[data-v-0c76d0ea]:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(63, 57, 233, 0.15);
  white-space: nowrap;
  -webkit-box-shadow: 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
          box-shadow: 1px 4px 8px -2px rgba(7, 7, 7, 0.44);
  -webkit-transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.6s;
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.6s;
}
.swap-cd[data-v-0c76d0ea] {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline;
  margin-top: 4px;
  position: absolute;
  margin-left: 10px;
}
.toggle.right-cd[data-v-0c76d0ea]:before {
  left: 30px;
}
.toggle-label[data-v-0c76d0ea] {
  font-size: 14px;
  text-align: center;
}
.cleanse-function-multiselect[data-v-0c76d0ea] {
  width: 100%;
}
.active-swap[data-v-0c76d0ea] {
  background-color: #0091ff;
  border-radius: 18px;
  width: 30px;
  height: 28px;
}
.active-swap img[data-v-0c76d0ea] {
    margin-left: 1.5px;
}
.line-value[data-v-0c76d0ea] {
  line-height: 1;
}
.for-case[data-v-0c76d0ea] {
  position: absolute;
  top: 0px;
  margin-left: 150px;
  z-index: 999;
}
.overlay[data-v-0c76d0ea] {
  pointer-events: none;
}
.cleanse-note[data-v-0c76d0ea] {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #3b4246;
}
.save-button[data-v-0c76d0ea] {
  width: 5rem;
  height: 2rem;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 5rem;
}
.cleanse-field-label[data-v-0c76d0ea] {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.625rem;
  color: #777777;
  margin-bottom: 4px;
  text-align: left;
}
.cleanse-existing-table-checkbox[data-v-0c76d0ea] {
  text-align: left;
  margin-top: 2px;
}
[data-v-0c76d0ea] .cleanse-function-multiselect.errormsg,[data-v-0c76d0ea] .cleanse-function-multiselect.errormsg .multiselect__tags {
  border-radius: 4px;
}
[data-v-0c76d0ea] .alias-column-input {
  margin-bottom: 12px;
}
[data-v-0c76d0ea] .alias-column-input label {
    font-size: 12px;
    font-weight: 600;
    color: #3D4552;
    margin-bottom: 4px;
}
[data-v-0c76d0ea] .alias-column-input input,[data-v-0c76d0ea] .alias-column-input .form-control {
    height: 32px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #E5E8EC;
    border-radius: 7px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 13px;
    color: #3D4552;
    -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
[data-v-0c76d0ea] .alias-column-input input::-webkit-input-placeholder,[data-v-0c76d0ea] .alias-column-input .form-control::-webkit-input-placeholder {
      color: #8A94A3;
}
[data-v-0c76d0ea] .alias-column-input input::-moz-placeholder,[data-v-0c76d0ea] .alias-column-input .form-control::-moz-placeholder {
      color: #8A94A3;
}
[data-v-0c76d0ea] .alias-column-input input:-ms-input-placeholder,[data-v-0c76d0ea] .alias-column-input .form-control:-ms-input-placeholder {
      color: #8A94A3;
}
[data-v-0c76d0ea] .alias-column-input input::-ms-input-placeholder,[data-v-0c76d0ea] .alias-column-input .form-control::-ms-input-placeholder {
      color: #8A94A3;
}
[data-v-0c76d0ea] .alias-column-input input::placeholder,[data-v-0c76d0ea] .alias-column-input .form-control::placeholder {
      color: #8A94A3;
}
[data-v-0c76d0ea] .alias-column-input input:hover,[data-v-0c76d0ea] .alias-column-input .form-control:hover {
      border-color: #C7CCD3;
}
[data-v-0c76d0ea] .alias-column-input input:focus,[data-v-0c76d0ea] .alias-column-input .form-control:focus {
      border-color: #2C7BE5;
      -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
              box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.12);
}


/*# sourceMappingURL=15.bf5402bd.css.map*/