@use 'sass:map';
:export {
  accentPrimary: var(--colors-accent-primary);
  accentSecondary: var(--colors-accent-secondary);
  accentDark: var(--colors-accent-dark);
  textPrimary: var(--colors-text-primary);
  textSecondary: #3a3a3a;
  textTertiary: #808080;
  neutralGrey: #cdcdcd;
  neutralLightGrey: #f3f3f3;
  neutralLightestGrey: #f3f3f3;
  neutralDarkGrey: #141414;
  successPrimary: var(--colors-success-primary);
  successSecondary: var(--colors-success-secondary);
  failurePrimary: var(--colors-failure-primary);
  failureSecondary: var(--colors-failure-secondary);
  warningPrimary: var(--colors-warning-primary);
  warningSecondary: var(--colors-warning-secondary);
  branchPrimary: var(--actionBlockColors-branch-primary);
  branchSecondary: var(--actionBlockColors-branch-secondary);
  informativePrimary: var(--actionBlockColors-informative-primary);
  informativeSecondary: var(--actionBlockColors-informative-secondary);
  inputPrimary: var(--actionBlockColors-inputOnly-primary);
  inputSecondary: var(--actionBlockColors-inputOnly-secondary);
  thirdPartyPrimary: var(--actionBlockColors-thirdParty-primary);
  thirdPartySecondary: var(--actionBlockColors-thirdParty-secondary);
  triggersPrimary: var(--actionBlockColors-triggers-primary);
  triggersSecondary: var(--actionBlockColors-triggers-secondary);
  wotFunctionsPrimary: var(--actionBlockColors-wotFunctions-primary);
  wotFunctionsSecondary: var(--actionBlockColors-wotFunctions-secondary);
  newHeading1FontFamily: var(--text-newHeading1-fontFamily);
  newHeading2FontFamily: var(--text-newHeading2-fontFamily);
  newHeading3FontFamily: var(--text-newHeading3-fontFamily);
  newHeading4FontFamily: var(--text-newHeading4-fontFamily);
  newBody1FontFamily: var(--text-newBody1-fontFamily);
  newBody2FontFamily: var(--text-newBody2-fontFamily);
  newBody3FontFamily: var(--text-newBody3-fontFamily);
  newBody4FontFamily: var(--text-newBody4-fontFamily);
  newBody5FontFamily: var(--text-newBody5-fontFamily);
  newHeading1FontSize: var(--text-newHeading1-fontSize);
  newHeading2FontSize: var(--text-newHeading2-fontSize);
  newHeading3FontSize: var(--text-newHeading3-fontSize);
  newHeading4FontSize: var(--text-newHeading4-fontSize);
  newBody1FontSize: var(--text-newBody1-fontSize);
  newBody2FontSize: var(--text-newBody2-fontSize);
  newBody3FontSize: var(--text-newBody3-fontSize);
  newBody4FontSize: var(--text-newBody4-fontSize);
  newBody5FontSize: var(--text-newBody5-fontSize);
  newHeading1FontWeight: var(--text-newHeading1-fontWeight);
  newHeading2FontWeight: var(--text-newHeading2-fontWeight);
  newHeading3FontWeight: var(--text-newHeading3-fontWeight);
  newHeading4FontWeight: var(--text-newHeading4-fontWeight);
  newBody1FontWeight: var(--text-newBody1-fontWeight);
  newBody2FontWeight: var(--text-newBody2-fontWeight);
  newBody3FontWeight: var(--text-newBody3-fontWeight);
  newBody4FontWeight: var(--text-newBody4-fontWeight);
  newBody5FontWeight: var(--text-newBody5-fontWeight);
  newHeading1LineHeight: var(--text-newHeading1-lineHeight);
  newHeading2LineHeight: var(--text-newHeading2-lineHeight);
  newHeading3LineHeight: var(--text-newHeading3-lineHeight);
  newHeading4LineHeight: var(--text-newHeading4-lineHeight);
  newBody1LineHeight: var(--text-newBody1-lineHeight);
  newBody2LineHeight: var(--text-newBody2-lineHeight);
  newBody3LineHeight: var(--text-newBody3-lineHeight);
  newBody4LineHeight: var(--text-newBody4-lineHeight);
  standardBorderRadius: var(--borderRadius-standard);
  constantsWhite: #ffffff;
  constantsBlack: #000000;
  constantsLightWhite: #e8e9ef;
  constantsLightGray: #f0f0f0;
  constantsLightGreen: #12bc65;
  constantsDarkLightGray: #afb2b3;
  constantsHover: #091e420a;
  glictchColor: #3a43a8;
  lightRed: #ffe4e4;
  roleLabelTextColor: #e7e7e7;
  passwordStrengthColorGreyPrimary: #858585;
  passwordStrengthColorGreySecondary: #b1b8bb;
  passwordStrengthColorRedPrimary: #ff0000;
  passwordStrengthColorRedSecondary: #ff000029;
  passwordStrengthColorOrangePrimary: #fc7c29;
  passwordStrengthColorOrangeSecondary: #f5be4f;
  passwordStrengthColorYellowPrimary: #f1b000;
  passwordStrengthColorYellowSecondary: #f1b00029;
  passwordStrengthColorGreenPrimary: #13be66;
  passwordStrengthColorGreenSecondary: #13be6629;
  gray100: #f3f3f3;
  gray200: #e4e4e4;
  gray400: #cdcdcd;
  gray500: #808080;
  gray600: #6d6d6d;
  primary50: #eff4ff;
  weight500: 500;
  weight400: 400;
  weight600: 600; }

