.anvil-action-modal-content {
  border-radius: 14px !important;
  overflow: visible !important;
  border: none !important;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.anvil-action-modal-content .modal-body {
    overflow: visible !important;
    padding: 0 !important;
}
.clone-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.clone-modal .tai-tooltip-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.clone-modal .tai-tooltip-wrapper .tai-tooltip {
      display: none;
      position: absolute;
      bottom: calc(100% + 8px);
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #fff;
      border: 1px solid #e4e8f0;
      border-radius: 8px;
      -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
              box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      padding: 10px 12px;
      width: 220px;
      font-size: 12px;
      color: #1e2d42;
      line-height: 1.5;
      z-index: 99999;
      white-space: normal;
}
.clone-modal .tai-tooltip-wrapper .tai-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #fff;
        -webkit-filter: drop-shadow(0 1px 0 #e4e8f0);
                filter: drop-shadow(0 1px 0 #e4e8f0);
}
.clone-modal .tai-tooltip-wrapper .tai-tooltip strong {
        display: block;
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: 700;
        color: #1e2d42;
}
.clone-modal .tai-tooltip-wrapper:hover .tai-tooltip {
      display: block;
}
.clone-modal .clone-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 24px 14px;
    border-bottom: 1px solid #e4e8f0;
}
.clone-modal .clone-modal-title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #0d2b55;
}
.clone-modal .clone-modal-title-row img {
      -webkit-filter: invert(33%) sepia(72%) saturate(600%) hue-rotate(190deg) brightness(95%) contrast(95%);
              filter: invert(33%) sepia(72%) saturate(600%) hue-rotate(190deg) brightness(95%) contrast(95%);
}
.clone-modal .clone-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #8a95a8;
    border-radius: 5px;
    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;
    -webkit-transition: color 0.15s, background 0.15s;
    transition: color 0.15s, background 0.15s;
}
.clone-modal .clone-modal-close:hover {
      color: #1e2d42;
      background: #f4f6f9;
}
.clone-modal .clone-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 560px;
    min-height: 560px;
}
.clone-modal .clone-modal-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    padding: 20px 24px;
    border-right: 1px solid #e4e8f0;
    overflow-x: auto;
    overflow-y: auto;
    height: 560px;
    min-height: 560px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clone-modal .clone-modal-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
    padding: 20px 24px;
    overflow: visible;
    height: 560px;
    min-height: 560px;
    max-height: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clone-modal .clone-section-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #6b7a99;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.clone-modal .clone-col-table {
    width: 100%;
    min-width: 420px;
    border-collapse: collapse;
    font-size: 12.5px;
    table-layout: fixed;
}
.clone-modal .clone-col-table .col-w-12 {
      width: 12%;
}
.clone-modal .clone-col-table .col-w-36 {
      width: 36%;
}
.clone-modal .clone-col-table .col-w-18 {
      width: 18%;
}
.clone-modal .clone-col-table .col-w-16 {
      width: 16%;
}
.clone-modal .clone-col-table thead tr th {
      text-align: left;
      color: #1a6fc4;
      font-weight: 700;
      font-size: 13px;
      padding: 0 8px 12px 0;
      border-bottom: 1px solid #e4e8f0;
      white-space: nowrap;
}
.clone-modal .clone-col-table thead tr th.col-th-center {
        text-align: center !important;
}
.clone-modal .clone-col-table tbody tr td {
      padding: 8px 8px 8px 0 !important;
      color: #1e2d42;
      border-bottom: 1px solid #f4f6f9;
      vertical-align: middle;
}
.clone-modal .clone-col-table tbody tr td.col-td-center {
        text-align: center !important;
        vertical-align: middle !important;
}
.clone-modal .clone-col-table tbody tr:last-child td {
      border-bottom: none;
}
.clone-modal .clone-dtype-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    background: #e8f4fd;
    color: #1a6fc4;
    letter-spacing: 0.02em;
}
.clone-modal .clone-skeleton-row td {
    padding: 9px 8px 9px 0;
}
.clone-modal .clone-skeleton {
    display: inline-block;
    height: 12px;
    width: 110px;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    -webkit-animation: clone-shimmer 1.4s infinite;
            animation: clone-shimmer 1.4s infinite;
}
.clone-modal .clone-skeleton-sm {
    width: 65px;
}
@-webkit-keyframes clone-shimmer {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
@keyframes clone-shimmer {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
.clone-modal .clone-output-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.clone-modal .clone-radio-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1e2d42;
    cursor: pointer;
}
.clone-modal .clone-radio-label input[type="radio"] {
      accent-color: #1a6fc4;
      width: 15px;
      height: 15px;
      cursor: pointer;
}
.clone-modal .clone-toggle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2px 0;
}
.clone-modal .clone-toggle-label {
    font-size: 12.5px;
    color: #1e2d42;
    font-weight: 500;
}
.clone-modal .clone-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.clone-modal .clone-switch input {
      opacity: 0;
      width: 0;
      height: 0;
}
.clone-modal .clone-switch .clone-switch-slider {
      position: absolute;
      cursor: pointer;
      inset: 0;
      background: #d1d5db;
      border-radius: 20px;
      -webkit-transition: background 0.2s;
      transition: background 0.2s;
}
.clone-modal .clone-switch .clone-switch-slider::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        left: 3px;
        top: 3px;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
}
.clone-modal .clone-switch input:checked + .clone-switch-slider {
      background: #1a6fc4;
}
.clone-modal .clone-switch input:checked + .clone-switch-slider::before {
        -webkit-transform: translateX(18px);
                transform: translateX(18px);
}
.clone-modal .clone-tai-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.clone-modal .clone-tai-checkbox {
    width: 15px;
    height: 15px;
    accent-color: #1a6fc4;
    cursor: pointer;
}
.clone-modal .clone-tai-label {
    font-size: 13px;
    color: #1e2d42;
    cursor: pointer;
    margin: 0;
}
.clone-modal .clone-tai-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.clone-modal .clone-tag-row {
    margin-top: -4px;
    position: relative;
}
.clone-modal .clone-tag-row .wrapper-filter-content {
      position: fixed !important;
      z-index: 99999 !important;
      background: #fff;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      min-width: 220px;
}
.clone-modal .clone-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    padding: 14px 24px;
    border-top: 1px solid #e4e8f0;
    background: #f4f6f9;
}
.clone-modal .footer-hint {
    font-size: 11px;
    color: #8a95a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.clone-modal .footer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.sm-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.sm-field.mb-0 {
    margin-bottom: 0;
}
.sm-field.mt-3 {
    margin-top: 4px;
}
.sm-label {
  font-size: 11px;
  font-weight: 700;
  color: #8a95a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.sm-input {
  border: 1px solid #e4e8f0;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-family: inherit;
  color: #1e2d42;
  background: #f4f6f9;
  outline: none;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sm-input:focus {
    border-color: #1a6fc4;
    -webkit-box-shadow: 0 0 0 3px rgba(26, 111, 196, 0.1);
            box-shadow: 0 0 0 3px rgba(26, 111, 196, 0.1);
}
.sm-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  cursor: pointer;
}
.sm-select-wrapper {
  position: relative;
  width: 100%;
  min-width: 0;
}
.sm-select-wrapper select.sm-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: none;
    padding-right: 30px;
    width: 100%;
    min-width: 0;
}
.sm-select-wrapper .sm-select-chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
}
.sm-textarea {
  resize: none;
  font-family: inherit;
  line-height: 1.5;
}
.sm-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.sm-row-2col > .sm-field {
    min-width: 0;
    overflow: hidden;
}
.sm-btn-cancel {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid #e4e8f0;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #1e2d42;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.sm-btn-cancel:hover:not(:disabled) {
    background: #f4f6f9;
}
.sm-btn-cancel:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sm-btn-save {
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  background: #1a6fc4;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.sm-btn-save:hover:not(:disabled) {
    background: #0d2b55;
}
.sm-btn-save:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sm-btn-save img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.col-th-pk {
  width: 28px;
  text-align: center;
}
.col-th-center {
  text-align: center;
}
.col-td-center {
  text-align: center;
  vertical-align: middle;
}
.col-td-center .clone-skeleton {
    display: block;
    margin: 0 auto;
}
.col-checkbox {
  width: 13px;
  height: 13px;
  cursor: pointer;
  accent-color: #1a6fc4;
  margin: 0;
}
.col-checkbox[disabled] {
    pointer-events: none;
    opacity: 1;
    cursor: default;
}
.clone-skeleton-xs {
  width: 16px !important;
}
.run-asset-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ede9fe;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.run-asset-name {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d42;
}
.run-asset-meta {
  font-size: 11.5px;
  color: #8a95a8;
  margin-top: 2px;
}
.run-prop-label {
  color: #8a95a8;
  font-weight: 500;
}
.run-prop-value {
  color: #1e2d42;
  font-weight: 600;
}
.run-status-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}
.run-status-ok {
  background: #dcfce7;
  color: #15803d;
}
.run-status-fail {
  background: #fee2e2;
  color: #b91c1c;
}
.run-status-neutral {
  background: #f4f6f9;
  color: #8a95a8;
}
.run-modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 360px;
  min-height: 360px;
}
#anvil-run-modal .anvil-action-modal-content {
  max-width: 800px !important;
  width: 800px !important;
}
.run-top-section {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #e4e8f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.run-bottom-section {
  padding: 20px 24px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.run-fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.run-fields-row .sm-field {
    min-width: 140px;
}
.run-fields-row .run-prop-value {
    font-size: 13px;
    font-weight: 600;
    color: #1e2d42;
}
.sm-input-error {
  border-color: #e53e3e !important;
  -webkit-box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
          box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}
.sm-error-msg {
  color: #da3030;
  font-size: 10px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.run-asset-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}


/*# sourceMappingURL=22.1b11f018.css.map*/