/* purgecss start ignore */

.jitsu-message {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  position: fixed;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 10000 !important;
}

.jitsu-message-notice {
  margin-top: 2px;
}

.jitsu-message-notice-content {
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(26, 35, 50, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-sizing: border-box;
  display: inline-block;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}

.jitsu-message-notice-content > .jitsu-message-custom-content > .anticon {
  display: none;
}

.jitsu-message-notice.jitsu-move-up-leave.jitsu-move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.jitsu-message-notice .close-btn > span {
  font-size: 18px;
  vertical-align: -0.215em;
}

.app-update-notice .jitsu-message-notice-content {
  font-size: 24px;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    margin-top: 2px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-top: -10px;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    margin-top: 2px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-top: -10px;
    opacity: 0;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.connectorPic_5rcJp svg {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
}

.connectorPic_5rcJp img {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
}

/* purgecss end ignore */

/*purgecss start ignore
 */

/**
 * Main colors. Keep in sync with tailwind.config.js
 */

/**
 * Antd theme customization
 */

.box-shadow-base_tSlPJ {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.border-debug_Ivi-R {
  border: 1px solid red;
}

.font-heading_-PaeL {
  font-family: "Nunito Sans", sans-serif;
}

.font-monospace_Fm4cf {
  font-family: "Source Code Pro", monospace;
}

.ant-select-disabled_Guz4A.ant-select_tx2n7:not(.ant-select-customize-input_4NCdV) .ant-select-selector_hm\+YQ {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-input-number-disabled_L-662 {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-select-item-option-selected_XuL2h {
  background-color: transparent !important;
}

.ant-select-item-option-selected_XuL2h::before {
  content: "✓\00a0";
}

.ant-select-item-option-active_IMlQq,
.ant-dropdown-menu-submenu-active_tNuKR .ant-dropdown-menu-submenu-title_eIh\+e {
  background-color: #1f2937 !important;
}

.ant-collapse-content-box_sF2d0 {
  background-color: #111827 !important;
}

.ant-card_h6MT-,
.ant-modal-content_uqAZN {
  border-radius: 12px;
}

.ant-table-tbody_PI\+cu {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ant-table-thead_NaQg2 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-checkbox-inner_cy3qb {
  background-color: transparent;
}

.ant-modal-header_OW10Z {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-card_h6MT-,
.ant-table_AKPSM {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.ant-list-split_cP65n .ant-list-header_PfPqD {
  border-bottom: 0 !important;
}

.ant-tag_sTpqY {
  background: transparent !important;
}

.ant-tooltip-inner_IBinb a {
  --tw-text-opacity: 1;
  color: rgba(135, 138, 252, var(--tw-text-opacity));
}

.ant-tooltip-inner_IBinb a:hover {
  text-decoration: underline;
}

.ant-badge-status-processing_Bjhyp {
  background-color: #878afc;
}

.ant-badge-status-processing_Bjhyp::after {
  border: 1px solid #878afc;
}

.ant-dropdown-menu-item-active_55XcY {
  background-color: #1f2937 !important;
}

.ant-dropdown_\+OA4o {
  border-radius: 0.5rem;
  background-color: #1a2332 !important;
  border: 1px solid #394e5a !important;
}

.ant-popover-inner_pDWnP {
  border: 1px solid #415969;
}

.ant-popover-arrow_ZyNpn {
  width: 12px !important;
  height: 12px !important;
  border-left: 1px solid #415969 !important;
  border-top: 1px solid #415969 !important;
  z-index: 10000 !important;
  background: #1a2332 !important;
}

.ant-popover-placement-rightTop_Ls6e- > .ant-popover-content_z-FvL > .ant-popover-arrow_ZyNpn {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.ant-popover-placement-leftBottom_hpHjX > .ant-popover-content_z-FvL > .ant-popover-arrow_ZyNpn {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.ant-popover-placement-bottomRight_iqUmz > .ant-popover-content_z-FvL > .ant-popover-arrow_ZyNpn {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: -12px !important;
  -webkit-transform-origin: bottom left !important;
  transform-origin: bottom left !important;
}

.ant-popover-placement-top_RmTGx > .ant-popover-content_z-FvL > .ant-popover-arrow_ZyNpn {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
}

.icon-size-base_6wWsB svg {
  height: 1rem;
  width: 1rem;
}

.icon-size-base_6wWsB img {
  height: 1rem;
  width: 1rem;
}

.icon-size-lg_YIZ\+X svg {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-size-lg_YIZ\+X img {
  height: 1.25rem;
  width: 1.25rem;
}

.ant-tabs-card_50\+nu .ant-tabs-tab-active_VoAwR {
  border-bottom-color: #111827 !important;
  background: linear-gradient(to bottom, #394e5a 10%, #394e5a 10%, transparent 10%, transparent 100%) !important;
}

.ant-skeleton_Ud\+35 .ant-skeleton-paragraph_kfOHL li {
  background-color: #ffffff !important;
  opacity: 0.2;
}

.connectionCard_vYl6B {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 24rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(57, 78, 90, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: unset !important;
}

.connectionCard_vYl6B:hover {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(121, 150, 169, var(--tw-border-opacity));
}

.connectionCardLoading_LBoHI {
  opacity: 0.33;
}

.connectionCard_vYl6B .ant-btn-link {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
}

.connectionCard_vYl6B .ant-btn-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 20, 250, var(--tw-text-opacity)) !important;
}

/*purgecss end ignore
 */

/* purgecss start ignore */

.chart_TQg48 div > ul > li {
  cursor: pointer;
}

/* purgecss end ignore */

/*purgecss start ignore
 */

/**
 * Main colors. Keep in sync with tailwind.config.js
 */

/**
 * Antd theme customization
 */

.box-shadow-base_Tm4DV {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.border-debug_XceSH {
  border: 1px solid red;
}

.font-heading_h60Rq {
  font-family: "Nunito Sans", sans-serif;
}

.font-monospace_NYFy4 {
  font-family: "Source Code Pro", monospace;
}

.ant-select-disabled_BEe8B.ant-select_qj6O2:not(.ant-select-customize-input_gEvFT) .ant-select-selector_XQErE {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-input-number-disabled_xNt9D {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-select-item-option-selected_2s\+SD {
  background-color: transparent !important;
}

.ant-select-item-option-selected_2s\+SD::before {
  content: "✓\00a0";
}

.ant-select-item-option-active_OBl7j,
.ant-dropdown-menu-submenu-active_kgSQ4 .ant-dropdown-menu-submenu-title_PjFyt {
  background-color: #1f2937 !important;
}

.ant-collapse-content-box_iT2h- {
  background-color: #111827 !important;
}

.ant-card_UbF2z,
.ant-modal-content_w\+-rN {
  border-radius: 12px;
}

.ant-table-tbody_nBz5H {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ant-table-thead_xu2oi {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-checkbox-inner_mIGYm {
  background-color: transparent;
}

.ant-modal-header_iBa9V {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-card_UbF2z,
.ant-table_iw9eV {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.ant-list-split_y3-81 .ant-list-header_WcyBd {
  border-bottom: 0 !important;
}

.ant-tag_UNhZv {
  background: transparent !important;
}

.ant-tooltip-inner_8KWGR a {
  --tw-text-opacity: 1;
  color: rgba(135, 138, 252, var(--tw-text-opacity));
}

.ant-tooltip-inner_8KWGR a:hover {
  text-decoration: underline;
}

.ant-badge-status-processing_GVz-y {
  background-color: #878afc;
}

.ant-badge-status-processing_GVz-y::after {
  border: 1px solid #878afc;
}

.ant-dropdown-menu-item-active_x9UCN {
  background-color: #1f2937 !important;
}

.ant-dropdown_UX0L0 {
  border-radius: 0.5rem;
  background-color: #1a2332 !important;
  border: 1px solid #394e5a !important;
}

.ant-popover-inner_G3Hi4 {
  border: 1px solid #415969;
}

.ant-popover-arrow_H-kNd {
  width: 12px !important;
  height: 12px !important;
  border-left: 1px solid #415969 !important;
  border-top: 1px solid #415969 !important;
  z-index: 10000 !important;
  background: #1a2332 !important;
}

.ant-popover-placement-rightTop_7X15S > .ant-popover-content_VByn1 > .ant-popover-arrow_H-kNd {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.ant-popover-placement-leftBottom_NW5Gc > .ant-popover-content_VByn1 > .ant-popover-arrow_H-kNd {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.ant-popover-placement-bottomRight_eOB45 > .ant-popover-content_VByn1 > .ant-popover-arrow_H-kNd {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: -12px !important;
  -webkit-transform-origin: bottom left !important;
  transform-origin: bottom left !important;
}

.ant-popover-placement-top_2-3dz > .ant-popover-content_VByn1 > .ant-popover-arrow_H-kNd {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
}

.icon-size-base_q0n1e svg {
  height: 1rem;
  width: 1rem;
}

.icon-size-base_q0n1e img {
  height: 1rem;
  width: 1rem;
}

.icon-size-lg_Qetst svg {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-size-lg_Qetst img {
  height: 1.25rem;
  width: 1.25rem;
}

.ant-tabs-card_Vi-5- .ant-tabs-tab-active_Nig22 {
  border-bottom-color: #111827 !important;
  background: linear-gradient(to bottom, #394e5a 10%, #394e5a 10%, transparent 10%, transparent 100%) !important;
}

.ant-skeleton_CrYu4 .ant-skeleton-paragraph_P6YgR li {
  background-color: #ffffff !important;
  opacity: 0.2;
}

.featureList_n6654 li {
  margin-top: 1rem;
}

.featureList_n6654 li:before {
  content: "✓ ";
}

a.heroLink_\+bWs- {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(91, 20, 250, var(--tw-border-opacity));
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  color: #ffffff;
  background-size: 100% 0.3em;
  background-repeat: no-repeat;
  background-image: linear-gradient(#5b14fa, #5b14fa);
  background-position: 0px 100%;
  transition: background-position 0.3s ease-in-out 0s, background-size 0.3s ease-in-out 0s;
}

a.heroLink_\+bWs-:hover {
  background-size: 100% 100%;
  background-position: 0px 0px;
}

/*purgecss end ignore
 */

/*purgecss start ignore
 */

/**
 * Main colors. Keep in sync with tailwind.config.js
 */

/**
 * Antd theme customization
 */

.box-shadow-base {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.border-debug {
  border: 1px solid red;
}

.font-heading {
  font-family: "Nunito Sans", sans-serif;
}

.font-monospace {
  font-family: "Source Code Pro", monospace;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-input-number-disabled {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.ant-select-item-option-selected {
  background-color: transparent !important;
}

.ant-select-item-option-selected::before {
  content: "✓\00a0";
}

.ant-select-item-option-active,
.ant-dropdown-menu-submenu-active .ant-dropdown-menu-submenu-title {
  background-color: #1f2937 !important;
}

.ant-collapse-content-box {
  background-color: #111827 !important;
}

.ant-card,
.ant-modal-content {
  border-radius: 12px;
}

.ant-table-tbody {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ant-table-thead {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-checkbox-inner {
  background-color: transparent;
}

.ant-modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.ant-card,
.ant-table {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.ant-list-split .ant-list-header {
  border-bottom: 0 !important;
}

.ant-tag {
  background: transparent !important;
}

.ant-tooltip-inner a {
  --tw-text-opacity: 1;
  color: rgba(135, 138, 252, var(--tw-text-opacity));
}

.ant-tooltip-inner a:hover {
  text-decoration: underline;
}

.ant-badge-status-processing {
  background-color: #878afc;
}

.ant-badge-status-processing::after {
  border: 1px solid #878afc;
}

.ant-dropdown-menu-item-active {
  background-color: #1f2937 !important;
}

.ant-dropdown {
  border-radius: 0.5rem;
  background-color: #1a2332 !important;
  border: 1px solid #394e5a !important;
}

.ant-popover-inner {
  border: 1px solid #415969;
}

.ant-popover-arrow {
  width: 12px !important;
  height: 12px !important;
  border-left: 1px solid #415969 !important;
  border-top: 1px solid #415969 !important;
  z-index: 10000 !important;
  background: #1a2332 !important;
}

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  top: -12px !important;
  -webkit-transform-origin: bottom left !important;
  transform-origin: bottom left !important;
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
}

.icon-size-base svg {
  height: 1rem;
  width: 1rem;
}

.icon-size-base img {
  height: 1rem;
  width: 1rem;
}

.icon-size-lg svg {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-size-lg img {
  height: 1.25rem;
  width: 1.25rem;
}

.ant-tabs-card .ant-tabs-tab-active {
  border-bottom-color: #111827 !important;
  background: linear-gradient(to bottom, #394e5a 10%, #394e5a 10%, transparent 10%, transparent 100%) !important;
}

.ant-skeleton .ant-skeleton-paragraph li {
  background-color: #ffffff !important;
  opacity: 0.2;
}

.floating-label {
  position: absolute;
  top: 0;
  left: 11px;
  height: 100%;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: font-size 150ms 0ms linear, top 150ms 0ms linear, height 150ms 0ms linear, color 150ms 0ms linear;
}

.floating-label_active {
  font-size: 11px !important;
  top: -8px;
  height: auto;
  background: #1a2332;
  color: #7996a9;
}

.floating-label.with-prefix {
  left: 30px;
}

.floating-label.floating-label-large {
  font-size: 16px;
  left: 32px;
}

.with-floating-label .ant-input-suffix {
  margin: 0;
}

.with-floating-label .ant-input:focus + .ant-input-suffix .floating-label {
  font-size: 11px;
  top: -8px;
  height: auto;
  background: #1a2332;
  padding: 0 2px;
  color: #7996a9;
}

.ant-form-item-has-error .floating-label {
  color: #e53935;
}

/*purgecss end ignore
 */


/*# sourceMappingURL=main~3cf1c95a.dde9fb19.css.map*/