.srd-demo-canvas {
  height: 100%;
  min-height: 300px;
  background-color: #f9fafb;
  background-image: url("/static/img/bot-builder/dot_pattern.svg");
  background-repeat: repeat; }

.srd-diagram {
  position: relative;
  flex-grow: 1;
  display: flex;
  overflow: hidden; }

.srd-diagram__selector {
  position: absolute;
  background-color: rgba(42, 124, 255, 0.1);
  border: solid 1px var(--colors-accent-primary);
  border-radius: 12px; }

.srd-link-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
  overflow: visible !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.srd-node-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.srd-node {
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  border-radius: 12px;
  color: black;
  /*background-color: #ffffff;*/
  overflow: visible;
  font-size: 11px;
  border: 1px solid #cdcdcd; }

.srd-node:has(#jump_to),
.srd-node:has(#trigger),
.srd-node:has(#outbound_ongoing_trigger),
.srd-node:has(#outbound_oneoff_trigger),
.srd-node:has(#flow),
.srd-node:has(#flow_start),
.srd-node:has(#outbound_delay),
.srd-node:has(#delay) {
  border-radius: 50px; }

.older .srd-node {
  max-width: 200px !important;
  max-height: 132px !important; }

.srd-node:active {
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: grabbing;
  pointer-events: all;
  border-radius: 12px;
  color: black;
  /*background-color: #ffffff;*/
  overflow: visible;
  font-size: 11px; }

.older .srd-node:active {
  max-width: 200px !important;
  max-height: 132px !important; }

.older .srd-node .text {
  width: 150px;
  max-width: 150px; }

.older .srd-node > * {
  border: none !important; }

.older .srd-node:hover > * {
  border: none !important;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) !important; }

.older .srd-node--selected > * {
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15) !important; }

.srd-node > * {
  border-radius: 12px; }

.srd-node .custom {
  width: auto !important;
  max-width: 100px !important;
  min-width: 80px !important;
  max-height: 40px !important;
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  color: var(--colors-text-primary); }

.srd-node .trigger,
.srd-node #trigger,
.srd-node .jump_to,
.srd-node #jump_to,
.srd-node .flow,
.srd-node #flow,
.srd-node .outbound_ongoing_trigger,
.srd-node #outbound_ongoing_trigger,
.srd-node .outbound_oneoff_trigger,
.srd-node #outbound_oneoff_trigger,
.srd-node .flow_start,
.srd-node #flow_start,
.srd-node #delay,
.srd-node .delay,
.srd-node #outbound_delay,
.srd-node .outbound_delay {
  width: auto !important;
  max-width: 260px !important;
  min-width: 86px !important;
  max-height: 40px !important;
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  color: var(--colors-text-primary);
  position: relative !important; }

.srd-node .add {
  max-width: 24px !important;
  height: 24px !important;
  max-height: 24px !important;
  border-radius: 50% !important;
  background-color: var(--colors-accent-primary) !important;
  color: white !important;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.srd-node--selected > .custom:not(.default-ripple, .error-ripple),
.srd-node--selected > .delete-clone {
  box-shadow: none !important; }

.srd-node--selected:first-of-type img,
.srd-node:first-of-type:hover img {
  box-shadow: none; }

.srd-node--selected {
  z-index: 100001; }

.multiple--selection > #delete-clone,
.multiple--selection > #preview-node {
  visibility: hidden !important; }

.srd-node:hover > div.custom:not(.default-ripple, .error-ripple) {
  box-shadow: none !important; }

.srd-node--selected
> div:not(.custom):not(#jump_to):not(#flow):not(#flow_strart),
.srd-node--selected:hover
> div:not(.custom):nth-of-type(1):not(#jump_to):nth-of-type(1):not(
#flow
):nth-of-type(1):not(#flow_start):nth-of-type(1) {
  box-shadow: 0px 0px 0px 2px var(--colors-accent-primary);
  border-radius: 12px; }

.srd-node--selected > div.custom:not(.default-ripple, .error-ripple),
.srd-node--selected:hover > div.custom:not(.default-ripple, .error-ripple) {
  box-shadow: none !important; }

.srd-port {
  width: 2px;
  height: 13px;
  border: 3px solid #141414;
  background-color: #808080;
  cursor: pointer; }

.srd-default-port--in .srd-port {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.srd-default-port--out .srd-port {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.srd-default-node {
  /*background-color: #1e1e1e;*/
  border-radius: 10px;
  font-family: var(--text-newHeading4-fontFamily);
  font-weight: var(--text-newHeading4-fontWeight);
  color: black;
  border: solid 2px #dedede;
  background-color: #ffffff;
  overflow: visible;
  font-size: 11px;
  height: 150px;
  max-height: 150px; }

.srd-default-node__title {
  /*background: rgba(0, 0, 0, 0.3);*/
  display: flex;
  white-space: nowrap; }

.srd-default-node__title > * {
  align-self: center; }

.srd-default-node__title .fa {
  padding: 5px;
  opacity: 0.2;
  cursor: pointer; }

.srd-default-node__title .fa:hover {
  opacity: 1; }

.srd-default-node__name {
  flex-grow: 1;
  padding: 5px 5px; }

.srd-default-node__ports {
  display: flex;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); }

.srd-default-node__in,
.srd-default-node__out {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.srd-default-port--in {
  /*display: flex;*/
  /*margin-top: 1px*/
  position: absolute;
  top: 13px;
  left: 0px; }

#txtNodeWidgetCompressedView .srd-default-port--out {
  position: relative;
  top: 65px;
  left: 115px; }

#txtNodeWidget .srd-default-port--in {
  display: flex;
  margin-top: -20px;
  position: absolute;
  left: 118px; }

.delay .srd-default-port--in,
.outbound_delay .srd-default-port--in {
  display: flex;
  margin-top: -20px;
  position: absolute;
  left: calc(50% - 9px) !important; }

#txtNodeWidget .srd-port {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #afb2b3;
  background-color: #ffffff;
  cursor: pointer; }

.trigger .srd-port,
.delay .srd-port,
.outbound_delay .srd-port,
.jump_to .srd-port,
.outbound_ongoing_trigger .srd-port,
.outbound_oneoff_trigger .srd-port,
.flow_start .srd-port,
.flow .srd-port {
  opacity: 0; }

#txtNodeWidget .text {
  max-width: 260px !important;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  max-height: 100% !important;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#txtNodeWidget .jump_to {
  border-radius: 50px;
  background: #e4e4e4;
  padding: 8px 12px; }

#txtNodeWidget .flow,
#txtNodeWidget .flow_start {
  border-radius: 50px;
  background: #1f2a37;
  padding: 8px 12px; }

#txtNodeWidget .trigger,
#txtNodeWidget .outbound_ongoing_trigger,
#txtNodeWidget .outbound_oneoff_trigger {
  border-radius: 50px;
  background: #17b26a;
  padding: 8px 12px; }

#delayNodeWidget .srd-port {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 1px #afb2b3;
  background-color: #ffffff;
  cursor: pointer; }

#delayNodeWidget .text {
  max-width: 260px !important;
  width: 100%;
  border-radius: 12px;
  position: absolute;
  max-height: 100% !important;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#delayNodeWidget .outbound_delay,
#delayNodeWidget .delay {
  border-radius: 50px;
  background: #e4e4e4;
  padding: 8px 12px; }

.srd-node .icon-delete:hover {
  color: red !important; }

.srd-node .icon-duplicate:hover {
  color: var(--colors-accent-primary) !important; }

.srd-default-port > * {
  align-self: center; }

.srd-default-port__name {
  padding: 0 5px; }

.srd-default-port--out {
  position: relative;
  right: 0px;
  bottom: 0; }

.options {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.options .srd-default-port--out {
  position: relative;
  left: 8px !important;
  top: -1px !important; }

.custom .srd-default-port--in {
  opacity: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 3px); }

.custom .srd-default-port--out {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: calc(50% - 12px); }

.custom .srd-default-port--out .srd-port {
  height: 20px;
  width: 20px;
  border-radius: 50%; }

.addNewBlock .srd-default-port--out {
  position: absolute !important;
  opacity: 0; }

.custom #default-bottom .srd-default-port--out {
  position: absolute;
  left: 0;
  top: 0px; }

