@charset "UTF-8";
.CodeMirror {
  font-size: 1.7rem;
  height: auto;
}
.CodeMirror .CodeMirror-gutters {
  display: none;
}
.CodeMirror.using-ai {
  background: linear-gradient(45deg, #FBF1FF, #F1F5FF, #FBF1FF, #F1F5FF);
  background-size: 400% 100%;
  animation: ai-gradient-bg 8s ease infinite;
  color: #4f1891;
}
.CodeMirror .CodeMirror-placeholder {
  font-size: 1.5rem;
  opacity: 0.7;
}

.CodeMirror-info {
  background-color: white;
  position: fixed;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
.CodeMirror-info a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline;
  text-align: inherit;
  padding: 0;
  background: none;
  border: none;
  font-size: inherit;
  color: #007ace;
  text-decoration: none;
  cursor: pointer;
}
.CodeMirror-info .CodeMirror-info-header span, .CodeMirror-info .CodeMirror-info-header a {
  color: #5c6ac4;
  cursor: default;
}
.CodeMirror-info .CodeMirror-info-header .type-name-pill:before {
  content: " | ";
  color: rgb(145, 158, 171);
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 2rem;
}
.CodeMirror-info .info-description {
  margin-top: 1rem;
}

.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-function, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-function {
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.1);
  cursor: pointer;
}
.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-function:hover, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-function:hover {
  background-color: rgba(128, 128, 128, 0.2);
}
.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-action, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-action {
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.05);
  cursor: pointer;
  color: rgb(88, 60, 53);
}
.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-action:hover, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-action:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-filter, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-filter {
  border-radius: 10px;
  color: rgb(62, 78, 87);
  background-color: rgba(0, 0, 255, 0.05);
  cursor: pointer;
}
.Workflow-Action .CodeMirror[data-format=advanced] .cm-hint-filter:hover, .Workflow-Condition .CodeMirror[data-format=advanced] .cm-hint-filter:hover {
  background-color: rgba(0, 0, 255, 0.1);
}

.Polaris-TextField + .textarea-buttons {
  opacity: 0.25;
  background-color: rgb(249, 250, 251);
  margin-bottom: 0.5rem;
  transition: opacity 0.25s;
}
.Polaris-TextField + .textarea-buttons:hover, .Polaris-TextField + .textarea-buttons.active {
  opacity: 1;
}
.Polaris-TextField + .textarea-buttons:hover .textarea-buttons__inner > div, .Polaris-TextField + .textarea-buttons.active .textarea-buttons__inner > div {
  opacity: 0;
}
.Polaris-TextField + .textarea-buttons:hover .textarea-buttons__inner > div:not(.disabled).active, .Polaris-TextField + .textarea-buttons.active .textarea-buttons__inner > div:not(.disabled).active {
  opacity: 1 !important;
  color: rgb(0, 122, 206);
}
.Polaris-TextField + .textarea-buttons:hover .textarea-buttons__inner > div:not(.disabled).active:hover, .Polaris-TextField + .textarea-buttons.active .textarea-buttons__inner > div:not(.disabled).active:hover {
  color: rgb(8, 78, 138);
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid #c4cdd5;
  border-bottom: 1px solid #c4cdd5;
  border-right: 1px solid #c4cdd5;
  padding: 5px;
  border-radius: 0 0 8px 8px;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div {
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  padding: 2px 5px;
  font-size: 1.8rem;
  position: relative;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.show {
  opacity: 0.5;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div:hover {
  opacity: 1;
  color: rgb(33, 43, 54);
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div:last-child {
  margin-right: 0;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.token-browse-icon {
  order: 1;
  top: -1px;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview {
  order: 2;
  width: 3.025rem;
  height: 2.4rem;
  text-align: center;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview .preview {
  display: block;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview .loader {
  display: none;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview.loading .preview {
  display: none;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview.loading .loader {
  display: block;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-preview.loading .loader svg {
  height: 1.75rem;
  width: 1.8rem;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.code-editor-toggle {
  order: 3;
  top: -1px;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.description_icon {
  order: 5;
  font-size: 2rem;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.codemirror-wrap {
  order: 4;
  font-size: 2rem;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner > div.ai-toggle {
  order: 6;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner .inline-test-result-button.active.loading {
  filter: blur(1px);
  opacity: 0.5 !important;
}
.Polaris-TextField + .textarea-buttons .textarea-buttons__inner .code-editor-toggle svg {
  position: relative;
  top: 1px;
}

.Polaris-TextField.has-codemirror {
  display: block;
  width: 100%;
  border: 1px solid #c4cdd5;
  border-radius: 3px;
}
.Polaris-TextField.has-codemirror .Polaris-TextField__Backdrop {
  display: none;
}
.Polaris-TextField.has-codemirror + .inline-test-result.loading .inner {
  filter: blur(1px);
  opacity: 0.5 !important;
}
.Polaris-TextField.has-codemirror + .inline-test-result .header .preview-refresh {
  transition: transform 0.5s ease;
}
.Polaris-TextField.has-codemirror:hover + .textarea-buttons {
  opacity: 1;
}
.Polaris-TextField.has-codemirror:hover + .textarea-buttons .textarea-buttons__inner > div:not(.disabled).active.show {
  opacity: 1;
  color: rgb(0, 122, 206);
}

.Polaris-TextField.flat-bottom {
  border-radius: 3px 3px 0 0;
}

.codemirror-format-code {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 8px;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: Sans-Serif;
  z-index: 100;
}
.codemirror-format-code:hover {
  color: rgb(0, 122, 206);
}

.CodeMirror-hints {
  z-index: 520;
}

.CodeMirror-empty {
  color: rgb(145, 158, 171);
}

.CodeMirror-hints {
  width: 500px !important;
  height: 500px;
}
.CodeMirror-hints li {
  padding: 4px 4px 4px 4px !important;
  font-size: 1.3rem;
}
.CodeMirror-hints li:hover {
  background-color: rgb(235, 245, 250);
}
.CodeMirror-hints li.CodeMirror-hint-active:hover {
  background-color: #08f;
}
.CodeMirror-hints .hint-extra {
  display: block;
  white-space: normal;
  background-color: rgb(252, 241, 205);
  color: rgb(89, 81, 48);
  font-family: Sans-Serif;
  font-size: 1rem;
  margin-top: 10px;
  padding: 5px 5px 5px 8px;
  border: 2px solid rgb(238, 194, 0);
}
.CodeMirror-hints .hint-extra .hint-label {
  font-weight: bold;
}
.CodeMirror-hints .hint-function-args {
  border-top: 1px solid rgb(238, 194, 0);
}
.CodeMirror-hints .hint-function-args .func-arg {
  border-bottom: 1px solid rgb(238, 194, 0);
}
.CodeMirror-hints .hint-function-args .func-arg .name {
  font-weight: bold;
}
.CodeMirror-hints li[class*=hint__]:before {
  display: inline-block;
  border-radius: 4px;
  margin-right: 6px;
  text-align: center;
  min-width: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
}
.CodeMirror-hints .hint__twig-filter:before {
  content: "Filter";
  color: white;
  background-color: rgb(0, 122, 206);
}
.CodeMirror-hints .hint__custom-action-action:before {
  content: "Action";
  color: white;
  background-color: rgb(80, 184, 60);
}
.CodeMirror-hints .hint__object-token:before {
  content: "Token";
  background-color: rgb(223, 227, 232);
  color: rgb(33, 43, 54);
}
.CodeMirror-hints .hint__object-type:before {
  content: "Object";
  background-color: rgb(156, 106, 222);
  color: white;
}
.CodeMirror-hints .hint__twig-function:before {
  content: "Function";
  color: white;
  background-color: rgb(222, 54, 24);
}

.workflowContentWrapper:has(+ .tabType-tokenbrowser) .Polaris-TextField.has-codemirror + .textarea-buttons.active .textarea-buttons__inner .token-browse-icon {
  opacity: 1;
  color: rgb(0, 122, 206);
}

@keyframes ai-gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Workflow-Fancy-Select {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.Workflow-Fancy-Select .HelpSection {
  margin-top: 10px;
}
.Workflow-Fancy-Select .Polaris-FormLayout__Item {
  margin: 0;
  max-width: 100%;
  margin-bottom: 15px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid rgb(223, 227, 232);
  border-radius: 5px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper.loading .option:not(.loading) {
  opacity: 0.35;
  filter: blur(2px);
  pointer-events: none;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option-category {
  font-weight: bold;
  color: rgb(33, 43, 54);
  background-color: rgb(244, 246, 248);
  padding: 5px 10px;
  pointer-events: none;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option {
  padding: 10px 35px 10px 10px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  border-left: 5px solid rgba(255, 255, 255, 0);
  position: relative;
  color: rgb(33, 43, 54);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.hidden {
  display: none;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.loading {
  border-top: 1px solid #e5e5e5;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.loading .option__badge {
  display: none;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .loader {
  margin-left: 5px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges {
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  display: flex;
  opacity: 0.25;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge {
  position: relative;
  padding: 3px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge .text {
  padding: 5px 15px;
  position: absolute;
  bottom: 30px;
  right: -10px;
  transform: scale(0.5);
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  background-color: #00084b;
  color: white;
  border-radius: 25px;
  pointer-events: none;
  transition: all 0.25s;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge:hover .text {
  opacity: 1;
  transform: scale(1);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge:hover i, .Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge:hover svg {
  transform: scale(1.5);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge i, .Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge svg {
  color: rgb(0, 122, 206);
  transition: transform 0.5s;
  transform: scale(1);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge.option__badge--warn i, .Workflow-Fancy-Select .Fancy-Select-Wrapper .option .option__badges .option__badge.option__badge--warn svg {
  color: rgb(238, 194, 0);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.option--disabled .option__badge {
  color: rgb(222, 54, 24);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.option--disabled .option__badge i, .Workflow-Fancy-Select .Fancy-Select-Wrapper .option.option--disabled .option__badge svg {
  color: rgb(222, 54, 24);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.option--disabled .option__badge:hover {
  border-color: rgb(222, 54, 24);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.hover {
  background-color: #f7fbfd;
  border-left: 5px solid rgb(0, 122, 206);
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.hover .option__badges {
  opacity: 1;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option.hover .option__help {
  max-height: 150px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option:last-child {
  border-bottom: none;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__label {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__description {
  cursor: pointer;
  font-size: 1.1rem;
  color: rgb(99, 115, 129);
  line-height: 1.4rem;
  margin-bottom: 5px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__disabled {
  cursor: pointer;
  font-size: 1.1rem;
  color: rgb(99, 115, 129);
  line-height: 1.4rem;
  margin-left: 15px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__token {
  cursor: pointer;
  font-size: 1.3rem;
  color: rgb(69, 79, 91);
  font-family: monospace;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .function {
  background-color: rgb(223, 227, 232);
  border-radius: 100px;
  padding: 1px 6px 2px 6px;
  font-size: 1.5rem;
  position: relative;
  top: -1px;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .metafield-type {
  background-color: rgb(223, 227, 232);
  border-radius: 100px;
  padding: 1px 6px 2px 6px;
  font-size: 1.15rem;
  position: relative;
  top: -1px;
  font-family: Monospace;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__help {
  font-size: 1.1rem;
  max-height: 0px;
  overflow: hidden;
}
.Workflow-Fancy-Select .Fancy-Select-Wrapper .option__help ul {
  padding-left: 1.8rem;
}

.Workflow-Fancy-Select--token-browser .clear-search-button {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 1.5rem;
  opacity: 0.5;
  z-index: 5;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.Workflow-Fancy-Select--token-browser .clear-search-button:hover {
  color: rgb(0, 122, 206);
  opacity: 1;
}
.Workflow-Fancy-Select--token-browser .token-browser-path {
  background-color: rgb(244, 246, 248);
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 6px 5px;
}
.Workflow-Fancy-Select--token-browser .token-browser-path .path-slash:first-child {
  display: none;
}
.Workflow-Fancy-Select--token-browser .token-browser-path .path-item {
  cursor: pointer;
}
.Workflow-Fancy-Select--token-browser .token-browser-path .path-item:last-child {
  pointer-events: none;
  font-weight: bold;
}
.Workflow-Fancy-Select--token-browser .token-browser-path .path-item:hover {
  text-decoration: underline;
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper {
  border: 1px solid rgb(244, 246, 248);
  font-size: 1.5rem;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .options-wrapper__title {
  padding: 5px 5px 6px 5px;
  font-weight: bold;
  background-color: rgb(99, 115, 129);
  color: white;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .options-wrapper {
  margin-bottom: 100px;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .no-options {
  margin: 10px auto 10px auto;
  padding: 5px;
  border-radius: 100px;
  background-color: rgb(252, 241, 205);
  text-align: center;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .hidden-options {
  margin: 10px auto 10px auto;
  padding: 5px;
  max-width: 90%;
  border-radius: 100px;
  background-color: rgb(252, 241, 205);
  text-align: center;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option {
  position: relative;
  min-height: 32px;
  border: none;
  z-index: 1;
  background-color: white;
  font-size: 1.5rem;
  padding: 5px 5px 6px 5px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgb(223, 227, 232);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.hide {
  display: none;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option .option__help {
  max-height: none !important;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option .option__label {
  font-size: 1.5rem;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option .option__description {
  font-size: 1.5rem;
  margin-top: 5px;
  line-height: 2rem;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option .option__token {
  font-size: 1.5rem;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option .expand {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s max-height;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option:hover {
  border-left: 3px solid rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option:hover .option__label {
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.hover {
  border: none;
  z-index: 2;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.hover {
  border-left: 3px solid rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
  border-bottom: 1px solid rgb(223, 227, 232);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.hover .expand {
  max-height: 200px;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.hover .option__description {
  color: rgb(33, 43, 54);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled {
  cursor: default !important;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled .option__label {
  color: rgb(145, 158, 171);
  cursor: default !important;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled:hover {
  border-left: none;
  background-color: #fff;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgb(223, 227, 232);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled:hover:last-child {
  border-bottom: none;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled:hover .option__label {
  color: rgb(145, 158, 171);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled.hover {
  border: none;
  z-index: 2;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled.hover {
  border-left: 3px solid transparent;
  background-color: #fff;
  border-bottom: 1px solid rgb(223, 227, 232);
  box-shadow: none;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled.hover .expand {
  max-height: 0px;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .option.disabled.hover .option__description {
  color: rgb(145, 158, 171);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link {
  position: relative;
  min-height: 32px;
  border-bottom: 1px solid rgb(223, 227, 232);
  z-index: 1;
  font-size: 1.5rem;
  padding: 5px 5px 6px 5px;
  cursor: pointer;
  width: 100%;
  border-left: 3px solid transparent;
  background-color: rgb(235, 245, 250);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hide {
  display: none;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link .arrow {
  color: rgb(180, 225, 250);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link .expand {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s max-height;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hover {
  z-index: 2;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link:hover {
  border-left: 3px solid rgb(0, 122, 206);
  background-color: #f7fbfd;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link:hover .child-link__label {
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link:hover .arrow {
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hover {
  border-left: 3px solid rgb(0, 122, 206);
  border-bottom: 1px solid rgb(223, 227, 232);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #f7fbfd;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hover .expand {
  max-height: 70px;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hover .child-link__label {
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link.hover .arrow {
  color: rgb(0, 122, 206);
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link .child-link__fields-count {
  background-color: rgb(223, 227, 232);
  padding: 2px 4px;
  border-radius: 25px;
}
.Workflow-Fancy-Select--token-browser .Fancy-Select-Wrapper .child-link .child-link__description {
  line-height: 2rem;
  margin-top: 5px;
}

.fancy-dropdown-wrapper .fancy-dropdown {
  display: flex;
  flex-direction: row;
}
.fancy-dropdown-wrapper .fancy-dropdown svg {
  fill: rgb(92, 95, 98);
  width: 2rem;
  height: 2rem;
  display: block;
}
.fancy-dropdown-wrapper .fancy-dropdown svg:hover {
  fill: rgb(26, 28, 29);
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search {
  position: relative;
  border: solid 1px rgb(201, 204, 207);
  border-radius: 3px;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: row;
  max-width: 370px;
  width: 100%;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search input {
  border: none;
  border-radius: 3px;
  padding: 0.5rem 1.2rem;
  font-size: 1.6rem;
  width: calc(100% - 2rem);
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search input:focus {
  outline: none;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search.error {
  border-color: #de3618;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search.error input {
  background: #fbeae5;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list {
  position: absolute;
  display: none;
  background: white;
  z-index: 20;
  width: 100%;
  top: 108%;
  max-height: 50rem;
  overflow-y: auto;
  box-shadow: -1px 0px 20px rgba(23, 24, 24, 0.05), 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-option-parent {
  display: flex;
  padding-left: 1.2rem;
  padding-top: 1rem;
  justify-content: start;
  align-items: center;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-option-parent h3 {
  font-size: 1.6rem;
  padding-left: 1.2rem;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-option-parent button#taxonomyBrowserBackNode {
  background: transparent;
  border: none;
  cursor: pointer;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-option-parent.root h3 {
  color: rgb(109, 113, 117);
  font-size: 1.4rem;
  padding-left: 0px;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul {
  padding-left: 0.6rem;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul.has-parent {
  border-top: 1px solid #dfe3e8;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul li {
  list-style: none;
  font-size: 1.6rem;
  padding-left: 0.6rem;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul li .name {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 1rem 0rem;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul li .name svg {
  font-size: 1.3rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul li:not(.no-hover):hover {
  background-color: rgb(246, 246, 247);
  outline: 0.3rem solid transparent;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul li.has-children .name svg {
  display: block;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options ul .browse-all {
  display: none;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options.collapsed ul li:not(.no-hover):nth-child(n+6) {
  display: none;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list .fancy-dropdown-options.collapsed ul .browse-all {
  display: block;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list.active {
  display: block;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-action {
  position: relative;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-action button.taxonomyBrowseList {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  min-width: 3.6rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border: 0.1rem solid rgb(186, 191, 195);
  border-radius: 3px;
  border-top-color: rgb(201, 204, 207);
  border-bottom-color: 186, 191, 196, 1;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-action button.taxonomyBrowseList span {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.6rem;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0.1rem;
  min-height: 0.1rem;
}
.fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-option-list-template {
  display: none;
}
.fancy-dropdown-wrapper .fancy-dropdown-hidden-value-wrapper {
  padding: 0px !important;
  margin: 0px !important;
}
.fancy-dropdown-wrapper .fancy-dropdown-hidden-value-wrapper .Polaris-Select {
  display: none;
}
.fancy-dropdown-wrapper .fancy-dropdown-hidden-value-wrapper .Polaris-TextField {
  display: none;
}
.fancy-dropdown-wrapper.disabled {
  position: relative;
  display: none;
}
.fancy-dropdown-wrapper.disabled .fancy-dropdown-search, .fancy-dropdown-wrapper.disabled .fancy-dropdown-action {
  position: relative;
  z-index: -1;
}
.fancy-dropdown-wrapper.disabled .fancy-dropdown-search {
  overflow: hidden;
}
.fancy-dropdown-wrapper.disabled:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: default;
}

.Workflow-Log {
  overflow: visible;
  position: relative;
  border-left: 5px solid rgb(80, 184, 60);
}
.Workflow-Log:hover .Workflow-Log__Timestamp .time-wrapper .time-ago {
  opacity: 0;
}
.Workflow-Log:hover .Workflow-Log__Timestamp .time-wrapper .timestamp {
  opacity: 1;
}
.Workflow-Log > .Polaris-Card__Section {
  overflow: visible;
  padding-bottom: 3rem;
}
.Workflow-Log .Workflow-Log__Errors {
  overflow-x: auto;
}
.Workflow-Log .Polaris-Card__SectionHeader {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.Workflow-Log .Polaris-Card__SectionHeader .Workflow-Log__ActionIcon {
  width: 32px;
  margin-right: 10px;
}
.Workflow-Log .Polaris-Card__SectionHeader .Workflow-Log__ActionIcon img {
  width: 100%;
  height: auto;
  display: block;
}
.Workflow-Log .Workflow-Log__Raw {
  border: 1px solid rgb(223, 227, 232);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 10px;
}
.Workflow-Log .Workflow-Log__Raw pre {
  overflow: auto;
  max-height: 400px;
  padding: 10px;
  background-color: rgb(249, 250, 251);
  margin-top: 0;
  margin-bottom: 0;
}
.Workflow-Log .Workflow-Log__ResultsTable {
  overflow: auto;
  max-width: 100%;
  max-height: 500px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.Workflow-Log .Workflow-Log__ResultsTable .Polaris-DataTable .Polaris-DataTable__Table {
  border-right: 1px solid rgb(244, 246, 248);
}
.Workflow-Log .Workflow-Log__ResultsTable .Polaris-DataTable thead {
  background-color: rgb(244, 246, 248);
}
.Workflow-Log .Workflow-Log__ResultsTable .Polaris-DataTable .Polaris-DataTable__Cell {
  border-left: 1px solid rgb(244, 246, 248);
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Workflow-Log .Workflow-Log__ResultsTable .Polaris-DataTable .Polaris-DataTable__Cell.FullWidth {
  max-width: none;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
  padding: 6px;
}
.Workflow-Log .Workflow-Log__ResultsTable .Polaris-DataTable th.Polaris-DataTable__Cell--header {
  border-left: 1px solid rgb(223, 227, 232);
}
.Workflow-Log .Polaris-Badge.Workflow-Log__Status {
  text-transform: uppercase;
  margin-right: 3px;
}
.Workflow-Log .Polaris-Badge.Workflow-Log__Status.Workflow-Log__Status--Success {
  background-color: rgb(227, 241, 223);
  color: rgb(80, 184, 60);
  border: 1px solid rgb(80, 184, 60);
}
.Workflow-Log .Polaris-Badge.Workflow-Log__Status.Workflow-Log__Status--Error {
  background-color: rgb(251, 234, 229);
  color: rgb(222, 54, 24);
  border: 1px solid rgb(222, 54, 24);
}
.Workflow-Log .Polaris-Badge.Workflow-Log__Status.Workflow-Log__Status--Queued {
  font-size: 1.1rem;
  padding: 0px 8px;
  font-weight: bold;
}

.Workflow-Log__Actions {
  margin-top: 15px;
}

.Workflow-Log__ActionSettings .Workflow-Log__ActionSettingsActions {
  margin-top: 15px;
}
.Workflow-Log__ActionSettings .form-wrapper > .Polaris-FormLayout__Item {
  margin-left: 0;
}
.Workflow-Log__ActionSettings > .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
}
.Workflow-Log__ActionSettings .SetFieldsAction__Field {
  margin-left: 0;
}
.Workflow-Log__ActionSettings .SetFieldsAction__Field > .Polaris-FormLayout__Item {
  margin-left: 0;
}
.Workflow-Log__ActionRunKey {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 0.5rem 1rem;
  font-family: monospace;
  color: rgb(145, 158, 171);
  transition: all 0.5s;
  background-color: white;
  font-size: 1.2rem;
  border-radius: 3px;
  text-align: center;
  background-color: transparent;
  text-align: right;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Workflow-Log__ActionRunKey span {
  white-space: nowrap;
}
.Workflow-Log__ActionRunKey:before {
  content: "Support ID";
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.25rem;
  max-height: 0;
  overflow: hidden;
  display: block;
  transition: all 0.5s;
  color: rgb(222, 54, 24);
}
.Workflow-Log__ActionRunKey:hover {
  color: rgb(33, 43, 54);
  font-size: 1.75rem;
  background-color: rgb(244, 246, 248);
  max-width: 600px;
}
.Workflow-Log__ActionRunKey:hover:before {
  max-height: 40px;
}

.Workflow-Log__ID {
  position: absolute;
  width: 100px;
  right: -105px;
  font-size: 1.75rem;
  color: rgb(196, 205, 213);
  font-weight: bold;
  font-family: monospace;
}

.Workflow-Log__ActionType {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(33, 43, 54);
  font-size: 1.2rem;
}
.Workflow-Log__ActionType .Polaris-Badge {
  font-size: 1.1rem;
  padding: 0px 8px;
}

.Workflow-Log__Timestamp {
  text-align: right;
  flex-grow: 1;
  min-width: 80px;
}
.Workflow-Log__Timestamp .time-wrapper {
  position: relative;
  font-weight: bold;
}
.Workflow-Log__Timestamp .time-wrapper > div {
  position: absolute;
  right: 0;
  top: 0;
}
.Workflow-Log__Timestamp .time-wrapper .time-ago {
  opacity: 1;
  transition: all 0.3s;
}
.Workflow-Log__Timestamp .time-wrapper .timestamp {
  opacity: 0;
  transition: all 0.3s;
}

.Workflow-Log__Message {
  margin-bottom: 1rem;
  hyphens: auto;
}

.Workflow-log__Additional_Messages {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.Workflow-log__Additional_Messages .Workflow-log__Additional_Message {
  margin-top: 1rem;
}
.Workflow-log__Additional_Messages .Workflow-log__Additional_Message:first-child {
  margin-top: 0rem;
}

.Workflow-Log--QueuedAction.Workflow-Log--Status-Success .Action-Integration-Icon {
  filter: none;
}
.Workflow-Log--QueuedAction .Workflow-Log__ActionType {
  white-space: nowrap;
  padding-left: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1.3rem;
  min-height: 24px;
}
.Workflow-Log--QueuedAction .Action-Integration-Icon {
  width: 32px;
  position: absolute;
  left: 0;
  border-radius: 3px;
  filter: saturate(0);
}

.Workflow-Log--Status-Queued {
  border-left: 5px solid rgb(196, 205, 213);
}

.Workflow-Log--Status-Error {
  border-left: 5px solid rgb(222, 54, 24);
}
.Workflow-Log--Status-Error > .Polaris-Card__Section > .Polaris-Card__SectionHeader > .Workflow-Log__ActionType {
  color: rgb(222, 54, 24);
}
.Workflow-Log--Status-Error > .Polaris-Card__Section > .Polaris-Card__SectionHeader > .Workflow-Log__Message {
  color: rgb(222, 54, 24);
}

.Workflow-Log__Message__Header__Title {
  margin-bottom: 1rem;
}

.Workflow-Log__Message .CodeMirror {
  border: 1px solid rgb(223, 227, 232);
}
.Workflow-Log__Message .CodeMirror .CodeMirror-scroll {
  max-height: 300px;
}
.Workflow-Log__Message .table-cell .cell-contents {
  word-wrap: break-word;
}
.Workflow-Log__Message.raw-action-message-block code > pre {
  margin: 0;
}
.Workflow-Log__Message.table-action-message-block .responsive-table {
  background-color: rgb(244, 246, 248);
}
.Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-headers .table-header:first-child {
  width: 100%;
  max-width: 14%;
}
.Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-headers .table-header:nth-child(2) {
  width: 100%;
  max-width: 43%;
}
.Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-headers .table-header:nth-child(3) {
  width: 100%;
  max-width: 43%;
}
.Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-row {
  border-bottom: 0px;
}
.Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-row .table-cell:nth-child(2), .Workflow-Log__Message.table-action-message-block.set-field-value-message-block .responsive-table .table-row .table-cell:nth-child(3) {
  margin-left: 3rem;
}
.Workflow-Log__Message.table-action-message-block.two-column-message-block .responsive-table .table-row .table-cell:first-child {
  width: 100%;
  max-width: 20%;
  font-weight: bold;
}
.Workflow-Log__Message.table-action-message-block.two-column-message-block .responsive-table .table-row .table-cell:nth-child(2) {
  width: 100%;
  max-width: 80%;
}

.Polaris-Card--topInfoBar {
  justify-content: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  margin: 0;
  flex-direction: row;
  align-items: flex-start;
  background: transparent;
  border-bottom: solid 1px #ccc;
}
.Polaris-Card--topInfoBar + .Polaris-Banner, .Polaris-Card--topInfoBar + .Workflow-Errors {
  margin-top: 2rem;
}
.Polaris-Card--topInfoBar .Polaris-Button.back-button {
  margin-right: 5px;
  position: relative;
  top: -2px;
  background: none;
  box-shadow: none;
}
.Polaris-Card--topInfoBar .Polaris-Badge--draftStatus {
  margin-right: 1rem;
  order: 20;
  font-size: 1.5rem;
  color: rgb(0, 132, 142);
  background: transparent;
  border: 2px solid rgb(71, 193, 191);
  border-radius: 10px !important;
  padding: 3px 10px 4px 10px !important;
  margin-top: 10px;
  display: none;
}
@media screen and (min-width: 600px) {
  .Polaris-Card--topInfoBar .Polaris-Badge--draftStatus {
    display: block;
  }
}
.Polaris-Card--topInfoBar .saved-badge {
  display: flex;
  position: relative;
  align-items: center;
  order: 11;
  padding: 6px 0px;
  font-size: 1.65rem;
  top: 3px;
  margin-right: 1rem;
  color: rgb(65, 79, 62);
  border-radius: 10px;
}
.Polaris-Card--topInfoBar .saved-badge i, .Polaris-Card--topInfoBar .saved-badge svg {
  margin-right: 0.5rem;
}
.Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit) {
  justify-content: flex-start;
  align-items: center;
  border-bottom: none;
  padding: 1.5rem 0rem;
  margin: 0;
}
.Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit):hover, .Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit).active {
  background: transparent;
}
.Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit) .TopInfoBar-Title {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  text-align: left;
  margin-left: 5px;
  max-width: calc(100% - 60px);
}
.Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit) .TopInfoBar-Title .workflow_title {
  width: 100%;
}
.Polaris-Card--topInfoBar:not(.topInfoBar--workflow-edit) .TopInfoBar-Title .workflow_title h2 {
  font-size: 1.9rem;
  overflow: hidden;
  width: inherit;
  display: inline-block;
  line-height: 2.25rem;
}
.Polaris-Card--topInfoBar h1 {
  font-size: 1.8rem;
  display: inline;
}
.Polaris-Card--topInfoBar .workflow_title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
  display: inline-block;
}
.Polaris-Card--topInfoBar .workflow_title h3 span {
  displain: inline;
  position: relative;
}
.Polaris-Card--topInfoBar .workflow_title h3 span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.Polaris-Card--topInfoBar .topInfoBar--title-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.Polaris-Card--topInfoBar .topInfoBar--title-input-wrapper .Polaris-FormLayout__Item {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 1rem;
  max-width: none;
}
.Polaris-Card--topInfoBar .topInfoBar--title-input-wrapper .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  display: none;
}
.Polaris-Card--topInfoBar .topInfoBar--title-input-wrapper .Polaris-FormLayout__Item input {
  font-size: 1.8rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  border: none;
  outline: none;
  min-height: 0;
  text-overflow: ellipsis;
}
.Polaris-Card--topInfoBar .topInfoBar--title-input-wrapper .Polaris-FormLayout__Item .Polaris-TextField__Backdrop {
  display: none;
}
.Polaris-Card--topInfoBar .Workflow-Action--pause, .Polaris-Card--topInfoBar .Workflow-Action--resume {
  display: none;
}
.Polaris-Card--topInfoBar .Workflow-Edit-Title-Submit {
  display: none;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions {
  position: relative;
  top: 7px;
  right: auto;
  margin-left: auto;
  z-index: 110;
  order: 18;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsIcon {
  top: auto;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsItems {
  top: -10px;
  right: 0px;
  width: 200px;
  z-index: 110;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsItems .Workflow-Action-ListItem--clone, .Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsItems .Workflow-Action-ListItem--workflow-id {
  border-top: solid 1px #eee;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsItems .Workflow-Action-ListItem--workflow-id {
  cursor: default;
}
.Polaris-Card--topInfoBar .Workflow-Menu-Actions .Workflow-ActionsItems .Workflow-Action-ListItem:last-child {
  height: 40px;
  padding-left: 35px;
}
.Polaris-Card--topInfoBar .topInfoBar--switch {
  right: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  order: 15;
  margin-right: 0.5rem;
  justify-content: flex-start;
  position: relative;
  top: 6px;
}
.Polaris-Card--topInfoBar .topInfoBar--switch .toggle-switch {
  min-width: 170px;
}
.Polaris-Card--topInfoBar .topInfoBar--switch span.status {
  font-size: 1.4rem;
  color: #89909A;
  margin-left: 1rem;
  margin-right: 1rem;
}
.Polaris-Card--topInfoBar .topInfoBar--switch.topInfoBar--switch--hide-text .toggle-switch {
  min-width: 44px;
}
.Polaris-Card--topInfoBar .topInfoBar--switch.topInfoBar--switch--hide-text .toggle-switch .status {
  display: none;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup {
  margin-top: 10px;
  order: 30;
  position: relative;
  margin-right: 10px;
  display: none;
}
@media screen and (min-width: 600px) {
  .Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup {
    display: block;
  }
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtonGroupInnerWrapper {
  display: flex;
  align-items: flex-start;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons {
  display: flex;
  flex-direction: row;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons input {
  margin: 0;
  padding: 7px 14px;
  min-height: 0;
  font-size: 1.4rem;
  border-radius: 5px;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons input + input {
  margin-left: 1rem;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons .Workflow-Action--revision-apply-changes {
  background-color: white;
  color: rgba(33, 43, 54, 0.8);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  cursor: pointer;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons .Workflow-Action--revision-apply-changes:hover {
  color: #212b36;
  border: 1px solid rgb(33, 43, 54);
  cursor: pointer;
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons .Workflow-Action--revision-undo-changes {
  background-color: white;
  cursor: pointer;
  border: 1px solid transparent;
  color: rgba(33, 43, 54, 0.8);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup .topInfoBar--applyChangesButtons .Workflow-Action--revision-undo-changes:hover {
  color: #212b36;
  border: 1px solid rgb(33, 43, 54);
  cursor: pointer;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.Workflow--delete-confirm .Polaris-Banner--withinPage {
  width: 100%;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit h1 {
  display: inline-block;
  line-height: 2.25rem;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit h1 span {
  display: inline-block;
  position: relative;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-text {
  order: 10;
  margin-right: 1rem;
  width: 100%;
  width: calc(100% - 145px);
  padding: 5px;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  border-radius: 5px;
  border: 1px solid transparent;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-text:hover {
  cursor: pointer;
  background-color: white;
  border: 1px solid rgb(223, 227, 232);
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .topInfoBar--title-text {
  background-color: white;
  border: 1px solid rgb(223, 227, 232);
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.Polaris-Card--topInfoBarV1 .topInfoBar--title-text {
  width: calc(100% - 270px);
  margin-bottom: 0;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.Polaris-Card--topInfoBarV1.topInfoBar--workflow-edit--has-parent .topInfoBar--title-text {
  width: calc(100% - 95px);
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.has-saved-badge .topInfoBar--title-text {
  width: calc(100% - 224px);
  margin-bottom: 0;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper span {
  cursor: text;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper span:hover, .Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper span.hover {
  text-decoration: underline;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper .topInfoBar--title-actions {
  display: none;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper .topInfoBar--title-actions input:first-child {
  margin-right: 1rem;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-input-wrapper .topInfoBar--title-actions {
  margin-right: 2rem;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble {
  order: 40;
  position: relative;
  margin-top: 10px;
  margin-right: 8px;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--button {
  font-size: 2rem;
  padding: 5px 8px;
  opacity: 0.8;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble:hover .popper--button {
  opacity: 1;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--tooltip {
  display: none;
  padding: 2rem;
  border-radius: 5px;
  background-color: white;
  max-width: 280px;
  text-align: center;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--tooltip[data-show] {
  display: block;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--arrow,
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--arrow::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: inherit;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--arrow {
  visibility: hidden;
  top: -8px;
  left: -9px !important;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--messageBubble .popper--arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .topInfoBar--title-text {
  width: 100%;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .back-button {
  display: none;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .saved-badge {
  display: none;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .topInfoBar--switch {
  display: none;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit.active .Workflow-Menu-Actions {
  display: none;
}
.Polaris-Card--topInfoBar.topInfoBar--workflow-edit--has-parent .Workflow-Menu-Actions {
  padding-left: 2rem;
  margin-left: auto;
}
.Polaris-Card--topInfoBar .topInfoBar--toggleTitle {
  display: none;
}
@media screen and (min-width: 768px) {
  .Polaris-Card--topInfoBar:not(.Workflow--delete-confirm) {
    flex-wrap: nowrap;
  }
  .Polaris-Card--topInfoBar .saved-badge {
    order: 20;
    top: auto;
  }
  .Polaris-Card--topInfoBar .Polaris-Badge--draftStatus {
    order: 5;
    margin-top: 0;
  }
  .Polaris-Card--topInfoBar .topInfoBar--title-text {
    margin-bottom: 0 !important;
    margin-top: -1px;
  }
  .Polaris-Card--topInfoBar .topInfoBar--switch {
    order: 80;
    top: 3px;
  }
  .Polaris-Card--topInfoBar .Workflow-Menu-Actions {
    order: 90;
    top: 4px;
  }
  .Polaris-Card--topInfoBar .topInfoBar--messageBubble {
    margin-top: 0 !important;
  }
  .Polaris-Card--topInfoBar .topInfoBar--applyChangesButtonGroup {
    margin-top: 0 !important;
  }
}

.BackToWorkflow {
  margin-top: 2.8rem;
  position: relative;
  z-index: 2;
}
.BackToWorkflow a {
  display: inline-flex;
  align-items: center;
  color: #374454;
}
.BackToWorkflow a span {
  display: inline-block;
  margin-left: 0.5rem;
}
.BackToWorkflow a:hover {
  color: rgb(0, 122, 206);
}
.BackToWorkflow a:hover svg path {
  stroke: rgb(0, 122, 206);
}
.BackToWorkflow a:hover span {
  text-decoration: underline;
}

.PageTitle {
  margin: 3rem 0rem;
}
.PageTitle h1 {
  font-size: 3.2rem;
  line-height: normal;
}

:root {
  --jse-theme-color: #474a4e;
  --jse-theme-color-highlight: #2f3247;
  --jse-value-color-number: #1919a6;
  --jse-value-color-null: #b3b3b3;
}

body.ta-app-workflow-edit-page #messages-wrapper {
  margin-top: 1rem;
}
body.ta-app-workflow-edit-page .ActionCloseConfirm {
  background-color: rgb(252, 241, 205);
  color: rgb(89, 81, 48);
  padding: 2rem;
  border: 2px solid rgb(156, 111, 25);
  border-radius: 8px;
}
body.ta-app-workflow-edit-page .EmptyDataResult {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.ta-app-workflow-edit-page .EmptyDataResult .help__tooltip {
  top: 0;
  margin-left: 0;
}
body.ta-app-workflow-edit-page .EmptyDataResult > .Polaris-FormLayout__Item {
  min-width: 0;
  flex: revert;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.ta-app-workflow-edit-page .EmptyDataResult > .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  display: none;
}
body.ta-app-workflow-edit-page .FieldMultipleOperator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.ta-app-workflow-edit-page .FieldMultipleOperator .Condition-Label {
  text-transform: none;
  font-size: 1.4rem;
}
body.ta-app-workflow-edit-page .FieldMultipleOperator > .Polaris-FormLayout__Item {
  min-width: 0;
  flex: revert;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.ta-app-workflow-edit-page .ConditionIfLabel {
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .ConditionIfLabel .Condition-Label {
  text-transform: none;
  font-size: 1.4rem;
}
body.ta-app-workflow-edit-page .Workflow__unsaved-changes-banner {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  background-color: rgb(255, 234, 138);
  color: rgb(89, 81, 48);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid rgb(238, 194, 0);
  border-bottom: 2px solid rgb(238, 194, 0);
  z-index: 501;
}
body.ta-app-workflow-edit-page .Workflow__unsaved-changes-banner .inner {
  padding: 17px;
}
body.ta-app-workflow-edit-page.unsaved-changes .Polaris-Page-Header {
  pointer-events: none !important;
}
body.ta-app-workflow-edit-page.unsaved-changes .Polaris-Card--topInfoBar {
  pointer-events: none !important;
  opacity: 0.5;
  filter: saturate(0);
}
body.ta-app-workflow-edit-page.unsaved-changes .Workflow-ConditionActions button:not(disabled),
body.ta-app-workflow-edit-page.unsaved-changes .Workflow-ActionActions button:not(disabled) {
  opacity: 0.5;
  pointer-events: none !important;
  filter: saturate(0);
}
body.ta-app-workflow-edit-page.unsaved-changes #main-menu {
  opacity: 0.5;
  pointer-events: none !important;
}
body.ta-app-workflow-edit-page.unsaved-changes .Workflow-Wrapper > .Workflow-Triggers {
  opacity: 0.5;
  pointer-events: none !important;
  filter: saturate(0);
}
body.ta-app-workflow-edit-page.unsaved-changes .Workflow-Triggers__Links {
  opacity: 0.3;
}
body.ta-app-workflow-edit-page.unsaved-changes .Workflow-Condition--disabled, body.ta-app-workflow-edit-page.unsaved-changes .Workflow-Action--disabled {
  opacity: 0.3;
  filter: saturate(0);
}
body.ta-app-workflow-edit-page .Page__Content {
  max-width: 1000px !important;
}
body.ta-app-workflow-edit-page #app-footer-links {
  padding-bottom: 10rem;
}
body.ta-app-workflow-edit-page .Workflow-Instructions details {
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgb(223, 227, 232);
  background-image: none;
  -webkit-appearance: none;
}
body.ta-app-workflow-edit-page .Workflow-Instructions details:hover {
  border-color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-Instructions summary {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px;
  color: rgb(65, 79, 62);
  list-style: none;
  padding-left: 30px;
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-Instructions summary svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11px;
  top: 11px;
}
body.ta-app-workflow-edit-page .Workflow-Instructions summary::marker, body.ta-app-workflow-edit-page .Workflow-Instructions summary::-webkit-details-marker {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper {
  padding: 1.5rem;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper > *:first-child {
  margin-top: 0;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h1, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h2, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h3, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h4, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h5, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h6 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h1, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper h2 {
  font-size: 1.5rem;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper p {
  margin-bottom: 10px;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper p:last-child {
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper hr {
  background-color: rgb(223, 227, 232);
  border: none;
  height: 1px;
  margin: 10px 0;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper ul, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper ol {
  margin-left: 25px;
  padding-left: 0;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper blockquote {
  padding: 10px;
  margin-left: 0;
  border-left: 5px solid rgb(223, 227, 232);
  color: rgb(69, 79, 91);
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper pre, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper code {
  background-color: rgb(244, 246, 248);
  padding: 2px 5px;
  border-radius: 3px;
  margin: 0;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper pre {
  padding: 10px;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table {
  width: 100%;
  border: 1px solid rgb(223, 227, 232);
  background-color: white;
  border-collapse: collapse;
  margin: 1rem 0;
  border-radius: 3px;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table tr {
  border-bottom: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table td, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table th {
  padding: 10px;
  border-right: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table td:last-child, body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper table th:last-child {
  border-right: none;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper a:not(.Polaris-Button) {
  color: rgb(0, 122, 206);
  text-decoration: none;
}
body.ta-app-workflow-edit-page .Workflow-Instructions .details-wrapper a:not(.Polaris-Button):hover {
  color: rgb(8, 78, 138);
}
body.ta-app-workflow-edit-page .Workflows-Breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
body.ta-app-workflow-edit-page .Workflows-Breadcrumb li {
  display: inline-block;
}
body.ta-app-workflow-edit-page .Workflows-Breadcrumb li:after {
  display: inline-block;
  content: "→";
  padding: 0 10px;
}
body.ta-app-workflow-edit-page .Workflows-Breadcrumb li:last-child:after {
  display: none;
}
body.ta-app-workflow-edit-page form.loading #search-results-wrapper .SearchObject:not(.loading) {
  opacity: 0.25;
  filter: blur(2px);
}
body.ta-app-workflow-edit-page form.loading #search-results-wrapper {
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Polaris-Badge {
  border-radius: 5px;
  padding: 0 0.6rem;
}
body.ta-app-workflow-edit-page .Polaris-Page {
  margin-top: 0;
}
body.ta-app-workflow-edit-page .Polaris-Label.has-html-preview {
  width: 100%;
  position: relative;
}
body.ta-app-workflow-edit-page .preview-html {
  padding: 3px;
  display: inline-block;
  z-index: 10;
  line-height: 1rem;
  margin-left: 20px;
}
body.ta-app-workflow-edit-page .preview-html.loading {
  opacity: 0.5;
  pointer-events: none;
}
body.ta-app-workflow-edit-page #workflow-display-id {
  opacity: 0.5;
  transition: all 0.5s;
  width: 100%;
  text-align: center;
  font-family: monospace;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page #workflow-display-id:hover {
  opacity: 1;
}
body.ta-app-workflow-edit-page #workflow-display-id .workflow-id__label {
  font-weight: bold;
}
body.ta-app-workflow-edit-page.user-is-admin .Workflow-Fancy-Select--token--sidebar .Fancy-Select-Wrapper {
  max-height: calc(100vh - 275px);
}
body.ta-app-workflow-edit-page.user-is-admin .WorkflowActions__Wrapper {
  bottom: 30px !important;
}
body.ta-app-workflow-edit-page .InlineTwigDocs {
  position: relative;
  background: transparent;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  border: 1px solid rgb(223, 227, 232);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .arguments {
  overflow-x: auto;
}
body.ta-app-workflow-edit-page .InlineTwigDocs td.description {
  min-width: 200px;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .twig-docs-section + .twig-docs-section {
  margin-top: 0 !important;
}
body.ta-app-workflow-edit-page .InlineTwigDocs.hide {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .includes .hide {
  display: block !important;
}
body.ta-app-workflow-edit-page .InlineTwigDocs.toggled-closed {
  height: 42px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs.toggled-closed .twig-docs-section {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .toggle-twig-docs {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 2;
  padding: 10px;
  opacity: 0.4;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .toggle-twig-docs.highlight {
  opacity: 0.8;
  color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .InlineTwigDocs .toggle-twig-docs > span {
  font-size: 1.35rem;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .toggle-twig-docs:hover {
  opacity: 1;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .twig-docs-section > .Polaris-Card > .Polaris-Card__Header {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .large-spacer {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .twig-docs-section.hide {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .Polaris-Card__Section.hide {
  display: none;
}
body.ta-app-workflow-edit-page .InlineTwigDocs .twig-docs-page input[name=search] {
  display: none;
}
body.ta-app-workflow-edit-page .Action__EmptyTestCenter {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Action__EmptyTestCenter span {
  background-color: rgb(227, 241, 223);
  padding: 5px 15px;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 100px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinScale {
  from {
    transform: scaleX(-1) rotate(0deg);
  }
  to {
    transform: scaleX(-1) rotate(360deg);
  }
}
body.ta-app-workflow-edit-page .inline-test-result, body.ta-app-workflow-edit-page .inline-preview {
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page .inline-test-result .inner, body.ta-app-workflow-edit-page .inline-preview .inner {
  transition: all 0.5s;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: blur(0px);
}
body.ta-app-workflow-edit-page .inline-test-result .inner .CodeMirror, body.ta-app-workflow-edit-page .inline-preview .inner .CodeMirror {
  background: transparent;
}
body.ta-app-workflow-edit-page .inline-test-result pre, body.ta-app-workflow-edit-page .inline-preview pre {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}
body.ta-app-workflow-edit-page .inline-test-result code, body.ta-app-workflow-edit-page .inline-preview code {
  background-color: rgb(244, 246, 248);
  font-size: 1.5rem;
  border: 1px solid rgb(196, 205, 213);
  border-radius: 0 0 3px 3px;
  max-height: 400px;
  overflow: auto;
  display: block;
  padding: 5px 10px;
  min-height: 3.1rem;
}
body.ta-app-workflow-edit-page .inline-test-result.error code, body.ta-app-workflow-edit-page .inline-preview.error code {
  background-color: rgb(251, 234, 229);
  border-color: rgb(191, 7, 17);
  color: rgb(191, 7, 17);
}
body.ta-app-workflow-edit-page .inline-test-result.loading .inner, body.ta-app-workflow-edit-page .inline-preview.loading .inner {
  opacity: 0.5;
  filter: blur(1px);
}
body.ta-app-workflow-edit-page .inline-test-result.visible, body.ta-app-workflow-edit-page .inline-preview.visible {
  opacity: 1;
  max-height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.ta-app-workflow-edit-page .inline-test-result.one-line code, body.ta-app-workflow-edit-page .inline-preview.one-line code {
  min-height: 3.1rem;
  position: relative;
}
body.ta-app-workflow-edit-page .inline-test-result.one-line code .inner, body.ta-app-workflow-edit-page .inline-preview.one-line code .inner {
  position: absolute;
  width: auto;
  display: block;
  white-space: nowrap;
  padding-right: 15px;
}
body.ta-app-workflow-edit-page .inline-test-result .header, body.ta-app-workflow-edit-page .inline-preview .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 8px 5px;
  background-color: rgb(246, 240, 253);
  border-top: 1px solid rgb(196, 205, 213);
  border-left: 1px solid rgb(196, 205, 213);
  border-right: 1px solid rgb(196, 205, 213);
  border-radius: 3px 3px 0 0;
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-refresh, body.ta-app-workflow-edit-page .inline-test-result .header .preview-close, body.ta-app-workflow-edit-page .inline-preview .header .preview-refresh, body.ta-app-workflow-edit-page .inline-preview .header .preview-close {
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
  padding: 2px 5px;
  font-size: 1.5rem;
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-refresh:hover, body.ta-app-workflow-edit-page .inline-test-result .header .preview-close:hover, body.ta-app-workflow-edit-page .inline-preview .header .preview-refresh:hover, body.ta-app-workflow-edit-page .inline-preview .header .preview-close:hover {
  opacity: 1;
  color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-refresh, body.ta-app-workflow-edit-page .inline-preview .header .preview-refresh {
  margin-left: 0.5rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-refresh.loading, body.ta-app-workflow-edit-page .inline-preview .header .preview-refresh.loading {
  animation: spinScale 0.25s linear infinite;
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-refresh:not(.loading), body.ta-app-workflow-edit-page .inline-preview .header .preview-refresh:not(.loading) {
  animation: none;
  transform: scaleX(-1) rotate(0deg);
}
body.ta-app-workflow-edit-page .inline-test-result .header .preview-close, body.ta-app-workflow-edit-page .inline-preview .header .preview-close {
  margin-left: auto;
  margin-right: 0rem;
}
body.ta-app-workflow-edit-page .Shopify-Api-Request-Path-Field .inline-test-result pre {
  white-space: nowrap;
}
body.ta-app-workflow-edit-page .Polaris-Page__Content {
  margin-top: 0;
}
body.ta-app-workflow-edit-page .Polaris-TextField__Input[data-allow-tokens=true] {
  padding-right: 3rem;
}
body.ta-app-workflow-edit-page .RefreshWorkflowJob {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
body.ta-app-workflow-edit-page .WorkflowActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
  background-color: rgba(249, 250, 251, 0.8);
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgb(223, 227, 232);
  border-radius: 4px 4px 0 0;
  padding: 15px;
}
body.ta-app-workflow-edit-page .SubworkflowEditLink {
  position: relative;
  z-index: 20;
}
body.ta-app-workflow-edit-page .Workflow-Action textarea.autogrow {
  overflow: hidden;
}
body.ta-app-workflow-edit-page .WorkflowActions__Wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding-left: 44px;
}
@media screen and (min-width: 1150px) {
  body.ta-app-workflow-edit-page .WorkflowActions__Wrapper {
    padding-left: 200px;
  }
}
body.ta-app-workflow-edit-page .WorkflowActions__Wrapper .Polaris-Button {
  min-height: 0;
  padding: 0.75rem 1.3rem;
}
body.ta-app-workflow-edit-page .WorkflowActions__RightWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.ta-app-workflow-edit-page .WorkflowActions__RightWrapper .Polaris-Button {
  margin-left: 0.5rem;
}
body.ta-app-workflow-edit-page .EmptySectionWrapper {
  text-align: center;
}
body.ta-app-workflow-edit-page .EmptySectionWrapper span {
  display: inline-block;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(223, 227, 232);
  color: rgb(99, 115, 129);
  letter-spacing: 0.5px;
}
body.ta-app-workflow-edit-page .Workflow__PreActionButtons {
  padding: 2rem;
  margin: 2rem auto 4rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgb(223, 227, 232);
  max-width: 510px;
}
body.ta-app-workflow-edit-page .Workflow-API {
  margin-bottom: 3rem;
}
body.ta-app-workflow-edit-page .Workflow-API .Workflow-API__Inner {
  padding: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-API .Workflow-API__Inner > .Polaris-FormLayout__Item {
  margin: 0;
}
body.ta-app-workflow-edit-page .Workflow-FooterActions {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-FooterActions .form-actions {
  display: flex;
  justify-content: space-between;
}
body.ta-app-workflow-edit-page #workflow-disabled-message {
  background-color: rgb(223, 227, 232);
  font-weight: 600;
  z-index: 99;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}
body.ta-app-workflow-edit-page #workflow-disabled-message .inner {
  max-width: 936px;
  text-align: center;
}
body.ta-app-workflow-edit-page .CreateWorkflow__TriggerType__Custom, body.ta-app-workflow-edit-page .CreateWorkflow__TriggerType__Schedulable {
  float: left;
}
body.ta-app-workflow-edit-page .CreateWorkflow__TriggerType {
  margin-right: 25px;
}
body.ta-app-workflow-edit-page .CreateWorkflow__TriggerType .Polaris-FormLayout__Item {
  min-width: 0;
  max-width: none;
}
body.ta-app-workflow-edit-page .Workflow-Trigger__Custom {
  margin-left: 0;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
body.ta-app-workflow-edit-page .Workflow-Trigger__BasicHeader h3 {
  font-size: 1.3rem;
}
body.ta-app-workflow-edit-page .Workflow-Trigger__CustomHeader {
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Trigger__CustomHeader h3 {
  font-size: 1.3rem;
}
body.ta-app-workflow-edit-page .Workflow-Triggers__Actions {
  clear: both;
}
body.ta-app-workflow-edit-page .Workflow-Variables {
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  border: 1px solid rgb(223, 227, 232);
  background-color: white;
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Variables:hover, body.ta-app-workflow-edit-page .Workflow-Variables.open {
  border-color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-Variables.Workflow-Condition--disabled:hover {
  border-color: none;
}
body.ta-app-workflow-edit-page .Workflow-Variables .OpenVariables {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
}
body.ta-app-workflow-edit-page .Workflow-Variables.loading .open-loader {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.ta-app-workflow-edit-page .Workflow-Variables.loading input[name=open_variables] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Variables input[name=close_variables] {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-Card__Section {
  padding: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-Card__SectionHeader {
  padding: 0;
}
body.ta-app-workflow-edit-page .Workflow-Variables .WorkflowVariable__Label {
  background-color: rgb(252, 235, 219);
  color: rgb(89, 68, 48);
}
body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field {
  margin-bottom: 2rem;
  padding: 0;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter {
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  border: 1px solid rgb(223, 227, 232);
  background-color: white;
  border-radius: 10px;
  padding: 1rem 1.25rem 1rem 1.25rem;
  margin-bottom: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.loading .open-loader {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.loading input[name=open_test_center] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .Test-ObjectType {
  background-color: rgb(235, 245, 250);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .Test-ObjectTitle {
  background-color: rgb(227, 241, 223);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter:hover:not(.not-editable), body.ta-app-workflow-edit-page .Workflow-TestCenter.open {
  border-color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .Polaris-Card__SectionHeader {
  padding: 0.4rem 0;
  color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.not-editable {
  background-color: rgb(249, 250, 251);
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.not-editable .Polaris-Card__SectionHeader {
  color: rgb(99, 115, 129);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.has-object {
  border: 1px solid rgb(16, 128, 67);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter.has-object .Polaris-Card__SectionHeader {
  padding: 0;
  color: rgb(16, 128, 67);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .OpenTestCenter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #search-wrapper > .Polaris-FormLayout__Item {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #search-wrapper input[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .loader {
  text-align: center;
  position: absolute;
  right: 13px;
  top: 48px;
  z-index: 10;
  transform: scale(0.5);
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .button-wrapper {
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .button-wrapper .open-loader {
  position: relative;
  margin-right: 10px;
  top: 5px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestResource {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestResource .TestObject {
  width: 295px;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestResource__RemoveWrapper {
  margin-top: 1rem;
  margin-left: 1rem;
  text-align: center;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestResource__RemoveWrapper > a {
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestObject {
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestObject__Inner {
  display: flex;
  align-items: flex-start;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #search-results-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject {
  border: 1px solid rgb(223, 227, 232);
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  position: relative;
  overflow: hidden;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject .TestObject__Attributes {
  overflow: hidden;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject .TestObject__Attributes > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject:hover, body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject.loading {
  border-color: rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject:hover .TestObject__Title, body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject.loading .TestObject__Title {
  color: rgb(8, 78, 138);
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject img {
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 10px;
  height: auto;
  width: 50px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObject input[type=submit] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestObject__Title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .SearchObjectInner {
  display: flex;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter input[name=close_test_center] {
  position: absolute;
  right: 10px;
  top: 10px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter input[name=refresh_parent] {
  position: absolute;
  right: 8rem;
  top: 10px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #fancy-test-wrapper {
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #fancy-test-wrapper .Workflow-Fancy-Select {
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper {
  border: 1px solid rgb(223, 227, 232);
  border-radius: 5px;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper .option {
  cursor: default;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter #fancy-test-wrapper .Workflow-Fancy-Select .Fancy-Select-Wrapper .option__label {
  cursor: default;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestCenter__SearchWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestCenter__SearchWrapper .TestCenter__Search {
  margin: 0 1rem 0 0;
}
body.ta-app-workflow-edit-page .Workflow-TestCenter .TestCenter__SearchWrapper .Polaris-Labelled__LabelWrapper {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Triggers {
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  border: 1px solid rgb(223, 227, 232);
  background-color: white;
  border-radius: 10px;
  padding: 1rem 1.25rem 1rem 1.25rem;
  margin-bottom: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Workflow-Triggers__Links {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 15;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Workflow-Triggers__Links .Triggers-Link {
  font-size: 1.75rem;
  color: white;
  padding: 5px 8px;
  background-color: rgb(92, 106, 196);
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
  transition: background-color 0.2s;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Workflow-Triggers__Links .Triggers-Link:hover {
  background-color: rgb(32, 46, 120);
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Ignore-Webhooks-Checkbox {
  width: 100%;
  margin-left: 0;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Subtopic-Object {
  background-color: rgb(227, 241, 223);
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Trigger-Object {
  background-color: rgb(235, 245, 250);
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Trigger-When {
  background-color: rgb(246, 240, 253);
}
body.ta-app-workflow-edit-page .Workflow-Triggers:hover:not(.not-editable), body.ta-app-workflow-edit-page .Workflow-Triggers.open {
  border-color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-Triggers .EditWorkflowTriggers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Workflow-Triggers__Header {
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(196, 205, 213);
  letter-spacing: 0.5px;
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Triggers__Active {
  display: flex;
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page .Workflow-Triggers__Active.has-trigger-links {
  max-width: calc(100% - 70px);
}
body.ta-app-workflow-edit-page .Workflow-Triggers__Active .Polaris-Card__SectionHeader {
  padding-bottom: 0;
}
body.ta-app-workflow-edit-page .Workflow-Triggers__Active .Active-Trigger .Polaris-Badge {
  background-color: rgb(246, 240, 253);
  font-weight: bold;
}
body.ta-app-workflow-edit-page .Workflow-Triggers {
  margin-top: 0.5rem;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-Choice.disabled {
  opacity: 0.4;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: left;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .form-checkboxes > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .form-checkboxes.disabled .Polaris-Choice__Label, body.ta-app-workflow-edit-page .Workflow-Triggers .form-checkboxes [disabled] .Polaris-Choice__Label, body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-FormLayout_Checkbox_Item.disabled .Polaris-Choice__Label, body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-FormLayout_Checkbox_Item [disabled] .Polaris-Choice__Label {
  opacity: 0.5;
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-Fieldset > .Polaris-FormLayout__Item {
  margin: 0;
  padding-bottom: 10px;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-Fieldset > .Polaris-FormLayout__Items > .fieldgroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
body.ta-app-workflow-edit-page .Workflow-Triggers .Polaris-Fieldset > .Polaris-FormLayout__Items > .fieldgroup > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Triggers input[name=update_trigger] {
  display: none;
}
body.ta-app-workflow-edit-page input.browse-tokens-button {
  font-family: monospace;
  position: relative;
  z-index: 10;
}
body.ta-app-workflow-edit-page .workflow-item-drag-handle {
  position: absolute;
  left: -17px;
  top: 13%;
  font-size: 1.5rem;
  padding: 6px 6px;
  color: #c4cdd5;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: ns-resize;
  z-index: 20;
}
body.ta-app-workflow-edit-page .Workflow-Wrapper {
  margin-top: 2.1rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.ta-app-workflow-edit-page .Workflow-Wrapper > .Polaris-Card {
  overflow: visible;
}
body.ta-app-workflow-edit-page .Workflow-Wrapper > .Polaris-Card > .Polaris-Card__Section {
  overflow: visible;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Field__runOnce {
  min-width: 1px;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Field__wait {
  min-width: 0;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Field__wait .Polaris-Select select {
  background-color: rgb(251, 234, 229);
  border: 2px solid white;
  box-shadow: none;
  padding: 5px 10px;
  margin: 0;
  border-radius: 100px;
  text-align: center;
  min-height: auto;
  width: auto;
  line-height: 1rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  height: auto;
  font-weight: 700;
  text-align-last: center;
  color: rgb(69, 79, 91);
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Field__wait .Polaris-Select .Polaris-Select__Backdrop {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Field__wait .Polaris-Select .Polaris-Select__Icon {
  display: none;
}
body.ta-app-workflow-edit-page select.Util__display-none ~ div {
  display: none;
}
body.ta-app-workflow-edit-page .CheckDate #date-check, body.ta-app-workflow-edit-page .CheckDate .date-check {
  margin-top: 5px;
  font-weight: bold;
  color: rgb(80, 184, 60);
}
body.ta-app-workflow-edit-page .CheckDate #date-check.error, body.ta-app-workflow-edit-page .CheckDate .date-check.error {
  color: rgb(222, 54, 24);
}
body.ta-app-workflow-edit-page .Polaris-Fieldset.collections-checkboxes {
  margin-top: 3rem;
}
body.ta-app-workflow-edit-page .Polaris-Fieldset.collections-checkboxes > .Polaris-FormLayout__Item {
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page .Polaris-Fieldset.collections-checkboxes .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page .Polaris-Fieldset.collections-checkboxes .form-checkboxes .Polaris-FormLayout__Item {
  flex: initial;
  min-width: auto;
  margin-right: 2rem;
}
body.ta-app-workflow-edit-page .Field-Type-Settings--multiselect .form-checkboxes, body.ta-app-workflow-edit-page .Field-Type-Settings--shipping_zone_id .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page .Field-Type-Settings--multiselect .form-checkboxes .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Field-Type-Settings--shipping_zone_id .form-checkboxes .Polaris-FormLayout__Item {
  flex: initial;
  min-width: auto;
  margin-right: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions, body.ta-app-workflow-edit-page .Workflow-Fancy-Select--conditions {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper, body.ta-app-workflow-edit-page .Workflow-Fancy-Select--conditions .Fancy-Select-Wrapper {
  border-top: 1px solid rgb(223, 227, 232);
  border-bottom: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Field-Type-Settings__description {
  font-size: 1.2rem;
  margin-top: 5px;
  font-style: italic;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper {
  margin-top: 0;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper .option {
  display: flex;
  align-items: center;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper .option.hidden {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper .option__icon {
  width: 38px;
  min-width: 38px;
  margin-right: 15px;
  padding: 3px;
  background-color: white;
  border-radius: 5px;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--actions .Fancy-Select-Wrapper .option__icon img {
  width: 100%;
  display: block;
}
body.ta-app-workflow-edit-page #Polaris-Form-Wrapper-ta_app_workflow_edit_form {
  background: transparent;
  box-shadow: none;
  overflow: visible;
  width: 100%;
}
body.ta-app-workflow-edit-page #Polaris-Form-Wrapper-ta_app_workflow_edit_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
body.ta-app-workflow-edit-page .Trello-Integration-Labels .Polaris-Choice {
  background-color: rgb(244, 246, 248);
  border: 1px solid rgb(223, 227, 232);
  border-radius: 20px;
  padding: 4px 13px;
}
body.ta-app-workflow-edit-page .Trello-Integration-Labels .form-checkboxes > .Polaris-FormLayout__Item {
  display: inline-block;
  min-width: auto;
  margin-right: 10px;
}
body.ta-app-workflow-edit-page .Condition-Label {
  background-color: rgb(235, 245, 250);
  text-transform: uppercase;
}
body.ta-app-workflow-edit-page .Condition-Required {
  background-color: rgb(255, 234, 138);
  color: rgb(89, 81, 48);
}
body.ta-app-workflow-edit-page .Action-Label {
  background-color: rgb(235, 245, 250);
  text-transform: uppercase;
}
body.ta-app-workflow-edit-page .Action-Label .show-on-hover {
  overflow: hidden;
  max-width: 0;
  opacity: 0.75;
}
body.ta-app-workflow-edit-page .Condition-Value {
  background-color: rgb(246, 240, 253);
  text-transform: uppercase;
}
body.ta-app-workflow-edit-page .Condition-Value.Boolean-Value--True {
  background-color: rgb(80, 184, 60);
  color: white;
}
body.ta-app-workflow-edit-page .Condition-Value.Boolean-Value--False {
  background-color: rgb(222, 54, 24);
  color: white;
}
body.ta-app-workflow-edit-page .Polaris-Badge--is-code {
  background-color: rgb(227, 241, 223);
  color: rgb(65, 79, 62);
  font-family: monospace;
  padding-top: 3px !important;
}
body.ta-app-workflow-edit-page .Polaris-Badge--error {
  background-color: rgb(254, 173, 154);
}
body.ta-app-workflow-edit-page .Condition-Value--null, body.ta-app-workflow-edit-page .Polaris-Badge--Integration-Disabled {
  background-color: rgb(255, 234, 138);
}
body.ta-app-workflow-edit-page .Action-Wait {
  background-color: rgb(251, 234, 229);
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: block;
  flex: none;
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Polaris-FormLayout__Item {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Polaris-TextField__Backdrop {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Polaris-TextField {
  padding: 1rem;
  max-width: calc(100% - 135px);
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Workflow-Label__Buttons {
  display: none;
  position: absolute;
  top: 13px;
  right: calc(2rem - 8px);
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper input[type=text] {
  font-size: 1.5rem;
  color: rgb(69, 79, 91);
  border-radius: 5px;
  text-align: center;
  padding-left: 135px;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper input[type=text]:hover {
  text-decoration: underline;
  cursor: pointer;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper input[type=text].focus {
  border: 1px solid rgb(223, 227, 232);
  text-decoration: none !important;
  color: black;
  text-align: left;
  padding-left: 12px;
  background-color: white;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Polaris-Labelled__LabelWrapper {
  font-size: 1.4rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgb(223, 227, 232);
  display: block;
  flex: none;
  margin-bottom: 0;
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-LabelWrapper .Polaris-Labelled__LabelWrapper label {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: rgb(196, 205, 213);
  letter-spacing: 0.5px;
}
body.ta-app-workflow-edit-page .Workflow-ConditionGroups > .GroupName:first-child {
  padding-top: 1rem;
}
body.ta-app-workflow-edit-page .GroupName {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #666;
  width: 100%;
  text-align: center;
  padding: 5rem 0 1rem 0;
  opacity: 0.5;
}
body.ta-app-workflow-edit-page .Workflow-Conditions > .Workflow-Condition:first-child {
  margin-top: 0;
}
body.ta-app-workflow-edit-page .Workflow-Conditions > .Workflow-Condition:first-child:before {
  display: none;
}
body.ta-app-workflow-edit-page .ConditionType__AND:before {
  content: "And";
  position: absolute;
  margin: auto;
  background-color: white;
  text-transform: uppercase;
  padding: 0px 15px;
  top: -11px;
  left: calc(50% - 32.5px);
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #a5a5a5;
  border-radius: 20px;
  border: 1px solid #dfe3e8;
  display: none;
}
body.ta-app-workflow-edit-page .ConditionType__OR:before {
  content: "OR";
  position: absolute;
  margin: auto;
  background-color: white;
  text-transform: uppercase;
  padding: 0px 15px;
  top: -11px;
  left: calc(50% - 26.5px);
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #a5a5a5;
  border-radius: 20px;
  border: 1px solid #dfe3e8;
}
body.ta-app-workflow-edit-page .ConditionType__OR + .ConditionType__AND {
  margin-top: 35px;
  border-top: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .ConditionType__OR + .ConditionType__AND:before {
  top: -30px;
  background-color: rgba(255, 255, 255, 0.5);
}
body.ta-app-workflow-edit-page .ConditionType__AND.followed-by-OR {
  margin-top: 35px;
  border-top: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .ConditionType__AND.followed-by-OR:before {
  top: -30px;
  background-color: rgba(255, 255, 255, 0.5);
}
body.ta-app-workflow-edit-page .Workflow-NewGroupCondition .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-NewCondition .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-Condition .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-NewGroupAction .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-Action .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item,
body.ta-app-workflow-edit-page .Workflow-Node .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
  margin-bottom: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-NewCondition {
  position: relative;
  overflow: visible;
}
body.ta-app-workflow-edit-page .Workflow-NewGroupCondition, body.ta-app-workflow-edit-page .Workflow-NewGroupAction {
  position: relative;
  overflow: visible;
  background-color: white;
  border-radius: 10px;
  padding: 1rem 2rem;
  border: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Polaris-Badge--Authorization-Needed {
  background-color: rgb(255, 234, 138);
  border: 2px solid rgb(255, 234, 138);
  color: rgb(89, 81, 48);
  margin-left: 5px;
}
body.ta-app-workflow-edit-page .ActionUnauthorizedMessage .Polaris-Banner {
  margin: 1.5rem 0px;
}
body.ta-app-workflow-edit-page .TestCenterButton {
  background-color: rgb(80, 184, 60);
  color: white;
}
body.ta-app-workflow-edit-page .TestCenterButton:hover {
  background-color: rgb(16, 128, 67);
}
body.ta-app-workflow-edit-page .Workflow-Action {
  position: relative;
  overflow: visible;
  background-color: white;
  border-radius: 10px;
  padding: 1rem 1rem 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Action .Workflow-Logs {
  padding: 2rem 0 0 0;
}
body.ta-app-workflow-edit-page .Workflow-Action .Workflow-Logs .Polaris-Heading {
  text-align: center;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Workflow-Log .Polaris-Card__Section {
  padding: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .subworkflow-action-icons .subworkflow-icon {
  margin-left: 5px;
  margin-right: 5px;
}
body.ta-app-workflow-edit-page .Workflow-Action .save-loader {
  position: relative;
  top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Action.loading .open-loader {
  display: inline-block;
}
body.ta-app-workflow-edit-page .Workflow-Action.loading input[name^=confirm_delete_action_] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Action textarea {
  resize: vertical;
}
body.ta-app-workflow-edit-page .Workflow-Action textarea.disabled {
  pointer-events: none;
  opacity: 0.25;
}
body.ta-app-workflow-edit-page .Workflow-Action textarea.tokens-disabled {
  resize: none;
}
body.ta-app-workflow-edit-page .Workflow-Action textarea[data-allow-tokens=true] {
  font-family: monospace;
  font-size: 1.65rem;
  padding-right: 3rem;
}
body.ta-app-workflow-edit-page .Workflow-Action.open {
  border: 1px solid rgb(0, 122, 206);
  z-index: 50;
  padding: 1rem 1rem 1rem 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action.open .SubworkflowEditLink {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Action.open input[name*=edit_action] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Action > .Polaris-Card__SectionHeader {
  padding-bottom: 0;
  max-width: calc(100% - 25px);
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-Action > .Polaris-Card__SectionHeader .Polaris-Subheading {
  white-space: nowrap;
  padding-left: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  line-height: 1.3rem;
  min-height: 24px;
}
body.ta-app-workflow-edit-page .Workflow-Action > .Polaris-Card__SectionHeader .Polaris-Subheading .Action-Integration-Icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
body.ta-app-workflow-edit-page .Workflow-Action > .Polaris-Card__SectionHeader .Polaris-Subheading .Polaris-Badge {
  font-weight: bold;
}
body.ta-app-workflow-edit-page .Workflow-Action.Workflow-Action--Action-Disabled .Polaris-Subheading {
  opacity: 0.5;
}
body.ta-app-workflow-edit-page .Workflow-Action input[name*=edit_action] {
  position: absolute;
  opacity: 0;
  left: 3rem;
  top: 7px;
  width: calc(100% - 70px);
  z-index: 15;
  padding: 0;
  height: 100%;
  cursor: pointer;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Actions {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Actions.Action-Actions--confirmOpen {
  z-index: 10;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Actions input[name*=confirm_delete_action_] {
  color: rgb(196, 205, 213);
  font-size: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Action-Actions input[name*=confirm_delete_action_]:hover {
  color: rgb(222, 54, 24);
}
body.ta-app-workflow-edit-page .Workflow-Action .Polaris-Card__SectionHeader + .ActionDisabledMessage {
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Polaris-Card__SectionHeader + .ActionDisabledMessage .Polaris-Banner + a, body.ta-app-workflow-edit-page .Workflow-Action .Polaris-Card__SectionHeader + .ActionDisabledMessage .Polaris-Banner + input {
  margin-top: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Cost {
  margin-left: 5px;
}
body.ta-app-workflow-edit-page .Workflow-Action .Cost.Cost--0 {
  background-color: rgb(80, 184, 60);
  color: white;
  text-transform: uppercase;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field input.remove-field {
  color: rgb(222, 54, 24);
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field h4.Polaris-Heading {
  font-size: 1.4rem;
  font-weight: 400;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field--multiselect .Polaris-FormLayout__Items > div {
  display: flex;
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field--multiselect .Polaris-FormLayout__Items > div .Polaris-FormLayout__Item {
  min-width: 0;
  margin-right: 2rem;
  flex: none;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field-Ref--address {
  display: flex;
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field-Ref--address .SetFieldsAction__Title {
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-Action .SetFieldsAction__Field-Ref--address .Polaris-FormLayout__Item {
  min-width: 0;
  width: 50%;
  flex: auto;
  padding-right: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .set-fields-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.ta-app-workflow-edit-page .Workflow-Action .set-fields-flex-container .SetFieldsAction__Title {
  width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-Action .set-fields-flex-container > div.Polaris-FormLayout__Item {
  width: 48% !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  float: none !important;
  flex: none !important;
}
@media screen and (max-width: 1150px) {
  body.ta-app-workflow-edit-page .Workflow-Action .set-fields-flex-container > div.Polaris-FormLayout__Item {
    width: 100% !important;
  }
}
body.ta-app-workflow-edit-page .Workflow-Action .set-fields-flex-container .remove-field {
  width: 100%;
  text-align: left !important;
  display: block !important;
}
body.ta-app-workflow-edit-page .ta-app__workflow-item-placeholder {
  height: 46px;
  background-color: #f4f6f8;
  box-shadow: inset 2px 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Item {
  transition: background-color 0.3s, box-shadow 0.5s, border-color 0.3s;
  box-shadow: none;
}
body.ta-app-workflow-edit-page .Workflow-Item.loading .ConditionResult__StatusBadge {
  opacity: 0.5;
}
body.ta-app-workflow-edit-page .Workflow-Item.loading .ConditionResult__StatusBadge > span span, body.ta-app-workflow-edit-page .Workflow-Item.loading .ConditionResult__StatusBadge > span svg {
  filter: blur(3px);
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step {
  background: transparent;
  cursor: default;
  border: 1px solid transparent;
  padding-bottom: 0;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step .Polaris-Card__SectionHeader .Polaris-Subheading {
  padding-left: 24px;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step .Action-Integration-Icon {
  top: -3px;
  left: -4px;
  width: 32px;
  height: 32px;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step .Step-Label {
  background-color: #125D9E;
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step .Action-Actions {
  right: auto;
  left: 145px;
  transform: scale(0.8);
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step input[name*=edit_action_] {
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step:hover {
  border: 1px solid transparent !important;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step:first-child .workflow-item-drag-handle {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Item.Workflow-Action--step:first-child .Action-Actions {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Item.ui-sortable-helper {
  border-bottom: 1px solid #dfe3e8;
  border-top: 1px solid #dfe3e8;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
}
body.ta-app-workflow-edit-page .Workflow-Item.ui-sortable-helper:not(.open):hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}
body.ta-app-workflow-edit-page .Workflow-Item.ui-sortable-helper.Workflow-Action--step {
  background: transparent;
  box-shadow: none !important;
}
body.ta-app-workflow-edit-page .Workflow-Item:not(.open):hover {
  border-color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page .Workflow-Item:not(.open):hover .Action-Label .show-on-hover {
  max-width: 500px;
}
body.ta-app-workflow-edit-page .Workflow-Item.open .Action-Label .show-on-hover {
  max-width: 500px;
}
body.ta-app-workflow-edit-page .Workflow-Item:not(.open):hover .workflow-item-drag-handle {
  opacity: 1;
}
body.ta-app-workflow-edit-page .Workflow-Condition {
  position: relative;
  overflow: visible;
  border: none;
  background-color: white;
  border-radius: 10px;
  padding: 1rem 1rem 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 35;
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge .Polaris-Badge {
  font-weight: bold;
  text-transform: uppercase;
}
body.ta-app-workflow-edit-page .Workflow-Condition.ConditionResult--pass .ConditionResult__StatusBadge--fail {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Condition.ConditionResult--fail .ConditionResult__StatusBadge--pass {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge .Polaris-Badge {
  padding: 0.2rem 0.7rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge .Polaris-Badge > span {
  height: 1.7rem;
  line-height: 1.7rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge--pass .Polaris-Badge {
  background-color: rgb(227, 241, 223);
  color: rgb(65, 79, 62);
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge--pass .Polaris-Badge svg {
  margin-left: 3px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge--fail .Polaris-Badge {
  background-color: rgb(251, 234, 229);
  color: rgb(88, 60, 53);
}
body.ta-app-workflow-edit-page .Workflow-Condition .ConditionResult__StatusBadge--fail .Polaris-Badge svg {
  margin-left: 3px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .condition-help-text {
  position: absolute;
  right: 3px;
  top: 12px;
}
body.ta-app-workflow-edit-page .Workflow-Condition > Polaris-Card__SectionHeader > .Polaris-Subheading {
  text-transform: none;
  font-weight: normal;
  font-size: 1.5rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition > Polaris-Card__SectionHeader > .Polaris-Subheading .Polaris-Badge {
  font-weight: bold;
}
body.ta-app-workflow-edit-page .Workflow-Condition textarea {
  resize: vertical;
}
body.ta-app-workflow-edit-page .Workflow-Condition textarea[data-allow-tokens=true] {
  font-family: monospace;
  font-size: 1.65rem;
  padding-right: 3rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition .save-loader {
  position: relative;
  top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Condition.loading .open-loader {
  display: inline-block;
}
body.ta-app-workflow-edit-page .Workflow-Condition.loading input[name^=delete_condition_] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Required-Text {
  margin-top: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Required-Text h4 {
  font-weight: bold;
  margin-left: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Required-Text ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  padding-left: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Required-Text p {
  margin-bottom: 15px;
  font-style: italic;
  margin-left: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Condition.Workflow-Condition--required {
  background-color: #fffefd;
}
body.ta-app-workflow-edit-page .Workflow-Condition.Workflow-Condition--required:hover {
  box-shadow: none;
  cursor: default;
}
body.ta-app-workflow-edit-page .Workflow-Condition.open {
  border: 1px solid rgb(0, 122, 206);
  z-index: 50;
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition.open input[name*=edit_condition] {
  display: none;
}
body.ta-app-workflow-edit-page .Workflow-Condition.open .ConditionResult__StatusBadge.chat-button-present {
  right: 80px;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Polaris-Card__SectionHeader {
  padding-bottom: 0;
  max-width: calc(100% - 25px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body.ta-app-workflow-edit-page .Workflow-Condition input[name*=edit_condition] {
  position: absolute;
  opacity: 0;
  left: 3rem;
  top: 7px;
  width: calc(100% - 70px);
  z-index: 15;
  padding: 0;
  height: 100%;
  cursor: pointer;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Actions {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.1rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Actions input[name*=delete] {
  color: rgb(196, 205, 213);
  font-size: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Condition .Condition-Actions input[name*=delete]:hover {
  color: rgb(222, 54, 24);
}
body.ta-app-workflow-edit-page .Workflow-ConditionActions, body.ta-app-workflow-edit-page .Workflow-ActionActions {
  padding: 1rem;
  background: transparent;
  border: none;
  overflow: visible;
  text-align: center;
}
body.ta-app-workflow-edit-page .Workflow-ConditionActions .help__tooltip-icon, body.ta-app-workflow-edit-page .Workflow-ActionActions .help__tooltip-icon {
  left: -6px;
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-ConditionActions .loader, body.ta-app-workflow-edit-page .Workflow-ActionActions .loader {
  position: relative;
  margin-right: 6px;
  left: 5px;
  top: 4px;
  height: 15px;
  width: 15px;
}
body.ta-app-workflow-edit-page .Workflow-Conditions {
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-Actions {
  position: relative;
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page .Workflow-Action--disabled, body.ta-app-workflow-edit-page .Workflow-Condition--disabled {
  opacity: 0.75;
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-ConditionGroup {
  margin: 0 0 0 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 2rem 0;
  position: relative;
  border-top: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-ConditionGroup input[name*=delete_condition_group_] {
  position: absolute;
  right: 2px;
  top: -27px;
  font-size: 1.7rem;
  color: rgb(196, 205, 213);
}
body.ta-app-workflow-edit-page .Workflow-ConditionGroup input[name*=delete_condition_group_]:hover {
  color: rgb(222, 54, 24);
}
body.ta-app-workflow-edit-page .Workflow-ConditionGroup > .Polaris-Card__Section {
  overflow: visible;
}
body.ta-app-workflow-edit-page .Workflow-Item .centered-loader {
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  z-index: 50;
}
body.ta-app-workflow-edit-page .Workflow-Item.change-loading {
  position: relative;
}
body.ta-app-workflow-edit-page .Workflow-Item.change-loading > *:not(.centered-loader):not(.Polaris-Card__SectionHeader) {
  opacity: 0.35;
  filter: blur(2px);
  pointer-events: none;
}
body.ta-app-workflow-edit-page .Workflow-Item .metafield-selection-type {
  display: flex;
  margin-top: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Item .metafield-selection-type > .Polaris-FormLayout__Item {
  min-width: 0;
  flex: none;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Item .MetafieldList__SetType > .Polaris-FormLayout__Item {
  min-width: 0;
  flex: none;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page .Workflow-Action .Polaris-Fieldset.Polaris-Fieldset__Advanced-Options {
  padding-top: 1rem;
  border-top: 1px solid rgb(223, 227, 232);
}
body.ta-app-workflow-edit-page .Workflow-Action .Polaris-Fieldset.Polaris-Fieldset__Advanced-Options summary {
  cursor: pointer;
}
body.ta-app-workflow-edit-page .temp-disabled {
  pointer-events: none;
  opacity: 0.8;
}
body.ta-app-workflow-edit-page .Polaris-Modal-Dialog__Container--Resource-Picker {
  z-index: 1501;
}
body.ta-app-workflow-edit-page .Polaris-Modal-Dialog__Container--Resource-Picker .Polaris-Modal-Dialog {
  z-index: 1502;
}
body.ta-app-workflow-edit-page .Polaris-Modal-Dialog__Container--Resource-Picker + .Polaris-Modal__Backdrop {
  z-index: 1500;
}
body.ta-app-workflow-edit-page #jsoneditor {
  border: none;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-search-box-background {
  display: none;
}
body.ta-app-workflow-edit-page #jsoneditor.is-loading {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 10px;
}
body.ta-app-workflow-edit-page #jsoneditor.is-loading .content-loading {
  padding: 20px;
}
body.ta-app-workflow-edit-page #jsoneditor > .jse-main + .jse-main {
  display: none;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-tree-mode {
  font-size: 16px !important;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-timestamp, body.ta-app-workflow-edit-page #jsoneditor .jse-color-picker-button {
  display: none !important;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-contents {
  flex-wrap: wrap;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-json-node {
  padding: 6px 0;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-group-button.jse-first {
  display: none !important;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-group-button.jse-first + .jse-group-button {
  display: none;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-group-button.jse-first + .jse-group-button + .jse-group-button {
  display: none;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-group-button.jse-first + .jse-group-button + .jse-group-button + .jse-separator {
  display: none;
}
body.ta-app-workflow-edit-page #jsoneditor .jse-contents[data-jsoneditor-scrollable-contents] {
  max-height: 600px;
  overflow-y: scroll;
  border: none;
}
:root {
  --viewport-height: 100vh;
  --viewport-width: 100vw;
  --viewport-loop-height: 92.5vh;
}

@supports (height: 100dvh) {
  :root {
    --viewport-height: 100dvh;
    --viewport-loop-height: 92.5dvh;
  }
}
@supports (width: 100dvw) {
  :root {
    --viewport-width: 100dvw;
  }
}
@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
}
.wiggle {
  display: inline-block;
  animation: wiggle 0.5s ease-in-out infinite;
}

body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Workflow-Header.delete-workflow-open .MessagesBanners {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .FieldMultipleOperator .Condition-Label, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .ConditionIfLabel .Condition-Label {
  text-transform: lowercase;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: inherit;
  font-size: 1.4rem;
  padding: 4px 6px;
  margin: 0 5px;
  border-radius: 7px;
  border: solid 1px transparent;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .react-flow__edge {
  cursor: grab;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.ajax-loading input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.ajax-loading #workflow-editor-v2 * {
  pointer-events: none !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.ajax-loading #V2PageAjaxLoader {
  display: block;
  opacity: 1;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #V2PageAjaxLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 .content-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #node-form-placeholder .content-loading,
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #workflowContentTabsWrapper .content-loading {
  position: relative;
  margin: 0px auto;
  display: block;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  left: auto;
  top: auto;
  transform: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #node-form-placeholder .add-node-wrapper.isInserting .Polaris-VerticalStack,
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #workflowContentTabsWrapper .add-node-wrapper.isInserting .Polaris-VerticalStack {
  opacity: 0;
  pointer-events: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #node-form-placeholder .add-node-wrapper.isInserting .content-loading,
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-editor-v2 #workflowContentTabsWrapper .add-node-wrapper.isInserting .content-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #app-footer-links {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .CheckDate {
  margin-top: -1.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Polaris-Form-Wrapper-ta_app_workflow_edit_form > .Polaris-Card__Section {
  padding: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Content {
  max-width: 1300px !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.has-tabs #messages-wrapper {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #main-menu {
  z-index: 112;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .MessagesBanners {
  padding-top: 1rem;
  position: fixed;
  top: 70px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .MessagesBanners > div {
  width: auto;
  max-width: 90%;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .MessagesBanners > div + div {
  margin-top: 0.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Window-Size-Error {
  display: block;
  padding-top: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Window-Size-Error .Polaris-Banner {
  z-index: 9999;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Window-Size-Error.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9998;
  backdrop-filter: blur(10px);
}
@media (min-width: 600px) {
  body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Window-Size-Error {
    display: none;
  }
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 {
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 details {
  padding: 1rem 2rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 details .Polaris-Badge {
  border: none;
  font-family: monospace;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 details summary {
  cursor: pointer;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
  padding-bottom: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 .Polaris-Radios-Fieldset.Workflow-API__ModeSelector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 .Polaris-Radios-Fieldset.Workflow-API__ModeSelector .Polaris-Labelled__LabelWrapper {
  margin: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 .Polaris-Radios-Fieldset.Workflow-API__ModeSelector .form-radios.Workflow-API__ModeSelector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-API__V2 .Polaris-Radios-Fieldset.Workflow-API__ModeSelector .form-radios.Workflow-API__ModeSelector > .Polaris-FormLayout__Item {
  min-width: 0;
  margin-left: 2rem;
  margin-top: 0;
  padding-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .WorkflowCanvasWrapper {
  border-top: 1px solid #dfe3e8;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .CreateWorkflow__TriggerTypes__Schedulable {
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .CreateWorkflow__TriggerTypes__Schedulable .CreateWorkflow__TriggerType .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #messages-wrapper {
  position: relative;
  z-index: 2;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Polaris-Card--topInfoBar {
  border-bottom: none;
  z-index: 110;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Polaris-Card--topInfoBar:hover {
  background: transparent;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #node-edit-form, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #data-inspector-form, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-notes-display, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #workflow-api-info-display, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #no-variables-display {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .delete-node-wrapper {
  padding-top: 1.6rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .delete-node-wrapper .Polaris-ButtonGroup {
  margin-top: -0.4rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #node-form-placeholder {
  padding-top: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #node-form-placeholder > div:first-of-type.Polaris-Banner {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Conditions > .Workflow-Condition:not(.open):first-child {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Conditions > .Workflow-Condition:not(.open):first-child:before {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .ta-app__workflow-item-placeholder {
  height: 46px;
  background-color: rgb(235, 245, 250);
  box-shadow: 0px 0px 12px rgb(235, 245, 250);
  border-radius: 10px;
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node {
  background-color: white;
  position: relative;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .workflow-node-drag-handle {
  position: absolute;
  left: -20px;
  top: calc(50% - 16px);
  font-size: 2rem;
  padding: 6px 6px;
  color: #c4cdd5;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: ns-resize;
  z-index: 20;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node:hover .workflow-node-drag-handle {
  opacity: 1;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node:hover .workflow-node-drag-handle:hover {
  color: rgb(0, 122, 206);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition {
  border-color: white;
  padding: 5px 1rem 5px 5px;
  margin-bottom: 0;
  border-radius: 8px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.Workflow-Condition--close-confirm .ConditionResult__StatusBadge {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .Polaris-Card__SectionHeader {
  white-space: normal;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .Polaris-Card__SectionHeader .Polaris-Subheading {
  text-transform: none;
  font-weight: normal;
  line-height: 3.25rem;
  font-size: 1.4rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .Polaris-Card__SectionHeader .Polaris-Badge {
  text-transform: lowercase;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: inherit;
  font-size: 1.4rem;
  padding: 4px 6px;
  margin: 0 5px;
  border-radius: 7px;
  border: solid 1px transparent;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.open {
  padding: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.open .ConditionResult__StatusBadge {
  position: relative;
  top: 1px;
  right: auto;
  left: -2px;
  padding-left: 0;
  padding-right: 2px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.closed {
  margin-bottom: 5px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.closed .ConditionResult__StatusBadge {
  position: relative;
  top: 1px;
  right: auto;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition.closed .ConditionResult__StatusBadge .text {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition:not(.open):hover {
  border-color: #dfe3e8;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition:not(.open):hover .Condition-Actions {
  opacity: 1;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .ConditionResult__StatusBadge {
  font-size: 1.75rem;
  right: 10px;
  background-color: white;
  padding: 0 5px;
  opacity: 1;
  transition: opacity 0.25s;
  z-index: 1;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .ConditionResult__StatusBadge.ConditionResult__StatusBadge--fail {
  color: rgb(191, 7, 17);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .ConditionResult__StatusBadge.ConditionResult__StatusBadge--pass {
  color: rgb(16, 128, 67);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .workflow-item-drag-handle {
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node .Workflow-Condition .Condition-Actions {
  padding: 1rem;
  opacity: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition > .Workflow-NewGroupCondition {
  margin-top: 1.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition .Workflow-AndGroup {
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 1.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition .Workflow-AndGroup:not(:first-child) {
  padding-top: 1.25rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition .Workflow-AndGroup__Label {
  padding: 3px 3px 3px 6px;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition .Workflow-Conditions {
  margin-bottom: 0.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Node__Condition .Workflow-AddOrWrapper {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .editNodeWrapper .Polaris-FormLayout__Item {
  margin-left: 0rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .node-body .node-rows .node-row-text i {
  width: 1.25em;
  display: inline-block;
  height: 1px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #selector_modal_container .Polaris-Backdrop {
  background-color: transparent;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact {
  border: none;
  margin-top: 0px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-header {
  display: block;
  background: white;
  position: sticky;
  top: 0;
  z-index: 2;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: solid 1px #dfe3e8;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 3.2rem);
  height: 100%;
  left: -1.6rem;
  top: 0;
  background: white;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-header .twig-docs-header__search {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: start;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-header .twig-docs-header__search > div {
  width: 100%;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-header .twig-docs-header__search > span {
  margin-left: 2rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .Polaris-Card__Section {
  padding: 2rem 0 2rem 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section:first-child .Polaris-Card__Header {
  padding-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section:after {
  content: "";
  display: block;
  width: calc(100% + 4rem);
  height: 10px;
  background-color: #f1f2f4;
  position: relative;
  left: -2rem;
  filter: drop-shadow(5px 5px 5px #eee);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section:last-child:after {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section > .Polaris-Card {
  box-shadow: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section > .Polaris-Card > .Polaris-Card__Header {
  padding: 2rem 0 1rem 0;
  display: block;
  border-bottom: 1px solid #eee;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .InlineTwigDocs.InlineTwigDocsReact .twig-docs-section > .Polaris-Card > .Polaris-Card__Header h2 {
  font-size: 2.3rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper #search-results-wrapper, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper #search-results-wrapper {
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper .TestResource, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper .TestResource {
  display: block;
  margin-bottom: 1rem;
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper .TestResource .TestObject, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper .TestResource .TestObject {
  width: 100%;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper .TestResource__RemoveWrapper, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper .TestResource__RemoveWrapper {
  margin-left: -0.8rem;
  margin-right: 0;
  margin-top: 1rem;
  text-align: left;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper .TestResource__RemoveWrapper input, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper .TestResource__RemoveWrapper a, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper .TestResource__RemoveWrapper input, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .test-center-wrapper .TestResource__RemoveWrapper a {
  margin-right: 1rem;
  margin-left: 0 !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper--data_inspector {
  border: none;
  padding: 0;
  padding-top: 1.6rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #test-center-wrapper--data_inspector .Workflow-Test-Pager {
  padding-bottom: 0.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-TestCenter.Node__Testing__TestCenter #search-wrapper > .Polaris-FormLayout__Item {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-TestCenter.Node__Testing__TestCenter.not-editable {
  background: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-TestCenter .TestCenter__SearchWrapper {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing {
  border: 1px solid #d6d6d6;
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 8px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing #search-wrapper .loader {
  top: 0px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Node-Testing__Heading {
  font-size: 1.5rem;
  color: rgb(64, 83, 82);
  margin-bottom: 1rem;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Node-Testing__Text {
  color: rgb(69, 79, 91);
  font-style: italic;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter {
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter.open {
  margin-top: 2rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter > .form-wrapper {
  position: relative;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter #search-results-wrapper {
  grid-template-columns: 1fr;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .Polaris-Card__SectionHeader {
  border-bottom: none;
  box-shadow: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .Test-ObjectTitle {
  padding: 3px 7px;
  border-radius: 8px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .TestResource {
  margin-top: 0;
  justify-content: flex-start;
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .TestResource .TestResource__RemoveWrapper {
  margin-left: -0.8rem;
  margin-right: 0;
  margin-top: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .TestResource .TestResource__RemoveWrapper input, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Node__Testing .Workflow-TestCenter.Node__Testing__TestCenter .TestResource .TestResource__RemoveWrapper a {
  margin-right: 1rem;
  margin-left: 0 !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .ActionCloseConfirm {
  position: sticky;
  top: 1.8rem;
  left: 0;
  z-index: 999;
  outline: 20px solid white;
  margin-bottom: 3rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Action.open, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition.open, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Wait.open, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Triggers.open {
  border: none;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 0rem;
  background-color: white;
  position: relative;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition {
  padding-top: 1.6rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition.open {
  padding-top: 1.6rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Action .BottomActions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Action .Workflow-Triggers__Actions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Wait .BottomActions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Wait .Workflow-Triggers__Actions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Triggers .BottomActions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Triggers .Workflow-Triggers__Actions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition .BottomActions, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition .Workflow-Triggers__Actions {
  position: sticky;
  bottom: -1px;
  padding: 1.25rem 0rem 1px;
  background: white;
  z-index: 990;
  border-top: 0.5px solid #dfe3e8;
  box-shadow: 0 0px 0 0 white, 0 0px 0 0 white, 3px 0 0 0 white, -3px 0 0 0 white; /* left */
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Action .BottomActions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Action .Workflow-Triggers__Actions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Wait .BottomActions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Wait .Workflow-Triggers__Actions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Triggers .BottomActions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Triggers .Workflow-Triggers__Actions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition .BottomActions .Polaris-Button--plain, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .edit-node-wrapper .Workflow-Node__Condition .Workflow-Triggers__Actions .Polaris-Button--plain {
  margin: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Triggers {
  margin-top: 0;
  padding-top: 1.6rem !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action .Workflow-Logs {
  padding: 2rem 3px 0px 3px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields > .Polaris-FormLayout__Item {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields .SetFieldsAction__Field {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields .SetFieldsAction__Field > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields .SetFieldsAction__Field > .Polaris-FormLayout__Item {
  margin-bottom: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields .SetFieldsAction__Field input.remove-field.button {
  margin-left: -0.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_fields input.update-another-field {
  margin-top: -1rem;
  margin-left: -0.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .Workflow-Action.Workflow-Action--product_set_standard_product_type .fancy-dropdown-option-list {
  max-height: 230px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody .fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list {
  z-index: 992;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table {
  table-layout: fixed;
  border-collapse: collapse;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table td {
  vertical-align: top;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table pre.diff {
  width: 100%;
  overflow-x: auto;
  background-color: white;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.6rem;
  margin-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table pre.diff .added, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table pre.diff .removed {
  white-space: break-spaces;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table pre.diff .added {
  background-color: #e6ffed;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .workflowEditorV2ContentBody #compare-workflow-wrapper table pre.diff .removed {
  background-color: #ffeef0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Variables {
  border: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Variables #workflow-edit-close-variables {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h1, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h2, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h3, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h4, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h5, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h6 {
  margin: 1rem 0px !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h1 {
  font-size: 2em;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h2 {
  font-size: 1.5em;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h3 {
  font-size: 1.17em;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h4 {
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h5 {
  font-size: 0.83em;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Workflow-Notes h6 {
  font-size: 0.67em;
  font-weight: bold;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Polaris-Fieldset.collections-checkboxes {
  margin-top: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Idle-Timeout {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Idle-Timeout .Idle-Timeout__Background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2001;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Idle-Timeout .Idle-Timeout__Modal {
  z-index: 2002;
  position: absolute;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 #Idle-Timeout .Idle-Timeout__Modal .Polaris-ButtonGroup {
  margin-top: auto;
  margin-left: auto;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.idle-timeout #Idle-Timeout {
  display: block;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .object-type-value {
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open .Polaris-Modal-Dialog__Container, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open .Polaris-Modal__Backdrop {
    display: none;
  }
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open #workflow-editor-v2 {
  z-index: 151;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open #Workflow-Header {
  z-index: 150;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open #workflowContentTabsWrapper .workflowContentWrapper {
  z-index: 3;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.modal-open #workflowContentTabsWrapper .workflowTabContent {
  z-index: 1;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Polaris-Modal-Footer {
  border-top: 0px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper #workflow-editor-v2 #triggers-bg {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .inline-test-result, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .code.preview-data {
  word-break: break-all;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .inline-test-result.error, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .code.preview-data.error {
  word-break: keep-all;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .inline-test-result.error .CodeMirror, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .code.preview-data.error .CodeMirror {
  color: #000;
  word-break: break-all;
  background: transparent;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .inline-test-result.error .CodeMirror pre, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2 .Page__Wrapper .code.preview-data.error .CodeMirror pre {
  white-space: pre !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .MessagesBanners {
  top: 128px;
  z-index: 3;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Polaris-Card--topInfoBar.topInfoBar--workflow-edit .topInfoBar--title-text {
  width: calc(100% - 60px);
}
@media (max-width: 599px) {
  body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 {
    overflow: hidden;
  }
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .content-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .content-loading.preloaded {
  position: relative;
  margin: 25% auto;
  text-align: center;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .TopHeader, body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #main-menu {
  pointer-events: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header {
  padding-top: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  align-items: center;
  padding-left: 5px;
  background: rgb(249, 250, 251);
  padding: 10px;
  border-radius: 10px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dfe3e8;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation .Breadcrumb {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation .Breadcrumb .Workflows-Breadcrumb {
  margin-bottom: 0;
  margin-left: 1.25rem;
  margin-right: 0.25rem;
  padding-right: 1rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation .Breadcrumb .Workflows-Breadcrumb li {
  display: inline;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation .Breadcrumb a {
  color: inherit;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #Workflow-Header .HeaderNavigation a.back-to-parent-workflow {
  font-size: 2.5rem;
  color: inherit;
  margin-right: 1.5rem;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Polaris-Card--topInfoBar.topInfoBar--workflow-edit--has-parent .Workflow-Menu-Actions {
  margin-right: 1rem;
  margin-left: 0px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Polaris-Page__Content #block-content:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 502;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Polaris-Page__Content #block-content:after {
  content: "";
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 15rem);
  height: calc(var(--viewport-height) - 100px);
  background-color: #f1f2f4;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 502;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Page__Wrapper {
  position: fixed;
  left: 50%;
  top: 2rem;
  background-color: rgb(241, 242, 244);
  z-index: 503;
  width: calc(100% - 15rem);
  margin-left: calc((15rem - 100%) / 2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 10px 10px 0 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Page__Wrapper .Content-Wrapper > #triggers-bg {
  display: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop .Polaris-Card--topInfoBar {
  padding-top: 0;
  padding-bottom: 0;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 {
  background-color: rgb(241, 242, 244);
  width: 100%;
  left: 0;
  border-radius: 0 0 10px 10px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 > div {
  background-color: inherit;
  border-radius: 0 0 10px 10px;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 > div#PolarisPortalsContainer {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .react-flow__panel.react-flow__minimap {
  left: 0 !important;
  bottom: 0 !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .react-flow__panel.react-flow__controls {
  left: 219px !important;
  bottom: 0 !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .react-flow {
  z-index: 2 !important;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .WorkflowCanvasWrapper .react-flow__node.react-flow__node-triggerNodeType {
  cursor: default;
  pointer-events: none;
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.loop #workflow-editor-v2 .WorkflowCanvasWrapper .react-flow__node.react-flow__node-triggerNodeType:hover {
  background-color: rgb(255, 255, 255);
}
body.ta-app-workflow-edit-page.ta-app-workflow-edit-page-v2.app-not-embedded .MessagesBanners {
  top: 125px;
}

body.ta-app-workflow-edit-page.unsaved-changes .HeaderNavigation {
  pointer-events: none;
  opacity: 0.5;
  filter: saturate(0);
}

.version-icon-wrapper {
  display: inline-block;
  margin-right: 0.25rem;
}

#triggers-bg {
  width: 400px;
  height: 300px;
  pointer-events: none;
  background-image: url("/modules/custom/ta_app/images/arigato-light-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  right: -50px;
  bottom: 0px;
  transform: rotateZ(-20deg);
  z-index: -999;
  opacity: 0.5;
}
@media screen and (min-width: 1500px) {
  #triggers-bg {
    width: 800px;
    height: 550px;
    right: -100px;
    bottom: 40px;
  }
}

.remove-me {
  display: block;
}

.preview-variables, .preview-data, .preview-value {
  width: 100%;
}
.preview-variables .Polaris-FormLayout__Item .Polaris-FormLayout__Item, .preview-data .Polaris-FormLayout__Item .Polaris-FormLayout__Item, .preview-value .Polaris-FormLayout__Item .Polaris-FormLayout__Item {
  margin-top: 0.5rem;
}
.preview-variables code, .preview-variables .cell-contents.truncated, .preview-data code, .preview-data .cell-contents.truncated, .preview-value code, .preview-value .cell-contents.truncated {
  background-color: #f4f6f8;
  font-size: 1.5rem;
  border: 1px solid #c4cdd5;
  border-radius: 3px;
  overflow: auto;
  display: block;
  padding: 1rem;
  margin-top: 1rem;
}
.preview-variables code .inner pre, .preview-variables code .inner .pre, .preview-variables .cell-contents.truncated .inner pre, .preview-variables .cell-contents.truncated .inner .pre, .preview-data code .inner pre, .preview-data code .inner .pre, .preview-data .cell-contents.truncated .inner pre, .preview-data .cell-contents.truncated .inner .pre, .preview-value code .inner pre, .preview-value code .inner .pre, .preview-value .cell-contents.truncated .inner pre, .preview-value .cell-contents.truncated .inner .pre {
  width: 100%;
  margin: 0px 0.5rem;
  white-space: pre-wrap;
}
.preview-variables code .inner pre.expanded, .preview-variables code .inner .pre.expanded, .preview-variables .cell-contents.truncated .inner pre.expanded, .preview-variables .cell-contents.truncated .inner .pre.expanded, .preview-data code .inner pre.expanded, .preview-data code .inner .pre.expanded, .preview-data .cell-contents.truncated .inner pre.expanded, .preview-data .cell-contents.truncated .inner .pre.expanded, .preview-value code .inner pre.expanded, .preview-value code .inner .pre.expanded, .preview-value .cell-contents.truncated .inner pre.expanded, .preview-value .cell-contents.truncated .inner .pre.expanded {
  height: 100%;
  max-height: 2rem;
  transform-origin: top;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
}
.preview-variables code .inner pre.expanded:after, .preview-variables code .inner .pre.expanded:after, .preview-variables .cell-contents.truncated .inner pre.expanded:after, .preview-variables .cell-contents.truncated .inner .pre.expanded:after, .preview-data code .inner pre.expanded:after, .preview-data code .inner .pre.expanded:after, .preview-data .cell-contents.truncated .inner pre.expanded:after, .preview-data .cell-contents.truncated .inner .pre.expanded:after, .preview-value code .inner pre.expanded:after, .preview-value code .inner .pre.expanded:after, .preview-value .cell-contents.truncated .inner pre.expanded:after, .preview-value .cell-contents.truncated .inner .pre.expanded:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(244, 246, 248, 0), rgb(244, 246, 248) 90%);
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s ease-in-out;
  opacity: 1;
}
.preview-variables code .inner pre.expanded.visible, .preview-variables code .inner .pre.expanded.visible, .preview-variables .cell-contents.truncated .inner pre.expanded.visible, .preview-variables .cell-contents.truncated .inner .pre.expanded.visible, .preview-data code .inner pre.expanded.visible, .preview-data code .inner .pre.expanded.visible, .preview-data .cell-contents.truncated .inner pre.expanded.visible, .preview-data .cell-contents.truncated .inner .pre.expanded.visible, .preview-value code .inner pre.expanded.visible, .preview-value code .inner .pre.expanded.visible, .preview-value .cell-contents.truncated .inner pre.expanded.visible, .preview-value .cell-contents.truncated .inner .pre.expanded.visible {
  max-height: var(--max-height);
}
.preview-variables code .inner pre.expanded.visible:after, .preview-variables code .inner .pre.expanded.visible:after, .preview-variables .cell-contents.truncated .inner pre.expanded.visible:after, .preview-variables .cell-contents.truncated .inner .pre.expanded.visible:after, .preview-data code .inner pre.expanded.visible:after, .preview-data code .inner .pre.expanded.visible:after, .preview-data .cell-contents.truncated .inner pre.expanded.visible:after, .preview-data .cell-contents.truncated .inner .pre.expanded.visible:after, .preview-value code .inner pre.expanded.visible:after, .preview-value code .inner .pre.expanded.visible:after, .preview-value .cell-contents.truncated .inner pre.expanded.visible:after, .preview-value .cell-contents.truncated .inner .pre.expanded.visible:after {
  opacity: 0;
  z-index: -1;
}
.preview-variables .cell-contents.truncated, .preview-data .cell-contents.truncated, .preview-value .cell-contents.truncated {
  border: none;
  padding: 0px;
  margin-top: 0px;
}
.preview-variables .cell-contents.truncated .inner .pre, .preview-data .cell-contents.truncated .inner .pre, .preview-value .cell-contents.truncated .inner .pre {
  margin: 0px;
}
.preview-variables .cell-contents.truncated .inner .pre.expanded, .preview-data .cell-contents.truncated .inner .pre.expanded, .preview-value .cell-contents.truncated .inner .pre.expanded {
  max-height: 5.5rem;
}
.preview-variables .code, .preview-data .code, .preview-value .code {
  margin-bottom: 1rem;
}
.preview-variables .code.value-hidden pre, .preview-data .code.value-hidden pre, .preview-value .code.value-hidden pre {
  --max-height-load: 138px;
}
.preview-variables .code.value-hidden pre.expanded, .preview-data .code.value-hidden pre.expanded, .preview-value .code.value-hidden pre.expanded {
  max-height: var(--max-height-load);
}
.preview-variables .code.value-hidden pre.expanded:after, .preview-data .code.value-hidden pre.expanded:after, .preview-value .code.value-hidden pre.expanded:after {
  height: 20%;
  display: none;
}
.preview-variables .code.value-hidden .see-more-hidden.see-more, .preview-data .code.value-hidden .see-more-hidden.see-more, .preview-value .code.value-hidden .see-more-hidden.see-more {
  display: none;
}
.preview-variables .code.value-hidden.see-more-visible pre.expanded:after, .preview-data .code.value-hidden.see-more-visible pre.expanded:after, .preview-value .code.value-hidden.see-more-visible pre.expanded:after {
  display: block;
}
.preview-variables .code.value-hidden.see-more-visible .see-more-hidden.see-more, .preview-data .code.value-hidden.see-more-visible .see-more-hidden.see-more, .preview-value .code.value-hidden.see-more-visible .see-more-hidden.see-more {
  display: block;
}
.preview-variables .Workflow-Variables, .preview-data .Workflow-Variables, .preview-value .Workflow-Variables {
  margin-top: 1.5rem;
}
.preview-variables .Workflow-Variables .Polaris-Choice.disabled, .preview-data .Workflow-Variables .Polaris-Choice.disabled, .preview-value .Workflow-Variables .Polaris-Choice.disabled {
  opacity: 0.4;
}
.preview-variables .Workflow-Variables .form-checkboxes, .preview-data .Workflow-Variables .form-checkboxes, .preview-value .Workflow-Variables .form-checkboxes {
  margin-top: 1rem;
}
.preview-variables .Workflow-Variables .form-checkboxes > .Polaris-FormLayout__Item, .preview-data .Workflow-Variables .form-checkboxes > .Polaris-FormLayout__Item, .preview-value .Workflow-Variables .form-checkboxes > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}
.preview-variables .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Item, .preview-data .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Item, .preview-value .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Item {
  margin: 0;
  padding-bottom: 10px;
}
.preview-variables .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Items > .fieldgroup > .Polaris-FormLayout__Item, .preview-data .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Items > .fieldgroup > .Polaris-FormLayout__Item, .preview-value .Workflow-Variables .Polaris-Fieldset > .Polaris-FormLayout__Items > .fieldgroup > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}
.preview-variables .ShareWorkflow__FieldReplacements, .preview-data .ShareWorkflow__FieldReplacements, .preview-value .ShareWorkflow__FieldReplacements {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.preview-variables .ShareWorkflow__FieldReplacements h3, .preview-data .ShareWorkflow__FieldReplacements h3, .preview-value .ShareWorkflow__FieldReplacements h3 {
  font-size: 2rem;
  line-height: 3rem;
  padding: 1rem;
}
.preview-variables .ShareWorkflow__FieldReplacements .ShareWorkflow__FieldReplacement, .preview-data .ShareWorkflow__FieldReplacements .ShareWorkflow__FieldReplacement, .preview-value .ShareWorkflow__FieldReplacements .ShareWorkflow__FieldReplacement {
  padding: 1rem;
  border-top: 1px solid #f3f3f3;
}

.Workflow-Log__Message code .inner pre.expanded {
  max-height: 5rem;
}

.share-variable-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 0px;
  border-top: solid 1px rgb(223, 227, 232);
}
.share-variable-wrapper:nth-child(3) {
  border-top: none;
}
.share-variable-wrapper .see-more-hidden {
  margin: 1rem 0.5rem;
  display: inline-block;
}

body.app-not-embedded:not(.has-tabs) .AccessRequestBanner {
  margin-top: 0;
}

.ta-app-workflows-page .Polaris-Tabs {
  margin-top: 0;
}
.ta-app-workflows-page .deprecated-workflows-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 2rem;
}
.ta-app-workflows-page .deprecated-workflows-banner .Polaris-Page__Navigation {
  position: absolute;
  left: 0;
  top: 0;
}
.ta-app-workflows-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflows-page .WorkflowSearch {
  display: flex;
  margin: 1rem auto 1rem auto;
}
@media screen and (max-width: 960px) {
  .ta-app-workflows-page .WorkflowSearch {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ta-app-workflows-page .WorkflowSearch > div {
  margin-right: 1rem;
}
.ta-app-workflows-page .WorkflowSearch > div:last-child {
  margin-right: 0;
}
.ta-app-workflows-page .WorkflowSearch .StatusFilter {
  flex: none;
}
.ta-app-workflows-page .WorkflowSearch .Polaris-FormLayout__Item {
  min-width: 0;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes {
  position: relative;
  width: 185px;
  min-width: 185px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes {
    width: calc(50% - 1rem) !important;
    margin-bottom: 10px;
  }
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .Polaris-Heading, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Heading {
  font-size: 1.4rem;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .fieldgroup, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .fieldgroup {
  width: 100%;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags:hover .Polaris-Fieldset, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes:hover .Polaris-Fieldset {
  max-height: 1000px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .Polaris-Fieldset, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Fieldset {
  position: absolute;
  padding: 1rem;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgb(196, 205, 213);
  max-height: 37px;
  overflow: hidden;
  padding-top: 12px;
  width: 100%;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .Polaris-Fieldset .Polaris-FormLayout__Item, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Fieldset .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-left: 0;
  max-width: none;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .Polaris-Choice, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Choice {
  width: 100%;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags .Polaris-Choice__Label, .ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Choice__Label {
  background-color: rgb(80, 184, 60);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 5px;
  padding: 0px 6px;
  overflow: hidden;
  cursor: pointer;
}
.ta-app-workflows-page .WorkflowSearch.has-tags-filter .WorkflowSearch__Tags, .ta-app-workflows-page .WorkflowSearch.has-tags-filter .WorkflowSearch__ResourceTypes {
  min-width: 160px;
}
.ta-app-workflows-page .WorkflowSearch .SearchActions {
  display: flex;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__Tags {
  width: 200px;
}
.ta-app-workflows-page .WorkflowSearch .WorkflowSearch__ResourceTypes .Polaris-Choice__Label {
  background-color: rgb(246, 240, 253);
  color: rgb(80, 73, 90);
}
.ta-app-workflows-page .WorkflowSearch > input {
  height: 35px;
  min-height: 35px;
  margin-left: 10px;
}
.ta-app-workflows-page .WorkflowSearch > .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .ta-app-workflows-page .WorkflowSearch > .Polaris-FormLayout__Item {
    width: calc(50% - 1rem);
    margin-bottom: 10px;
  }
  .ta-app-workflows-page .WorkflowSearch > .Polaris-FormLayout__Item:nth-child(1) {
    width: 100%;
    max-width: calc(100% - 1rem);
    margin-bottom: 10px;
    flex: none !important;
  }
}
.ta-app-workflows-page .WorkflowSearch > .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  display: none;
}
.ta-app-workflows-page .WorkflowSearch > .Polaris-FormLayout__Item select option {
  color: rgb(33, 43, 54);
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
}
.ta-app-workflows-page .WorkflowSearch.has-tags-filter > .Polaris-FormLayout__Item:nth-child(1) {
  width: calc(50% - 1rem);
}
.ta-app-workflows-page .Workflows-Search-Field {
  margin-bottom: 1rem;
  position: relative;
}
.ta-app-workflows-page .Workflows-Search-Field input {
  width: 100%;
  padding: 10px 25px;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 2rem;
  text-align: center;
  color: rgb(69, 79, 91);
}
.ta-app-workflows-page .Workflows-Search-Field input:active, .ta-app-workflows-page .Workflows-Search-Field input:focus {
  outline: none;
}
.ta-app-workflows-page .Workflows-Search-Field .Workflows-Clear-Search {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 2rem;
  color: rgb(69, 79, 91);
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}
.ta-app-workflows-page .Workflows-Search-Field .Workflows-Clear-Search:hover {
  opacity: 1;
}
.ta-app-workflows-page .Workflows-UnlimitedFlag {
  position: relative;
  top: 7px;
}
.ta-app-workflows-page .Workflows-UnlimitedFlag .Polaris-Badge {
  background-color: rgb(224, 245, 245);
  color: rgb(0, 132, 142);
  border-color: rgb(71, 193, 191);
  letter-spacing: 0.5px;
  font-weight: bold;
}
.ta-app-workflows-page .Workflows-UpgradeFlag {
  position: relative;
  top: 8px;
}
.ta-app-workflows-page .Workflows-UpgradeFlag a {
  background-color: rgb(80, 184, 60);
  padding: 4px 12px 4px 5px;
  border-radius: 20px;
  color: white;
  letter-spacing: 0.25px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ta-app-workflows-page .Workflows-UpgradeFlag a i, .ta-app-workflows-page .Workflows-UpgradeFlag a svg {
  font-size: 2rem;
  margin-right: 5px;
}
.ta-app-workflows-page .Workflows-UpgradeFlag a:hover {
  background-color: rgb(16, 128, 67);
}
.ta-app-workflows-page #messages-wrapper {
  margin-bottom: 10px;
}
.ta-app-workflows-page .Workflow-StatsHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.ta-app-workflows-page .Workflows-Hide-Filters, .ta-app-workflows-page .Workflows-Empty-Filters {
  text-align: center;
  margin: 5rem 0;
}
.ta-app-workflows-page .Workflows-Hide-Filters .Workflows-Hide-Filters__Text, .ta-app-workflows-page .Workflows-Hide-Filters .Workflows-Empty-Filters__Text, .ta-app-workflows-page .Workflows-Empty-Filters .Workflows-Hide-Filters__Text, .ta-app-workflows-page .Workflows-Empty-Filters .Workflows-Empty-Filters__Text {
  display: inline-block;
  font-size: 2rem;
  padding: 2rem 3rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-workflows-page .Workflows-Empty {
  width: 100%;
  max-width: 548px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.1490196078);
  padding: 2rem;
  margin: 0 auto;
  display: block;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Content {
  width: 100%;
  max-width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 515px) {
  .ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Content {
    order: 1;
    max-width: calc(100% - 201px - 2rem);
  }
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .workflow-type-header {
  text-align: left;
  margin-bottom: 2rem;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .workflow-type-header h3 {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: bold;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .workflow-type-description {
  margin-bottom: 2.5rem;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions {
  margin-top: auto;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges {
  position: relative;
  display: inline-block;
  right: auto;
  top: auto;
  margin-right: 1rem;
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges .pro-feature-badge .text {
  right: auto;
  border: 2px solid #eec200;
  transform: scale(0.5) translateX(-100%);
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges .pro-feature-badge:hover .text {
  transform: scale(1) translateX(-50%);
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Image {
  max-width: 191px;
  height: auto;
  order: 1;
  margin: 0px auto 2rem;
}
@media (min-width: 515px) {
  .ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Image {
    margin-right: 2rem;
    margin-left: 0px;
    margin-bottom: 0px;
    order: 2;
  }
}
.ta-app-workflows-page .Workflows-Empty .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Image img {
  width: 100%;
  height: auto;
}
.ta-app-workflows-page .Workflow-Badge--active {
  background-color: rgb(227, 241, 223);
  border-color: rgb(80, 184, 60);
}
.ta-app-workflows-page .Workflows-Stats {
  padding: 7px 14px;
  border-radius: 100px;
}
.ta-app-workflows-page .Workflows-Stats.Workflows-Stats--okay {
  background-color: rgb(227, 241, 223);
  border: 2px solid rgb(80, 184, 60);
}
.ta-app-workflows-page .Workflows-Stats.Workflows-Stats--warning {
  background-color: rgb(252, 241, 205);
  border: 2px solid rgb(238, 194, 0);
}
.ta-app-workflows-page .Workflows-Stats.Workflows-Stats--danger {
  background-color: rgb(251, 234, 229);
  border: 2px solid rgb(222, 54, 24);
}
.ta-app-workflows-page .Workflows-Stats.Workflows-Stats--critical {
  background-color: rgb(251, 234, 229);
  border: 2px solid rgb(222, 54, 24);
}
.ta-app-workflows-page #Polaris-Form-Wrapper-ta_app_workflows_form {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflows-page #Polaris-Form-Wrapper-ta_app_workflows_form form {
  margin-bottom: 150px;
}
.ta-app-workflows-page #Polaris-Form-Wrapper-ta_app_workflows_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflows-page .Workflow-Info__ResourceType {
  margin-top: 10px;
}
.ta-app-workflows-page .Workflow-Info__TriggerType {
  margin-top: 5px;
}
.ta-app-workflows-page .Workflow-Info__Job {
  margin-top: 5px;
}
.ta-app-workflows-page .Workflow__Tags {
  line-height: 1.7rem;
  position: relative;
  top: 3px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .ta-app-workflows-page .Workflow__Tags {
    max-width: 60%;
  }
}
.ta-app-workflows-page .Workflow__Tags.Workflow__Tags--has-search-form .Workflow-Tag {
  cursor: pointer;
}
.ta-app-workflows-page .Workflow__Tags.Workflow__Tags--has-search-form .Workflow-Tag:hover {
  background-color: rgb(196, 205, 213);
}
.ta-app-workflows-page .Workflow__Tags .Workflow-Tag {
  border-radius: 5px;
  background-color: rgb(223, 227, 232);
  display: inline-block;
  padding: 1px 8px 1px 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 4px;
}
.ta-app-workflows-page .Workflow__Tags .Workflow-Tag.New-Workflow-Tag {
  background-color: transparent;
  border: 1px solid rgb(223, 227, 232);
  opacity: 0;
  color: rgb(145, 158, 171);
  text-decoration: none;
}
.ta-app-workflows-page .Workflow__Tags .Workflow-Tag.New-Workflow-Tag:hover {
  background-color: transparent;
  border: 1px solid rgb(0, 122, 206);
  color: rgb(0, 122, 206);
}
.ta-app-workflows-page .Workflow-Info__ActionList {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  max-width: calc(90% - 1rem);
  margin-top: 0px;
}
.ta-app-workflows-page .Workflow-Info__ActionList .Action-Integration-Icon {
  width: 24px;
  border-radius: 3px;
  margin: 0 5px;
  display: block;
  margin-top: 5px;
}
.ta-app-workflows-page .Workflow-Info__ActionList .disabled {
  position: relative;
}
.ta-app-workflows-page .Workflow-Info__ActionList .disabled img {
  opacity: 0.5;
}
.ta-app-workflows-page .Workflow-Info__ActionList .disabled svg {
  position: absolute;
  top: -2px;
  right: -3px;
  font-size: 16px;
  color: rgb(238, 194, 0);
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.ta-app-workflows-page .Workflow-Info__ActionList ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ta-app-workflows-page .Workflow-Info__ActionList ul li {
  display: inline-flex;
  align-items: center;
}
.ta-app-workflows-page .has-tags .Workflow-Info__ActionList {
  max-width: 100%;
}
.ta-app-workflows-page form > .Polaris-FormLayout .Polaris-Card {
  overflow: visible;
}
.ta-app-workflows-page .Workflow-Errors {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem;
  z-index: 10;
}
.ta-app-workflows-page .Workflow-Errors a {
  color: rgb(222, 54, 24);
  text-decoration: none;
}
.ta-app-workflows-page .Workflow-Errors a:hover {
  text-decoration: underline;
}
.ta-app-workflows-page .Workflow-Action--delete {
  color: rgb(222, 54, 24);
}
.ta-app-workflows-page .Workflow-Card-Wrapper {
  margin-top: 3rem;
}
.ta-app-workflows-page .Workflow-Card-Wrapper > .Polaris-Card {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ta-app-workflows-page .Workflow {
  position: relative;
  overflow: visible;
  min-height: 140px;
  padding: 1rem 1.3rem 1.3rem 1.3rem;
  border-left: 5px solid rgb(80, 184, 60);
  border-radius: 0px 3px 3px 3px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.ta-app-workflows-page .Workflow .Workflow-Menu-Actions {
  top: calc(100% - 20px);
  right: 0;
}
.ta-app-workflows-page .Workflow .Workflow-Action--manual-run {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.ta-app-workflows-page .Workflow .dropdown-buttons {
  position: absolute;
  right: 1rem;
  bottom: 5rem;
  opacity: 0;
  min-width: 15rem;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  transition: opacity 0.3s;
}
.ta-app-workflows-page .Workflow .dropdown-buttons.manual-run {
  opacity: 1;
}
.ta-app-workflows-page .Workflow .dropdown-buttons .dropdown-button__links {
  width: 100%;
  padding: 10px;
}
.ta-app-workflows-page .Workflow .dropdown-buttons .dropdown-button__links .Polaris-Button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  background: white;
}
.ta-app-workflows-page .Workflow .dropdown-buttons .dropdown-button__links .Polaris-Button:last-child {
  margin-bottom: 0px;
}
.ta-app-workflows-page .Workflow .dropdown-buttons .dropdown-button__links .Polaris-Button:hover {
  background-color: rgb(244, 246, 248);
  text-decoration: none;
  outline: 0.3rem solid transparent;
}
.ta-app-workflows-page .Workflow:hover .New-Workflow-Tag {
  opacity: 1;
}
.ta-app-workflows-page .Workflow:hover .dropdown-buttons {
  opacity: 1;
}
.ta-app-workflows-page .Workflow.Workflow--manual {
  min-height: 120px;
}
.ta-app-workflows-page .Workflow.Workflow--manual .Workflow-Info__ActionList {
  right: 140px;
}
.ta-app-workflows-page .Workflow.Workflow--manual .dropdown-buttons {
  bottom: 2rem;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  z-index: 10;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons:hover {
  z-index: 60;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .help__text-wrapper {
  z-index: 75;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .QueueWarning .help__tooltip-icon {
  font-size: 1.5rem;
  color: rgb(238, 194, 0);
  position: relative;
  left: -3px;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .DeprecatedIcon .help__tooltip-icon {
  font-size: 2rem;
  color: rgb(238, 194, 0);
  position: relative;
  left: -4px;
  top: 3px;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .BatchStatus .help__tooltip-icon, .ta-app-workflows-page .Workflow .Workflow-TopButtons .BatchSchedule .help__tooltip-icon {
  font-size: 2rem;
  color: rgb(71, 193, 191);
  position: relative;
  right: 5px;
  top: 2px;
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .BatchSchedule .help__tooltip-icon {
  color: rgb(196, 205, 213);
}
.ta-app-workflows-page .Workflow .Workflow-TopButtons .HasErrors .help__tooltip-icon {
  font-size: 1.75rem;
  color: rgb(244, 147, 66);
  position: relative;
  right: 4px;
  top: 1px;
}
.ta-app-workflows-page .Workflow .Workflow-Action--pause, .ta-app-workflows-page .Workflow .Workflow-Action--resume {
  display: none;
}
.ta-app-workflows-page .Workflow.Workflow--paused {
  background-color: rgb(249, 250, 251);
  border-left: 5px solid rgb(223, 227, 232);
}
.ta-app-workflows-page .Workflow.Workflow--paused .ObjectType {
  border: 1px dotted rgb(196, 205, 213);
  background-color: transparent !important;
  color: rgb(99, 115, 129);
}
.ta-app-workflows-page .Workflow.Workflow--paused .ScheduleWorkflow {
  border: 1px dotted rgb(196, 205, 213);
  background-color: transparent !important;
  color: rgb(99, 115, 129);
}
.ta-app-workflows-page .Workflow.Workflow--paused .Action-Integration-Icon {
  filter: grayscale(100%) brightness(140%) contrast(90%);
}
.ta-app-workflows-page .Workflow.Workflow--paused .Workflow-Tag:not(.New-Workflow-Tag) {
  background-color: rgb(196, 205, 213);
}
.ta-app-workflows-page .Workflow.Workflow--delete-confirm {
  border-left: 5px solid rgb(238, 194, 0);
}
.ta-app-workflows-page .Workflow .Workflow-Favorite-Icon {
  font-size: 1.75rem;
  color: rgb(238, 194, 0);
  margin-right: 10px;
  cursor: pointer;
  transition: transform 0.5s;
}
.ta-app-workflows-page .Workflow .Workflow-Favorite-Icon.is-not-favorite {
  color: rgb(196, 205, 213);
}
.ta-app-workflows-page .Workflow .Workflow-Favorite-Icon:hover {
  transform: rotateZ(180deg) scale(1.3);
}
.ta-app-workflows-page .Workflow .Workflow-Note-Icon a {
  font-size: 1.75rem;
  color: rgb(196, 205, 213);
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.5s;
  vertical-align: sub;
}
.ta-app-workflows-page .Workflow .Workflow-Note-Icon a:hover {
  color: rgb(238, 194, 0);
}
.ta-app-workflows-page .Workflow .Workflow__Section2 {
  diplay: flex;
}
.ta-app-workflows-page .Workflow .ScheduleWorkflow {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  background-color: rgb(235, 245, 250);
  color: rgb(62, 78, 87);
  padding: 5px 10px 5px 8px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
}
.ta-app-workflows-page .Workflow .ScheduleWorkflow a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
}
.ta-app-workflows-page .Workflow .ObjectType {
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  background-color: rgb(246, 240, 253);
  color: rgb(80, 73, 90);
  padding: 5px 10px 5px 8px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  margin-right: 5px;
}
.ta-app-workflows-page .Workflow .ObjectType.ObjectType--has-search-form {
  cursor: pointer;
}
.ta-app-workflows-page .Workflow .ObjectType.ObjectType--has-search-form:hover {
  background-color: rgb(227, 208, 255);
}
.ta-app-workflows-page .Workflow .Workflow-Label {
  padding-bottom: 0;
  margin-bottom: 5px;
  max-width: calc(100% - 100px);
}
@media screen and (min-width: 600px) {
  .ta-app-workflows-page .Workflow .Workflow-Label {
    max-width: 400px;
  }
}
.ta-app-workflows-page .Workflow .Workflow-Label a {
  color: rgb(33, 43, 54);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9rem;
}
.ta-app-workflows-page .Workflow .Workflow-Label a:hover {
  color: rgb(0, 122, 206);
  border-bottom: 1px solid rgb(0, 122, 206);
}

body.ta-app-create-new-workflow-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
body.ta-app-create-new-workflow-page .featured-workflows-json {
  display: none;
}
body.ta-app-create-new-workflow-page .Polaris-Page {
  max-width: 1200px !important;
  margin-top: 0;
}
body.ta-app-create-new-workflow-page .WorkflowLibrary__Workflows {
  margin-top: 0 !important;
}
body.ta-app-create-new-workflow-page .WorkflowLibrary__Workflow {
  opacity: 0;
  transition: border 0.3s, box-shadow 0.3s, opacity 1s, transform 1s !important;
  transform: translateY(25px);
}
body.ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.visible {
  opacity: 1;
  transform: translateY(0px);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Item {
  margin-right: 1rem;
  position: relative;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Item input {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  border-radius: 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Separator {
  margin-right: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Item--back {
  font-size: 2rem;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: rgb(99, 115, 129);
  transition: all 0.15s;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Item--back:hover {
  background-color: rgb(223, 227, 232);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Breadcrumb .Breadcrumb__Item--back input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Option {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.15);
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2rem;
  text-align: center;
  transition: all 0.15s;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Option:hover {
  border: 1px solid rgb(0, 122, 206);
  box-shadow: 2px 2px 25px #d1d5ed;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision a.Polaris-Button {
  font-size: 1.35rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Option_Actions {
  margin-top: auto;
  margin-bottom: 0 !important;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Option_Content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .CreateWorkflow__Decision_Option_Content > div {
  margin-bottom: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Decision .LegacyButton {
  margin-left: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__SectionsWrapper {
  margin-top: 4rem;
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 1rem 1rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper svg {
  position: relative;
  top: 1px;
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper .ObjectType__ButtonWrapper__Inner {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  padding: 1rem;
  color: rgb(0, 122, 206);
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper .ObjectType__ButtonWrapper__Inner:hover {
  color: rgb(8, 78, 138);
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper a {
  color: rgb(0, 122, 206);
  font-size: 1.4rem;
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper a:hover {
  color: rgb(8, 78, 138);
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper a svg {
  margin-left: 4px;
}
body.ta-app-create-new-workflow-page .ObjectType__ButtonWrapper input {
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section {
  margin-bottom: 4rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section > .Polaris-Heading {
  margin-bottom: 0.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section > .CreateWorkflow__SectionSubtitle {
  margin-bottom: 0.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section .CreateWorkflow__ObjectType__ObjectTypes {
  display: grid;
  grid-gap: 2.5rem;
  margin-top: 1.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section .CreateWorkflow__ObjectType__ObjectTypes__ObjectType {
  background-color: white;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 2rem;
  padding-bottom: 4.5rem;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.15);
  transition: all 0.15s;
  position: relative;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section .CreateWorkflow__ObjectType__ObjectTypes__ObjectType.CreateWorkflow__ObjectType--empty {
  opacity: 0 !important;
  pointer-events: none !important;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section .CreateWorkflow__ObjectType__ObjectTypes__ObjectType:hover {
  border: 1px solid rgb(0, 122, 206);
  box-shadow: 2px 2px 25px #d1d5ed;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section .CreateWorkflow__ObjectType__ObjectTypes__ObjectType:hover .ObjectType__ButtonWrapper__Inner {
  transform: translateY(0px);
  opacity: 1;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=big] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  flex-direction: column;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=big] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType i {
  height: 40px;
  display: inline-block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=big] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .CreateWorkflow__ObjectTypeIcon {
  font-size: 4rem;
  margin-bottom: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=big] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .Polaris-Heading {
  margin-bottom: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType {
  display: flex;
  flex-direction: row;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .ObjectType__Body {
  padding-left: 1.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .CreateWorkflow__ObjectTypeIcon {
  font-size: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .CreateWorkflow__ObjectTypeIcon i {
  width: 20px;
  display: inline-block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .CreateWorkflow__ObjectTypeIcon svg {
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-style=small] .CreateWorkflow__ObjectType__ObjectTypes__ObjectType .Polaris-Heading {
  margin-bottom: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-columns="2"] .CreateWorkflow__ObjectType__ObjectTypes {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-columns="3"] .CreateWorkflow__ObjectType__ObjectTypes {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Section[data-columns="4"] .CreateWorkflow__ObjectType__ObjectTypes {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
body.ta-app-create-new-workflow-page #messages-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
body.ta-app-create-new-workflow-page h2:not(.Polaris-Modal h2) {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: inline-block;
}
body.ta-app-create-new-workflow-page h3 {
  font-size: 1.7rem;
  font-weight: bold;
}
body.ta-app-create-new-workflow-page h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
body.ta-app-create-new-workflow-page .Page__Content {
  background-color: transparent;
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  position: relative;
}
body.ta-app-create-new-workflow-page .Page__Content .Polaris-Card {
  box-shadow: none;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body.ta-app-create-new-workflow-page .Page__Content .Polaris-Card .Polaris-Card__Section {
  padding: 1rem 0 1rem 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper {
  width: 100%;
  padding: 0rem 2rem 0rem;
  margin: 0 auto;
  display: block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector {
  position: relative;
  background-color: transparent;
  margin: 0px auto;
  display: block;
  width: 100%;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  grid-gap: 2.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.1490196078);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 2rem;
  width: 100%;
  position: relative;
  transition: all 0.15s;
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: space-between;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType:hover {
  border: 1px solid rgb(0, 122, 206);
  box-shadow: 2px 2px 25px #d1d5ed;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType:hover .ObjectType__ButtonWrapper__Inner {
  transform: translateY(0px);
  opacity: 1;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Content {
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-header {
  text-align: left;
  margin-bottom: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-header h3 {
  display: inline-block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-header .option__badges {
  display: inline-block;
  position: relative;
  right: -4px;
  top: 0px;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-header .option__badges .pro-feature-badge .text {
  bottom: 28px;
  right: -74px;
  border: 2px solid white;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.1490196078);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-header svg {
  font-size: 1.7rem;
  color: #344456;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-description {
  margin-bottom: 1.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-example {
  margin-bottom: 2.25rem;
  font-style: italic;
  color: rgb(69, 79, 91);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .workflow-type-example i {
  width: 1.4rem;
  display: inline-block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions {
  margin-top: auto;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges {
  position: relative;
  display: inline-block;
  right: auto;
  top: auto;
  margin-right: 1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges .pro-feature-badge .text {
  right: auto;
  border: 2px solid #eec200;
  transform: scale(0.5) translateX(-100%);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowTypeActions .option__badges .pro-feature-badge:hover .text {
  transform: scale(1) translateX(-50%);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Image {
  max-width: 117px;
  height: auto;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes .CreateWorkflow__WorkflowType .CreateWorkflow__WorkflowType_Image img {
  width: 100%;
  height: auto;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .workflow-type-selector .CreateWorkflow__WorkflowTypes.workflow-type-selected .CreateWorkflow__WorkflowType:not(.active):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f6f8;
  opacity: 0.5;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType {
  position: relative;
  overflow: visible;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeBack:active, body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeBack:hover, body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeBack:focus {
  color: #084e8a;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeWrapper_Header {
  margin-top: 3.1rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeWrapper_Header h2 {
  margin-bottom: 0.5rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType .CreateWorkflow__ObjectTypeWrapper_Header + div {
  margin-bottom: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType.event .CreateWorkflow__ObjectType__MoreInfo {
  display: block;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__Wrapper .CreateWorkflow__ObjectType.event .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Content {
  width: 100%;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo {
  border-top: solid 1px rgb(223, 227, 232);
  margin-top: 2rem;
  padding-top: 3rem;
  margin-bottom: 2rem;
  border-top: solid 1px #dfe3e8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo.FeaturedWorkflow__active {
  padding-bottom: 3rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Content {
  width: 100%;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Content ol li {
  margin-bottom: 0.8rem;
}
@media (min-width: 650px) {
  body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Content {
    width: 60%;
  }
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Image {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 650px) {
  body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Image {
    width: 32%;
    margin-top: 0px;
  }
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo .CreateWorkflow__ObjectType__MoreInfo__Image img {
  width: 100%;
  max-width: 360px;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes {
  padding: 5px;
  max-height: 313px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.1490196078);
  max-width: 750px;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .Polaris-Choice.disabled {
  opacity: 0.4;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .Polaris-Choice {
  padding: 0;
  width: 100%;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType {
  border-radius: 8px;
  padding: 0 8px 0 10px;
  transition: all 0.15s;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType .Polaris-Choice__Control {
  margin-top: 10px;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType .Polaris-Choice__Label {
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType:hover {
  background-color: #f4f4f4;
}
body.ta-app-create-new-workflow-page .Ignore-Webhooks-Checkbox {
  width: 100%;
  margin-left: 0;
  margin-top: 0px;
  padding-bottom: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType,
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Subtopics {
  position: relative;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType .Polaris-FormLayout__Item,
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Subtopics .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-left: 0;
  max-width: none;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__TriggerType .Polaris-FormLayout__Item.disabled .Polaris-Choice__Label,
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Subtopics .Polaris-FormLayout__Item.disabled .Polaris-Choice__Label {
  opacity: 0.5;
  pointer-events: none;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Subtopics {
  max-width: 750px;
  margin-top: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__TriggerTypes__LimitFeatured {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: block;
  padding: 0px;
  margin: 0px;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions {
  margin-top: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper {
  display: inline-block;
  margin-left: 2rem;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper:first-child {
  margin-left: 0;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper .Polaris-Button--plain {
  color: rgb(33, 43, 54);
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper .Polaris-Button--plain:hover {
  background: none;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper.Polaris-Button--primary .Polaris-Button--plain {
  color: #fff;
}
body.ta-app-create-new-workflow-page .CreateWorkflow__ObjectType__MoreInfo__Actions .create_workflow_button_wrapper .version-icon-wrapper {
  margin-right: 0.5rem;
}

.ta-app-integrations-listing-page #messages-wrapper {
  margin-bottom: 2rem;
}
.ta-app-integrations-listing-page .Page__Content {
  max-width: 850px !important;
}
.ta-app-integrations-listing-page .Integration__Cost {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
}
.ta-app-integrations-listing-page .Integration__Cost .Cost--0 {
  background-color: rgb(80, 184, 60);
  color: white;
  text-transform: uppercase;
}
.ta-app-integrations-listing-page .Integrations-Coming-Soon {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 2rem;
}
.ta-app-integrations-listing-page .Integrations-Coming-Soon .header {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: rgb(145, 158, 171);
  letter-spacing: 1px;
  text-align: center;
}
.ta-app-integrations-listing-page .Integrations-Coming-Soon .body {
  text-align: center;
  max-width: 600px;
  margin: 1rem auto 3rem auto;
  font-size: 1.5rem;
  color: rgb(99, 115, 129);
}
.ta-app-integrations-listing-page .Integrations {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .ta-app-integrations-listing-page .Integrations {
    grid-template-columns: 1fr 1fr;
  }
}
.ta-app-integrations-listing-page .Integration {
  padding: 2rem;
  width: 100%;
  margin: 0;
  min-height: 160px;
  overflow: visible;
  position: relative;
}
.ta-app-integrations-listing-page .Integration .Integration__Icon {
  float: left;
  width: 64px;
  min-height: 106px;
}
.ta-app-integrations-listing-page .Integration .Integration__Icon img {
  border-radius: 5px;
  display: block;
}
.ta-app-integrations-listing-page .Integration .Integration__Title {
  font-size: 2rem;
  font-weight: bold;
  float: left;
  clear: right;
  width: calc(100% - 64px);
  padding-left: 15px;
  margin-bottom: 5px;
}
.ta-app-integrations-listing-page .Integration .Integration__Description {
  float: left;
  clear: right;
  width: calc(100% - 64px);
  padding-left: 15px;
  margin-bottom: 5px;
}
.ta-app-integrations-listing-page .Integration .Integration__Links {
  width: calc(100% - 64px);
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  padding-top: 0;
}
.ta-app-integrations-listing-page .Integration .Integration__Links a {
  margin-left: 10px;
}
.ta-app-integrations-listing-page .Integration.Integration-Disabled {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.ta-app-integrations-listing-page .Integration.Integration-Disabled .Integration__Icon, .ta-app-integrations-listing-page .Integration.Integration-Disabled .Integration__Title, .ta-app-integrations-listing-page .Integration.Integration-Disabled .Integration__Description {
  opacity: 0.5;
}

.ai-integration-test-response pre {
  background-color: #f4f6f8;
  font-size: 1.5rem;
  border: 1px solid #c4cdd5;
  border-radius: 0 0 3px 3px;
  max-height: 400px;
  overflow: auto;
  display: block;
  padding: 1rem;
}

.ta-app-integration-edit-page .Polaris-FormLayout__Item {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.ta-app-integration-edit-page .Integration-Header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 400px;
}
.ta-app-integration-edit-page .Integration-Header .header__title {
  font-size: 2.5rem;
}
.ta-app-integration-edit-page .Integration-Header .header__icon {
  margin-right: 1rem;
}
.ta-app-integration-edit-page .Integration-Header .header__icon img {
  display: block;
  border-radius: 3px;
}

.ta-app-workflow-stats-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters {
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Polaris-Heading {
  margin-bottom: 10px;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Polaris-FormLayout__Item {
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: none;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filter {
  margin-bottom: 1rem;
  width: 33.3333333333%;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__Actions {
  width: 100%;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__LogId {
  width: 100%;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__ObjectId, .ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__ActionType {
  padding-left: 2rem;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DateCheckbox {
  width: 100%;
  display: flex;
  flex: auto;
  margin-bottom: 1rem;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper {
  width: 100%;
  display: flex;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper .form-datetime-wrapper:first-child {
  margin-right: 2rem;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper .form-datetime-wrapper > div {
  display: flex;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper .form-datetime-wrapper > div > .Polaris-FormLayout__Item:first-child {
  min-width: 150px;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper .form-datetime-wrapper .Polaris-FormLayout__Item {
  margin-right: 1rem;
}
.ta-app-workflow-stats-page .Cloudwatch-Filters .Filters__DatesWrapper .form-datetime-wrapper .Polaris-Labelled__LabelWrapper {
  display: none;
}
.ta-app-workflow-stats-page #messages-wrapper {
  margin-bottom: 10px;
}
.ta-app-workflow-stats-page .Workflow-Log__ActionSettings textarea {
  resize: vertical;
}
.ta-app-workflow-stats-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-stats-page .checkbox-filters {
  display: flex;
  align-items: flex-start;
  float: left;
}
.ta-app-workflow-stats-page .checkbox-filters > .Polaris-FormLayout__Item {
  margin-left: 0 !important;
  position: relative;
  top: 2px;
}
.ta-app-workflow-stats-page .checkbox-filters .Polaris-FormLayout__Item {
  min-width: auto;
  flex: auto;
  margin-top: 0;
  margin-left: 1rem;
}
.ta-app-workflow-stats-page .checkbox-filters > .Polaris-FormLayout__Items .form-checkboxes {
  display: flex;
  align-items: flex-start;
}
.ta-app-workflow-stats-page #Polaris-Form-Wrapper-ta_app_workflow_stats_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflow-stats-page #Polaris-Form-Wrapper-ta_app_workflow_stats_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-stats-page .Toggle-Filter {
  float: left;
}
.ta-app-workflow-stats-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflow-stats-page .Workflow-Action .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
}
.ta-app-workflow-stats-page .Workflow-Logs__TopActions {
  text-align: right;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ta-app-workflow-stats-page .Workflow-Logs__Refresh {
  margin-left: auto;
}
.ta-app-workflow-stats-page .Workflow-Logs__NoActions {
  text-align: center;
  margin: 5rem 0;
}
.ta-app-workflow-stats-page .Workflow-Logs__NoActions .Workflow-Logs__NoActionsText {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-workflow-stats-page .Workflow-Logs__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-stats-page .Workflow-Logs__DateRange {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  color: rgb(69, 79, 91);
}

body.ta-app-stats-page .Polaris-Page {
  margin-top: 0;
}
body.ta-app-stats-page.ta-app-workflow-metrics-page .Top-Things {
  position: relative;
}
body.ta-app-stats-page.ta-app-workflow-metrics-page .Top-Things.Top-Things--has-workflow {
  top: auto;
}
body.ta-app-stats-page.ta-app-workflow-metrics-page #Polaris-Form-Wrapper-ta_app_workflow_metrics_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  position: relative;
}
body.ta-app-stats-page.ta-app-workflow-metrics-page #Polaris-Form-Wrapper-ta_app_workflow_metrics_form .filters-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 750px) {
  body.ta-app-stats-page.ta-app-workflow-metrics-page #Polaris-Form-Wrapper-ta_app_workflow_metrics_form .filters-wrapper {
    position: absolute;
    right: 5px;
    top: 68px;
  }
}
body.ta-app-stats-page.ta-app-workflow-metrics-page #Polaris-Form-Wrapper-ta_app_workflow_metrics_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}

.ta-app-workflow-jobs-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ta-app-workflow-jobs-page #messages-wrapper {
  margin-bottom: 10px;
}
.ta-app-workflow-jobs-page .Current-Jobs {
  margin-bottom: 2rem;
}
.ta-app-workflow-jobs-page .Current-Jobs > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ta-app-workflow-jobs-page .Past-Jobs > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ta-app-workflow-jobs-page .Workflow-Jobs__Big {
  text-align: center;
  margin: 5rem 0;
}
.ta-app-workflow-jobs-page .Workflow-Jobs__Big .Workflow-Jobs__BigText {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-workflow-jobs-page .Workflow-Log__ActionSettings textarea {
  resize: vertical;
}
.ta-app-workflow-jobs-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-jobs-page .checkbox-filters {
  display: flex;
  align-items: flex-start;
  float: left;
}
.ta-app-workflow-jobs-page .checkbox-filters > .Polaris-FormLayout__Item {
  margin-left: 0 !important;
  position: relative;
  top: 2px;
}
.ta-app-workflow-jobs-page .checkbox-filters .Polaris-FormLayout__Item {
  min-width: auto;
  flex: auto;
  margin-top: 0;
  margin-left: 1rem;
}
.ta-app-workflow-jobs-page .checkbox-filters > .Polaris-FormLayout__Items .form-checkboxes {
  display: flex;
  align-items: flex-start;
}
.ta-app-workflow-jobs-page #Polaris-Form-Wrapper-ta_app_workflow_jobs_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflow-jobs-page #Polaris-Form-Wrapper-ta_app_workflow_jobs_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-jobs-page .Toggle-Filter {
  float: left;
}
.ta-app-workflow-jobs-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflow-jobs-page .Workflow-Action .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
}
.ta-app-workflow-jobs-page .Workflow-Logs__TopActions {
  text-align: right;
  padding: 1rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ta-app-workflow-jobs-page .Workflow-Logs__Refresh {
  margin-left: auto;
}
.ta-app-workflow-jobs-page .Workflow-Logs__NoActions {
  text-align: center;
  margin: 5rem 0;
}
.ta-app-workflow-jobs-page .Workflow-Logs__NoActions .Workflow-Logs__NoActionsText {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-workflow-jobs-page .Workflow-Logs__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-jobs-page .Workflow-Logs__DateRange {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  color: rgb(69, 79, 91);
}
.ta-app-workflow-jobs-page code {
  background-color: rgb(244, 246, 248);
  font-size: 1.5rem;
  border: 1px solid rgb(196, 205, 213);
  border-radius: 3px;
  max-height: 400px;
  overflow: auto;
  display: block;
  padding: 5px 10px;
  margin: 0.5rem 0;
  width: 100%;
  white-space: break-spaces;
  line-break: anywhere;
}

.ta-app-workflow-share-page .Polaris-Page {
  margin-top: 2rem;
}
.ta-app-workflow-share-page .Polaris-Page .Polaris-Page__Header .Polaris-Page__Title .Polaris-DisplayText {
  display: block;
}
.ta-app-workflow-share-page .ShareWorkflow__FieldReplacementsDetails {
  margin-top: 1rem;
}
.ta-app-workflow-share-page .ShareWorkflow__FieldReplacementsDetails .ShareWorkflow__FieldReplacement {
  margin-bottom: 1rem;
}
.ta-app-workflow-share-page .ShareWorkflow__FieldReplacementsDetails .ShareWorkflow__FieldReplacement .Polaris-Badge {
  background-color: rgb(235, 245, 250);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.ta-app-workflow-share-page .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-workflow-share-page .Polaris-FormLayout__Item.form-disabled label .Polaris-Choice__Label {
  opacity: 0.5;
}
.ta-app-workflow-share-page .Polaris-FormLayout__Item.form-disabled + .code {
  opacity: 0.5;
}

.ta-app-workflow-library-page .Polaris-Page, .ta-app-create-new-workflow-page .Polaris-Page {
  max-width: 1500px;
}
.ta-app-workflow-library-page .Workflow-Info__ActionList, .ta-app-create-new-workflow-page .Workflow-Info__ActionList {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
.ta-app-workflow-library-page .Workflow-Info__ActionList .Action-Integration-Icon, .ta-app-create-new-workflow-page .Workflow-Info__ActionList .Action-Integration-Icon {
  width: 20px;
  border-radius: 3px;
}
.ta-app-workflow-library-page .Workflow-Info__ActionList ul, .ta-app-create-new-workflow-page .Workflow-Info__ActionList ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 2rem;
}
.ta-app-workflow-library-page .Workflow-Info__ActionList ul li, .ta-app-create-new-workflow-page .Workflow-Info__ActionList ul li {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.ta-app-workflow-library-page .Workflow-Info__ActionList ul li img, .ta-app-create-new-workflow-page .Workflow-Info__ActionList ul li img {
  margin-right: 5px;
}
.ta-app-workflow-library-page .form-actions .option__badges, .ta-app-create-new-workflow-page .form-actions .option__badges {
  position: relative;
  right: auto;
}
.ta-app-workflow-library-page .form-actions .option__badges .pro-feature-badge, .ta-app-create-new-workflow-page .form-actions .option__badges .pro-feature-badge {
  width: 15px;
}
.ta-app-workflow-library-page .form-actions .option__badges .pro-feature-badge .text, .ta-app-create-new-workflow-page .form-actions .option__badges .pro-feature-badge .text {
  right: auto;
  border: 2px solid #eec200;
  left: 50%;
  bottom: 42px;
  transform: scale(0.5) translateX(-50%);
}
.ta-app-workflow-library-page .form-actions .option__badges .pro-feature-badge svg, .ta-app-create-new-workflow-page .form-actions .option__badges .pro-feature-badge svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ta-app-workflow-library-page .form-actions .option__badges .pro-feature-badge:hover .text, .ta-app-create-new-workflow-page .form-actions .option__badges .pro-feature-badge:hover .text {
  transform: scale(1) translateX(-50%);
}
.ta-app-workflow-library-page .WorkflowLibrary--info-opened .blur-on-open, .ta-app-workflow-library-page .WorkflowLibrary--info-opened .WorkflowLibrary__Search, .ta-app-workflow-library-page .WorkflowLibrary--info-opened .WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page .WorkflowLibrary--info-opened .blur-on-open, .ta-app-create-new-workflow-page .WorkflowLibrary--info-opened .WorkflowLibrary__Search, .ta-app-create-new-workflow-page .WorkflowLibrary--info-opened .WorkflowLibrary__Workflows {
  filter: blur(10px);
}
.ta-app-workflow-library-page .WorkflowInfoOverlay, .ta-app-create-new-workflow-page .WorkflowInfoOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(244, 246, 248);
  opacity: 0.5;
  z-index: 99;
}
.ta-app-workflow-library-page .Info__Condition .Polaris-Badge, .ta-app-workflow-library-page .Info__Action .Polaris-Badge, .ta-app-create-new-workflow-page .Info__Condition .Polaris-Badge, .ta-app-create-new-workflow-page .Info__Action .Polaris-Badge {
  background-color: rgb(244, 246, 248);
  box-shadow: 1px 1px 1px 1px rgb(223, 227, 232);
  border: none;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo {
  position: fixed;
  width: 100%;
  max-width: 800px;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 1;
  padding: 2.5rem 3rem 6rem 3rem;
  box-shadow: 15px 15px 60px rgba(0, 0, 0, 0.25);
  max-height: 84vh;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__Description, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__Description {
  overflow-y: auto;
  max-height: 300px;
  padding-bottom: 30px;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__Description .subworkflow-action-icons, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__Description .subworkflow-action-icons {
  display: none;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__NoticeMessage, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Workflow__NoticeMessage {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  padding: 3rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Badge, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Badge {
  padding: 0px 15px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #ccc;
  color: #aaa;
  font-weight: bold;
  margin: 1rem 0;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Group, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Group {
  font-weight: bold;
  margin-top: 3rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Group:first-child, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Group:first-child {
  margin-top: 0;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .form-actions, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .form-actions {
  padding: 1.7rem 1.7rem 1.7rem 1.7rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Or, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Or {
  display: block;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Condition, .ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Action, .ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Trigger, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Condition, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Action, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Info__Trigger {
  margin: 1rem 0;
  padding-left: 0.5rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Action-Integration-Icon, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflow.WorkflowLibrary__WorkflowInfo .Action-Integration-Icon {
  width: 20px;
  position: relative;
  top: 5px;
  border-radius: 3px;
}

.ta-app-workflow-library-page .Polaris-Page__Title, .ta-app-create-new-workflow-page .Polaris-Page__Title {
  display: none;
}
.ta-app-workflow-library-page .Polaris-Page .Polaris-Page__Header .Polaris-Page__Title .Polaris-DisplayText, .ta-app-create-new-workflow-page .Polaris-Page .Polaris-Page__Header .Polaris-Page__Title .Polaris-DisplayText {
  display: block;
}
.ta-app-workflow-library-page div[id^=Polaris-Form-Wrapper-], .ta-app-create-new-workflow-page div[id^=Polaris-Form-Wrapper-] {
  background: none;
  border: none;
  box-shadow: none;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search, .ta-app-create-new-workflow-page .WorkflowLibrary__Search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search .Polaris-TextField, .ta-app-create-new-workflow-page .WorkflowLibrary__Search .Polaris-TextField {
  margin-right: 5px;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search input[type=text], .ta-app-create-new-workflow-page .WorkflowLibrary__Search input[type=text] {
  font-size: 2rem;
  padding: 1rem;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search input[name=browse], .ta-app-create-new-workflow-page .WorkflowLibrary__Search input[name=browse] {
  margin-left: 5px;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search .Polaris-Labelled__LabelWrapper, .ta-app-create-new-workflow-page .WorkflowLibrary__Search .Polaris-Labelled__LabelWrapper {
  display: none;
}
.ta-app-workflow-library-page .WorkflowLibrary__Search .Polaris-FormLayout__Item, .ta-app-create-new-workflow-page .WorkflowLibrary__Search .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
}
.ta-app-workflow-library-page .WorkflowLibrary__SearchFilters, .ta-app-create-new-workflow-page .WorkflowLibrary__SearchFilters {
  display: flex;
}
.ta-app-workflow-library-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset > .Polaris-FormLayout__Item, .ta-app-create-new-workflow-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset > .Polaris-FormLayout__Item {
  margin-left: 0px;
}
.ta-app-workflow-library-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset .form-checkboxes, .ta-app-create-new-workflow-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.ta-app-workflow-library-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset .form-checkboxes > .Polaris-FormLayout__Item, .ta-app-create-new-workflow-page .WorkflowLibrary__SearchFilters .Polaris-Fieldset .form-checkboxes > .Polaris-FormLayout__Item {
  margin: 0;
  max-width: none;
  flex: none;
  min-width: 0;
  padding-right: 1rem;
  padding-right: 3rem;
  width: auto;
  padding-bottom: 1rem;
}
.ta-app-workflow-library-page .Workflow--disabled h2, .ta-app-create-new-workflow-page .Workflow--disabled h2 {
  color: rgb(222, 54, 24);
}
.ta-app-workflow-library-page .Workflow__Disabled, .ta-app-create-new-workflow-page .Workflow__Disabled {
  color: rgb(222, 54, 24);
  font-weight: bold;
}
.ta-app-workflow-library-page .Workflows-Empty, .ta-app-create-new-workflow-page .Workflows-Empty {
  text-align: center;
  margin: 5rem 0 0 0;
}
.ta-app-workflow-library-page .Workflows-Empty .Workflows-Empty__Text, .ta-app-create-new-workflow-page .Workflows-Empty .Workflows-Empty__Text {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows, .ta-app-workflow-library-page .WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .ta-app-workflow-library-page #WorkflowLibrary__Workflows, .ta-app-workflow-library-page .WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1190px) {
  .ta-app-workflow-library-page #WorkflowLibrary__Workflows, .ta-app-workflow-library-page .WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows.hidden, .ta-app-workflow-library-page .WorkflowLibrary__Workflows.hidden, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows.hidden, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows.hidden {
  display: none;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  padding: 1.35rem 1.7rem 7rem 1.7rem;
  position: relative;
  border: 1px solid #f3f3f3;
  transition: all 0.3s;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version {
  position: absolute;
  top: 1.5rem;
  font-size: 1.25rem;
  color: rgb(69, 79, 91);
  opacity: 0.35;
  border-radius: 20px;
  transition: opacity 0.5s;
  font-family: Monospace;
  padding: 1px 8px 0 8px;
  background-color: rgb(223, 227, 232);
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-id {
  right: 1.5rem;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-version {
  left: 1.5rem;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .install-button, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .install-button, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .install-button, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .install-button {
  transition: all 0.3s;
  transform: translateY(10px);
  opacity: 0;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover {
  border: 1px solid rgb(0, 122, 206);
  box-shadow: 2px 2px 25px #d1d5ed;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-id, .ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-version, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-id, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-version, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-id, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-version, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-id, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover .shared-workflow-version {
  opacity: 1;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover a.install-button, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover a.install-button, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover a.install-button, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow:hover a.install-button {
  transform: translateY(0px);
  opacity: 1;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon {
  width: auto;
  text-align: center;
  padding: 0.5rem 2rem 2rem;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon img, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon img, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon img, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .shared-workflow-icon img {
  height: 5rem;
  width: auto;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .workflow-more-info-full-click, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .workflow-more-info-full-click, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .workflow-more-info-full-click, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .workflow-more-info-full-click {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2 .label-icon, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2 .label-icon, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2 .label-icon, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h2 .label-icon {
  min-width: 2.25rem;
  display: inline-block;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h3, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h3, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h3, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow h3 {
  font-weight: bold;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.7rem 1rem 1.7rem;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-end;
  opacity: 1;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip {
  text-align: center;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__tooltip-icon, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__tooltip-icon, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__tooltip-icon, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__tooltip-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__text-wrapper, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__text-wrapper, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__text-wrapper, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .help__tooltip .help__text-wrapper {
  left: -108px;
}
.ta-app-workflow-library-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .Polaris-Button--plain, .ta-app-workflow-library-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .Polaris-Button--plain, .ta-app-create-new-workflow-page #WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .Polaris-Button--plain, .ta-app-create-new-workflow-page .WorkflowLibrary__Workflows .WorkflowLibrary__Workflow .form-actions .Polaris-Button--plain {
  margin: 0;
  margin-right: 0.5rem;
}
.ta-app-workflow-library-page .library_loading.hidden, .ta-app-create-new-workflow-page .library_loading.hidden {
  display: none;
}
.ta-app-workflow-library-page .footer, .ta-app-create-new-workflow-page .footer {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 800px) {
  .ta-app-workflow-library-page .footer, .ta-app-create-new-workflow-page .footer {
    flex-wrap: nowrap;
  }
}
.ta-app-workflow-library-page .footer.hidden, .ta-app-create-new-workflow-page .footer.hidden {
  display: none;
}
.ta-app-workflow-library-page .footer .footer-text, .ta-app-create-new-workflow-page .footer .footer-text {
  width: 100%;
  order: 2;
}
@media (min-width: 800px) {
  .ta-app-workflow-library-page .footer .footer-text, .ta-app-create-new-workflow-page .footer .footer-text {
    max-width: 75%;
    order: 1;
  }
}
.ta-app-workflow-library-page .footer .footer-image, .ta-app-create-new-workflow-page .footer .footer-image {
  font-size: 14rem;
  text-align: center;
  color: rgb(145, 158, 171);
  width: 100%;
  position: relative;
  order: 1;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .ta-app-workflow-library-page .footer .footer-image, .ta-app-create-new-workflow-page .footer .footer-image {
    order: 2;
    max-width: 25%;
    margin-bottom: 0rem;
  }
}
@media (min-width: 800px) {
  .ta-app-workflow-library-page .footer .footer-image svg, .ta-app-create-new-workflow-page .footer .footer-image svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

body.ta-app-public-library-page .Polaris-Page__Header {
  display: none;
}
body.ta-app-public-library-page .image-link {
  text-align: center;
  margin-top: 20px;
}
body.ta-app-public-library-page .image-link img {
  display: inline-block;
}
body.ta-app-public-library-page .Polaris-Page {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  padding-bottom: 5rem;
}
body.ta-app-public-library-page .Fancy-Checklist {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
body.ta-app-public-library-page .Fancy-Checklist li {
  position: relative;
  padding-left: 35px;
  font-size: 1.75rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
}
body.ta-app-public-library-page .Fancy-Checklist li .fa-check {
  color: rgb(80, 184, 60);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 24px;
}
body.ta-app-public-library-page .copy {
  text-align: center;
  max-width: 600px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
body.ta-app-public-library-page .copy h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 3.25rem;
}
body.ta-app-public-library-page .copy p {
  font-size: 1.75rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
}
body.ta-app-public-library-page .Install {
  max-width: 600px;
  margin: auto;
}
body.ta-app-public-library-page .Install .Install__Shop .Polaris-TextField {
  height: 100%;
}
body.ta-app-public-library-page .Install .Install__Button input {
  font-size: 1.9rem;
}
body.ta-app-public-library-page .Integrations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media screen and (min-width: 768px) {
  body.ta-app-public-library-page .Integrations {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  body.ta-app-public-library-page .Integrations {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
}
body.ta-app-public-library-page .Integrations .Integration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background-color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
body.ta-app-public-library-page .Integrations .Integration__Label {
  font-size: 2rem;
  line-height: 2.4rem;
  display: none;
}
@media screen and (min-width: 500px) {
  body.ta-app-public-library-page .Integrations .Integration__Label {
    display: block;
  }
}
body.ta-app-public-library-page .Integrations .Integration__Icon {
  display: inline-block;
  margin: auto;
}
@media screen and (min-width: 500px) {
  body.ta-app-public-library-page .Integrations .Integration__Icon {
    margin: inherit;
  }
}
body.ta-app-public-library-page .Integrations .Integration__Icon img {
  display: block;
}
body.ta-app-public-library-page .AppPageHeader {
  text-align: center;
}
body.ta-app-public-library-page .AppPageHeader .App__Icon {
  display: inline-block;
}
body.ta-app-public-library-page .AppPageHeader .App__Icon img {
  display: block;
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
}
body.ta-app-public-library-page .AppPageHeader .App__Title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin: 2rem 0;
}
body.ta-app-public-library-page .AppPageHeader .App__Title .small {
  font-size: 1.75rem;
  color: rgb(69, 79, 91);
}
body.ta-app-public-library-page .Workflow .Workflow__Label {
  font-size: 1.75rem;
  margin-bottom: 5px;
  font-weight: bold;
}
body.ta-app-public-library-page .Workflow__Integrations {
  text-align: center;
}
@media screen and (min-width: 500px) {
  body.ta-app-public-library-page .Workflow__Integrations {
    text-align: left;
    display: flex;
    align-items: center;
  }
}
body.ta-app-public-library-page .Workflow__Integrations > .label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(69, 79, 91);
}
body.ta-app-public-library-page .Workflow__Integrations .TryNow__Link {
  margin-left: auto;
}
body.ta-app-public-library-page .Workflow__Integrations .Workflow__Integration {
  background-color: rgb(249, 250, 251);
  border: 1px solid rgb(223, 227, 232);
  border-radius: 50px;
  padding: 4px 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 500px) {
  body.ta-app-public-library-page .Workflow__Integrations .Workflow__Integration {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.ta-app-public-library-page .Workflow__Integrations .Workflow__Integration .Integration__Icon {
  display: inline-block;
  margin-left: 5px;
}
body.ta-app-public-library-page .Workflow__Integrations .Workflow__Integration .Integration__Icon img {
  display: block;
}

.ta-app-workflow-test-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflow-test-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-test-page #Polaris-Form-Wrapper-ta_app_workflow_test_form {
  background: transparent;
  box-shadow: none;
}
.ta-app-workflow-test-page #Polaris-Form-Wrapper-ta_app_workflow_test_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-test-page form.loading #search-results-wrapper .SearchObjectInner {
  opacity: 0.25;
}
.ta-app-workflow-test-page form.loading #search-results-wrapper {
  pointer-events: none;
}
.ta-app-workflow-test-page #search-wrapper > .Polaris-FormLayout__Item {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}
.ta-app-workflow-test-page #search-wrapper input[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ta-app-workflow-test-page .loader {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: none;
}
.ta-app-workflow-test-page .Workflow-Test__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-test-page .Condition-Label {
  background-color: rgb(235, 245, 250);
}
.ta-app-workflow-test-page .Condition-Value {
  background-color: rgb(246, 240, 253);
}
.ta-app-workflow-test-page .Workflow-Action textarea.autogrow {
  overflow: hidden;
}
.ta-app-workflow-test-page .Action-Label {
  background-color: rgb(235, 245, 250);
}
.ta-app-workflow-test-page .Action-Label .show-on-hover {
  overflow: hidden;
  max-width: 0;
  transition: max-width 0.5s;
}
.ta-app-workflow-test-page .Action-Label:hover .show-on-hover {
  max-width: 500px;
}
.ta-app-workflow-test-page .Action-Wait {
  background-color: rgb(251, 234, 229);
}
.ta-app-workflow-test-page .Polaris-Badge--error {
  background-color: rgb(251, 234, 229);
  color: rgb(88, 60, 53);
}
.ta-app-workflow-test-page .button-wrapper {
  position: relative;
}
.ta-app-workflow-test-page .button-wrapper .open-loader {
  position: relative;
  margin-right: 10px;
  top: 5px;
}
.ta-app-workflow-test-page .ActionSettings {
  position: relative;
}
.ta-app-workflow-test-page .ActionSettings .ActionDisabledMessage .Polaris-Banner {
  margin-bottom: 1rem;
}
.ta-app-workflow-test-page .ActionSettings .centered-loader {
  position: absolute;
  left: calc(50% - 22px);
  top: calc(50% - 22px);
  z-index: 50;
}
.ta-app-workflow-test-page .ActionSettings.change-loading {
  position: relative;
}
.ta-app-workflow-test-page .ActionSettings.change-loading > *:not(.centered-loader):not(.Polaris-Card__SectionHeader) {
  opacity: 0.35;
  filter: blur(2px);
  pointer-events: none;
}
.ta-app-workflow-test-page .ActionsWrapper {
  margin-top: 1rem;
  padding: 2rem;
}
.ta-app-workflow-test-page .ActionsWrapper > h3 {
  text-align: center;
  margin-bottom: 10px;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2rem;
  border: 1px solid rgb(223, 227, 232);
  height: 65px;
  position: relative;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.loading .Polaris-Spinner {
  position: absolute;
  right: 15px;
  top: 5px;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.loading input[disabled] {
  opacity: 0.25;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action:not(:last-child) {
  border-bottom: none;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.open {
  border-left: 5px solid rgb(0, 122, 206);
  border-bottom: none;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.open .ActionLabel {
  padding-left: calc(6rem - 4px);
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.open .ActionLabel .Action-Integration-Icon {
  left: calc(2rem - 4px);
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.Workflow-Action--untestable {
  background-color: rgba(255, 255, 255, 0.5);
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action.Workflow-Action--untestable .ActionLabel {
  opacity: 0.5;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action .ActionLabel {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  padding: 2rem 2rem 2rem 6rem;
  overflow: visible;
  display: flex;
  align-items: center;
  line-height: 1.3rem;
  min-height: 24px;
  position: relative;
  max-width: calc(100% - 120px);
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action .ActionLabel .help__tooltip {
  line-height: 20px;
}
.ta-app-workflow-test-page .ActionsWrapper .Workflow-Action .ActionLabel .Action-Integration-Icon {
  width: 32px;
  position: absolute;
  left: 2rem;
  border-radius: 3px;
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings {
  background-color: white;
  padding: 2rem;
  padding-top: 0;
  border: 1px solid rgb(223, 227, 232);
  border-top: none;
  border-left: 5px solid rgb(0, 122, 206);
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: none;
  width: 100%;
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings .form-checkboxes {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings .form-checkboxes > .Polaris-FormLayout__Item {
  margin-top: 0;
  width: auto;
  min-width: 0;
  margin-right: 2rem;
  flex: 0 0 auto;
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings > .Polaris-Fieldset:first-child > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.ta-app-workflow-test-page .ActionsWrapper .ActionSettings > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
.ta-app-workflow-test-page .Workflow-Logs {
  margin-top: 1rem;
  padding: 2rem;
}
.ta-app-workflow-test-page .Workflow-Logs hr {
  border: none;
  height: 1px;
  background-color: rgb(223, 227, 232);
}
.ta-app-workflow-test-page .Workflow-Logs > h3 {
  text-align: center;
  margin-bottom: 10px;
}
.ta-app-workflow-test-page .ConditionResults {
  margin-top: 3rem;
  padding: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.ta-app-workflow-test-page .ConditionResults .condition-results-inner {
  border-left: 1px solid rgb(223, 227, 232);
  border-right: 1px solid rgb(223, 227, 232);
}
.ta-app-workflow-test-page .ConditionResults h3 {
  margin-bottom: 10px;
  text-align: center;
}
.ta-app-workflow-test-page .ConditionResults .OverallConditionResults {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}
.ta-app-workflow-test-page .ConditionResults .OverallConditionResults i, .ta-app-workflow-test-page .ConditionResults .OverallConditionResults svg {
  margin-left: 5px;
}
.ta-app-workflow-test-page .ConditionResults .OverallConditionResults.OverallConditionResults--pass .Polaris-Badge {
  background-color: rgb(227, 241, 223);
  color: rgb(65, 79, 62);
}
.ta-app-workflow-test-page .ConditionResults .OverallConditionResults.OverallConditionResults--fail .Polaris-Badge {
  background-color: rgb(251, 234, 229);
  color: rgb(88, 60, 53);
}
.ta-app-workflow-test-page .ConditionResults .ConditionResult {
  padding: 2rem;
  border-bottom: 1px solid rgb(223, 227, 232);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  background-color: white;
}
.ta-app-workflow-test-page .ConditionResults .ConditionResult:first-child {
  border-top: 1px solid rgb(223, 227, 232);
}
.ta-app-workflow-test-page .ConditionResults .ConditionResult .ConditionResult__StatusBadge svg {
  margin-left: 3px;
}
.ta-app-workflow-test-page .ConditionResults .ConditionResult.ConditionResult--pass .ConditionResult__StatusBadge .Polaris-Badge {
  background-color: rgb(227, 241, 223);
  color: rgb(65, 79, 62);
}
.ta-app-workflow-test-page .ConditionResults .ConditionResult.ConditionResult--fail .ConditionResult__StatusBadge .Polaris-Badge {
  background-color: rgb(251, 234, 229);
  color: rgb(88, 60, 53);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select {
  width: 100%;
  margin-top: 1rem;
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option {
  cursor: default;
  pointer-events: all;
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.hidden {
  display: none;
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--pass {
  background-color: rgb(227, 241, 223);
  border-left-color: rgb(80, 184, 60);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--pass .option__badge i, .ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--pass .option__badge svg {
  color: rgb(80, 184, 60);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--pass .option__badge:hover {
  border: 1px solid rgb(80, 184, 60);
  color: rgb(80, 184, 60);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--fail {
  background-color: rgb(251, 234, 229);
  border-left-color: rgb(222, 54, 24);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--fail .option__badge i, .ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--fail .option__badge svg {
  color: rgb(222, 54, 24);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option.option-status--fail .option__badge:hover {
  border: 1px solid rgb(222, 54, 24);
  color: rgb(222, 54, 24);
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option .option__badge {
  top: 19px;
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option .option__badge .text {
  max-width: none;
  opacity: 0;
  margin-right: 7px;
}
.ta-app-workflow-test-page .Workflow-Fancy-Select .option .option__badge:hover .text {
  opacity: 1;
  max-width: none;
  margin-right: 7px;
}
.ta-app-workflow-test-page #fancy-wrapper {
  margin-top: 3rem;
  padding: 2rem;
}
.ta-app-workflow-test-page #fancy-wrapper h3 {
  text-align: center;
}
.ta-app-workflow-test-page .TestResource {
  margin-top: 4rem;
}
.ta-app-workflow-test-page .TestResource h3 {
  text-align: center;
  margin-bottom: 5px;
}
.ta-app-workflow-test-page .TestResource__RemoveWrapper {
  margin-top: 1rem;
  text-align: center;
}
.ta-app-workflow-test-page .TestResource__RemoveWrapper > a {
  position: relative;
  top: 1px;
}
.ta-app-workflow-test-page .TestObject {
  max-width: calc(33.33333% - 1rem);
  margin: auto;
  pointer-events: none;
}
.ta-app-workflow-test-page #search-results-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}
.ta-app-workflow-test-page .SearchObject {
  border: 1px solid rgb(223, 227, 232);
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  position: relative;
}
.ta-app-workflow-test-page .SearchObject .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.ta-app-workflow-test-page .SearchObject:hover, .ta-app-workflow-test-page .SearchObject.loading {
  border-color: rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
.ta-app-workflow-test-page .SearchObject:hover .SearchObject__Title, .ta-app-workflow-test-page .SearchObject.loading .SearchObject__Title {
  color: rgb(8, 78, 138);
}
.ta-app-workflow-test-page .SearchObject img {
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 10px;
  height: fit-content;
  width: 50px;
}
.ta-app-workflow-test-page .SearchObject input[type=submit] {
  display: none;
}
.ta-app-workflow-test-page .SearchObject__Title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.ta-app-workflow-test-page .SearchObjectInner {
  display: flex;
}

.ta-app-workflow-settings-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ta-app-workflow-settings-page #messages-wrapper {
  margin-bottom: 10px;
  margin-top: 2rem;
}
.ta-app-workflow-settings-page .Workflow-Settings__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-settings-page #Polaris-Form-Wrapper-ta_app_workflow_settings_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflow-settings-page #Polaris-Form-Wrapper-ta_app_workflow_settings_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-settings-page .Polaris-Card__Section > .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-workflow-settings-page .Polaris-Card__Section > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
.ta-app-workflow-settings-page #edit-workflow-top-section-notification-settings {
  margin-top: 1.6rem;
}
.ta-app-workflow-settings-page #edit-workflow-top-section-notification-settings .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-workflow-settings-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-settings-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflow-settings-page .Notification-table {
  margin-top: 1.5rem;
  width: 100%;
}
.ta-app-workflow-settings-page .Notification-table tbody {
  width: 100%;
}
.ta-app-workflow-settings-page .Notification-table tbody tr td {
  white-space: normal;
  padding-right: 1rem;
}

.ta-app-workflow-admin-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ta-app-workflow-admin-page #messages-wrapper {
  margin-bottom: 10px;
}
.ta-app-workflow-admin-page .Workflow-Admin__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-admin-page #Polaris-Form-Wrapper-ta_app_workflow_admin_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflow-admin-page #Polaris-Form-Wrapper-ta_app_workflow_admin_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-admin-page .default-icon .disabled-text {
  color: rgb(191, 7, 17);
  display: none;
}
.ta-app-workflow-admin-page .default-icon.disabled .default-icon-info {
  color: grey;
  opacity: 50%;
}
.ta-app-workflow-admin-page .default-icon.disabled .default-icon-info img {
  filter: grayscale(100%);
}
.ta-app-workflow-admin-page .default-icon.disabled .disabled-text {
  display: block;
}
.ta-app-workflow-admin-page .icon_picker_options {
  width: 0px;
  height: 0px;
}
.ta-app-workflow-admin-page .remove-icon {
  margin-left: 1.2rem;
}
.ta-app-workflow-admin-page .remove-icon.hidden {
  display: none;
}
.ta-app-workflow-admin-page .icon_picker_icon_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  margin-left: 1.8rem;
}
.ta-app-workflow-admin-page .icon_picker_icon_wrapper .shared-workflow-icon {
  height: 7rem;
  margin: 0.75rem;
  padding: 0.75rem;
  cursor: pointer;
  border: solid 2px transparent;
  border-radius: 3px;
  transition: border-color 0.3s ease-in-out;
  transition: all 0.3s;
}
.ta-app-workflow-admin-page .icon_picker_icon_wrapper .shared-workflow-icon:hover, .ta-app-workflow-admin-page .icon_picker_icon_wrapper .shared-workflow-icon.selected {
  border: solid 2px #4959bd;
}
.ta-app-workflow-admin-page .icon_picker_icon_wrapper .shared-workflow-icon img {
  height: 100%;
  width: auto;
}
.ta-app-workflow-admin-page .Polaris-Card__Section > .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-workflow-admin-page .Polaris-Card__Section > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
.ta-app-workflow-admin-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-admin-page .Polaris-Page__Content {
  margin-top: 0;
}

.ta-app-workflow-disable-notifications-page {
  text-align: center;
  background-color: #eef1f4;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page .Polaris-Banner--withinPage {
  margin-bottom: 2rem;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page #block-content {
  max-width: 960px;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page h1, .ta-app-workflow-disable-notifications-page .Polaris-Page h2, .ta-app-workflow-disable-notifications-page .Polaris-Page h3 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page h1 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 3.2rem;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 3.25rem;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page .App__Icon img {
  border-radius: 20px;
  border: 3px solid white;
}
.ta-app-workflow-disable-notifications-page .Polaris-Page form #edit-actions {
  margin-top: 2rem;
}

.plan-picker-page.app--triggers .plan-wrapper--paid {
  max-width: 350px;
}
.plan-picker-page.app--triggers .plans-wrapper.plans-count--3 .plan-wrapper {
  max-width: 290px;
}
.plan-picker-page.app--triggers .plans-wrapper.plans-count--4 .plans {
  flex-wrap: wrap;
}
.plan-picker-page.app--triggers .plans-wrapper.plans-count--4 .current-plan {
  width: 100%;
  flex-basis: 100%;
  max-width: none;
  margin-bottom: 2rem;
}
.plan-picker-page.app--triggers .plans-wrapper.plans-count--4 .current-plan > .Polaris-Card {
  max-width: 350px;
  margin: auto;
}
.plan-picker-page.app--triggers .plans-wrapper.plans-count--4 .plan-wrapper:not(.current-plan) {
  max-width: 290px;
}

.Job__ProgressBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgb(187, 229, 179);
}
.Job__ProgressBar .Job__ProgressBarInner {
  height: 100%;
  background-color: rgb(80, 184, 60);
}

.Job {
  padding: 2rem;
  position: relative;
}
.Job.Job--status-in_progress, .Job.Job--status-actions_running {
  padding-bottom: 3rem;
}
.Job.Job--status-cancelled {
  background-color: #fdf6e0;
}
.Job.Job--status-error {
  background-color: #fdf5f2;
}
.Job.Job--status-in_progress, .Job.Job--status-gathering {
  background-color: #fbfdfe;
}
.Job.Job--status-finished, .Job.Job--status-actions_running {
  background-color: #f3f9f1;
}
.Job .label {
  font-weight: 600;
}

.Job__ActionErrors {
  margin-top: 5px;
}
.Job__ActionErrors .Job__ActionsRun:first-child {
  margin-top: 0;
}

.Job__ActionsRunTitle {
  margin-top: 10px;
}

.Job__ActionsRun {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.Job__ActionsRun .label {
  margin-right: 10px;
}
.Job__ActionsRun .Action-Integration-Icon {
  position: relative;
  left: auto;
  top: auto;
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.Job__Status {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.Job__Status .Polaris-Badge {
  text-transform: uppercase;
  font-weight: bold;
}

.Job__Status--finished .Polaris-Badge, .Job__Status--actions_running .Polaris-Badge {
  background-color: rgb(227, 241, 223);
  border-color: rgb(80, 184, 60);
  color: rgb(65, 79, 62);
}

.Job__Status--gathering .Polaris-Badge {
  background-color: rgb(235, 245, 250);
  border-color: rgb(0, 122, 206);
  color: rgb(62, 78, 87);
}

.Job__Status--in_progress .Polaris-Badge {
  background-color: rgb(235, 245, 250);
  border-color: rgb(0, 122, 206);
  color: rgb(62, 78, 87);
}

.Job__Status--cancelled .Polaris-Badge {
  background-color: rgb(252, 241, 205);
  border-color: rgb(238, 194, 0);
  color: rgb(89, 81, 48);
}

.Job__Status--error .Polaris-Badge {
  background-color: rgb(251, 234, 229);
  border-color: rgb(222, 54, 24);
  color: rgb(88, 60, 53);
}

.ta-app-scheduled-workflow-page .search-graph-results .select-all-message.no-results {
  display: block !important;
}

.ta-app-scheduled-workflow-page .GlobalMessages, .ta-app-manual-workflow-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.ta-app-scheduled-workflow-page .db_filters_wrapper .Schedule-Filter .Polaris-FormLayout__Item:not(:first-child), .ta-app-manual-workflow-page .db_filters_wrapper .Schedule-Filter .Polaris-FormLayout__Item:not(:first-child) {
  margin-top: 0.5rem;
}
.ta-app-scheduled-workflow-page .db_filters_wrapper .Schedule-Filter .Polaris-Labelled__LabelWrapper .help__tooltip, .ta-app-manual-workflow-page .db_filters_wrapper .Schedule-Filter .Polaris-Labelled__LabelWrapper .help__tooltip {
  top: 0;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter {
  display: flex;
  margin-top: 0;
  margin-left: 0;
  align-items: center;
  margin-bottom: 2rem;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .help__tooltip, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .help__tooltip {
  top: 0px;
  margin-left: 0px;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .Polaris-Labelled__LabelWrapper, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .Polaris-Labelled__LabelWrapper {
  margin-bottom: 0;
  margin-right: 5px;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios {
  display: flex;
  align-items: center;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios > .Polaris-FormLayout__Item {
  min-width: 0;
  margin: 0;
  padding: 0;
  flex: auto;
  margin-right: 2rem;
}
.ta-app-scheduled-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios > .Polaris-FormLayout__Item .Polaris-Choice__Label, .ta-app-manual-workflow-page .Polaris-FormLayout__Item.Schedule__SourceFilter .form-radios > .Polaris-FormLayout__Item .Polaris-Choice__Label {
  white-space: nowrap;
}
.ta-app-scheduled-workflow-page .schedulable-filter-types.Polaris-FormLayout__Item, .ta-app-manual-workflow-page .schedulable-filter-types.Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 250px;
}
.ta-app-scheduled-workflow-page .schedulable-filter-types .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .schedulable-filter-types .Polaris-FormLayout__Item {
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  margin-right: 1.5em;
  min-width: 0;
}
.ta-app-scheduled-workflow-page .segment-query-filter-container .Polaris-FormLayout__Item,
.ta-app-scheduled-workflow-page .customer-segment-filter-container .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .segment-query-filter-container .Polaris-FormLayout__Item,
.ta-app-manual-workflow-page .customer-segment-filter-container .Polaris-FormLayout__Item {
  margin-left: 0rem;
  margin-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .Workflow-Schedule__Title, .ta-app-scheduled-workflow-page .Workflow-Bulk-Operations__Title, .ta-app-manual-workflow-page .Workflow-Schedule__Title, .ta-app-manual-workflow-page .Workflow-Bulk-Operations__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-scheduled-workflow-page .Polaris-Page, .ta-app-manual-workflow-page .Polaris-Page {
  margin-top: 0px;
}
.ta-app-scheduled-workflow-page .graphql-search-confirmation .Polaris-List__Item, .ta-app-manual-workflow-page .graphql-search-confirmation .Polaris-List__Item {
  padding-left: 0;
  margin-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .graphql-search-confirmation .Polaris-List__Item:last-child, .ta-app-manual-workflow-page .graphql-search-confirmation .Polaris-List__Item:last-child {
  margin-bottom: 0;
}
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-ta_app_schedule_edit_form,
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-ta_app_manual_schedule_edit_form,
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-gs_app_manual_schedule_edit_form, .ta-app-manual-workflow-page #Polaris-Form-Wrapper-ta_app_schedule_edit_form,
.ta-app-manual-workflow-page #Polaris-Form-Wrapper-ta_app_manual_schedule_edit_form,
.ta-app-manual-workflow-page #Polaris-Form-Wrapper-gs_app_manual_schedule_edit_form {
  background: none;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-ta_app_schedule_edit_form > .Polaris-Card__Section,
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-ta_app_manual_schedule_edit_form > .Polaris-Card__Section,
.ta-app-scheduled-workflow-page #Polaris-Form-Wrapper-gs_app_manual_schedule_edit_form > .Polaris-Card__Section, .ta-app-manual-workflow-page #Polaris-Form-Wrapper-ta_app_schedule_edit_form > .Polaris-Card__Section,
.ta-app-manual-workflow-page #Polaris-Form-Wrapper-ta_app_manual_schedule_edit_form > .Polaris-Card__Section,
.ta-app-manual-workflow-page #Polaris-Form-Wrapper-gs_app_manual_schedule_edit_form > .Polaris-Card__Section {
  padding: 5px;
  padding-top: 3px;
  overflow: visible;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions, .ta-app-manual-workflow-page .Schedule-Section__Actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions input, .ta-app-manual-workflow-page .Schedule-Section__Actions input {
  margin-right: 0.5rem;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions .ScheduleQuota, .ta-app-manual-workflow-page .Schedule-Section__Actions .ScheduleQuota {
  margin-left: auto;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions .ScheduleQuota .Polaris-Badge, .ta-app-manual-workflow-page .Schedule-Section__Actions .ScheduleQuota .Polaris-Badge {
  padding: 2px 12px;
  background-color: rgb(235, 245, 250);
  color: rgb(62, 78, 87);
  border: 1px solid rgb(0, 122, 206);
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions .ScheduleQuota .label, .ta-app-manual-workflow-page .Schedule-Section__Actions .ScheduleQuota .label {
  font-weight: bold;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions .ScheduleQuota .contents, .ta-app-manual-workflow-page .Schedule-Section__Actions .ScheduleQuota .contents {
  margin-left: 3px;
}
.ta-app-scheduled-workflow-page .Schedule-Section__Actions .Polaris-Banner, .ta-app-manual-workflow-page .Schedule-Section__Actions .Polaris-Banner {
  flex: 0 0 auto;
  width: 100%;
}
.ta-app-scheduled-workflow-page .Past-Jobs, .ta-app-manual-workflow-page .Past-Jobs {
  margin-top: 3rem;
}
.ta-app-scheduled-workflow-page .Past-Jobs > h2, .ta-app-manual-workflow-page .Past-Jobs > h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .Past-Jobs__Actions, .ta-app-manual-workflow-page .Past-Jobs__Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5px;
}
.ta-app-scheduled-workflow-page select.Util__display-none ~ div, .ta-app-manual-workflow-page select.Util__display-none ~ div {
  display: none;
}
.ta-app-scheduled-workflow-page .Schedule-Filter-Settings, .ta-app-manual-workflow-page .Schedule-Filter-Settings {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.ta-app-scheduled-workflow-page .Schedule-Filters, .ta-app-manual-workflow-page .Schedule-Filters {
  padding: 2rem;
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget, .ta-app-manual-workflow-page .Select-Filter-Widget {
  display: flex;
  border: 1px solid rgb(223, 227, 232);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  transition: all 0.3s;
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget .Add-Filter-Label, .ta-app-manual-workflow-page .Select-Filter-Widget .Add-Filter-Label {
  position: relative;
  top: calc(50% - 10px);
  font-weight: bold;
  color: rgb(196, 205, 213);
  position: absolute;
  left: calc(50% - 40px);
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget:hover, .ta-app-manual-workflow-page .Select-Filter-Widget:hover {
  border-color: rgb(0, 122, 206);
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget:hover > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Select-Filter-Widget:hover > .Polaris-FormLayout__Item {
  opacity: 1;
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Select-Filter-Widget > .Polaris-FormLayout__Item {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
}
.ta-app-scheduled-workflow-page .Select-Filter-Widget > .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper, .ta-app-manual-workflow-page .Select-Filter-Widget > .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  display: none;
}
.ta-app-scheduled-workflow-page .Schedule-Filter, .ta-app-manual-workflow-page .Schedule-Filter {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ta-app-scheduled-workflow-page .Schedule-Filter input[name^=remove_filter_], .ta-app-manual-workflow-page .Schedule-Filter input[name^=remove_filter_] {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: -0.9rem;
  top: -1rem;
  padding: 0;
  opacity: 0;
  transition: all 0.3s;
}
.ta-app-scheduled-workflow-page .Schedule-Filter:hover input[name^=remove_filter_], .ta-app-manual-workflow-page .Schedule-Filter:hover input[name^=remove_filter_] {
  opacity: 1;
}
.ta-app-scheduled-workflow-page .Schedule-Filter > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Schedule-Filter > .Polaris-FormLayout__Item {
  min-width: 0;
  margin: 0;
  flex: none;
  max-width: none;
}
.ta-app-scheduled-workflow-page .Schedule-Filter .form-checkboxes, .ta-app-manual-workflow-page .Schedule-Filter .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ta-app-scheduled-workflow-page .Schedule-Filter .form-checkboxes > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Schedule-Filter .form-checkboxes > .Polaris-FormLayout__Item {
  margin: 0;
  min-width: 0;
  flex: none;
  width: 50%;
}
.ta-app-scheduled-workflow-page .Schedule-Filter .Schedule-Filter__Label, .ta-app-manual-workflow-page .Schedule-Filter .Schedule-Filter__Label {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.8rem;
}
.ta-app-scheduled-workflow-page .CheckDate, .ta-app-manual-workflow-page .CheckDate {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.ta-app-scheduled-workflow-page .Schedule-Section, .ta-app-manual-workflow-page .Schedule-Section {
  padding-bottom: 2rem;
  padding-top: 4px;
  overflow: visible;
}
.ta-app-scheduled-workflow-page .Schedule-Section > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Schedule-Section > .Polaris-FormLayout__Item {
  padding-right: 2rem;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__DayTime, .ta-app-manual-workflow-page .Schedule-Frequency__DayTime {
  display: flex;
  align-items: flex-end;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__DayTime .Schedule-Frequency__Day, .ta-app-manual-workflow-page .Schedule-Frequency__DayTime .Schedule-Frequency__Day {
  padding-right: 0;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__DayTime .at, .ta-app-manual-workflow-page .Schedule-Frequency__DayTime .at {
  margin: 0 3px 8px 9px;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__Time, .ta-app-manual-workflow-page .Schedule-Frequency__Time {
  display: flex;
  min-width: 270px;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__Time .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Schedule-Frequency__Time .Polaris-FormLayout__Item {
  margin-left: 0.5rem;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__TimeOnly, .ta-app-manual-workflow-page .Schedule-Frequency__TimeOnly {
  display: flex;
  align-items: flex-end;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__TimeOnly .Polaris-FormLayout__Item:first-child, .ta-app-manual-workflow-page .Schedule-Frequency__TimeOnly .Polaris-FormLayout__Item:first-child {
  margin-left: 2rem;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__OptionGroup, .ta-app-manual-workflow-page .Schedule-Frequency__OptionGroup {
  padding-right: 2rem;
}
.ta-app-scheduled-workflow-page .Schedule-Frequency__OptionGroup .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Schedule-Frequency__OptionGroup .Polaris-FormLayout__Item {
  min-width: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables, .ta-app-manual-workflow-page .Workflow-Variables {
  padding: 2rem;
  padding-bottom: 0;
  position: relative;
}
.ta-app-scheduled-workflow-page .Workflow-Variables .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
  margin-top: 0px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables .Polaris-FormLayout__Item.share-variable-wrapper, .ta-app-manual-workflow-page .Workflow-Variables .Polaris-FormLayout__Item.share-variable-wrapper {
  padding-bottom: 0px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-loading-overlay, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-loading-overlay {
  position: absolute;
  display: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-loading-overlay.visible, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-loading-overlay.visible {
  display: block;
  z-index: 2;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring {
  display: block;
  position: relative;
  height: 4.4rem;
  width: 4.4rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form.variables-loaded .ta-app__lds-ring, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form.variables-loaded .ta-app__lds-ring {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form.variables-loaded .ta-app__lds-ring svg, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form.variables-loaded .ta-app__lds-ring svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field {
  padding: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=text], .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=password], .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=number], .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=date], .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error select, .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error textarea, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=text], .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=password], .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=number], .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error input[type=date], .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error select, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field.form-error textarea {
  border: 2px solid red;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper {
  position: relative;
  overflow: hidden;
  border-top: solid 1px #dfe3e8;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0px;
  /** Copied from workflow-variables-form.scss */
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.share-variable-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.share-variable-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.has-error .ta-app__field, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.has-error .ta-app__field {
  margin-bottom: 0px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.has-error .form-error-message, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper.preview-variables .Polaris-FormLayout__Item.has-error .form-error-message {
  color: red;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .share-variable-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .share-variable-wrapper {
  border-top: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper:first-child, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper:first-child {
  border-top: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .variable-override-toggle, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .variable-override-toggle {
  display: inline-block;
  margin-bottom: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field > label, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field > label {
  font-weight: bold;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field textarea, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field textarea {
  min-height: 200px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value h3, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value h3 {
  margin-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error {
  color: #212b36;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error label, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error label {
  color: #212b36 !important;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error input:not([type=submit]), .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error input:not([type=submit]) {
  border-color: #c4cdd5;
  box-shadow: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error input:not([type=submit]).input-error, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error input:not([type=submit]).input-error {
  border: solid 2px red !important;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error textarea, .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error .has-codemirror, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error textarea, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value.form-error .has-codemirror {
  border: solid 2px red !important;
  box-shadow: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .mode-toggle, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .mode-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .keys-values, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .keys-values {
  position: relative;
  width: 100%;
  overflow: visible;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair:first-child, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair:first-child {
  margin-top: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .Polaris-Labelled__LabelWrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .Polaris-Labelled__LabelWrapper {
  display: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .Polaris-Textfield--error, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .Polaris-Textfield--error {
  margin-bottom: 0.75rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .key_wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .key_wrapper {
  width: 33%;
  margin-right: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .value_wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .value_wrapper {
  width: 63%;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .remove-row-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .remove-row-wrapper {
  flex: none;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4%;
  text-align: center;
  padding-top: 0.5rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .remove-row-wrapper input, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair .remove-row-wrapper input {
  font-size: 1.35rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair.hidden, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair.hidden {
  display: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair:only-child .remove-row-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-value-pair:only-child .remove-row-wrapper {
  display: none;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-values-json .ta-app__field-description, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .key-values-json .ta-app__field-description {
  padding-left: 0.5rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .add-row-wrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .add-row-wrapper {
  width: 100%;
  padding: 1.5rem 0 0 0;
  position: relative;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .add-row-wrapper .Polaris-Link, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-confirmation-variable-wrapper .ta-app__field-type--key-value .add-row-wrapper .Polaris-Link {
  display: block;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-overridden-value, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-overridden-value {
  padding: 1rem 0px;
  overflow: hidden;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-overridden-value .ta-app__field, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .variable-overridden-value .ta-app__field {
  margin-bottom: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  margin-bottom: 1rem;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper .Polaris-Label .Polaris-Label__Text, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper .Polaris-Label .Polaris-Label__Text {
  font-weight: bold;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Heading, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item .Polaris-Heading {
  font-size: 1.4rem;
  font-weight: bold;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value > div > .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value > div > .Polaris-FormLayout__Item {
  margin-bottom: 0;
  margin-top: 0;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item, .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item {
  display: inline-block;
  margin-right: 1rem;
  flex: none;
  margin-bottom: 0rem;
  min-width: 0px;
  overflow: visible;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control {
  margin-right: 4px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-v .Polaris-FormLayout__Item, .ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-v .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-v .Polaris-FormLayout__Item, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-v .Polaris-FormLayout__Item {
  margin-bottom: 0px;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.has-error .Polaris-TextField.has-codemirror, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-FormLayout__Item.has-error .Polaris-TextField.has-codemirror {
  border-color: red;
}
.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField.has-codemirror .textarea-buttons, .ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField.has-codemirror .textarea-buttons {
  display: none;
}
.ta-app-scheduled-workflow-page #schedule-edit-variables-continue.hidden, .ta-app-manual-workflow-page #schedule-edit-variables-continue.hidden {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}
.ta-app-scheduled-workflow-page ul + .schedule-next-run, .ta-app-manual-workflow-page ul + .schedule-next-run {
  padding-top: 0px;
}

.ta-app-scheduled-workflows-listing-page #Polaris-Form-Wrapper-ta_app_scheduled_workflows_listing_form {
  background: none;
  border: none;
  box-shadow: none;
}
.ta-app-scheduled-workflows-listing-page #Polaris-Form-Wrapper-ta_app_scheduled_workflows_listing_form > .Polaris-Card__Section {
  padding-top: 3px;
}
.ta-app-scheduled-workflows-listing-page .Schedules-Empty {
  text-align: center;
  margin: 5rem 0;
}
.ta-app-scheduled-workflows-listing-page .Schedules-Empty .Schedules-Empty__Text {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.ta-app-scheduled-workflows-listing-page .Schedule__Actions {
  display: flex;
  align-items: center;
  overflow: visible;
}
.ta-app-scheduled-workflows-listing-page .Schedule__Actions div, .ta-app-scheduled-workflows-listing-page .Schedule__Actions input, .ta-app-scheduled-workflows-listing-page .Schedule__Actions a {
  margin-right: 4px;
}
.ta-app-scheduled-workflows-listing-page .Schedule__Actions a {
  font-size: 1.35rem;
}
.ta-app-scheduled-workflows-listing-page .Schedule__Actions input[name^=delete_schedule_confirm_] {
  color: rgb(222, 54, 24);
  margin-left: auto;
}
.ta-app-scheduled-workflows-listing-page .Schedule > .Polaris-Card__Section > .Polaris-Card__SectionHeader {
  padding-bottom: 0;
}
.ta-app-scheduled-workflows-listing-page .Schedule .label {
  font-weight: 600;
}
.ta-app-scheduled-workflows-listing-page .Schedule__JobStatuses {
  padding: 0;
}
.ta-app-scheduled-workflows-listing-page .Schedule__JobStatuses.Schedule__JobStatuses--both {
  display: flex;
}
.ta-app-scheduled-workflows-listing-page .Schedule__JobStatuses.Schedule__JobStatuses--both .Job {
  width: 50%;
}
.ta-app-scheduled-workflows-listing-page .Schedule__JobStatuses .Job--current {
  border-right: 1px solid rgb(223, 227, 232);
  padding-right: 2rem;
}
.ta-app-scheduled-workflows-listing-page .Schedule__JobStatuses .Job--previous {
  padding-left: 2rem;
}

.ta-app-application-charge-page #Polaris-Form-Wrapper-ta_app_application_charge_form {
  background: none;
  border: none;
  box-shadow: none;
}
.ta-app-application-charge-page .Form-Heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.ta-app-application-charge-page .Form-Description {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.ta-app-application-charge-page .QuotasWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
.ta-app-application-charge-page .Quota {
  margin-top: 0 !important;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.ta-app-application-charge-page .Quota .Quota__Label {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(145, 158, 171);
  margin-bottom: 1rem;
}
.ta-app-application-charge-page .Quota .Quota__Discount {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 3px;
  color: rgb(238, 194, 0);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.Workflow-Action--google_sheets_v2.open .InlineTwigDocs, .ActionSettings--google_sheets_v2 .InlineTwigDocs,
.Workflow-Action--gs_app_google_sheets_v2.open .InlineTwigDocs, .ActionSettings--gs_app_google_sheets_v2 .InlineTwigDocs {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: white;
  z-index: 105;
  width: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.Workflow-Action--google_sheets_v2.open .InlineTwigDocs .Polaris-Card, .ActionSettings--google_sheets_v2 .InlineTwigDocs .Polaris-Card,
.Workflow-Action--gs_app_google_sheets_v2.open .InlineTwigDocs .Polaris-Card, .ActionSettings--gs_app_google_sheets_v2 .InlineTwigDocs .Polaris-Card {
  background-color: rgb(249, 250, 251);
}
.Workflow-Action--google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items, .ActionSettings--google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items, .ActionSettings--gs_app_google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items {
  justify-content: space-between;
  flex-wrap: inherit;
}
.Workflow-Action--google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item {
  margin: 0;
  min-width: 0;
  padding-left: 15px;
}
.Workflow-Action--google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child, .ActionSettings--google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child, .ActionSettings--gs_app_google_sheets_v2 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child {
  padding-left: 0;
}
.Workflow-Action--google_sheets_v2.open .SheetsLoop, .ActionSettings--google_sheets_v2 .SheetsLoop,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsLoop, .ActionSettings--gs_app_google_sheets_v2 .SheetsLoop {
  margin-top: 2rem;
}
.Workflow-Action--google_sheets_v2.open .SheetsLoop > .Polaris-Heading, .ActionSettings--google_sheets_v2 .SheetsLoop > .Polaris-Heading,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsLoop > .Polaris-Heading, .ActionSettings--gs_app_google_sheets_v2 .SheetsLoop > .Polaris-Heading {
  border-radius: 20px;
  background-color: rgb(227, 241, 223);
  padding: 5px 5px 5px 15px;
}
.Workflow-Action--google_sheets_v2.open input[name*=add_sheets_cell_], .ActionSettings--google_sheets_v2 input[name*=add_sheets_cell_],
.Workflow-Action--gs_app_google_sheets_v2.open input[name*=add_sheets_cell_], .ActionSettings--gs_app_google_sheets_v2 input[name*=add_sheets_cell_] {
  margin-left: 28px;
  margin-top: 5px;
}
.Workflow-Action--google_sheets_v2.open input[name*=add_loop], .ActionSettings--google_sheets_v2 input[name*=add_loop],
.Workflow-Action--gs_app_google_sheets_v2.open input[name*=add_loop], .ActionSettings--gs_app_google_sheets_v2 input[name*=add_loop] {
  margin-top: 0.5rem;
}
.Workflow-Action--google_sheets_v2.open .ui-sortable-placeholder, .ActionSettings--google_sheets_v2 .ui-sortable-placeholder,
.Workflow-Action--gs_app_google_sheets_v2.open .ui-sortable-placeholder, .ActionSettings--gs_app_google_sheets_v2 .ui-sortable-placeholder {
  padding: 0.5rem 0;
}
.Workflow-Action--google_sheets_v2.open .ui-sortable-handle, .ActionSettings--google_sheets_v2 .ui-sortable-handle,
.Workflow-Action--gs_app_google_sheets_v2.open .ui-sortable-handle, .ActionSettings--gs_app_google_sheets_v2 .ui-sortable-handle {
  padding: 2px 4px 2px 0;
  color: rgb(0, 122, 206);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: ns-resize;
  z-index: 20;
  font-size: 1.5rem;
  position: relative;
  min-width: 10px;
  margin-top: 9px;
}
.Workflow-Action--google_sheets_v2.open .ui-sortable-helper, .ActionSettings--google_sheets_v2 .ui-sortable-helper,
.Workflow-Action--gs_app_google_sheets_v2.open .ui-sortable-helper, .ActionSettings--gs_app_google_sheets_v2 .ui-sortable-helper {
  opacity: 0.5;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell__Title, .ActionSettings--google_sheets_v2 .SheetsCell__Title,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell__Title, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell__Title {
  margin-top: 11px;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell, .ActionSettings--google_sheets_v2 .SheetsCell,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v2 .SheetsCell .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell .Polaris-FormLayout__Item {
  margin: 0;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell .ui-sortable-handle, .ActionSettings--google_sheets_v2 .SheetsCell .ui-sortable-handle,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell .ui-sortable-handle, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell .ui-sortable-handle {
  transition: all 0.3s;
  cursor: ns-resize;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell:hover .ui-sortable-handle, .ActionSettings--google_sheets_v2 .SheetsCell:hover .ui-sortable-handle,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell:hover .ui-sortable-handle, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell:hover .ui-sortable-handle {
  opacity: 1;
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v2.open .SheetsCell .PrimaryKeyWrapper, .ActionSettings--google_sheets_v2 .SheetsCell .PrimaryKeyWrapper,
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell .PrimaryKeyWrapper, .ActionSettings--gs_app_google_sheets_v2 .SheetsCell .PrimaryKeyWrapper {
  margin: auto;
  width: 25px;
  float: none;
  flex: none;
  min-width: 0;
}
.Workflow-Action--google_sheets_v2.open .SheetsCell input[name^=remove_cell_], .ActionSettings--google_sheets_v2 .SheetsCell input[name^=remove_cell_],
.Workflow-Action--gs_app_google_sheets_v2.open .SheetsCell input[name^=remove_cell_], .ActionSettings--gs_app_google_sheets_v2 .SheetsCell input[name^=remove_cell_] {
  padding: 0;
  margin: 0;
  margin-top: 14px;
  color: rgb(222, 54, 24);
  font-weight: bold;
  min-width: 20px;
  min-height: 0;
  text-align: right;
  display: block;
}

.Workflow-Action--google_sheets_v3.open .SheetSelector, .ActionSettings--google_sheets_v3 .SheetSelector,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetSelector, .ActionSettings--gs_app_google_sheets_v3 .SheetSelector {
  padding-top: 2rem;
}
.Workflow-Action--google_sheets_v3.open .SheetSelector > .Polaris-FormLayout__Item:first-child, .ActionSettings--google_sheets_v3 .SheetSelector > .Polaris-FormLayout__Item:first-child,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetSelector > .Polaris-FormLayout__Item:first-child, .ActionSettings--gs_app_google_sheets_v3 .SheetSelector > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
.Workflow-Action--google_sheets_v3.open .Action__SaveActions--disabled, .ActionSettings--google_sheets_v3 .Action__SaveActions--disabled,
.Workflow-Action--gs_app_google_sheets_v3.open .Action__SaveActions--disabled, .ActionSettings--gs_app_google_sheets_v3 .Action__SaveActions--disabled {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .Cell__EditForm, .ActionSettings--google_sheets_v3 .Cell__EditForm,
.Workflow-Action--gs_app_google_sheets_v3.open .Cell__EditForm, .ActionSettings--gs_app_google_sheets_v3 .Cell__EditForm {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .Cell__EditForm.visible, .ActionSettings--google_sheets_v3 .Cell__EditForm.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .Cell__EditForm.visible, .ActionSettings--gs_app_google_sheets_v3 .Cell__EditForm.visible {
  display: block;
}
.Workflow-Action--google_sheets_v3.open .ExpandTable__Button, .ActionSettings--google_sheets_v3 .ExpandTable__Button,
.Workflow-Action--gs_app_google_sheets_v3.open .ExpandTable__Button, .ActionSettings--gs_app_google_sheets_v3 .ExpandTable__Button {
  position: absolute;
  z-index: 40;
  font-size: 3rem;
  right: -3px;
  bottom: -3px;
  transform: rotateZ(-90deg);
  display: block;
  margin: 0;
  opacity: 0.5;
  padding: 6px;
  cursor: pointer;
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v3.open .ExpandTable__Button:hover, .ActionSettings--google_sheets_v3 .ExpandTable__Button:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .ExpandTable__Button:hover, .ActionSettings--gs_app_google_sheets_v3 .ExpandTable__Button:hover {
  opacity: 1;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Actions, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Actions,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Actions, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Actions input, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Actions input,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Actions input, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Actions input {
  margin: 0;
  display: inline-block;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__QuickNav, .ActionSettings--google_sheets_v3 .SheetsTableEditor__QuickNav,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__QuickNav, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__QuickNav {
  display: inline-block;
  margin-top: 0;
  min-width: 0px;
  flex-grow: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__QuickNav .Polaris-Labelled__LabelWrapper, .ActionSettings--google_sheets_v3 .SheetsTableEditor__QuickNav .Polaris-Labelled__LabelWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__QuickNav .Polaris-Labelled__LabelWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__QuickNav .Polaris-Labelled__LabelWrapper {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm__TokenSelector, .ActionSettings--google_sheets_v3 .SheetsEditCellForm__TokenSelector,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm__TokenSelector, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm__TokenSelector {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 34px;
  z-index: 20;
  cursor: pointer;
}
.Workflow-Action--google_sheets_v3.open .Workflow-Fancy-Select--add-cell, .ActionSettings--google_sheets_v3 .Workflow-Fancy-Select--add-cell,
.Workflow-Action--gs_app_google_sheets_v3.open .Workflow-Fancy-Select--add-cell, .ActionSettings--gs_app_google_sheets_v3 .Workflow-Fancy-Select--add-cell {
  overflow: hidden;
  position: absolute;
  z-index: 60;
  height: 350px;
  width: 500px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  display: block;
  pointer-events: all;
  right: 28px;
  top: -150px;
}
.Workflow-Action--google_sheets_v3.open .Workflow-Fancy-Select--add-cell.hidden, .ActionSettings--google_sheets_v3 .Workflow-Fancy-Select--add-cell.hidden,
.Workflow-Action--gs_app_google_sheets_v3.open .Workflow-Fancy-Select--add-cell.hidden, .ActionSettings--gs_app_google_sheets_v3 .Workflow-Fancy-Select--add-cell.hidden {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .Workflow-Fancy-Select--add-cell .Fancy-Select-Wrapper, .ActionSettings--google_sheets_v3 .Workflow-Fancy-Select--add-cell .Fancy-Select-Wrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .Workflow-Fancy-Select--add-cell .Fancy-Select-Wrapper, .ActionSettings--gs_app_google_sheets_v3 .Workflow-Fancy-Select--add-cell .Fancy-Select-Wrapper {
  max-height: 294px;
}
.Workflow-Action--google_sheets_v3.open .Workflow-Fancy-Select--add-cell .Polaris-Labelled__LabelWrapper, .ActionSettings--google_sheets_v3 .Workflow-Fancy-Select--add-cell .Polaris-Labelled__LabelWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .Workflow-Fancy-Select--add-cell .Polaris-Labelled__LabelWrapper, .ActionSettings--gs_app_google_sheets_v3 .Workflow-Fancy-Select--add-cell .Polaris-Labelled__LabelWrapper {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper {
  margin-top: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper .Polaris-DataTable, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper .Polaris-DataTable,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper .Polaris-DataTable, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .inline-test-result .GoogleSheets_TestCenter_TableWrapper .Polaris-DataTable {
  margin-bottom: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__Actions, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__Actions,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__Actions, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__Actions {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(223, 227, 232);
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__Actions input, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__Actions input,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__Actions input, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__Actions input {
  font-size: 1.4rem;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__Value textarea.error, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__Value textarea.error,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__Value textarea.error, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__Value textarea.error {
  border-color: rgb(222, 54, 24);
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__Value textarea, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__Value textarea,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__Value textarea, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__Value textarea {
  overflow-x: auto;
  white-space: nowrap;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__Title, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__Title,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__Title, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__Title {
  max-width: 250px;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__LeftWrapper, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__LeftWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__LeftWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__LeftWrapper {
  position: relative;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper {
  display: flex;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item {
  padding-right: 1rem;
}
.Workflow-Action--google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item:last-child, .ActionSettings--google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item:last-child,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item:last-child, .ActionSettings--gs_app_google_sheets_v3 .SheetsEditCellForm .EditCell__FlexWrapper > .Polaris-FormLayout__Item:last-child {
  padding-right: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper {
  position: relative;
  margin-top: 2rem;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded {
  position: fixed;
  top: 7rem;
  left: 8rem;
  width: calc(100% - 11rem);
  height: calc(100vh - 11rem);
  overflow-y: auto;
  z-index: 200;
  padding: 1rem;
  background-color: white;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
body.user-is-admin .Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded, body.user-is-admin .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded,
body.user-is-admin .Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded, body.user-is-admin .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded {
  height: calc(100vh - 4.5rem - 50px);
}
body.token-browser-open .Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded, body.token-browser-open .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded,
body.token-browser-open .Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded, body.token-browser-open .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded {
  margin-left: 3rem;
  width: calc(100% - (330px + 6rem));
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .ExpandTable__Button, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .ExpandTable__Button,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .ExpandTable__Button, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .ExpandTable__Button {
  transform: rotateZ(0deg) rotateY(-180deg);
  right: 0px;
  bottom: -3px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsAddRowForm, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsAddRowForm,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsAddRowForm, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsAddRowForm {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result {
  right: 0px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result code, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result code,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result code, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .inline-test-result code {
  right: 0px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .SheetsEditCellForm__TokenSelector .Workflow-Fancy-Select--add-cell, .ActionSettings--google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .SheetsEditCellForm__TokenSelector .Workflow-Fancy-Select--add-cell,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .SheetsEditCellForm__TokenSelector .Workflow-Fancy-Select--add-cell, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditorWrapper.expanded .SheetsEditCellForm .SheetsEditCellForm__TokenSelector .Workflow-Fancy-Select--add-cell {
  top: -150px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Overlay, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Overlay,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Overlay, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Overlay {
  position: fixed;
  width: 0px;
  height: 0px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -999;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s, background-color 1s;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Overlay.visible, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Overlay.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Overlay.visible, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Overlay.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 150;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Table, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Table,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Table, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Table {
  min-height: 100px;
  margin-top: -1px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Table .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Table .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Table .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Table .Polaris-FormLayout__Item {
  min-width: 0;
  margin: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  height: 100%;
  pointer-events: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails {
  border: 1px solid rgb(223, 227, 232);
  background-color: rgb(249, 250, 251);
  padding: 2px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  color: rgb(69, 79, 91);
  position: absolute;
  left: 0px;
  top: 0px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails .RowDetails__Label, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails .RowDetails__Label,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails .RowDetails__Label, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails .RowDetails__Label {
  white-space: nowrap;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails.visible, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails.visible, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails.visible {
  pointer-events: all;
  opacity: 1;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions {
  margin-left: 10px;
  display: flex;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton {
  color: rgb(0, 122, 206);
  cursor: pointer;
  padding: 3px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton:hover, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton:hover, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton:hover {
  color: rgb(8, 78, 138);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete {
  color: rgb(222, 54, 24);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete:hover, .ActionSettings--google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete:hover, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__RowDetails .RowDetails__Actions .RowDetails__ActionButton.RowDetails__ActionButton--delete:hover {
  color: rgb(191, 7, 17);
}
.Workflow-Action--google_sheets_v3.open .OverflowContainer__Inner, .ActionSettings--google_sheets_v3 .OverflowContainer__Inner,
.Workflow-Action--gs_app_google_sheets_v3.open .OverflowContainer__Inner, .ActionSettings--gs_app_google_sheets_v3 .OverflowContainer__Inner {
  position: relative;
  margin-bottom: 5px;
}
.Workflow-Action--google_sheets_v3.open .OverflowContainer__Inner .left-gradient, .ActionSettings--google_sheets_v3 .OverflowContainer__Inner .left-gradient,
.Workflow-Action--gs_app_google_sheets_v3.open .OverflowContainer__Inner .left-gradient, .ActionSettings--gs_app_google_sheets_v3 .OverflowContainer__Inner .left-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: white;
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
  z-index: 20;
}
.Workflow-Action--google_sheets_v3.open .OverflowContainer__Inner .right-gradient, .ActionSettings--google_sheets_v3 .OverflowContainer__Inner .right-gradient,
.Workflow-Action--gs_app_google_sheets_v3.open .OverflowContainer__Inner .right-gradient, .ActionSettings--gs_app_google_sheets_v3 .OverflowContainer__Inner .right-gradient {
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 1px);
  width: 30px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  opacity: 0;
  transition: opacity 1s;
  z-index: 20;
}
.Workflow-Action--google_sheets_v3.open .OverflowContainer__Inner .right-gradient.visible, .ActionSettings--google_sheets_v3 .OverflowContainer__Inner .right-gradient.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .OverflowContainer__Inner .right-gradient.visible, .ActionSettings--gs_app_google_sheets_v3 .OverflowContainer__Inner .right-gradient.visible {
  opacity: 1;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__OverflowContainer, .ActionSettings--google_sheets_v3 .SheetsTableEditor__OverflowContainer,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__OverflowContainer, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__OverflowContainer {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid rgb(223, 227, 232);
  min-height: 230px;
  background-color: rgb(249, 250, 251);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Columns, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Columns,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Columns, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Columns {
  display: inline-flex;
}
.Workflow-Action--google_sheets_v3.open .Actions__Icon, .ActionSettings--google_sheets_v3 .Actions__Icon,
.Workflow-Action--gs_app_google_sheets_v3.open .Actions__Icon, .ActionSettings--gs_app_google_sheets_v3 .Actions__Icon {
  position: absolute;
  top: 0px;
  right: 1px;
  padding: 0px 10px;
  cursor: pointer;
  border-left: 1px solid transparent;
  z-index: 21;
  opacity: 0;
  height: 21px;
}
.Workflow-Action--google_sheets_v3.open .Actions__Icon.active, .ActionSettings--google_sheets_v3 .Actions__Icon.active,
.Workflow-Action--gs_app_google_sheets_v3.open .Actions__Icon.active, .ActionSettings--gs_app_google_sheets_v3 .Actions__Icon.active {
  opacity: 1;
  background-color: white;
  border-left: 1px solid rgb(223, 227, 232);
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v3.open .Actions__Icon.active i, .Workflow-Action--google_sheets_v3.open .Actions__Icon.active svg, .ActionSettings--google_sheets_v3 .Actions__Icon.active i, .ActionSettings--google_sheets_v3 .Actions__Icon.active svg,
.Workflow-Action--gs_app_google_sheets_v3.open .Actions__Icon.active i,
.Workflow-Action--gs_app_google_sheets_v3.open .Actions__Icon.active svg, .ActionSettings--gs_app_google_sheets_v3 .Actions__Icon.active i, .ActionSettings--gs_app_google_sheets_v3 .Actions__Icon.active svg {
  transform: rotateZ(180deg);
}
.Workflow-Action--google_sheets_v3.open .Actions__Icon:hover, .ActionSettings--google_sheets_v3 .Actions__Icon:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .Actions__Icon:hover, .ActionSettings--gs_app_google_sheets_v3 .Actions__Icon:hover {
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions, .ActionSettings--google_sheets_v3 .Column__Actions,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions {
  position: absolute;
  top: 21px;
  right: 0px;
  background-color: white;
  border: 1px solid rgb(223, 227, 232);
  border-top: none;
  opacity: 0;
  pointer-events: none;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 20;
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .ActionButton, .ActionSettings--google_sheets_v3 .Column__Actions .ActionButton,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .ActionButton, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .ActionButton {
  padding: 10px;
  color: rgb(0, 122, 206);
  cursor: pointer;
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .ActionButton:hover, .ActionSettings--google_sheets_v3 .Column__Actions .ActionButton:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .ActionButton:hover, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .ActionButton:hover {
  color: rgb(8, 78, 138);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .ActionButton.ActionButton__Delete, .ActionSettings--google_sheets_v3 .Column__Actions .ActionButton.ActionButton__Delete,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .ActionButton.ActionButton__Delete, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .ActionButton.ActionButton__Delete {
  color: rgb(222, 54, 24);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .ActionButton.ActionButton__Delete:hover, .ActionSettings--google_sheets_v3 .Column__Actions .ActionButton.ActionButton__Delete:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .ActionButton.ActionButton__Delete:hover, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .ActionButton.ActionButton__Delete:hover {
  color: rgb(191, 7, 17);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .Action__MoveSelect, .ActionSettings--google_sheets_v3 .Column__Actions .Action__MoveSelect,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .Action__MoveSelect, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .Action__MoveSelect {
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .Action__MoveSelect select, .ActionSettings--google_sheets_v3 .Column__Actions .Action__MoveSelect select,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .Action__MoveSelect select, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .Action__MoveSelect select {
  padding: 10px;
  min-height: 0px;
  color: rgb(0, 122, 206);
}
.Workflow-Action--google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Labelled__LabelWrapper, .Workflow-Action--google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Select__Icon, .Workflow-Action--google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Select__Backdrop, .ActionSettings--google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Labelled__LabelWrapper, .ActionSettings--google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Select__Icon, .ActionSettings--google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Select__Backdrop,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Labelled__LabelWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Select__Icon,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions .Action__MoveSelect .Polaris-Select__Backdrop, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Labelled__LabelWrapper, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Select__Icon, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions .Action__MoveSelect .Polaris-Select__Backdrop {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .Column__Actions.visible, .ActionSettings--google_sheets_v3 .Column__Actions.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .Column__Actions.visible, .ActionSettings--gs_app_google_sheets_v3 .Column__Actions.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 215;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column {
  width: 200px;
  min-height: 100px;
  text-align: center;
  position: relative;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column.highlight, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column.highlight,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column.highlight, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column.highlight {
  background-color: lightyellow;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column.highlight .Column__Cell, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column.highlight .Column__Cell,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column.highlight .Column__Cell, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column.highlight .Column__Cell {
  background-color: lightyellow;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column:hover:not(.Column--required) .Column__Id, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column:hover:not(.Column--required) .Column__Id,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column:hover:not(.Column--required) .Column__Id, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column:hover:not(.Column--required) .Column__Id {
  background-color: #e8ebee;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column:hover:not(.Column--required) .Actions__Icon, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column:hover:not(.Column--required) .Actions__Icon,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column:hover:not(.Column--required) .Actions__Icon, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column:hover:not(.Column--required) .Actions__Icon {
  opacity: 1;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column:last-child, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column:last-child,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column:last-child, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column:last-child {
  margin-right: -1px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column.Column--required, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column.Column--required,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column.Column--required, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column.Column--required {
  background-color: rgb(249, 250, 251);
  color: rgb(145, 158, 171);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column.Column--required .Column__Cell, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column.Column--required .Column__Cell,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column.Column--required .Column__Cell, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column.Column--required .Column__Cell {
  background-color: rgb(249, 250, 251) !important;
  pointer-events: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column.Column--required .Column__Cell:hover, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column.Column--required .Column__Cell:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column.Column--required .Column__Cell:hover, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column.Column--required .Column__Cell:hover {
  background-color: rgb(249, 250, 251) !important;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Id, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Id,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Id, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Id {
  font-size: 1rem;
  border-bottom: 1px solid rgb(223, 227, 232);
  border-right: 1px solid rgb(223, 227, 232);
  background-color: rgb(249, 250, 251);
  height: 21px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header {
  padding: 10px;
  border-bottom: 7px solid rgb(223, 227, 232);
  border-right: 1px solid rgb(223, 227, 232);
  display: flex;
  align-items: center;
  justify-content: center;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip {
  position: absolute;
  right: 0;
  top: 2px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper {
  top: 15px;
  bottom: auto;
  left: -112px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper .help__down-arrow, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper .help__down-arrow,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper .help__down-arrow, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .help__tooltip .help__text-wrapper .help__down-arrow {
  top: 9px;
  bottom: auto;
  transform: rotateZ(180deg);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Polaris-Labelled__LabelWrapper, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Polaris-Labelled__LabelWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Polaris-Labelled__LabelWrapper, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Polaris-Labelled__LabelWrapper {
  margin: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Polaris-TextField__Backdrop, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Polaris-TextField__Backdrop,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Polaris-TextField__Backdrop, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Polaris-TextField__Backdrop {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  font-weight: bold;
  padding: 0;
  text-align: center;
  font-size: 1.35rem;
  padding: 5px;
  -webkit-appearance: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title:focus, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title:focus,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title:focus, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title::placeholder, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title::placeholder,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Header .Header__Title::placeholder, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Header .Header__Title::placeholder {
  font-weight: normal;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell {
  border-right: 1px solid rgb(223, 227, 232);
  border-bottom: 1px solid rgb(223, 227, 232);
  height: 45px;
  position: relative;
  background-color: white;
  transition: background-color 0.2s;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:not(.Cell--required):not(.Cell--active), .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:not(.Cell--required):not(.Cell--active),
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:not(.Cell--required):not(.Cell--active), .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:not(.Cell--required):not(.Cell--active) {
  cursor: pointer;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .loader, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .loader,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .loader, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .loader {
  position: absolute;
  top: 11px;
  left: calc(50% - 10px);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.loading, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.loading,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.loading, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.loading {
  background-color: rgb(235, 245, 250);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.loading .Cell__Inner, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.loading .Cell__Inner,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.loading .Cell__Inner, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.loading .Cell__Inner {
  opacity: 0.5;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 234, 138);
  overflow: visible;
  transition: all 0.25s;
  z-index: 5;
  display: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment.visible, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment.visible,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment.visible, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment.visible {
  display: block;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment .Comment__Text, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment .Comment__Text,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment .Comment__Text, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment .Comment__Text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  text-align: left;
  background-color: rgb(255, 234, 138);
  max-width: 200px;
  min-width: 175px;
  line-height: 1.6rem;
  color: rgb(89, 81, 48);
  opacity: 0;
  pointer-events: none;
  font-size: 1.15rem;
  transition: all 0.2s;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment:hover .Comment__Text, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment:hover .Comment__Text,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Comment:hover .Comment__Text, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Comment:hover .Comment__Text {
  opacity: 1;
  pointer-events: all;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Inner, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Inner,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Inner, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Inner {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  text-overflow: ellipsis;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.error .Cell__Inner, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.error .Cell__Inner,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.error .Cell__Inner, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.error .Cell__Inner {
  border: 2px solid rgb(222, 54, 24) !important;
  background-color: rgb(251, 234, 229) !important;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.Cell--active .Cell__Inner, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.Cell--active .Cell__Inner,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell.Cell--active .Cell__Inner, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell.Cell--active .Cell__Inner {
  border: 2px solid rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Edit, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Edit,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Edit, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Edit {
  opacity: 0;
  position: relative;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.5s;
  position: absolute;
  top: 6px;
  z-index: 3;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__EditButton, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__EditButton,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__EditButton, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__EditButton {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 32px;
  color: rgb(0, 122, 206);
  cursor: pointer;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Title, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Title,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell .Cell__Title, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell .Cell__Title {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 20px;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active), .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active),
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active), .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) {
  background-color: #f7fbfd;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Title, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Title,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Title, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Title {
  transform: translateY(-20px);
  opacity: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Edit, .ActionSettings--google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Edit,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Edit, .ActionSettings--gs_app_google_sheets_v3 .SheetsTableEditor__Column .Column__Cell:hover:not(.Cell--required):not(.Cell--active) .Cell__Edit {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
.Workflow-Action--google_sheets_v3.open input[name=refresh_tabs], .ActionSettings--google_sheets_v3 input[name=refresh_tabs],
.Workflow-Action--gs_app_google_sheets_v3.open input[name=refresh_tabs], .ActionSettings--gs_app_google_sheets_v3 input[name=refresh_tabs] {
  margin-top: 0px;
  display: inline-block;
  padding-top: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings, .ActionSettings--google_sheets_v3 .SheetsSettings,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings {
  position: relative;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items, .ActionSettings--google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items {
  justify-content: space-between;
  flex-wrap: wrap;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings .flex-break, .ActionSettings--google_sheets_v3 .SheetsSettings .flex-break,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings .flex-break, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings .flex-break {
  flex-basis: 100%;
  height: 0;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item {
  margin: 0;
  min-width: 0;
  padding-left: 15px;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item.ActionSettings__SyncHeaders, .ActionSettings--google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item.ActionSettings__SyncHeaders,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item.ActionSettings__SyncHeaders, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item.ActionSettings__SyncHeaders {
  margin-left: 0;
  padding: 0;
  margin-top: 3rem;
}
.Workflow-Action--google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child, .ActionSettings--google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child, .ActionSettings--gs_app_google_sheets_v3 .SheetsSettings .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:first-child {
  padding-left: 0;
}
.Workflow-Action--google_sheets_v3.open .inline-test-result.visible code, .ActionSettings--google_sheets_v3 .inline-test-result.visible code,
.Workflow-Action--gs_app_google_sheets_v3.open .inline-test-result.visible code, .ActionSettings--gs_app_google_sheets_v3 .inline-test-result.visible code {
  max-height: 5000px;
}
.Workflow-Action--google_sheets_v3.open .inline-test-result.visible code .GoogleSheets_TestCenter_InnerWrapper, .ActionSettings--google_sheets_v3 .inline-test-result.visible code .GoogleSheets_TestCenter_InnerWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .inline-test-result.visible code .GoogleSheets_TestCenter_InnerWrapper, .ActionSettings--gs_app_google_sheets_v3 .inline-test-result.visible code .GoogleSheets_TestCenter_InnerWrapper {
  max-height: 300px;
}
.Workflow-Action--google_sheets_v3.open .SheetsAddRowForm, .ActionSettings--google_sheets_v3 .SheetsAddRowForm,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsAddRowForm, .ActionSettings--gs_app_google_sheets_v3 .SheetsAddRowForm {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgb(223, 227, 232);
  border-bottom: 1px solid rgb(223, 227, 232);
}
.Workflow-Action--google_sheets_v3.open .SheetsAddRowForm > .Polaris-FormLayout__Item, .ActionSettings--google_sheets_v3 .SheetsAddRowForm > .Polaris-FormLayout__Item,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsAddRowForm > .Polaris-FormLayout__Item, .ActionSettings--gs_app_google_sheets_v3 .SheetsAddRowForm > .Polaris-FormLayout__Item {
  display: none;
}
.Workflow-Action--google_sheets_v3.open .SheetsAddRowForm .Workflow-Fancy-Select--trigger-subworkflow-action, .ActionSettings--google_sheets_v3 .SheetsAddRowForm .Workflow-Fancy-Select--trigger-subworkflow-action,
.Workflow-Action--gs_app_google_sheets_v3.open .SheetsAddRowForm .Workflow-Fancy-Select--trigger-subworkflow-action, .ActionSettings--gs_app_google_sheets_v3 .SheetsAddRowForm .Workflow-Fancy-Select--trigger-subworkflow-action {
  margin-bottom: 5px;
}
.Workflow-Action--google_sheets_v3.open .GoogleSheets_TestCenter_TableWrapper, .ActionSettings--google_sheets_v3 .GoogleSheets_TestCenter_TableWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .GoogleSheets_TestCenter_TableWrapper, .ActionSettings--gs_app_google_sheets_v3 .GoogleSheets_TestCenter_TableWrapper {
  margin-top: 3rem;
}
.Workflow-Action--google_sheets_v3.open .GoogleSheets_TestCenter_InnerWrapper, .ActionSettings--google_sheets_v3 .GoogleSheets_TestCenter_InnerWrapper,
.Workflow-Action--gs_app_google_sheets_v3.open .GoogleSheets_TestCenter_InnerWrapper, .ActionSettings--gs_app_google_sheets_v3 .GoogleSheets_TestCenter_InnerWrapper {
  overflow: auto;
  max-width: 100%;
  max-height: 500px;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable, .ActionSettings--google_sheets_v3 .Polaris-DataTable,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable {
  margin-bottom: 2rem;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable thead, .ActionSettings--google_sheets_v3 .Polaris-DataTable thead,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable thead, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable thead {
  background-color: rgb(244, 246, 248);
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable thead tr > th:last-child, .ActionSettings--google_sheets_v3 .Polaris-DataTable thead tr > th:last-child,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable thead tr > th:last-child, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable thead tr > th:last-child {
  border-right: 1px solid rgb(223, 227, 232);
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell {
  border-left: 1px solid rgb(244, 246, 248);
  max-width: 250px;
  position: relative;
  z-index: 1;
  padding: 1rem;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell.error, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell.error,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell.error, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell.error {
  background-color: rgb(251, 234, 229);
  border: 1px solid rgb(222, 54, 24);
  font-weight: bold;
  color: rgb(88, 60, 53);
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell .cell--display, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell .cell--display,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell .cell--display, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell .cell--display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell .cell--original, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell .cell--original,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell .cell--original, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell .cell--original {
  display: none;
  width: 100%;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover {
  z-index: 5;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover .cell--original, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover .cell--original,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover .cell--original, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover .cell--original {
  display: block;
  white-space: normal;
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1.6rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 0 3px 3px 3px;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover.error .cell--original, .ActionSettings--google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover.error .cell--original,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable .Polaris-DataTable__Cell:hover.error .cell--original, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable .Polaris-DataTable__Cell:hover.error .cell--original {
  background-color: rgb(251, 234, 229);
  border: 1px solid rgb(222, 54, 24);
  min-width: 300px;
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable tr > td:last-child, .ActionSettings--google_sheets_v3 .Polaris-DataTable tr > td:last-child,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable tr > td:last-child, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable tr > td:last-child {
  border-right: 1px solid rgb(244, 246, 248);
}
.Workflow-Action--google_sheets_v3.open .Polaris-DataTable th.Polaris-DataTable__Cell--header, .ActionSettings--google_sheets_v3 .Polaris-DataTable th.Polaris-DataTable__Cell--header,
.Workflow-Action--gs_app_google_sheets_v3.open .Polaris-DataTable th.Polaris-DataTable__Cell--header, .ActionSettings--gs_app_google_sheets_v3 .Polaris-DataTable th.Polaris-DataTable__Cell--header {
  border-left: 1px solid rgb(223, 227, 232);
}

.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(223, 227, 232);
  margin-bottom: 2rem;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing > .Polaris-FormLayout__Items, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing > .Polaris-FormLayout__Items,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing > .Polaris-FormLayout__Items, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing > .Polaris-FormLayout__Items {
  display: block;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Properties, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Properties,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Properties, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Properties {
  margin-top: 1rem;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property > .Polaris-FormLayout__Item, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property > .Polaris-FormLayout__Item,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property > .Polaris-FormLayout__Item, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property .Property__Key, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property .Property__Key,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property .Property__Key, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property .Property__Key {
  width: calc(30% - 20px);
  float: left;
  padding-right: 1rem;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property .Property__Value, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property .Property__Value,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property .Property__Value, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property .Property__Value {
  width: calc(70% - 20px);
  float: left;
  padding-right: 1rem;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property .Property__Remove, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property .Property__Remove,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property .Property__Remove, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property .Property__Remove {
  width: 40px;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property .InlineTwigDocs, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property .InlineTwigDocs,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property .InlineTwigDocs, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property .InlineTwigDocs {
  width: 100%;
  float: left;
  clear: both;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property input[type=submit], .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property input[type=submit],
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property input[type=submit], .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property input[type=submit] {
  position: relative;
  color: rgb(222, 54, 24);
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property:first-child input[type=submit], .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property:first-child input[type=submit],
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property:first-child input[type=submit], .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property:first-child input[type=submit] {
  top: 28px;
}
.Workflow-Action--klaviyo_track_event.open .Klaviyo__PropertiesListing .Property > div:first-child, .ActionSettings--klaviyo_track_event .Klaviyo__PropertiesListing .Property > div:first-child,
.Workflow-Action--klaviyo_subscribe.open .Klaviyo__PropertiesListing .Property > div:first-child, .ActionSettings--klaviyo_subscribe .Klaviyo__PropertiesListing .Property > div:first-child {
  max-width: 250px;
}
.Workflow-Action--klaviyo_track_event.open .Polaris-Fieldset__Advanced-Options, .ActionSettings--klaviyo_track_event .Polaris-Fieldset__Advanced-Options,
.Workflow-Action--klaviyo_subscribe.open .Polaris-Fieldset__Advanced-Options, .ActionSettings--klaviyo_subscribe .Polaris-Fieldset__Advanced-Options {
  border-top: none !important;
}

.Workflow-Action--google_sheets.open .Polaris-DataTable, .ActionSettings--google_sheets .Polaris-DataTable,
.Workflow-Action--gs_app_google_sheets.open .Polaris-DataTable, .ActionSettings--gs_app_google_sheets .Polaris-DataTable {
  background-color: rgba(255, 255, 255, 0.8);
}
.Workflow-Action--google_sheets.open .Polaris-DataTable thead, .ActionSettings--google_sheets .Polaris-DataTable thead,
.Workflow-Action--gs_app_google_sheets.open .Polaris-DataTable thead, .ActionSettings--gs_app_google_sheets .Polaris-DataTable thead {
  background-color: rgba(255, 255, 255, 0.8);
}
.Workflow-Action--google_sheets.open .Polaris-DataTable .Polaris-DataTable__Cell, .ActionSettings--google_sheets .Polaris-DataTable .Polaris-DataTable__Cell,
.Workflow-Action--gs_app_google_sheets.open .Polaris-DataTable .Polaris-DataTable__Cell, .ActionSettings--gs_app_google_sheets .Polaris-DataTable .Polaris-DataTable__Cell {
  border-left: 1px solid rgb(244, 246, 248);
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Workflow-Action--google_sheets.open .Polaris-DataTable th.Polaris-DataTable__Cell--header, .ActionSettings--google_sheets .Polaris-DataTable th.Polaris-DataTable__Cell--header,
.Workflow-Action--gs_app_google_sheets.open .Polaris-DataTable th.Polaris-DataTable__Cell--header, .ActionSettings--gs_app_google_sheets .Polaris-DataTable th.Polaris-DataTable__Cell--header {
  border-left: 1px solid rgb(223, 227, 232);
}

.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__ButtonsWrapper > .Polaris-FormLayout__Items input, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__ButtonsWrapper > .Polaris-FormLayout__Items input {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm {
  margin-top: 3rem;
  border-top: 1px solid rgb(223, 227, 232);
  padding-top: 3rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm input[name^=remove_form_], .ActionSettings--product_sync_attribute_tags .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm input[name^=remove_form_] {
  top: 10px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_on_sale .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_on_sale .ProductSyncTags__SettingsWrapper {
  max-width: 650px;
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item {
  max-width: 32.5%;
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper {
  max-width: none;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item {
  max-width: 24%;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm {
  position: relative;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm input[name^=remove_form_], .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm input[name^=remove_form_] {
  position: absolute;
  top: 0;
  right: 10px;
  color: rgb(222, 54, 24);
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer, .ActionSettings--product_sync_attribute_tags .RowContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1rem 3rem 1rem 0;
  border-radius: 5px;
  transition: background-color 0.5s;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer:hover, .ActionSettings--product_sync_attribute_tags .RowContainer:hover {
  background-color: #fdfff4;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .RowContainer > .Polaris-FormLayout__Item {
  padding-right: 2rem;
  max-width: 400px;
  min-width: 0;
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .RowContainer .Polaris-FormLayout__Item {
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer input[name^=remove_row_], .ActionSettings--product_sync_attribute_tags .RowContainer input[name^=remove_row_] {
  position: absolute;
  right: 10px;
  top: 35px;
  padding: 5px;
  margin: 0;
  color: rgb(222, 54, 24);
  min-width: 20px;
  min-height: 0;
  text-align: right;
  display: block;
  font-size: 1.8rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_weight .WeightUnits, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_weight .WeightUnits {
  min-width: 0;
  max-width: 160px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset {
  min-width: 180px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset .Polaris-Heading, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset .Polaris-Heading {
  font-size: 1.4rem;
  font-weight: normal;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes {
  display: flex;
  justify-content: space-between;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer > .Polaris-FormLayout__Item:first-child, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer > .Polaris-FormLayout__Item:first-child {
  max-width: 150px;
}

@media screen and (max-width: 1500px) {
  body.twig-docs .Polaris-Page {
    max-width: 100%;
    margin-left: 0;
    margin-right: 230px;
  }
}
body.twig-docs .Polaris-Page .Page__Content {
  margin: 0;
}

.twig-docs-page .callout {
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  border-radius: 0 8px 8px 0;
  max-width: 680px;
}
.twig-docs-page .callout.info {
  border: 1px solid rgb(0, 122, 206);
  border-left: 5px solid rgb(0, 122, 206);
  background-color: #f3f9fc;
}
.twig-docs-page .callout.warning {
  border: 1px solid rgb(238, 194, 0);
  border-left: 5px solid rgb(238, 194, 0);
  background-color: #fdf4d7;
}
.twig-docs-page .large-spacer {
  height: 700px;
}
.twig-docs-page .Polaris-Card__Header {
  padding: 2rem;
}
.twig-docs-page input[name=search] {
  width: 100%;
  background: none;
  border: none;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 15px;
}
.twig-docs-page input[name=search]:focus {
  outline: none;
}
.twig-docs-page .twig-docs-section + .twig-docs-section {
  margin-top: 2rem;
}
.twig-docs-page .twig-docs-section.hide {
  opacity: 0.5;
}
.twig-docs-page .Polaris-Card__Section.hide {
  opacity: 0.5;
}
.twig-docs-page .includes .hide {
  opacity: 1 !important;
}
.twig-docs-page .Polaris-Card__Section .body ol li {
  margin-bottom: 5px;
}
.twig-docs-page .Polaris-Card__Section .body ul li {
  margin-bottom: 5px;
}
.twig-docs-page .description {
  margin-bottom: 1rem;
}
.twig-docs-page pre.highlight {
  border-left: 3px solid rgb(69, 79, 91);
  border-radius: 3px;
}
.twig-docs-page code.language-twig {
  line-height: 2.4rem;
}
.twig-docs-page code:not(.language-twig), .twig-docs-page pre:not(.highlight) {
  background-color: #f3f3f3;
  color: #a7250d;
  padding: 2px 5px 3px 5px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  position: relative;
  top: -1px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.twig-docs-page code:not(.language-twig) .args .arg, .twig-docs-page pre:not(.highlight) .args .arg {
  position: relative;
}
.twig-docs-page code:not(.language-twig) .args .arg:after, .twig-docs-page pre:not(.highlight) .args .arg:after {
  content: ", ";
  display: inline;
}
.twig-docs-page code:not(.language-twig) .args .arg:last-child:after, .twig-docs-page pre:not(.highlight) .args .arg:last-child:after {
  display: none;
}
.twig-docs-page code:not(.language-twig) span.arg, .twig-docs-page pre:not(.highlight) span.arg {
  color: rgb(71, 193, 191);
}
.twig-docs-page div.example:before {
  content: "EXAMPLE";
  display: block;
  color: rgb(99, 115, 129);
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.twig-docs-page div.keywords {
  display: none;
}
.twig-docs-page div.arguments {
  padding: 1rem 0;
}
.twig-docs-page div.arguments:before {
  content: "ARGUMENTS";
  display: block;
  color: rgb(99, 115, 129);
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.twig-docs-page div.arguments.returns:before {
  content: "RETURNS";
}
.twig-docs-page div.arguments.universal:before {
  content: "UNIVERSAL ARGUMENTS";
}
.twig-docs-page .arguments {
  margin-bottom: 1rem;
}
.twig-docs-page .arguments table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(223, 227, 232);
  border-collapse: collapse;
}
.twig-docs-page .arguments table tr:not(.separator):hover {
  background-color: rgb(252, 241, 205);
}
.twig-docs-page .arguments table tr.separator {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #eaeaea;
}
.twig-docs-page .arguments table th {
  padding: 10px;
}
.twig-docs-page .arguments table th:first-child, .twig-docs-page .arguments table th:last-child {
  text-align: left;
}
.twig-docs-page .arguments table td {
  padding: 10px;
  border-top: 1px solid rgb(223, 227, 232);
}
.twig-docs-page .arguments table td.type {
  padding: 10px 20px;
}
.twig-docs-page .arguments table td.description {
  width: 100%;
}
.twig-docs-page .arguments table td.name {
  font-family: monospace;
  font-size: 1.6rem;
}
.twig-docs-page .arguments table td.description {
  line-height: 2.5rem;
}
.twig-docs-page .arguments table td.type span {
  border-radius: 100px;
  color: white;
  border: none;
  padding: 2px 9px 3px 9px;
  font-family: monospace;
  font-size: 1.6rem;
  background-color: rgb(196, 205, 213);
}
.twig-docs-page .arguments table td.type .bool, .twig-docs-page .arguments table td.type .boolean {
  background-color: rgb(80, 184, 60);
}
.twig-docs-page .arguments table td.type .string {
  background-color: rgb(0, 122, 206);
}
.twig-docs-page .arguments table td.type .mixed {
  background-color: rgb(244, 147, 66);
}
.twig-docs-page .arguments table td.type .object {
  background-color: rgb(0, 132, 142);
}
.twig-docs-page .arguments table td.type .json, .twig-docs-page .arguments table td.type .hash {
  background-color: rgb(69, 79, 91);
}
.twig-docs-page .arguments table td.type .array {
  background-color: rgb(222, 54, 24);
}
.twig-docs-page .arguments table td.type .number {
  background-color: rgb(156, 106, 222);
}
.twig-docs-page ul.options {
  padding-left: 2rem;
  margin-top: 1rem;
}
.twig-docs-page .Polaris-Card__Section .Polaris-Subheading code {
  background: transparent;
  text-transform: none;
  border: none;
  color: rgb(33, 43, 54);
  padding: 0;
  font-size: 1.9rem;
}
.twig-docs-page .Polaris-Card__Section p {
  line-height: 2.6rem;
}
.twig-docs-page .twig-docs-menu {
  position: fixed;
  right: 10px;
  top: 73px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 300px;
  border: 1px solid rgb(196, 205, 213);
  border-radius: 8px;
  overflow: hidden;
  min-width: 180px;
}
.twig-docs-page .twig-docs-menu .submenu .submenu__title {
  padding: 5px 10px;
  cursor: pointer;
}
.twig-docs-page .twig-docs-menu .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
}
.twig-docs-page .twig-docs-menu .submenu ul li {
  padding: 5px 10px;
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twig-docs-page .twig-docs-menu .submenu ul li.highlight {
  background-color: rgb(180, 225, 250);
}
.twig-docs-page .twig-docs-menu .submenu ul li:hover {
  background-color: rgb(180, 225, 250);
  cursor: pointer;
}
.twig-docs-page .twig-docs-menu .submenu:hover .submenu__title {
  background-color: rgb(235, 245, 250);
}
.twig-docs-page .twig-docs-menu .submenu.open {
  background-color: rgb(235, 245, 250);
  border-bottom: 1px solid rgb(180, 225, 250);
}
.twig-docs-page .twig-docs-menu .submenu.open .submenu__title {
  background-color: rgb(0, 122, 206);
  color: white;
}
.twig-docs-page .twig-docs-menu .submenu.open ul {
  max-height: calc(100vh - 385px);
  overflow-y: auto;
}

body.public-twig-docs .Polaris-Page {
  margin: 0;
  max-width: calc(100% - 240px);
}
@media screen and (min-width: 1700px) {
  body.public-twig-docs .Polaris-Page {
    margin: auto;
    max-width: 1200px;
  }
}
body.public-twig-docs .public-twig__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 2rem 4rem 2rem;
}
body.public-twig-docs .public-twig__header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body.public-twig-docs .public-twig__header .app-store-badge {
  max-width: 200px;
  margin-top: 1rem;
}
body.public-twig-docs .public-twig__header .app-store-badge a {
  font-size: 0;
}
body.public-twig-docs .public-twig__header .app-store-badge img {
  width: 100%;
  display: block;
}
body.public-twig-docs .public-twig__header .app-icon {
  max-width: 128px;
  border: 5px solid white;
  border-radius: 20px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
body.public-twig-docs .Polaris-Card__Section .Polaris-Card__SectionHeader:first-child {
  display: flex;
  align-items: center;
}
body.public-twig-docs .Polaris-Card__Section .section-link {
  margin-left: 5px;
  opacity: 0;
  transition: all 0.3s;
}
body.public-twig-docs .Polaris-Card__Section:hover .section-link {
  opacity: 1;
}
body.public-twig-docs .twig-docs-page {
  position: relative;
}
body.public-twig-docs .twig-docs-menu {
  position: fixed;
  right: 15px;
  top: 15px;
  max-width: 235px;
}
body.public-twig-docs .twig-docs-page .twig-docs-menu .submenu.open ul {
  max-height: calc(100vh - 305px);
}

.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__ButtonsWrapper > .Polaris-FormLayout__Items input, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__ButtonsWrapper > .Polaris-FormLayout__Items input {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm {
  margin-top: 3rem;
  border-top: 1px solid rgb(223, 227, 232);
  padding-top: 3rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm input[name^=remove_form_], .ActionSettings--product_sync_attribute_tags .ProductSyncTags__FormsWrapper > .ProductSyncTags__SettingsForm + .ProductSyncTags__SettingsForm input[name^=remove_form_] {
  top: 10px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_on_sale .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_on_sale .ProductSyncTags__SettingsWrapper {
  max-width: 650px;
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--standard_product_type .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--taxonomy_category .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_vendor .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item,
.ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item {
  max-width: 32.5%;
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper {
  max-width: none;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_variant_options .ProductSyncTags__SettingsWrapper > .Polaris-FormLayout__Item {
  max-width: 24%;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm {
  position: relative;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm input[name^=remove_form_], .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm input[name^=remove_form_] {
  position: absolute;
  top: 0;
  right: 10px;
  color: rgb(222, 54, 24);
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer, .ActionSettings--product_sync_attribute_tags .RowContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1rem 3rem 1rem 0;
  border-radius: 5px;
  transition: background-color 0.5s;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer:hover, .ActionSettings--product_sync_attribute_tags .RowContainer:hover {
  background-color: #fdfff4;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .RowContainer > .Polaris-FormLayout__Item {
  padding-right: 2rem;
  max-width: 400px;
  min-width: 0;
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .RowContainer .Polaris-FormLayout__Item {
  min-width: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .RowContainer input[name^=remove_row_], .ActionSettings--product_sync_attribute_tags .RowContainer input[name^=remove_row_] {
  position: absolute;
  right: 10px;
  top: 35px;
  padding: 5px;
  margin: 0;
  color: rgb(222, 54, 24);
  min-width: 20px;
  min-height: 0;
  text-align: right;
  display: block;
  font-size: 1.8rem;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_weight .WeightUnits, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_weight .WeightUnits {
  min-width: 0;
  max-width: 160px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset {
  min-width: 180px;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset .Polaris-Heading, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset .Polaris-Heading {
  font-size: 1.4rem;
  font-weight: normal;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes {
  display: flex;
  justify-content: space-between;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes > .Polaris-FormLayout__Item, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer .SearchCheckboxes.Polaris-Fieldset > .Polaris-FormLayout__Items > .SearchCheckboxes > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.Workflow-Action--product_sync_attribute_tags.open .ProductSyncTags__SettingsForm--product_keyword .RowContainer > .Polaris-FormLayout__Item:first-child, .ActionSettings--product_sync_attribute_tags .ProductSyncTags__SettingsForm--product_keyword .RowContainer > .Polaris-FormLayout__Item:first-child {
  max-width: 150px;
}

.ta-app-database-editor-page .Polaris-Tabs {
  margin-top: 0;
}
.ta-app-database-editor-page .Polaris-Card__Section {
  overflow: visible;
}
.ta-app-database-editor-page .Polaris-Card {
  overflow: visible;
}
.ta-app-database-editor-page .form-item-files-import {
  display: none;
}
.ta-app-database-editor-page .form-item-files-import.visible {
  display: block;
}
.ta-app-database-editor-page .FixElements .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-database-editor-page #messages-wrapper {
  margin-bottom: 1rem;
}
.ta-app-database-editor-page .Polaris-FormLayout > .Polaris-Heading {
  margin-bottom: 1rem;
}
.ta-app-database-editor-page a.Operation-Link--delete {
  color: rgb(222, 54, 24);
}
.ta-app-database-editor-page .Operation-Links .sep {
  margin: 0 5px;
}
.ta-app-database-editor-page textarea[name="add_row[form][item_value]"] {
  font-family: monospace;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.ta-app-database-editor-page textarea.autogrow {
  min-height: 36px;
  flex: none;
  overflow: hidden;
}
.ta-app-database-editor-page .function-radios {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-top: 0;
}
.ta-app-database-editor-page .function-radios > div {
  margin-left: 0;
}
.ta-app-database-editor-page .function-radios > .Polaris-FormLayout__Item {
  margin-top: 0;
}
.ta-app-database-editor-page .function-radios > .Polaris-FormLayout__Items > div {
  display: flex;
}
.ta-app-database-editor-page .function-radios > .Polaris-FormLayout__Items > div > div {
  margin-left: 0;
  min-width: 0;
  margin-right: 2.5rem;
  flex: none;
}
.ta-app-database-editor-page .Filters, .ta-app-database-editor-page .AddRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.ta-app-database-editor-page .Filters .form-actions, .ta-app-database-editor-page .AddRow .form-actions {
  width: 100%;
  flex-basis: 100%;
  margin-top: 1.5rem;
}
.ta-app-database-editor-page .Filters .Polaris-FormLayout__Item, .ta-app-database-editor-page .AddRow .Polaris-FormLayout__Item {
  min-width: 0;
  padding: 0;
  margin: 0;
  margin-right: 1rem;
  max-width: none;
  flex: 1 1 0;
}
.ta-app-database-editor-page .Filters .Polaris-FormLayout__Item:last-child, .ta-app-database-editor-page .AddRow .Polaris-FormLayout__Item:last-child {
  margin-right: 0;
}
.ta-app-database-editor-page .Polaris-DataTable__Table {
  max-width: 100%;
}
.ta-app-database-editor-page .Polaris-DataTable__Table .Polaris-DataTable__Cell {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-app-database-editor-page .Polaris-DataTable__Table .Polaris-DataTable__Cell > pre {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 150px;
}
.ta-app-database-editor-page .Polaris-DataTable__Table .Polaris-DataTable__Cell--header {
  overflow: visible;
}
.ta-app-database-editor-page .Polaris-DataTable__Table .Polaris-DataTable__Cell--header .help__text {
  white-space: wrap;
}
.ta-app-database-editor-page .AddRow .Polaris-FormLayout__Items > .Polaris-FormLayout__Item:last-child {
  width: 100%;
  flex: 1 1 100%;
  margin-top: 1rem;
  margin-right: 1rem;
}
.ta-app-database-editor-page .Filters {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgb(223, 227, 232);
}

.Run-API-Workflow-Page .Polaris-Page {
  margin: auto !important;
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form form > .Polaris-FormLayout > .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: none;
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form form textarea {
  font-family: monospace;
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form .form-actions {
  margin-top: 2rem;
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form .Response-Wrapper pre {
  padding: 1.5rem;
  background-color: rgb(249, 250, 251);
  border-radius: 3px;
  border: 1px solid rgb(223, 227, 232);
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form .Response-Wrapper.Response-Wrapper--error pre {
  background-color: rgb(251, 234, 229);
  border: 1px solid rgb(222, 54, 24);
}
.Run-API-Workflow-Page #Polaris-Form-Wrapper-workflow-api-run-form .Response-Wrapper.Response-Wrapper--success pre {
  background-color: rgb(227, 241, 223);
  border: 1px solid rgb(80, 184, 60);
}

body.ta-app-stats-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
body.ta-app-stats-page:not(.ta-app-workflow-metrics-page) .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}
body.ta-app-stats-page .WorkflowsTable__Placeholder {
  min-height: 100px;
}
body.ta-app-stats-page .delayed-warning {
  float: left;
  margin-top: 1rem;
  color: rgb(69, 79, 91);
}
body.ta-app-stats-page .WorkflowsTable.loading .workflows-grid {
  opacity: 0.5;
}
body.ta-app-stats-page .workflows-grid, body.ta-app-stats-page .WorkflowsTable__Placeholder {
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: auto;
}
body.ta-app-stats-page .workflows-grid .workflow-header, body.ta-app-stats-page .workflows-grid .workflow-item, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-header, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item {
  display: grid;
  grid-template-columns: 9fr 2fr 4fr 4fr 15px;
  gap: 10px;
  align-items: center;
  padding: 15px;
}
body.ta-app-stats-page .workflows-grid .workflow-item.open, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item.open {
  grid-template-columns: 1fr 15px;
}
body.ta-app-stats-page .workflows-grid .workflow-item.open .BatchStatus, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item.open .BatchStatus {
  display: none;
}
body.ta-app-stats-page .workflows-grid .workflow-item.open .cell:not(.workflow-item__label), body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item.open .cell:not(.workflow-item__label) {
  display: none;
}
body.ta-app-stats-page .workflows-grid .workflow-item__label, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 0;
}
body.ta-app-stats-page .workflows-grid .workflow-item__label .BatchStatus, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__label .BatchStatus {
  position: relative;
  margin-left: 10px;
}
body.ta-app-stats-page .workflows-grid .workflow-item__label .BatchStatus .help__tooltip-icon, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__label .BatchStatus .help__tooltip-icon {
  font-size: 1.5rem;
  color: #47c1bf;
  position: relative;
  padding: 5px;
  left: -6px;
  top: 2px;
}
body.ta-app-stats-page .workflows-grid .workflow-item__label .label-text, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__label .label-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.ta-app-stats-page .workflows-grid .workflow-header, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-header {
  font-weight: bold;
}
body.ta-app-stats-page .workflows-grid .workflow-details, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-details {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
body.ta-app-stats-page .workflows-grid .workflow-details.open, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-details.open {
  padding: 15px;
  max-height: 1000px;
  opacity: 1;
}
body.ta-app-stats-page .workflows-grid .workflow-item, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item {
  border-top: 1px solid rgb(223, 227, 232);
  position: relative;
}
body.ta-app-stats-page .workflows-grid .details__grid, body.ta-app-stats-page .WorkflowsTable__Placeholder .details__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  body.ta-app-stats-page .workflows-grid .details__grid, body.ta-app-stats-page .WorkflowsTable__Placeholder .details__grid {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
body.ta-app-stats-page .workflows-grid .workflow-block__header, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block__header {
  font-weight: bold;
  color: rgb(69, 79, 91);
  border-bottom: 1px solid rgb(223, 227, 232);
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
body.ta-app-stats-page .workflows-grid .workflow-block, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block {
  border: 1px solid rgb(223, 227, 232);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 2rem;
}
body.ta-app-stats-page .workflows-grid .workflow-block__row, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block__row {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.ta-app-stats-page .workflows-grid .workflow-block__footer, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(223, 227, 232);
  padding-top: 1rem;
  margin-top: 0.5rem;
}
body.ta-app-stats-page .workflows-grid .workflow-block__row-heading, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block__row-heading {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: rgb(99, 115, 129);
}
body.ta-app-stats-page .workflows-grid .workflow-block__row + .workflow-block__row-heading, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-block__row + .workflow-block__row-heading {
  margin-top: 2rem;
}
body.ta-app-stats-page .workflows-grid .expand-button, body.ta-app-stats-page .WorkflowsTable__Placeholder .expand-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.ta-app-stats-page .workflows-grid .expand-button svg, body.ta-app-stats-page .WorkflowsTable__Placeholder .expand-button svg {
  transition: all 0.3s;
}
body.ta-app-stats-page .workflows-grid .expand-button:before, body.ta-app-stats-page .WorkflowsTable__Placeholder .expand-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
body.ta-app-stats-page .workflows-grid .expand-button:hover, body.ta-app-stats-page .WorkflowsTable__Placeholder .expand-button:hover {
  color: rgb(0, 122, 206);
}
body.ta-app-stats-page .workflows-grid .expand-button.open svg, body.ta-app-stats-page .WorkflowsTable__Placeholder .expand-button.open svg {
  transform: rotate(90deg);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span, body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span {
  background-color: rgb(223, 227, 232);
  padding: 6px 12px;
  border-radius: 20px;
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority=Urgent], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority=Urgent] {
  background-color: rgb(251, 234, 229);
  color: rgb(88, 60, 53);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority="Very High"], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority="Very High"] {
  background-color: rgb(252, 235, 219);
  color: rgb(89, 68, 48);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority=High], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority=High] {
  background-color: rgb(252, 241, 205);
  color: rgb(89, 81, 48);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority=Normal], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority=Normal] {
  background-color: rgb(235, 245, 250);
  color: rgb(62, 78, 87);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority=Low], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority=Low] {
  background-color: rgb(224, 245, 245);
  color: rgb(64, 83, 82);
}
body.ta-app-stats-page .workflows-grid .workflow-item__priority span[data-priority="Very Low"], body.ta-app-stats-page .WorkflowsTable__Placeholder .workflow-item__priority span[data-priority="Very Low"] {
  background-color: rgb(227, 241, 223);
  color: rgb(65, 79, 62);
}
body.ta-app-stats-page .Page__Content {
  max-width: 1600px;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-Heading {
  margin-bottom: 0.5rem;
}
body.ta-app-stats-page .WorkflowsTable .WorkflowsTable__Hr {
  border: 1px solid rgb(223, 227, 232);
  margin-top: 4rem;
  margin-bottom: 2rem;
}
body.ta-app-stats-page .WorkflowsTable .WorkflowsTable__Title {
  text-align: center;
  padding: 2rem 0 1rem 0;
}
body.ta-app-stats-page .WorkflowsTable .WorkflowsTable__Placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-DataTable {
  background-color: white;
  border-radius: 3px;
  padding: 2rem;
  padding-top: 0.5rem;
  border: 1px solid rgb(223, 227, 232);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  min-height: 165px;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-DataTable tbody > tr > td:last-child {
  text-align: right;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-DataTable tbody > tr > td:last-child a {
  margin-left: 10px;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-DataTable .has-help-text .help__text {
  font-weight: normal;
}
body.ta-app-stats-page .WorkflowsTable .Polaris-DataTable .has-help-text .help__tooltip {
  top: 0;
  white-space: normal;
}
body.ta-app-stats-page .EventsTable {
  margin-top: 2rem;
}
body.ta-app-stats-page .StatsForm__Graphs {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1400px) {
  body.ta-app-stats-page .StatsForm__Graphs {
    grid-template-columns: 1fr;
  }
}
body.ta-app-stats-page .delay-notice {
  line-height: 1.5rem;
  font-size: 1.15rem;
  font-style: italic;
  color: rgb(69, 79, 91);
  padding: 5px;
}
body.ta-app-stats-page .StatsForm__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
body.ta-app-stats-page .StatsForm__Subtext {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  color: #454f5b;
}
body.ta-app-stats-page #Polaris-Form-Wrapper-ta_app_stats_form {
  position: relative;
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
body.ta-app-stats-page #Polaris-Form-Wrapper-ta_app_stats_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
body.ta-app-stats-page .section {
  background-color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
body.ta-app-stats-page .Polaris-Page__Content {
  margin-top: 0;
}
body.ta-app-stats-page .page-refresh {
  text-align: right;
}
body.ta-app-stats-page .page-refresh a {
  padding: 0px 5px;
  display: inline-block;
  font-size: 1.25rem;
}
body.ta-app-stats-page .page-refresh a svg {
  margin-left: 5px;
}
body.ta-app-stats-page .page-refresh a:hover {
  color: rgb(0, 122, 206);
}
body.ta-app-stats-page .Top-Things {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.ta-app-stats-page .Top-Things.Top-Things--has-workflow {
  top: 65px;
}
body.ta-app-stats-page .Total-Queue-Count {
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  max-width: 240px;
  border: 2px solid rgb(71, 193, 191);
  background-color: rgb(224, 245, 245);
  border-radius: 5px;
  margin-bottom: 2rem;
}
body.ta-app-stats-page .Total-Queue-Count.count--warning {
  border: 2px solid rgb(238, 194, 0);
  background-color: rgb(252, 241, 205);
}
body.ta-app-stats-page .Total-Queue-Count.count--error {
  border: 2px solid rgb(244, 147, 66);
  background-color: rgb(252, 235, 219);
}
body.ta-app-stats-page .Total-Queue-Count.count--critical {
  border: 2px solid rgb(222, 54, 24);
  background-color: rgb(251, 234, 229);
}
body.ta-app-stats-page .Total-Queue-Count .queue-count {
  margin-bottom: 10px;
  line-height: 4rem;
  font-size: 4rem;
}
body.ta-app-stats-page .filters-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 750px) {
  body.ta-app-stats-page .filters-wrapper {
    position: absolute;
    right: 5px;
    top: 10px;
  }
}
body.ta-app-stats-page .filters-wrapper .Polaris-Labelled__LabelWrapper {
  margin-bottom: 0;
}
body.ta-app-stats-page .filters-wrapper .Polaris-Select__Input {
  min-width: 0;
}
body.ta-app-stats-page .filters-wrapper .Polaris-Label {
  margin-right: 10px;
}
body.ta-app-stats-page .filters-wrapper > .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-left: 0;
  max-width: none;
  min-width: 0;
  display: flex;
  align-items: center;
}
body.ta-app-stats-page .graph-section {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}
body.ta-app-stats-page .graph-section .empty-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
body.ta-app-stats-page .graph-section .empty-chart span {
  background-color: rgb(244, 246, 248);
  color: rgb(69, 79, 91);
  padding: 2rem 3rem;
  border-radius: 15px;
  border: 3px solid white;
}
body.ta-app-stats-page .graph-section > .info {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  pointer-events: none;
  cursor: help;
}
body.ta-app-stats-page .graph-section > .info .info__text {
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  max-width: 300px;
  padding: 10px;
  background-color: white;
  border: 1px solid rgb(223, 227, 232);
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
body.ta-app-stats-page .graph-section > .info .info__pill {
  pointer-events: all;
}
body.ta-app-stats-page .graph-section > .info .info__pill:hover + .info__text {
  opacity: 1;
}
body.ta-app-stats-page .graph-section canvas {
  position: absolute;
  top: 0;
  margin-top: 6rem;
  left: 2rem;
  width: 100%;
  height: 100%;
  display: block;
}
body.ta-app-stats-page .chart-type-radios {
  display: flex;
  align-items: center;
  float: right;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  min-width: 0;
}
body.ta-app-stats-page .chart-type-radios .Polaris-Heading {
  margin-right: 10px;
}
body.ta-app-stats-page .chart-type-radios .Polaris-FormLayout__Item {
  min-width: 0;
  margin: 0;
  margin-left: 10px;
  flex: none;
  max-width: none;
}
body.ta-app-stats-page .chart-type-radios .Polaris-FormLayout__Items > div {
  display: flex;
}
body.ta-app-stats-page .new-relic-chart {
  opacity: 0.25;
  background-color: rgb(223, 227, 232);
  width: 100%;
  transition: background-color 0.5s, opacity 0.5s;
}
body.ta-app-stats-page .new-relic-chart.loaded {
  opacity: 1;
  background-color: transparent;
}

.ActionsWrapper .Workflow-Action--trello.open .form-checkboxes, .ActionsWrapper .ActionSettings--trello .form-checkboxes {
  display: block !important;
}
.ActionsWrapper .Workflow-Action--trello.open .form-checkboxes .js-form-item, .ActionsWrapper .ActionSettings--trello .form-checkboxes .js-form-item {
  display: inline-block;
  min-width: auto;
  margin-top: 1.6rem !important;
}

body.reasons-to-upgrade-page .Polaris-Page .Content__PageTitle {
  display: block;
}
body.reasons-to-upgrade-page .Polaris-Page__Content {
  position: relative;
  padding-bottom: 6rem;
}
body.reasons-to-upgrade-page .Polaris-Page__Navigation {
  position: absolute;
  left: 0;
  top: -4rem;
}
body.reasons-to-upgrade-page .UpgradeBlocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  padding: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  body.reasons-to-upgrade-page .UpgradeBlocks {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
body.reasons-to-upgrade-page .Upgrade-Actions {
  display: flex;
  justify-content: center;
}
body.reasons-to-upgrade-page .UpgradeBlock {
  display: flex;
  background-color: rgb(244, 246, 248);
  border-radius: 20px;
  padding: 3rem;
  font-size: 1.6rem;
}
body.reasons-to-upgrade-page .UpgradeBlock:nth-child(2n) {
  flex-direction: row-reverse;
}
body.reasons-to-upgrade-page .UpgradeBlock:nth-child(2n) .UpgradeBlock__ImageWrapper {
  right: -4rem;
  left: auto;
}
body.reasons-to-upgrade-page .UpgradeBlock__Title {
  font-weight: bold;
  color: rgb(92, 106, 196);
  margin-bottom: 1rem;
}
body.reasons-to-upgrade-page .UpgradeBlock__Description {
  line-height: 2.5rem;
  opacity: 0.7;
}
body.reasons-to-upgrade-page .UpgradeBlock__Icon {
  min-width: 90px;
  max-width: 90px;
  display: flex;
  align-items: center;
}
body.reasons-to-upgrade-page .UpgradeBlock__ImageWrapper {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  padding: 1rem;
  background-color: white;
  border-radius: 15px;
  position: relative;
  left: -6rem;
  display: flex;
  align-items: center;
}
body.reasons-to-upgrade-page .UpgradeBlock__Image {
  width: 100%;
}
body.reasons-to-upgrade-page #app-footer-links {
  display: none;
}

.ta-app-workflow-variables-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}

.ta-app-workflow-variables-page .GlobalMessages, .ta-app-global-variables-configure-page .GlobalMessages, .ta-app-global-variables-values-page .GlobalMessages {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form .Workflow-Variables__Title, .ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form .Workflow-Variables__Title, .ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form .Workflow-Variables__Title {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  max-width: 600px;
  margin: auto;
  margin-bottom: 4rem;
  line-height: 2.4rem;
  padding: 0.5rem 1.2rem;
  font-weight: 400;
}
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form,
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form,
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form, .ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form,
.ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form,
.ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form, .ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form,
.ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form,
.ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form > .Polaris-Card__Section,
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form > .Polaris-Card__Section,
.ta-app-workflow-variables-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form > .Polaris-Card__Section, .ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form > .Polaris-Card__Section,
.ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form > .Polaris-Card__Section,
.ta-app-global-variables-configure-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form > .Polaris-Card__Section, .ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_workflow_variables_form > .Polaris-Card__Section,
.ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_global_variables_configure_form > .Polaris-Card__Section,
.ta-app-global-variables-values-page #Polaris-Form-Wrapper-ta_app_global_variables_values_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
.ta-app-workflow-variables-page .page-wrapper, .ta-app-global-variables-configure-page .page-wrapper, .ta-app-global-variables-values-page .page-wrapper {
  overflow: hidden;
  padding: 2rem;
  background-color: white;
  border: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.ta-app-workflow-variables-page .page-wrapper.no-list #ta-app__field-edit-wrapper, .ta-app-global-variables-configure-page .page-wrapper.no-list #ta-app__field-edit-wrapper, .ta-app-global-variables-values-page .page-wrapper.no-list #ta-app__field-edit-wrapper {
  width: 100%;
}
.ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields, .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields, .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields {
  margin-top: 1rem;
}
.ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields input, .ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields textarea, .ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields select, .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields input, .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields textarea, .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields select, .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields input, .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields textarea, .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields select {
  background-color: rgba(255, 255, 255, 0.5);
}
.ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=file], .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=file], .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=file] {
  pointer-events: none;
  opacity: 0.5;
}
.ta-app-workflow-variables-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=submit], .ta-app-global-variables-configure-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=submit], .ta-app-global-variables-values-page .ta-app__form-preview-wrapper #ta-app-customer-fields input[type=submit] {
  pointer-events: none;
  opacity: 0.5;
}
.ta-app-workflow-variables-page input[name$="[values][machine_name]"], .ta-app-workflow-variables-page input[name$="[values][token]"], .ta-app-global-variables-configure-page input[name$="[values][machine_name]"], .ta-app-global-variables-configure-page input[name$="[values][token]"], .ta-app-global-variables-values-page input[name$="[values][machine_name]"], .ta-app-global-variables-values-page input[name$="[values][token]"] {
  background-color: #f4f6f8;
  color: #333;
  font-family: Monospace;
  font-size: 1.6rem;
  border: 1px solid rgb(196, 205, 213);
  border-radius: 3px;
}
.ta-app-workflow-variables-page .create-field-form input[name$="[values][machine_name]"], .ta-app-global-variables-configure-page .create-field-form input[name$="[values][machine_name]"], .ta-app-global-variables-values-page .create-field-form input[name$="[values][machine_name]"] {
  background-color: rgb(255, 255, 255);
}
.ta-app-workflow-variables-page input[name$="[values][machine_name]"].error, .ta-app-global-variables-configure-page input[name$="[values][machine_name]"].error, .ta-app-global-variables-values-page input[name$="[values][machine_name]"].error {
  background-color: transparent;
  border-color: #de3618;
}
.ta-app-workflow-variables-page .new-field-heading, .ta-app-global-variables-configure-page .new-field-heading, .ta-app-global-variables-values-page .new-field-heading {
  font-size: 2rem;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper, .ta-app-global-variables-values-page .New-Field-Type-Wrapper {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper .New-Field-Type, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper .New-Field-Type, .ta-app-global-variables-values-page .New-Field-Type-Wrapper .New-Field-Type {
  position: relative;
  margin-top: 1rem;
  margin-right: 0.5rem;
  width: calc(33.3333% - 1rem);
  color: white;
  background-color: #5c6ac4;
  text-align: center;
  cursor: pointer;
  padding: 4px;
  transition: background-color 0.3s;
  border-radius: 3px;
  border: 1px solid #5c6ac4;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper .New-Field-Type:hover, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper .New-Field-Type:hover, .ta-app-global-variables-values-page .New-Field-Type-Wrapper .New-Field-Type:hover {
  background-color: #38469b;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper .New-Field-Type.active, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper .New-Field-Type.active, .ta-app-global-variables-values-page .New-Field-Type-Wrapper .New-Field-Type.active {
  background-color: #2b3576;
  border: 1px solid #10132b;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper .New-Field-Type.New-Field-Type--disabled, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper .New-Field-Type.New-Field-Type--disabled, .ta-app-global-variables-values-page .New-Field-Type-Wrapper .New-Field-Type.New-Field-Type--disabled {
  background-color: #f4f6f8;
  border: 1px solid #c5d0da;
  color: #c5d0da;
}
.ta-app-workflow-variables-page .New-Field-Type-Wrapper .New-Field-Type .help__tooltip, .ta-app-global-variables-configure-page .New-Field-Type-Wrapper .New-Field-Type .help__tooltip, .ta-app-global-variables-values-page .New-Field-Type-Wrapper .New-Field-Type .help__tooltip {
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
  width: 12px;
}
.ta-app-workflow-variables-page .Field-Type-Options > .Polaris-FormLayout__Items, .ta-app-global-variables-configure-page .Field-Type-Options > .Polaris-FormLayout__Items, .ta-app-global-variables-values-page .Field-Type-Options > .Polaris-FormLayout__Items {
  margin-left: 2rem;
  margin-top: 1rem;
}
.ta-app-workflow-variables-page .Field-Type-Options > .Polaris-FormLayout__Items > div, .ta-app-global-variables-configure-page .Field-Type-Options > .Polaris-FormLayout__Items > div, .ta-app-global-variables-values-page .Field-Type-Options > .Polaris-FormLayout__Items > div {
  display: block;
  column-count: 3;
}
.ta-app-workflow-variables-page .Field-Type-Options > .Polaris-FormLayout__Items .Polaris-FormLayout__Item, .ta-app-global-variables-configure-page .Field-Type-Options > .Polaris-FormLayout__Items .Polaris-FormLayout__Item, .ta-app-global-variables-values-page .Field-Type-Options > .Polaris-FormLayout__Items .Polaris-FormLayout__Item {
  min-width: 150px;
  margin: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.ta-app-workflow-variables-page #ta-app__field-list, .ta-app-global-variables-configure-page #ta-app__field-list, .ta-app-global-variables-values-page #ta-app__field-list {
  float: left;
  width: 33%;
  position: relative;
}
.ta-app-workflow-variables-page #ta-app__field-edit-wrapper, .ta-app-global-variables-configure-page #ta-app__field-edit-wrapper, .ta-app-global-variables-values-page #ta-app__field-edit-wrapper {
  float: left;
  width: 66%;
  padding: 0 15px;
  background-color: #f8f9fc;
  min-height: 500px;
  padding-bottom: 15px;
  border-radius: 3px;
}
.ta-app-workflow-variables-page #ta-app__field-edit-wrapper.ta-app__form-preview-wrapper, .ta-app-global-variables-configure-page #ta-app__field-edit-wrapper.ta-app__form-preview-wrapper, .ta-app-global-variables-values-page #ta-app__field-edit-wrapper.ta-app__form-preview-wrapper {
  background-color: #fefaef;
}
.ta-app-workflow-variables-page .ta-app__field-list-item-text .field-width, .ta-app-global-variables-configure-page .ta-app__field-list-item-text .field-width, .ta-app-global-variables-values-page .ta-app__field-list-item-text .field-width {
  background-color: #f4f6f8;
  border-radius: 20px;
  font-size: 0.6rem;
  text-align: right;
  display: inline-block;
  padding: 1px 9px;
  float: right;
}
.ta-app-workflow-variables-page .ta-app__width-radios .Polaris-FormLayout__Items, .ta-app-global-variables-configure-page .ta-app__width-radios .Polaris-FormLayout__Items, .ta-app-global-variables-values-page .ta-app__width-radios .Polaris-FormLayout__Items {
  display: none;
}
.ta-app-workflow-variables-page .ta-app__field-width-picker, .ta-app-global-variables-configure-page .ta-app__field-width-picker, .ta-app-global-variables-values-page .ta-app__field-width-picker {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 15px;
}
.ta-app-workflow-variables-page .ta-app__field-width-picker .width-picker-item, .ta-app-global-variables-configure-page .ta-app__field-width-picker .width-picker-item, .ta-app-global-variables-values-page .ta-app__field-width-picker .width-picker-item {
  border: 1px solid #43467f;
  width: calc(8.3333333333% - 6px);
  height: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.ta-app-workflow-variables-page .ta-app__field-width-picker .width-picker-item:before, .ta-app-global-variables-configure-page .ta-app__field-width-picker .width-picker-item:before, .ta-app-global-variables-values-page .ta-app__field-width-picker .width-picker-item:before {
  content: attr(data-title);
  display: block;
  position: absolute;
  text-align: center;
  left: -88%;
  top: -36px;
  background-color: #f4f6f8;
  color: #1c2260;
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  width: 100px;
  z-index: 10;
  border: 1px solid white;
  padding: 1px;
  border-radius: 110px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.ta-app-workflow-variables-page .ta-app__field-width-picker .width-picker-item:hover, .ta-app-global-variables-configure-page .ta-app__field-width-picker .width-picker-item:hover, .ta-app-global-variables-values-page .ta-app__field-width-picker .width-picker-item:hover {
  background-color: rgba(67, 70, 127, 0.25);
}
.ta-app-workflow-variables-page .ta-app__field-width-picker .width-picker-item:hover:before, .ta-app-global-variables-configure-page .ta-app__field-width-picker .width-picker-item:hover:before, .ta-app-global-variables-values-page .ta-app__field-width-picker .width-picker-item:hover:before {
  opacity: 1;
}
.ta-app-workflow-variables-page .ta-app__field-width-picker .width-picker-item.active, .ta-app-global-variables-configure-page .ta-app__field-width-picker .width-picker-item.active, .ta-app-global-variables-values-page .ta-app__field-width-picker .width-picker-item.active {
  background-color: #43467f;
}
.ta-app-workflow-variables-page .fields-drag-handle, .ta-app-global-variables-configure-page .fields-drag-handle, .ta-app-global-variables-values-page .fields-drag-handle {
  position: absolute;
  left: 0;
  top: 33%;
  padding: 2px 4px;
  color: #43467f;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: ns-resize;
}
.ta-app-workflow-variables-page .form-actions, .ta-app-global-variables-configure-page .form-actions, .ta-app-global-variables-values-page .form-actions {
  float: left;
  width: 100%;
}
.ta-app-workflow-variables-page .Validation-Rules, .ta-app-global-variables-configure-page .Validation-Rules, .ta-app-global-variables-values-page .Validation-Rules {
  width: 100%;
}
.ta-app-workflow-variables-page .Validation-Rules > .Polaris-FormLayout__Items, .ta-app-global-variables-configure-page .Validation-Rules > .Polaris-FormLayout__Items, .ta-app-global-variables-values-page .Validation-Rules > .Polaris-FormLayout__Items {
  padding-left: 2rem;
}
.ta-app-workflow-variables-page .Validation-Rule, .ta-app-global-variables-configure-page .Validation-Rule, .ta-app-global-variables-values-page .Validation-Rule {
  width: 100%;
  position: relative;
  padding: 1.6rem 7.7rem 1.6rem 1.6rem;
  overflow: visible;
}
.ta-app-workflow-variables-page .Validation-Rule .Polaris-FormLayout__Item, .ta-app-global-variables-configure-page .Validation-Rule .Polaris-FormLayout__Item, .ta-app-global-variables-values-page .Validation-Rule .Polaris-FormLayout__Item {
  margin: 0;
}
.ta-app-workflow-variables-page .Validation-Rule input[name^=delete_validation_rule_], .ta-app-global-variables-configure-page .Validation-Rule input[name^=delete_validation_rule_], .ta-app-global-variables-values-page .Validation-Rule input[name^=delete_validation_rule_] {
  position: absolute;
  right: 1.6rem;
  top: 44%;
}
.ta-app-workflow-variables-page .Validation-Rule.Validation-Rule--no-settings, .ta-app-global-variables-configure-page .Validation-Rule.Validation-Rule--no-settings, .ta-app-global-variables-values-page .Validation-Rule.Validation-Rule--no-settings {
  padding: 2.4rem 7.7rem 2.4rem 1.6rem;
}
.ta-app-workflow-variables-page .Validation-Rule.Validation-Rule--no-settings h4, .ta-app-global-variables-configure-page .Validation-Rule.Validation-Rule--no-settings h4, .ta-app-global-variables-values-page .Validation-Rule.Validation-Rule--no-settings h4 {
  font-weight: bold;
}
.ta-app-workflow-variables-page .Validation-Rule.Validation-Rule--no-settings input[name^=delete_validation_rule_], .ta-app-global-variables-configure-page .Validation-Rule.Validation-Rule--no-settings input[name^=delete_validation_rule_], .ta-app-global-variables-values-page .Validation-Rule.Validation-Rule--no-settings input[name^=delete_validation_rule_] {
  top: 24%;
}
.ta-app-workflow-variables-page .Validation-Rule-Settings > div:not(:first-child), .ta-app-global-variables-configure-page .Validation-Rule-Settings > div:not(:first-child), .ta-app-global-variables-values-page .Validation-Rule-Settings > div:not(:first-child) {
  margin-top: 10px;
}
.ta-app-workflow-variables-page .Polaris-Card__Section > .Polaris-FormLayout__Item, .ta-app-global-variables-configure-page .Polaris-Card__Section > .Polaris-FormLayout__Item, .ta-app-global-variables-values-page .Polaris-Card__Section > .Polaris-FormLayout__Item {
  margin-left: 0;
}
.ta-app-workflow-variables-page .Polaris-Card__Section > .Polaris-FormLayout__Item:first-child, .ta-app-global-variables-configure-page .Polaris-Card__Section > .Polaris-FormLayout__Item:first-child, .ta-app-global-variables-values-page .Polaris-Card__Section > .Polaris-FormLayout__Item:first-child {
  margin-top: 0;
}
.ta-app-workflow-variables-page .Polaris-Page, .ta-app-global-variables-configure-page .Polaris-Page, .ta-app-global-variables-values-page .Polaris-Page {
  margin-top: 0;
}
.ta-app-workflow-variables-page .Polaris-Page__Content, .ta-app-global-variables-configure-page .Polaris-Page__Content, .ta-app-global-variables-values-page .Polaris-Page__Content {
  margin-top: 0;
}
.ta-app-workflow-variables-page .Condition-Rules, .ta-app-global-variables-configure-page .Condition-Rules, .ta-app-global-variables-values-page .Condition-Rules {
  width: 100%;
}
.ta-app-workflow-variables-page .Condition-Rules > .Polaris-FormLayout__Items, .ta-app-global-variables-configure-page .Condition-Rules > .Polaris-FormLayout__Items, .ta-app-global-variables-values-page .Condition-Rules > .Polaris-FormLayout__Items {
  padding-left: 2rem;
}
.ta-app-workflow-variables-page .Condition-Rule__Settings, .ta-app-global-variables-configure-page .Condition-Rule__Settings, .ta-app-global-variables-values-page .Condition-Rule__Settings {
  overflow: hidden;
  padding: 2px;
}
.ta-app-workflow-variables-page .Condition-Rule__Settings > .Polaris-FormLayout__Item, .ta-app-global-variables-configure-page .Condition-Rule__Settings > .Polaris-FormLayout__Item, .ta-app-global-variables-values-page .Condition-Rule__Settings > .Polaris-FormLayout__Item {
  width: 33.333%;
  float: left;
  min-width: 0;
  padding-right: 5px;
}
.ta-app-workflow-variables-page .Condition-Rule__Settings > .Polaris-FormLayout__Item:last-child, .ta-app-global-variables-configure-page .Condition-Rule__Settings > .Polaris-FormLayout__Item:last-child, .ta-app-global-variables-values-page .Condition-Rule__Settings > .Polaris-FormLayout__Item:last-child {
  padding-right: 0;
}
.ta-app-workflow-variables-page .Condition-Rule, .ta-app-global-variables-configure-page .Condition-Rule, .ta-app-global-variables-values-page .Condition-Rule {
  width: 100%;
  position: relative;
  padding: 1.6rem 9.3rem 1.6rem 1.6rem;
  overflow: visible;
}
.ta-app-workflow-variables-page .Condition-Rule > .Polaris-Heading, .ta-app-global-variables-configure-page .Condition-Rule > .Polaris-Heading, .ta-app-global-variables-values-page .Condition-Rule > .Polaris-Heading {
  margin-bottom: 15px;
}
.ta-app-workflow-variables-page .Condition-Rule .Polaris-FormLayout__Item, .ta-app-global-variables-configure-page .Condition-Rule .Polaris-FormLayout__Item, .ta-app-global-variables-values-page .Condition-Rule .Polaris-FormLayout__Item {
  margin: 0;
}
.ta-app-workflow-variables-page .Condition-Rule input[name^=delete_condition_rule_], .ta-app-global-variables-configure-page .Condition-Rule input[name^=delete_condition_rule_], .ta-app-global-variables-values-page .Condition-Rule input[name^=delete_condition_rule_] {
  position: absolute;
  right: 1.6rem;
  bottom: 14%;
}
.ta-app-workflow-variables-page .Condition-Rule.Condition-Rule--no-settings, .ta-app-global-variables-configure-page .Condition-Rule.Condition-Rule--no-settings, .ta-app-global-variables-values-page .Condition-Rule.Condition-Rule--no-settings {
  padding: 2.4rem 7.7rem 2.4rem 1.6rem;
}
.ta-app-workflow-variables-page .Condition-Rule.Condition-Rule--no-settings h4, .ta-app-global-variables-configure-page .Condition-Rule.Condition-Rule--no-settings h4, .ta-app-global-variables-values-page .Condition-Rule.Condition-Rule--no-settings h4 {
  font-weight: bold;
}
.ta-app-workflow-variables-page .Condition-Rule.Condition-Rule--no-settings input[name^=delete_condition_rule_], .ta-app-global-variables-configure-page .Condition-Rule.Condition-Rule--no-settings input[name^=delete_condition_rule_], .ta-app-global-variables-values-page .Condition-Rule.Condition-Rule--no-settings input[name^=delete_condition_rule_] {
  top: 24%;
}
.ta-app-workflow-variables-page .ta-app__field-drag-placeholder, .ta-app-global-variables-configure-page .ta-app__field-drag-placeholder, .ta-app-global-variables-values-page .ta-app__field-drag-placeholder {
  height: 65px;
  background-color: #f4f6f8;
}
.ta-app-workflow-variables-page .ta-app__field-list-item, .ta-app-global-variables-configure-page .ta-app__field-list-item, .ta-app-global-variables-values-page .ta-app__field-list-item {
  position: relative;
  padding: 12px 12px 12px 20px;
  border-bottom: 1px solid #f4f6f8;
  transition: background-color 0.3s;
  border-left: 5px solid rgba(92, 106, 196, 0);
}
.ta-app-workflow-variables-page .ta-app__field-list-item:last-child, .ta-app-global-variables-configure-page .ta-app__field-list-item:last-child, .ta-app-global-variables-values-page .ta-app__field-list-item:last-child {
  border-bottom: none;
}
.ta-app-workflow-variables-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover, .ta-app-global-variables-configure-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover, .ta-app-global-variables-values-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover {
  background-color: #f4f6f8;
}
.ta-app-workflow-variables-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .fields-drag-handle, .ta-app-global-variables-configure-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .fields-drag-handle, .ta-app-global-variables-values-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .fields-drag-handle {
  opacity: 1;
}
.ta-app-workflow-variables-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .Polaris-Button, .ta-app-global-variables-configure-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .Polaris-Button, .ta-app-global-variables-values-page .ta-app__field-list-item:not(.ta-app__field-list-item--active):hover .Polaris-Button {
  pointer-events: all;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ui-sortable-helper, .ta-app-global-variables-configure-page .ta-app__field-list-item.ui-sortable-helper, .ta-app-global-variables-values-page .ta-app__field-list-item.ui-sortable-helper {
  background-color: rgba(244, 246, 248, 0.9);
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--disabled, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--disabled, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--disabled {
  pointer-events: none;
  border-left: 5px solid #ccc;
  background-color: #f9f9f9;
  color: #ccc;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--active, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--active, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--active {
  border-left: 5px solid #5c6ac4;
  background-color: #f8f9fc;
  color: #43467f;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--active.ta-app__preview-list-item, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--active.ta-app__preview-list-item, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--active.ta-app__preview-list-item {
  border-left: 5px solid rgb(156, 111, 25);
  background-color: #fefaef;
  color: rgb(89, 81, 48) !important;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--active:hover .fields-drag-handle, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--active:hover .fields-drag-handle, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--active:hover .fields-drag-handle {
  opacity: 1;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled {
  border-left: 5px solid #ccc;
  background-color: #f9f9f9;
  color: #ccc;
}
.ta-app-workflow-variables-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled.ta-app__field-list-item--active, .ta-app-global-variables-configure-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled.ta-app__field-list-item--active, .ta-app-global-variables-values-page .ta-app__field-list-item.ta-app__field-list-item--soft-disabled.ta-app__field-list-item--active {
  border-left: 5px solid #5c6ac4;
  background-color: #f9f9f9;
  color: #ccc;
}
.ta-app-workflow-variables-page .ta-app__field-list-item .Polaris-Button, .ta-app-global-variables-configure-page .ta-app__field-list-item .Polaris-Button, .ta-app-global-variables-values-page .ta-app__field-list-item .Polaris-Button {
  position: absolute;
  right: 9px;
  top: 7px;
  height: 100%;
  width: calc(100% - 20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  background-color: #f4f6f8;
  padding: 8px 22px;
  color: #43467f;
  border: 1px solid #ebeef2;
}
.ta-app-workflow-variables-page .ta-app__field-list-item .Polaris-Button:hover, .ta-app-global-variables-configure-page .ta-app__field-list-item .Polaris-Button:hover, .ta-app-global-variables-values-page .ta-app__field-list-item .Polaris-Button:hover {
  background-color: #ebeef2;
}
.ta-app-workflow-variables-page .ta-app__field-list-item-title, .ta-app-global-variables-configure-page .ta-app__field-list-item-title, .ta-app-global-variables-values-page .ta-app__field-list-item-title {
  font-weight: bold;
  font-size: 1.55rem;
  padding-right: 70px;
}

.ta-app-global-variables-values-page .Workflow-Variables input[name=close_variables] {
  display: none;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring {
  margin: 2rem auto 2rem auto;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form > .Polaris-FormLayout__Item {
  margin-left: 0px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 2rem 0 0;
  border-top: solid 1px #dfe3e8;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form > .Polaris-FormLayout__Item.width-12-of-12 {
  max-width: 100%;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field {
  margin-top: 3rem;
  padding: 3rem 0 0;
  border-top: solid 1px #dfe3e8;
  margin-bottom: 0;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field-type--submit-button {
  border-top: none;
  margin-top: 4rem;
  margin-bottom: 0;
  padding: 0 0 0.5rem;
}
.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form > div.Polaris-FormLayout__Item:first-child {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}

body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item, body.ta-app-scheduled-workflow-page .Workflow-Variables .Polaris-FormLayout__Item, body.ta-app-manual-workflow-page .Workflow-Variables .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item {
  clear: both;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form {
  overflow: hidden;
  margin-bottom: 0;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__lds-ring {
  margin: 2rem auto 2rem auto;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field > label, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field > label, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field > label, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field > label {
  margin-bottom: 10px;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=text], body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=password], body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=number], body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=date], body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field select, body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field textarea, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=text], body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=password], body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=number], body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=date], body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field select, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field textarea, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=text], body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=password], body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=number], body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=date], body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field select, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field textarea, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=text], body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=password], body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=number], body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field input[type=date], body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field select, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field textarea {
  padding: 10px;
  border: 1px solid rgb(196, 205, 213);
  border-radius: 3px;
  font-size: 1.6rem;
  color: rgb(33, 43, 54);
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__radio label, body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__checkbox label, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__radio label, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__checkbox label, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__radio label, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__checkbox label, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__radio label, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field .ta-app__checkbox label {
  font-size: 1.6rem;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit {
  background: linear-gradient(180deg, #6371c7, #5563c1);
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit:hover, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit:hover, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit:hover, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field button.form-submit:hover {
  background: linear-gradient(180deg, #5c6ac4, #4959bd);
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .workflow-variables-configure-link, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .workflow-variables-configure-link, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .workflow-variables-configure-link, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .workflow-variables-configure-link {
  margin-left: 10px;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField:hover .textarea-buttons, body.ta-app-scheduled-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField:hover .textarea-buttons, body.ta-app-manual-workflow-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField:hover .textarea-buttons, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .Polaris-TextField:hover .textarea-buttons {
  opacity: 1;
  pointer-events: all;
}
body.ta-app-global-variables-values-page .Workflow-Variables #ta-app-customer-fields, body.ta-app-scheduled-workflow-page .Workflow-Variables #ta-app-customer-fields, body.ta-app-manual-workflow-page .Workflow-Variables #ta-app-customer-fields, body.ta-app-workflow-edit-page .Workflow-Variables #ta-app-customer-fields {
  overflow: hidden;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field-description, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field-description, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field-description, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field-description {
  opacity: 0.8;
  margin-top: 5px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--v, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--v, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--v, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--v {
  resize: vertical;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--h, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--h, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--h, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--h {
  resize: horizontal;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--both, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--both, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--both, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--both {
  resize: both;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--none, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--none, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--none, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field-type--textarea textarea.resize--none {
  resize: none;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__radios-direction--v .ta-app__radio input, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__radios-direction--v .ta-app__radio input, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__radios-direction--v .ta-app__radio input, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__radios-direction--v .ta-app__radio input {
  margin-right: 4px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio {
  display: inline-block;
  margin-right: 0.5em;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio input, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio input, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio input, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio input {
  margin-right: 4px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio:last-child, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio:last-child, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio:last-child, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__radios-direction--h .ta-app__radio:last-child {
  margin-right: 0;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox {
  display: inline-block;
  margin-right: 0.5em;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox:last-child, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox:last-child, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox:last-child, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__checkboxes-direction--h .ta-app__checkbox:last-child {
  margin-right: 0;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field {
  float: left;
  width: 100%;
  padding: 0 0.5em;
  margin-bottom: 1em;
  position: relative;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.ta-app__field-type--address, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.ta-app__field-type--address, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.ta-app__field-type--address, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.ta-app__field-type--address {
  padding: 0em 0em;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field > label, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field > label, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field > label, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field > label {
  width: 100%;
  display: block;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field > label > span.cf-required, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field > label > span.cf-required, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field > label > span.cf-required, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field > label > span.cf-required {
  color: red;
  margin-left: 3px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input {
  max-width: none;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input[type=text], body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input[type=email], body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input[type=password], body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input[type=number], body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field input[type=tel], body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field select, body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field textarea, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input[type=text], body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input[type=email], body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input[type=password], body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input[type=number], body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field input[type=tel], body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field select, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field textarea, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input[type=text], body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input[type=email], body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input[type=password], body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input[type=number], body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field input[type=tel], body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field select, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field textarea, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input[type=text], body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input[type=email], body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input[type=password], body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input[type=number], body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field input[type=tel], body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field select, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field textarea {
  width: 100%;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.clear-left, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.clear-left, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.clear-left, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.clear-left {
  clear: left;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.clear-right, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.clear-right, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.clear-right, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.clear-right {
  clear: right;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.clear-both, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.clear-both, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.clear-both, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.clear-both {
  clear: both;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.form-error input:not([type=submit]), body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.form-error select, body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.form-error textarea, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.form-error input:not([type=submit]), body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.form-error select, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.form-error textarea, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.form-error input:not([type=submit]), body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.form-error select, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.form-error textarea, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.form-error input:not([type=submit]), body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.form-error select, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.form-error textarea {
  border: solid 2px red;
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-1-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-1-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-1-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-1-of-12 {
    width: 8.3333333333%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-2-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-2-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-2-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-2-of-12 {
    width: 16.6666666667%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-3-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-3-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-3-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-3-of-12 {
    width: 25%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-4-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-4-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-4-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-4-of-12 {
    width: 33.3333333333%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-5-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-5-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-5-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-5-of-12 {
    width: 41.6666666667%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-6-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-6-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-6-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-6-of-12 {
    width: 50%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-7-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-7-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-7-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-7-of-12 {
    width: 58.3333333333%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-8-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-8-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-8-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-8-of-12 {
    width: 66.6666666667%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-9-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-9-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-9-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-9-of-12 {
    width: 75%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-10-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-10-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-10-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-10-of-12 {
    width: 83.3333333333%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-11-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-11-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-11-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-11-of-12 {
    width: 91.6666666667%;
  }
}
@media all and (min-width: 600px) {
  body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field.width-12-of-12, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field.width-12-of-12, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field.width-12-of-12, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field.width-12-of-12 {
    width: 100%;
  }
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__messages, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__messages, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__messages, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__messages {
  padding: 15px;
  margin: 1rem 0 1.5rem 0em;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__messages.messages--success, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__messages.messages--success, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__messages.messages--success, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__messages.messages--success {
  background-color: #d6fee0;
  color: green;
  border-left: 10px solid green;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__messages.messages--error, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__messages.messages--error, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__messages.messages--error, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__messages.messages--error {
  background-color: #fee2e2;
  color: darkred;
  border-left: 10px solid darkred;
}
body.ta-app-global-variables-values-page .Workflow-Variables #ta-app-customer-fields > .ta-app__lds-ring, body.ta-app-scheduled-workflow-page .Workflow-Variables #ta-app-customer-fields > .ta-app__lds-ring, body.ta-app-manual-workflow-page .Workflow-Variables #ta-app-customer-fields > .ta-app__lds-ring, body.ta-app-workflow-edit-page .Workflow-Variables #ta-app-customer-fields > .ta-app__lds-ring {
  margin: 100px auto 100px auto;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__field > button.form-submit + .ta-app__lds-ring, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__field > button.form-submit + .ta-app__lds-ring, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__field > button.form-submit + .ta-app__lds-ring, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__field > button.form-submit + .ta-app__lds-ring {
  margin: 20px auto 20px auto;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__lds-ring, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__lds-ring, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__lds-ring, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__lds-ring div:nth-child(1), body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(1), body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(1), body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__lds-ring div:nth-child(2), body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(2), body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(2), body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__lds-ring div:nth-child(3), body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(3), body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__lds-ring div:nth-child(3), body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
body.ta-app-global-variables-values-page .Workflow-Variables .ta-app__lds-ring div, body.ta-app-scheduled-workflow-page .Workflow-Variables .ta-app__lds-ring div, body.ta-app-manual-workflow-page .Workflow-Variables .ta-app__lds-ring div, body.ta-app-workflow-edit-page .Workflow-Variables .ta-app__lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f3f3f3 transparent transparent transparent;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper {
  margin-bottom: 1rem;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper .Polaris-Label .Polaris-Label__Text, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Labelled__LabelWrapper .Polaris-Label .Polaris-Label__Text {
  font-weight: bold;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Heading, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item .Polaris-Heading {
  font-size: 1.4rem;
  font-weight: bold;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value > div > .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value > div > .Polaris-FormLayout__Item {
  margin-bottom: 0;
  margin-top: 0;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item, body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item {
  display: inline-block;
  margin-right: 1rem;
  flex: none;
  margin-bottom: 0rem;
  min-width: 0px;
  overflow: visible;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-h .Polaris-FormLayout__Item .Polaris-Choice__Control {
  margin-right: 4px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-v .Polaris-FormLayout__Item, body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-v .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__radios-direction-v .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.variable-overridden-value .ta-app__checkboxes-direction-v .Polaris-FormLayout__Item {
  margin-bottom: 0px;
}
body.ta-app-global-variables-values-page .Workflow-Variables .Polaris-FormLayout__Item.has-error .Polaris-TextField.has-codemirror, body.ta-app-workflow-edit-page .Workflow-Variables .Polaris-FormLayout__Item.has-error .Polaris-TextField.has-codemirror {
  border-color: red;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field a.form-close, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field a.form-close {
  margin-left: 0.5rem;
}
body.ta-app-global-variables-values-page .Workflow-Variables #workflow-variables-load-form .ta-app__field:last-child, body.ta-app-workflow-edit-page .Workflow-Variables #workflow-variables-load-form .ta-app__field:last-child {
  margin-bottom: 0;
}

body.token-browser-open.ta-app-workflow-edit-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.token-browser-open.ta-app-global-variables-values-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.bonify-ai-chat-open:not(.ta-app-workflow-edit-page-v2) .Page__Content {
  transition: max-width 0.5s ease-in-out;
  width: calc(100% - 400px);
  min-width: 600px;
  margin: 0;
}
@media screen and (min-width: 1640px) {
  body.token-browser-open.ta-app-workflow-edit-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.token-browser-open.ta-app-global-variables-values-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.bonify-ai-chat-open:not(.ta-app-workflow-edit-page-v2) .Page__Content {
    margin-left: auto;
    width: 100%;
    margin-right: 400px;
  }
}
@media screen and (min-width: 2020px) {
  body.token-browser-open.ta-app-workflow-edit-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.token-browser-open.ta-app-global-variables-values-page:not(.ta-app-workflow-edit-page-v2) .Page__Content, body.bonify-ai-chat-open:not(.ta-app-workflow-edit-page-v2) .Page__Content {
    margin: auto;
  }
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--token--sidebar, body.ta-app-global-variables-values-page .Workflow-Fancy-Select--token--sidebar {
  width: 400px;
  padding: 10px;
  background-color: white;
  border-radius: 0;
  height: 100vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 100;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--token--sidebar .Polaris-FormLayout__Item, body.ta-app-global-variables-values-page .Workflow-Fancy-Select--token--sidebar .Polaris-FormLayout__Item {
  margin: 0;
  max-width: 100%;
}
body.ta-app-workflow-edit-page .Workflow-Fancy-Select--token--sidebar .Fancy-Select-Wrapper, body.ta-app-global-variables-values-page .Workflow-Fancy-Select--token--sidebar .Fancy-Select-Wrapper {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.ta-app-welcome-page .Content-Wrapper > .Polaris-Card {
  background-color: transparent;
  box-shadow: none;
}
.ta-app-welcome-page .welcome-paths {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 850px) {
  .ta-app-welcome-page .welcome-paths {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ta-app-welcome-page .welcome-paths .welcome-icon {
  display: block;
  text-align: center;
  margin: 2rem auto;
  font-size: 6rem;
  color: rgb(145, 158, 171);
  width: 60px;
  height: 60px;
  position: relative;
}
.ta-app-welcome-page .welcome-paths .welcome-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ta-app-welcome-page .welcome-paths .browse .welcome-icon {
  color: #6AD369;
}
.ta-app-welcome-page .welcome-paths .create .welcome-icon {
  font-size: 3.65rem;
  color: #54A7C6;
}
.ta-app-welcome-page .welcome-paths .help .welcome-icon {
  color: #5D6AC4;
}
.ta-app-welcome-page .Polaris-Card + .Polaris-Card {
  margin-top: 0rem;
}

.Workflow-Action--order_add_note_attribute.open .attribute-container {
  position: relative;
  padding-top: 1rem;
  margin-top: 1rem;
}
.Workflow-Action--order_add_note_attribute.open .attribute-container ~ .attribute-container {
  border-top: 1px solid rgb(223, 227, 232);
}
.Workflow-Action--order_add_note_attribute.open .attribute-container input[name*=remove_attribute_] {
  position: absolute;
  top: 15px;
  right: 2px;
  z-index: 1;
  font-size: 1.7rem;
  color: rgb(222, 54, 24);
}

.Workflow-ActionsIcon {
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
  font-size: 3rem;
  z-index: 300;
  color: rgb(196, 205, 213);
  border-top: 1px solid transparent;
  padding: 1.5rem;
  padding-left: 0px;
}
.Workflow-ActionsIcon .workflow-menu-dots {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 1.8rem;
}
.Workflow-ActionsIcon .workflow-menu-dots .Bonify-Polaris-Dot {
  background-color: #374454;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.Workflow-ActionsItems {
  background-color: white;
  display: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  position: absolute;
  top: -20px;
  right: 0px;
  width: 200px;
}

.Workflow-Menu-Actions {
  position: absolute;
  z-index: 50;
  height: 20px;
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.Workflow-Menu-Actions.hover {
  z-index: 55;
}
.Workflow-Menu-Actions.hover .Workflow-ActionsIcon .workflow-menu-dots .Bonify-Polaris-Dot {
  background-color: rgb(0, 122, 206);
}
.Workflow-Menu-Actions.hover .Workflow-ActionsItems {
  display: block;
}
.Workflow-Menu-Actions .Workflow-Action-ListItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-width: 126px;
  cursor: pointer;
  color: #1F2124;
  font-weight: 300;
}
.Workflow-Menu-Actions .Workflow-Action-ListItem.Workflow-Action-ListItem--favorite {
  display: none;
}
.Workflow-Menu-Actions .Workflow-Action-ListItem:not(.Workflow-Action-ListItem--workflow-id):hover {
  background-color: rgb(244, 246, 248);
}
.Workflow-Menu-Actions .Workflow-Action-ListItem:not(.Workflow-Action-ListItem--workflow-id):hover a, .Workflow-Menu-Actions .Workflow-Action-ListItem:not(.Workflow-Action-ListItem--workflow-id):hover input {
  cursor: pointer;
}
.Workflow-Menu-Actions .Workflow-Action-ListItem:last-child {
  border-bottom: none;
}
.Workflow-Menu-Actions .Workflow-Action-ListItem .icon {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  color: #637381;
}
.Workflow-Menu-Actions .Workflow-Action-Button {
  font-size: 14px;
  display: block;
  text-align: left;
  padding: 10px;
  padding-left: 35px;
  margin: 0;
  width: 100%;
  min-height: none;
  min-width: none;
  line-height: 2rem;
  cursor: pointer;
}
.Workflow-Menu-Actions .Workflow-Action-Button[href] {
  text-decoration: none;
  color: #1F2124;
  font-weight: 300;
}
.Workflow-Menu-Actions .Workflow-Action-Button[type=submit] {
  -webkit-appearance: none;
  color: #1F2124;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-weight: 300 !important;
}

body .ta-app-value-token-wrapper.disabled, body .ta-app-add-values-token-wrapper.disabled, body .ta-app-remove-values-token-wrapper.disabled, body .ta-app-set-reference-list-type-wrapper.disabled, body .ta-app-value-wrapper.disabled, body .ta-app-add-values-wrapper.disabled, body .ta-app-remove-values-wrapper.disabled, body .ta-app-browse-select-item.disabled, body .ta-app-token-wrapper.disabled, body.ta-app-workflow-edit-page .Workflow-Node .ta-app-select-or-token-wrapper.disabled, body.ta-app-workflow-edit-page .Workflow-Action .ta-app-select-or-token-wrapper.disabled {
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.65;
  color: rgb(69, 79, 91) !important;
}

body.ta-app-workflow-edit-page .Workflow-Node .ta-app-select-or-token-wrapper, body.ta-app-workflow-edit-page .Workflow-Action .ta-app-select-or-token-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
body.ta-app-workflow-edit-page .Workflow-Node .ta-app-select-or-token-wrapper .Polaris-FormLayout__Item, body.ta-app-workflow-edit-page .Workflow-Action .ta-app-select-or-token-wrapper .Polaris-FormLayout__Item {
  max-width: 0px;
  min-width: 14rem;
  margin-bottom: 1rem;
  margin-top: 0px;
}
body .ta-app-token-wrapper {
  margin-top: 0px;
}
body .ta-app-browse-select-item {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 10px;
}
body .ta-app-browse-select-item .object-selector-button-wrapper {
  position: relative;
  background-color: rgb(249, 250, 251);
  border: 1px solid rgb(223, 227, 232);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s ease; /* Smooth transition */
  cursor: pointer;
  min-height: 100px;
}
body .ta-app-browse-select-item .object-selector-button-wrapper.hidden {
  display: none;
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button {
  position: absolute;
  display: block;
  color: rgb(223, 227, 232);
  width: 100%;
  height: 100%;
  font-size: 24px; /* Make plus sign bigger */
  font-weight: bold;
  transition: all 0.3s ease; /* Smooth transition */
  border-radius: 5px;
  border: none;
  box-shadow: none;
  background: transparent;
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button:hover, body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button .active {
  color: rgb(0, 122, 206);
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button::-moz-focus-inner {
  border: 0;
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button:focus {
  outline: none;
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button.hidden {
  display: none;
}
body .ta-app-browse-select-item .object-selector-button-wrapper .object-selector-button-loader {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease; /* Smooth transition */
}
body .ta-app-browse-select-item .object-selector-button-wrapper:hover, body .ta-app-browse-select-item .object-selector-button-wrapper .active {
  border-color: rgb(0, 122, 206);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
body .ta-app-browse-select-item .object-selector-button-wrapper.loading .object-selector-button {
  color: rgb(249, 250, 251);
  opacity: 0.75;
}
body .ta-app-browse-select-item .object-selector-button-wrapper.loading .object-selector-button-loader {
  opacity: 0.75;
  z-index: 1;
}
body .ta-app-browse-select-item .SearchObject {
  border: 1px solid rgb(223, 227, 232);
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  position: relative;
  overflow: visible;
  display: inline-block;
}
body .ta-app-browse-select-item .SearchObject.disabled {
  filter: grayscale(70%);
  mouse-events: none;
  opacity: 0.75;
}
body .ta-app-browse-select-item .SearchObject .TestObject__Attributes {
  overflow: hidden;
}
body .ta-app-browse-select-item .SearchObject .TestObject__Attributes > div.TestObject__Title {
  word-wrap: break-word;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
body .ta-app-browse-select-item .SearchObject .TestObject__Attributes > div:not(.TestObject__Title) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .ta-app-browse-select-item .SearchObject .object-selector-clear {
  background: none;
  border: none;
  font-size: 2.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -14px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease; /* Smooth transition */
  --fa-primary-color: rgb(33, 43, 54); /* @info the color mixin was not compiling when used with these --proerties  */
  --fa-secondary-color: rgb(255, 255, 255);
  --fa-secondary-opacity: 1;
  font-size: 2rem;
}
body .ta-app-browse-select-item .SearchObject .object-selector-clear:hover {
  opacity: 1;
  --fa-primary-color: rgb(222, 54, 24);
}
body .ta-app-browse-select-item .SearchObject .object-selector-link {
  background: none;
  border: none;
  font-size: 2.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: none;
  opacity: 0;
  transition: all 0.3s ease; /* Smooth transition */
  --fa-primary-color: rgb(33, 43, 54); /* @info the color mixin was not compiling when used with these --proerties  */
  --fa-secondary-color: rgb(255, 255, 255);
  --fa-secondary-opacity: 1;
  font-size: 2rem;
}
body .ta-app-browse-select-item .SearchObject .object-selector-link:hover {
  opacity: 1;
  --fa-primary-color: rgb(0, 122, 206);
}
body .ta-app-browse-select-item .SearchObject:hover {
  border-color: rgb(0, 122, 206);
  background-color: rgb(235, 245, 250);
}
body .ta-app-browse-select-item .SearchObject:hover .TestObject__Title {
  color: rgb(8, 78, 138);
}
body .ta-app-browse-select-item .SearchObject:hover .object-selector-clear, body .ta-app-browse-select-item .SearchObject:hover .object-selector-link {
  display: block;
  opacity: 1;
}
body .ta-app-browse-select-item .SearchObject .TestObject .TestObject__Inner {
  display: flex;
}
body .ta-app-browse-select-item .SearchObject img {
  border: 3px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 10px;
  height: fit-content;
  width: 50px;
}
body .ta-app-browse-select-item .SearchObject input[type=submit] {
  display: none;
}
body .ta-app-browse-select-item .SearchObject .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
body .ta-app-browse-select-item .SearchObject.loading .SearchObjectInner {
  opacity: 0.75;
  filter: grayscale(70%);
  mouse-events: none;
}
body .ta-app-browse-select-item .SearchObject.loading .loader {
  opacity: 1;
  z-index: 1;
}
body .ta-app-browse-select-item .SearchObject .object-selector-button {
  display: none;
}
body .ta-app-browse-select-item .SearchObject.error, body .ta-app-browse-select-item .SearchObject.Disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: rgb(145, 158, 171);
}
body .ta-app-browse-select-item .SearchObject.error:hover, body .ta-app-browse-select-item .SearchObject.Disabled:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
body .ta-app-browse-select-item .SearchObject.error {
  text-align: center;
  font-size: 1.6rem;
  min-height: 100px;
  border-color: rgb(254, 173, 154);
  background-color: rgb(251, 234, 229);
}
body .ta-app-browse-select-item .SearchObject.error:hover {
  border-color: rgb(222, 54, 24);
}
body .ta-app-browse-select-item .SearchObject.Disabled {
  text-align: center;
  font-size: 1.6rem;
}
body .ta-app-browse-select-item .SearchObject.Disabled.Twig {
  min-height: 100px;
  border-color: rgb(223, 227, 232);
  background-color: rgb(244, 246, 248);
  pointer-events: none;
}
body .select-or-token-submit, body .set-type-submit {
  display: none;
}
body .ta-app-allow-duplicates {
  margin-bottom: 0px;
}
body .ta-app-value-wrapper h2, body .ta-app-add-values-wrapper h2, body .ta-app-remove-values-wrapper h2 {
  margin-bottom: 1rem;
}
body .ta-app-value-token-wrapper, body .ta-app-add-values-token-wrapper, body .ta-app-remove-values-token-wrapper {
  margin-top: 0px;
}
body .ta-app-value-token-wrapper .Polaris-Label label, body .ta-app-add-values-token-wrapper .Polaris-Label label, body .ta-app-remove-values-token-wrapper .Polaris-Label label {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
body .ta-app-value-token-wrapper .Polaris-Label label .help__text, body .ta-app-add-values-token-wrapper .Polaris-Label label .help__text, body .ta-app-remove-values-token-wrapper .Polaris-Label label .help__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0rem;
}
body .allow-duplicates-trigger-rebuild.hidden {
  visibility: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.airtable-field .Polaris-Label label {
  display: flex;
  align-items: center;
}
.airtable-field .Polaris-Label label svg {
  margin-right: 0.5rem;
}
.airtable-field.airtable-field--checkbox .Polaris-Choice__Label svg {
  display: none;
}
.airtable-field.Airtable__additional-form-elements {
  margin-bottom: 0 !important;
}

.EventsTable.loading .events-table {
  opacity: 0.5;
}
.EventsTable .events-table {
  margin-bottom: 0.5rem;
}
.EventsTable .Workflow-Events__NoEvents {
  text-align: center;
  margin: 5rem 0;
}
.EventsTable .Workflow-Events__NoEvents .Workflow-Events__NoEventsText {
  display: inline-block;
  font-size: 2.5rem;
  padding: 3rem 4rem;
  border-radius: 100px;
  border: 1px solid #c2c7cd;
  text-transform: uppercase;
  color: #c2c7cd;
}
.EventsTable .Events-Pager input {
  font-size: 2rem;
}
.EventsTable .events-table__footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.events-table {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .events-table {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 999px) {
  .events-table .desktop-only {
    display: none;
  }
}
@media (min-width: 1000px) {
  .events-table {
    grid-gap: 0;
    grid-template-columns: repeat(5, auto);
    background-color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .events-table .mobile-only {
    display: none;
  }
}
.events-table .events-table__header {
  display: none;
}
@media (min-width: 1000px) {
  .events-table .events-table__header {
    display: contents;
  }
}
.events-table .row {
  background-color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.events-table .row .cell__date {
  order: 4;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .events-table .row .cell__date {
    margin-left: 0;
  }
}
.events-table .row .cell__event {
  order: 0;
}
.events-table .row .cell__message {
  order: 2;
  width: 100%;
}
@media (min-width: 1000px) {
  .events-table .row .cell__message {
    width: auto;
  }
}
.events-table .row .Polaris-Badge.message__status {
  text-transform: uppercase;
  margin-right: 3px;
  font-weight: bold;
  padding: 0 1rem 1px 1rem;
}
.events-table .row .Polaris-Badge.message__status.message__status--success {
  background-color: rgb(227, 241, 223);
  color: rgb(80, 184, 60);
  border: 2px solid rgb(80, 184, 60);
}
.events-table .row .Polaris-Badge.message__status.message__status--warning {
  background-color: rgb(252, 241, 205);
  color: rgb(156, 111, 25);
  border: 2px solid rgb(156, 111, 25);
}
.events-table .row .Polaris-Badge.message__status.message__status--error {
  background-color: rgb(251, 234, 229);
  color: rgb(222, 54, 24);
  border: 2px solid rgb(222, 54, 24);
}
.events-table .row .cell__links {
  order: 1;
}
.events-table .row .cell__job {
  order: 3;
}
@media (min-width: 1000px) {
  .events-table .row {
    display: contents;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.events-table .header,
.events-table .cell {
  padding: 15px;
}
@media (min-width: 1000px) {
  .events-table .header,
  .events-table .cell {
    border-bottom: 1px solid #ddd;
    order: 0 !important;
  }
}
.events-table .header {
  font-weight: bold;
}
.events-table .header .help__tooltip {
  font-weight: normal;
}
.events-table .cell__message {
  line-height: 2.5rem;
}
.events-table .cell__message .Polaris-Badge {
  white-space: nowrap;
  margin-right: 10px;
}
.events-table .cell__message em {
  font-style: normal;
  background: #e3f7de;
  border-radius: 20px;
  padding: 2px 9px 3px 9px;
}
.events-table .cell__message em.workflow {
  background: #eaeaea;
}
.events-table .cell__message em.object-id {
  background: #f1e5fb;
}
.events-table .cell__links {
  position: relative;
}
.events-table .links {
  position: relative;
}
.events-table .links:hover .links__icon {
  z-index: 12;
}
.events-table .links:hover .links__inner {
  display: block;
  z-index: 11;
}
.events-table .links .links__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 2rem;
}
.events-table .links .links__inner {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 8;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  display: none;
  background-color: white;
  width: 190px;
  border-radius: 3px;
  border: 1px solid rgb(223, 227, 232);
}
.events-table .links .links__item a {
  display: inline-block;
  padding: 10px 40px 10px 10px;
  border-left: 3px solid white;
  width: 100%;
}
.events-table .links .links__item a:hover {
  border-left: 3px solid rgb(0, 122, 206);
}

.EventsTable__Placeholder {
  min-height: 100px;
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.EventsHeader {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.EventsHeader .page-refresh {
  margin-left: 0.5rem;
}

body.ta-app-workflow-events-page .Polaris-Page {
  margin-top: 0;
}
body.ta-app-workflow-events-page .Page__Content {
  max-width: 1600px;
}
body.ta-app-workflow-events-page .page-refresh a {
  padding: 0px 5px;
  display: inline-block;
  font-size: 1.25rem;
}
body.ta-app-workflow-events-page #Polaris-Form-Wrapper-ta_app_metrics_events_form {
  position: relative;
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
body.ta-app-workflow-events-page #Polaris-Form-Wrapper-ta_app_metrics_events_form > .Polaris-Card__Section {
  padding: 5px;
  overflow: visible;
}
body.ta-app-workflow-events-page .Polaris-Page__Content {
  margin-top: 0;
}
body.ta-app-workflow-events-page .filters-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
body.ta-app-workflow-events-page .filters-wrapper .filters__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 1rem;
}
body.ta-app-workflow-events-page .filters-wrapper input[name*=reset_events_button] {
  margin-left: 5px;
}
body.ta-app-workflow-events-page .filters-wrapper .object-id-wrapper {
  max-width: 150px !important;
}
body.ta-app-workflow-events-page .filters-wrapper .job-id-wrapper {
  max-width: 100px !important;
}
body.ta-app-workflow-events-page .filters-wrapper .workflow-id-wrapper {
  max-width: 250px !important;
}
body.ta-app-workflow-events-page .filters-wrapper .ajax-progress {
  position: relative;
  top: -5px;
}
body.ta-app-workflow-events-page .filters-wrapper > div {
  margin-right: 15px;
}
body.ta-app-workflow-events-page .filters-wrapper .Polaris-Labelled__LabelWrapper, body.ta-app-workflow-events-page .filters-wrapper .form-item__label {
  margin-bottom: 3px;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper {
  margin-top: 1rem;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper .form-item__error-message {
  display: none;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper > div {
  display: flex;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper > div .Polaris-FormLayout__Item {
  min-width: 0;
  margin: 0;
  max-width: 160px;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper > div .Polaris-FormLayout__Item .Polaris-Labelled__Error {
  display: none;
}
body.ta-app-workflow-events-page .filters-wrapper .form-datetime-wrapper .Polaris-Labelled__LabelWrapper {
  display: none;
}
body.ta-app-workflow-events-page .filters-wrapper .Polaris-Select__Input {
  min-width: 0;
}
body.ta-app-workflow-events-page .filters-wrapper .Polaris-Label {
  margin-right: 10px;
}
body.ta-app-workflow-events-page .filters-wrapper > .Polaris-FormLayout__Item {
  margin-top: 1rem;
  margin-left: 0;
  max-width: none;
  min-width: 0;
  flex: initial;
}

.company-change-roles-submit {
  display: none;
}

.Workflow-Action--product_variant_google_shopping.open .Polaris-Labelled__LabelWrapper + .fancy-dropdown-wrapper, .ActionSettings--product_variant_google_shopping .Polaris-Labelled__LabelWrapper + .fancy-dropdown-wrapper,
.Workflow-Action--product_google_shopping.open .Polaris-Labelled__LabelWrapper + .fancy-dropdown-wrapper, .ActionSettings--product_google_shopping .Polaris-Labelled__LabelWrapper + .fancy-dropdown-wrapper {
  margin-top: 0.5rem;
}
.Workflow-Action--product_variant_google_shopping.open .fancy-dropdown-wrapper, .ActionSettings--product_variant_google_shopping .fancy-dropdown-wrapper,
.Workflow-Action--product_google_shopping.open .fancy-dropdown-wrapper, .ActionSettings--product_google_shopping .fancy-dropdown-wrapper {
  margin-bottom: 0.5rem;
}
.Workflow-Action--product_variant_google_shopping.open .fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list, .ActionSettings--product_variant_google_shopping .fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list,
.Workflow-Action--product_google_shopping.open .fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list, .ActionSettings--product_google_shopping .fancy-dropdown-wrapper .fancy-dropdown .fancy-dropdown-search .fancy-dropdown-option-list {
  max-height: 320px;
}
.Workflow-Action--product_variant_google_shopping.open .google-shopping-spacer, .ActionSettings--product_variant_google_shopping .google-shopping-spacer,
.Workflow-Action--product_google_shopping.open .google-shopping-spacer, .ActionSettings--product_google_shopping .google-shopping-spacer {
  height: 160px;
}
.Workflow-Action--product_variant_google_shopping.open .google-shopping-field-key, .ActionSettings--product_variant_google_shopping .google-shopping-field-key,
.Workflow-Action--product_google_shopping.open .google-shopping-field-key, .ActionSettings--product_google_shopping .google-shopping-field-key {
  font-family: monospace;
  background-color: rgb(249, 250, 251);
  border-radius: 3px;
  font-size: 1.1rem;
  color: rgb(99, 115, 129);
  padding: 1px 5px 2px 5px;
  margin-left: 5px;
}
.Workflow-Action--product_variant_google_shopping.open .field-description-table .Polaris-DataTable__Cell, .ActionSettings--product_variant_google_shopping .field-description-table .Polaris-DataTable__Cell,
.Workflow-Action--product_google_shopping.open .field-description-table .Polaris-DataTable__Cell, .ActionSettings--product_google_shopping .field-description-table .Polaris-DataTable__Cell {
  white-space: normal;
}
.Workflow-Action--product_variant_google_shopping.open .google-shopping-field, .ActionSettings--product_variant_google_shopping .google-shopping-field,
.Workflow-Action--product_google_shopping.open .google-shopping-field, .ActionSettings--product_google_shopping .google-shopping-field {
  position: relative;
}
.Workflow-Action--product_variant_google_shopping.open .google-shopping-field .remove-field-button, .ActionSettings--product_variant_google_shopping .google-shopping-field .remove-field-button,
.Workflow-Action--product_google_shopping.open .google-shopping-field .remove-field-button, .ActionSettings--product_google_shopping .google-shopping-field .remove-field-button {
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(222, 54, 24);
}
.Workflow-Action--product_variant_google_shopping.open .google-shopping-field .remove-field-button:hover, .ActionSettings--product_variant_google_shopping .google-shopping-field .remove-field-button:hover,
.Workflow-Action--product_google_shopping.open .google-shopping-field .remove-field-button:hover, .ActionSettings--product_google_shopping .google-shopping-field .remove-field-button:hover {
  color: rgb(191, 7, 17);
}
.Workflow-Action--product_variant_google_shopping.open .add-field-selector, .ActionSettings--product_variant_google_shopping .add-field-selector,
.Workflow-Action--product_google_shopping.open .add-field-selector, .ActionSettings--product_google_shopping .add-field-selector {
  margin-bottom: 0.5rem !important;
}

body.ta-app-workflow-import-export-page {
  /* Export workflows list with search and max-height styling like trigger selection */
  /* Import method radio styling */
}
body.ta-app-workflow-import-export-page h4.Polaris-Heading {
  margin-bottom: 0.5rem;
}
body.ta-app-workflow-import-export-page #messages-wrapper {
  margin-top: 2rem;
}
body.ta-app-workflow-import-export-page .Polaris-Page {
  margin-top: 0;
}
body.ta-app-workflow-import-export-page .Page__Content {
  max-width: 1600px;
}
body.ta-app-workflow-import-export-page form > .Polaris-FormLayout > .Polaris-FormLayout__Item {
  margin-left: 0;
  max-width: 100%;
  min-width: 0;
}
body.ta-app-workflow-import-export-page .fieldgroup > .Polaris-FormLayout__Item {
  margin-left: 0;
}
body.ta-app-workflow-import-export-page .Content-Wrapper > .Polaris-Card {
  background: none;
  border: none;
  box-shadow: none;
}
body.ta-app-workflow-import-export-page .Content-Wrapper > .Polaris-Card > .Polaris-Card__Section {
  padding: 5px;
}
body.ta-app-workflow-import-export-page .ImportMethodWrapper .Polaris-Label__Text {
  font-size: 1.6rem;
  font-weight: 600;
}
body.ta-app-workflow-import-export-page .ExportSearchWrapper {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  min-width: 500px;
}
body.ta-app-workflow-import-export-page .export-workflows-list {
  overflow-y: auto;
  max-height: 630px;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper {
  padding: 5px;
  position: relative;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(63, 63, 68, 0.1490196078);
  overflow: hidden;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper .no-results-found-banner {
  border-radius: 6px;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper .Polaris-FormLayout__Item {
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 8px;
  border-radius: 8px;
  transition: all 0.15s;
  cursor: pointer;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper .Polaris-FormLayout__Item:hover {
  background-color: #f6f6f7;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper .Polaris-FormLayout__Item .Polaris-Choice {
  padding: 8px 0;
  width: 100%;
}
body.ta-app-workflow-import-export-page .ExportWorkflowsWrapper .Polaris-FormLayout__Item .Polaris-Choice__Label {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}
body.ta-app-workflow-import-export-page .export-workflow-search {
  margin-left: 0;
  min-width: 0;
  max-width: none;
  margin-bottom: 1.5rem;
  flex: auto;
  width: 100%;
  align-self: stretch;
  margin-top: 0;
}
body.ta-app-workflow-import-export-page .export-workflow-search .Polaris-TextField__Input {
  border-radius: 8px;
  min-width: 0;
  width: 0; /* Ensures it can shrink */
  flex-basis: 0; /* A belt-and-suspenders approach for flexbox */
  flex-grow: 1; /* Allows it to grow and fill the available space */
}
body.ta-app-workflow-import-export-page .import-method-radios {
  margin-bottom: 1.5rem;
}
body.ta-app-workflow-import-export-page .import-method-radios .form-radios {
  display: flex;
  gap: 1.5rem;
}
body.ta-app-workflow-import-export-page .import-method-radios .form-radios .Polaris-FormLayout__Item {
  margin-top: 0;
  margin-bottom: 0;
  flex: none;
}

/*# sourceMappingURL=ta_app.styles.css.map */
