
.upload-box[data-v-32c708cc] {
  border: 2px dashed #dee2e6;
  padding: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
}
.upload-box[data-v-32c708cc]:hover {
  background-color: #f8f9fa;
}
.upload-box.invalid[data-v-32c708cc] {
  border-color: #dc3545;
  color: #dc3545;
}
.file-name[data-v-32c708cc] {
  direction: ltr;
}


.block-list[data-v-70236370] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 8px 0px;
  justify-items: center;
}
.scenario-block[data-v-70236370] {
  border: 1px solid #ccc;
  background: #fff;
  width: calc(100% - 10px);
  height: 80px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: move;
  text-align: center;
}
.scenario-block.disabled[data-v-70236370] {
  opacity: 0.5;
  cursor: not-allowed;
}
.block-icon[data-v-70236370] {
  font-size: 24px;
  margin-bottom: 6px;
}
.block-label[data-v-70236370] {
  font-size: 0.8rem;
}
.scenario-fullscreen[data-v-70236370] {
  background: #fff;
}
.scenario-wrapper[data-v-70236370] {
  overflow: hidden;
  background-image: radial-gradient(#c0c0c0 1px, transparent 1px);
  background-size: 20px 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.scenario-wrapper[data-v-70236370]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.scenario-wrapper[data-v-70236370]::-webkit-scrollbar {
  display: none;
}
.scenario-area[data-v-70236370] {
  position: relative;
}
.diagram-canvas[data-v-70236370] {
  position: relative;
  min-width: 100%;
  min-height: 456px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  padding: 10px;
}
.diagram-node[data-v-70236370] {
  position: absolute;
  padding: 0;
  background: #f4f4f4;
  border: 1px solid #bbb;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 221px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
          box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.diagram-node.selected[data-v-70236370] {
  outline: 2px dashed #00f;
}
.invalid-node[data-v-70236370] {
  border: 2px solid #dc3545 !important;
}
.invalid-node[data-v-70236370]:after {
    content: 'ERROR';
    position: absolute;
    top: -21px;
    background: #dc3545;
    padding: 0px 10px;
    right: 6px;
    border-radius: 4px 4px 0px 0px;
    height: 19px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.settings-icon[data-v-70236370],
.delete-icon[data-v-70236370],
.duplicate-icon[data-v-70236370] {
  cursor: pointer;
  margin-left: 4px;
  color: #555;
  position: relative;
}
.copy-weekday-icon[data-v-70236370] {
  cursor: pointer;
  color: #555;
  font-size: 19px;
}
.node-header[data-v-70236370] {
  background: #e9ecef;
  border-bottom: 1px solid #bbb;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.node-header-title[data-v-70236370] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.headerfonticon[data-v-70236370] {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.node-body[data-v-70236370] {
  padding: 0px;
  font-size: 0.8rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.node-exits[data-v-70236370] {
  margin-top: 4px;
}
.node-exits.two-exits .node-exit[data-v-70236370]:not(:first-child) {
  margin-top: 8px;
}
.node-exit[data-v-70236370] {
  border-bottom: 1px solid #50505021;
  font-size: 0.7rem;
  margin-top: 2px;
      padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-title[data-v-70236370] {
  text-align: center;
  padding: 6px;
  font-size: 0.75rem;
  color: #555;
}
.node-footer[data-v-70236370] {
    border-top: 0px solid #bbb;
    font-size: 0.75rem;
    text-align: center;
    margin-top: auto;
    background: #e9ecef;
    border-radius: 5px;
}
.add-exit-icon[data-v-70236370] {
  cursor: pointer;
  color: #28a745;
}
.remove-exit-icon[data-v-70236370]:hover {
    background: red;
    color: #fff;
}
.remove-exit-icon[data-v-70236370] {
cursor: pointer;
    color: #dc3545;
    margin-right: 4px;
    font-size: 11px;
    margin-left: 12px;
    border-radius: 100px;
    border: 1px solid red;
    width: 14px;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.exit-digit-input[data-v-70236370] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exit-digit-input input[data-v-70236370] {
  width: 43px;
  font-size: 0.7rem;
  margin-right: 4px;
  text-align: center;
}
.invalid-digit[data-v-70236370] {
  border: 1px solid red;
}
.output-endpoint[data-v-70236370],
.input-endpoint[data-v-70236370] {
  width: 14px;
  height: 14px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
}
.output-endpoint[data-v-70236370] {
  color: #28a745;
}
.input-endpoint[data-v-70236370] {
  color: #007bff;
}
.output-endpoint.node-ivr[data-v-70236370],
.input-endpoint.node-ivr[data-v-70236370] {
  color: #31708f;
}
.endpoint-icon[data-v-70236370] {
  font-size: 8px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.block-start[data-v-70236370] {
  background: #dff0d8;
  border-color: #3c763d;
}
.node-start[data-v-70236370] {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.start-content[data-v-70236370] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-time[data-v-70236370] {
  background: #fcf8e3;
  border-color: #8a6d3b;
}
.block-ivr[data-v-70236370] {
  background: #d9edf7;
  border-color: #31708f;
}
.block-queue[data-v-70236370] {
  background: #f5e8ff;
  border-color: #6f42c1;
}
.block-survey[data-v-70236370] {
  background: #fff5e6;
  border-color: #f0ad4e;
}
.block-announcement[data-v-70236370] {
  background: #e9f7ef;
  border-color: #28a745;
}
.block-fax[data-v-70236370] {
  background: #f0f8ff;
  border-color: #17a2b8;
}
.block-hangup[data-v-70236370] {
  background: #f8d7da;
  border-color: #dc3545;
}
.block-voicemail[data-v-70236370] {
  background: #e8e8ff;
  border-color: #6366f1;
}
.block-divert[data-v-70236370] {
  background: #fef7e0;
  border-color: #c69500;
}
.block-extension[data-v-70236370] {
  background: #e2f5f5;
  border-color: #117a8b;
}
.block-blacklist[data-v-70236370] {
  background: #f5f5f5;
  border-color: #444;
}
.block-custom[data-v-70236370] {
  background: #fffbe6;
  border-color: #c0a000;
}
.zoom-controls[data-v-70236370] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoom-buttons .btn[data-v-70236370] {
  min-width: 32px;
  border-color: #ced4da;
  color:#000;
}
.zoom-controls .zoom-display[data-v-70236370] {
  width: 50px;
  text-align: center;
  pointer-events: none;
  background-color: #fff;
}
.history-overlay[data-v-70236370] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1050;
}
button.fullscreen-toggle[data-v-70236370] {
    margin-right: 0px;
    padding: 3px 8px;
    margin-left: 0px !important;
    background: #fff !important;
    padding-top: 4px;
    padding-bottom: 2px;
    border: 1px solid #ced4da;
}
button.fullscreen-toggle i[data-v-70236370] {
    color: #000 !important;
}
button.fullscreen-toggle[data-v-70236370]:hover {
    background: #ebedef!important;
    border-color: #d8dbe0 !important;
}
.history-panel[data-v-70236370] {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.history-header[data-v-70236370] {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.slide-enter-active[data-v-70236370],
.slide-leave-active[data-v-70236370] {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-enter[data-v-70236370],
.slide-leave-to[data-v-70236370] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.is-invalid[data-v-70236370] {
  border-color: #dc3545 !important;
}
.multiselect.is-invalid .multiselect__tags[data-v-70236370] {
  border-color: #dc3545 !important;
}
table.is-invalid[data-v-70236370] {
  border: 1px solid #dc3545;
}
.selection-rect[data-v-70236370] {
  position: absolute;
  border: 1px dashed #00f;
  background: rgba(0, 0, 255, 0.1);
  pointer-events: none;
  z-index: 1000;
}
.context-menu[data-v-70236370] {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1001;
  min-width: 120px;
}
.context-menu ul[data-v-70236370] {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.context-menu li[data-v-70236370] {
  padding: 4px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.context-menu li.disabled[data-v-70236370] {
  color: #999;
  cursor: not-allowed;
}
.context-menu li[data-v-70236370]:not(.disabled):hover {
  background: #eee;
}
.context-menu li .shortcut-hint[data-v-70236370] {
  font-size: 0.8em;
  margin-right: 8px;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 100;
  font-family: 'Consolas', 'Courier New', monospace;
  letter-spacing: 2px;
}
.node-select-menu[data-v-70236370] {
  min-width: 280px;
  max-width: 400px;
}
.node-select-menu ul[data-v-70236370] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  margin: 0;
}
.node-select-menu li[data-v-70236370][data-v-70236370] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.node-select-menu li i[data-v-70236370] {
  margin-left: 6px;
}
@media (max-width: 576px) {
.node-select-menu ul[data-v-70236370] {
      font-size: 13px;
}
.block-list[data-v-70236370] {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
.scenario-block[data-v-70236370] {
    width: 60px;
    height: 60px;
}
.block-icon[data-v-70236370] {
    font-size: 20px;
}
.block-label[data-v-70236370] {
    font-size: 0.7rem;
}
.diagram-node[data-v-70236370]:not(.node-start) {
    width: 223px;
}
.zoom-controls[data-v-70236370] {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
}
}
.card-body.scenario-wrapper[data-v-70236370] {
    direction: ltr;
}
.diagram-node[data-v-70236370] {
    direction: rtl;
}
.context-menu[data-v-70236370] {
    direction: rtl;
}
.jtk-endpoint[data-v-70236370] {
    direction: rtl;
}
.scenario-fullscreen .card-body.scenario-wrapper[data-v-70236370]{
    height: calc(-68px + 100vh) !important;
}
.scenario-fullscreen .card-body.scenario-plugin[data-v-70236370] {
    height: calc(-58px + 100vh) !important;
}
.row.scenario-fullscreen[data-v-70236370] {
    padding-top: 6px;
}
.btn-outline-light[data-v-70236370]:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active[data-v-70236370] {
    color: #4f5d73;
    background-color: #ebedef !important;
    border-color: #ebedef !important;
}