.custom #default-bottom {
  left: calc(50% - 10px);
  position: absolute;
  top: 0; }

.custom .new-bottom .addNewBlock {
  position: absolute;
  left: calc(50% - 10px);
  top: 4px; }

.add .srd-default-port--in {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 10px; }

.add .srd-default-port--out {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 10px; }

.custom .node-widget-area {
  background-color: #808080 !important;
  color: white !important;
  border-radius: 4px;
  font-style: italic;
  padding: 8px !important;
  overflow: hidden !important; }

.add {
  max-width: 24px;
  max-height: 24px;
  background-color: var(--colors-accent-primary); }

.srd-default-port--out .srd-default-port__name {
  justify-content: flex-end;
  text-align: right; }

.srd-default-label {
  background: rgba(70, 70, 70, 0.8);
  border: 1px solid #333;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: smaller;
  padding: 5px; }

@keyframes dash {
  from {
    stroke-dashoffset: 24; }
  to {
    stroke-dashoffset: 0; } }

.srd-default-link path.custom-link {
  fill: none; }

.srd-default-link path.custom-link + path {
  fill: none;
  pointer-events: all;
  /*stroke: #3076a8;*/
  stroke-width: 2px; }

.srd-default-link:hover path.custom-link + path {
  stroke: var(--colors-accent-primary) !important; }

.srd-default-link:hover path#new-custom-link + path {
  stroke: #166ffe !important; }

.srd-default-link:hover .custom-link-head {
  fill: var(--colors-accent-primary) !important; }

.srd-default-link--path-selected,
.srd-default-link path.custom-link {
  stroke: #cdcdcd !important;
  stroke-width: 2px !important; }

.srd-default-link--path-selected .custom-link-head {
  fill: #808080 !important; }

.srd-default-link path.custom-link--selected {
  stroke: var(--colors-accent-primary) !important;
  stroke-dasharray: 10, 4;
  animation: dash 1s linear infinite; }

.srd-default-link__label {
  pointer-events: none; }

.srd-default-link__label > div {
  display: inline-block;
  position: absolute; }

.srd-default-link__point {
  fill: rgba(255, 255, 255, 0.5); }

.srd-default-link--point-selected {
  fill: transparent; }

.text-editor-height .ql-editor {
  height: 105px;
  font-size: var(--text-newBody1-fontSize);
  font-family: var(--text-newBody1-fontFamily);
  font-weight: var(--text-newBody1-fontWeight);
  color: var(--colors-text-primary);
  padding: 8px; }

.text-editor-height .ql-toolbar.ql-snow {
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f5f6fa;
  font-family: var(--text-newBody3-fontFamily) !important;
  font-weight: var(--text-newBody3-fontWeight);
  font-size: 13px;
  border: 1px solid #afb2b3;
  padding: 3px 0px; }

.text-editor-height.hide-toolbar .ql-toolbar.ql-snow {
  display: none !important; }

.text-editor-height .ql-container.ql-snow {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: var(--text-newHeading4-fontFamily) !important;
  font-weight: var(--text-newHeading4-fontWeight);
  border: 1px solid #afb2b3; }

.text-editor-height.hide-toolbar .ql-container.ql-snow {
  border: 1px solid #afb2b3 !important;
  border-radius: 3px !important; }

.LinesEllipsis > div > p,
.LinesEllipsis > div {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  word-break: break-all; }

.input-type-list {
  display: flex;
  align-items: center;
  padding-right: 70px;
  border-radius: 10px; }

.input-type-list .dropdown-container {
  min-width: 220px !important;
  border: none; }

.input-type-listdiv.dropdown-container > div.dropdown-display > i {
  color: white;
  padding-right: 20px; }

.input-type-list div.dropdown-container > div.dropdown-display > span {
  color: black; }

.radio-btn {
  display: flex;
  margin: 15px; }

.radio-btn input {
  display: block;
  margin-right: 10px !important; }

/*media*/
@media (max-width: 2560px) and (min-width: 2000px) {
  /*1199*/
  /*.srd-node {*/
  /*    width: 220px;*/
  /*    max-width: 220px;*/
  /*    height: 170px;*/
  /*    max-height: 170px;*/
  /*}*/ }

.custom-link-head {
  fill: #808080 !important; }

.older .bottom-port {
  position: unset;
  bottom: unset;
  height: unset;
  width: unset;
  left: unset; }

.older .bottom-port .srd-default-port--out {
  position: absolute;
  top: 13px;
  right: 0px; }

.bottom-port {
  position: absolute;
  bottom: -14px;
  height: 20px;
  width: 20px;
  left: 118px; }

#txtNodeWidget > .jump_to .bottom-port,
#txtNodeWidget > .trigger .bottom-port,
#txtNodeWidget > .outbound_ongoing_trigger .bottom-port,
#txtNodeWidget > .outbound_oneoff_trigger .bottom-port,
#txtNodeWidget > .flow_start .bottom-port,
#txtNodeWidget > .flow .bottom-port {
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000; }

.bottom-port.two_ports {
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-evenly; }
  .bottom-port.two_ports > div {
    width: 24px !important;
    height: 24px !important; }
  .bottom-port.two_ports [class*='addNewBlock'] {
    position: relative;
    right: auto;
    top: auto; }
    .bottom-port.two_ports [class*='addNewBlock'] + div {
      transform: translate(-46%, 0);
      right: unset; }

.delay .bottom-port,
.outbound_delay .bottom-port {
  position: absolute;
  bottom: -14px;
  height: 20px;
  width: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000; }

#bottom {
  position: absolute;
  left: -151px;
  top: -2px; }

#bottomLeft .srd-default-port--out {
  position: relative;
  top: 0;
  left: 0; }

#bottomRight .srd-default-port--out {
  position: relative;
  top: 0;
  left: 0; }

#default-bottomLeft .srd-port {
  background-color: var(--colors-success-primary); }

#default-bottomRight .srd-port {
  background-color: var(--colors-failure-primary); }

.new-bottom,
.new-bottomRight,
.new-bottomLeft,
.new-bottom .srd-port,
.new-bottomLeft .srd-port,
.new-bottomRight .srd-port {
  height: 24px !important;
  width: 24px !important; }

.custom .addNewBlock .bottom-port {
  position: absolute;
  left: calc(50% - 12px);
  top: 16px; }

.custom .bottom-port {
  position: absolute;
  left: calc(50% - 10px);
  top: 27px; }

.custom .srd-default-port--out {
  height: 24px !important;
  width: 24px !important; }

.custom .addNewBlock .srd-default-port--out {
  bottom: 0;
  height: 24px !important;
  width: 24px !important; }

.addNewBlock span.path1:before {
  color: var(--colors-accent-primary); }

#bottomLeft .icon-self-loop-port span.path1:before,
.new-bottomLeft .icon-add-new span.path1:before,
.new-bottomLeft .icon-rounded-close span.path1:before {
  color: var(--colors-success-primary); }

.new-bottomRight .icon-add-new span.path1:before,
.new-bottomRight .icon-rounded-close span.path1:before,
.human_handover .icon-add-new span.path1:before,
.zendesk_live_chat .icon-add-new span.path1:before {
  color: var(--colors-failure-primary); }

.addNewBlock span.path2:before,
.new-bottomLeft .icon-add-new span.path2:before,
.new-bottomLeft .icon-rounded-close span.path2:before,
.new-bottomLeft .icon-self-loop-port span.path2:before,
.new-bottomRight .icon-add-new span.path2:before,
.new-bottomRight .icon-rounded-close span.path2:before {
  color: #f3f3f3; }

#bottomLeft .icon-self-loop-port .path1 {
  display: none; }

#bottomLeft .icon-self-loop-port .path2 {
  display: flex;
  position: relative;
  background-color: var(--colors-success-primary);
  width: 24px;
  height: 24px;
  border-radius: 50%; }
  #bottomLeft .icon-self-loop-port .path2:before {
    position: absolute;
    top: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    font-size: 34px;
    justify-content: center;
    align-items: center;
    margin: 0; }

#combo-box #custom-dropdown-container {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 4px 4px 0 0; }

#combo-box #custom-tag-input-wrapper {
  border: none !important;
  box-shadow: none;
  border-radius: 0 0 4px 4px; }

#combo-box #custom-tag-label {
  max-width: 62px;
  width: 100%; }

#combo-box #custom-tag-input {
  width: calc(100% - 62px); }

.human_handover .icon-add-new {
  color: var(--colors-failure-primary); }

.zendesk_live_chat .icon-add-new {
  color: var(--colors-failure-primary); }

.human_handover .bottom-port .srd-port,
.zendesk_live_chat .bottom-port .srd-port,
.slack_live_chat .bottom-port .srd-port {
  background-color: var(--colors-failure-primary) !important; }

.older .options .bottom-port {
  position: relative !important;
  right: 6px !important;
  top: -7px !important; }

#txtNodeWidget .srd-default-port--in {
  display: flex;
  margin-top: -20px;
  position: absolute;
  left: 118px;
  z-index: 0; }

#txtNodeWidget > .jump_to .srd-default-port--in,
#txtNodeWidget > .trigger .srd-default-port--in,
#txtNodeWidget > .outbound_ongoing_trigger .srd-default-port--in,
#txtNodeWidget > .outbound_oneoff_trigger .srd-default-port--in,
#txtNodeWidget > .flow_start .srd-default-port--in,
#txtNodeWidget > .flow .srd-default-port--in {
  display: flex;
  margin-top: -20px;
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  top: 14px;
  z-index: 0; }

#delayNodeWidget .srd-default-port--in {
  display: flex;
  margin-top: -20px;
  position: absolute;
  left: 112px;
  z-index: 10000; }

#hoverId:hover {
  border: 1px solid var(--colors-accent-primary) !important; }

#bottomLeftDropdown {
  position: absolute;
  left: -95px; }

#bottomLeftDropdown .srd-default-port--out {
  position: relative;
  top: 0;
  left: 0; }

#default-bottomLeftDropdown {
  position: absolute;
  left: -50px;
  bottom: 0; }

#default-bottomLeftDropdown .addNewBlock {
  left: 95px; }

#default-bottomLeftDropdown .srd-port {
  background-color: var(--colors-success-primary); }

.new-bottom,
.new-bottomRight,
.new-bottomLeftDropdown,
.new-bottom .srd-port,
.new-bottomLeftDropdown .srd-port,
.new-bottomRight .srd-port {
  height: 24px !important;
  width: 24px !important; }

#bottomLeftDropdown .icon-self-loop-port span.path1:before,
.new-bottomLeftDropdown .icon-add-new span.path1:before,
.new-bottomLeftDropdown .icon-rounded-close span.path1:before {
  color: var(--colors-success-primary); }

.addNewBlock span.path2:before,
.new-bottomLeftDropdown .icon-add-new span.path2:before,
.new-bottomLeftDropdown .icon-rounded-close span.path2:before,
.new-bottomLeftDropdown .icon-self-loop-port span.path2:before,
.new-bottomRight .icon-add-new span.path2:before,
.new-bottomRight .icon-rounded-close span.path2:before {
  color: #f3f3f3; }

#map {
  position: fixed;
  bottom: 39px;
  left: 130px;
  z-index: 100;
  height: 256px !important;
  width: 137px !important;
  background-color: #ffffff; }

.infinite-ripple {
  width: 100%;
  height: 100%;
  animation: defaultRippleAnimation 0.7s linear infinite; }

.default-ripple {
  width: 100%;
  height: 100%;
  animation: defaultRippleAnimation 0.7s linear 6; }

.error-ripple {
  width: 100%;
  height: 100%;
  animation: errorRippleAnimation 0.7s linear 6; }

.srd-node--selected > div:not(.custom) .error-ripple {
  animation: none; }

.srd-diagram__selector-action {
  height: 64px;
  width: 32px;
  position: absolute;
  right: -40px;
  top: 14px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  z-index: 1000; }

.srd-diagram__selector-action div {
  border: none;
  background-color: transparent;
  color: #808080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  height: 65px;
  row-gap: 5px; }

.srd-diagram__selector-action span:first-of-type:hover {
  color: var(--colors-accent-primary) !important; }

.srd-diagram__selector-action span:nth-of-type(2):hover {
  color: red !important; }

@keyframes defaultRippleAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(42, 124, 255, 0.2), 0 0 0 4px rgba(42, 124, 255, 0.2), 0 0 0 8px rgba(42, 124, 255, 0.2), 0 0 0 12px rgba(42, 124, 255, 0.2); }
  100% {
    box-shadow: 0 0 0 4px rgba(42, 124, 255, 0.2), 0 0 0 8px rgba(42, 124, 255, 0.2), 0 0 0 12px rgba(42, 124, 255, 0.2), 0 0 0 16px rgba(42, 124, 255, 0); } }

@keyframes errorRippleAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2), 0 0 0 4px rgba(255, 0, 0, 0.2), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 12px rgba(255, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.2), 0 0 0 8px rgba(255, 0, 0, 0.2), 0 0 0 12px rgba(255, 0, 0, 0.2), 0 0 0 16px rgba(255, 0, 0, 0); } }
