/* Dialtower Copyright (C) 2013-2025 */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 14px;
  color: rgba(0,0,0,.87);
}

*, *::before, *::after {
  box-sizing: border-box;
}

div::-webkit-scrollbar,
pre::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

div::-webkit-scrollbar-track,
pre::-webkit-scrollbar-track {
  background: #e0e1e2
}

div::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb {
  background: #888
}

div::-webkit-scrollbar-thumb:hover,
pre::-webkit-scrollbar-thumb:hover {
  background: #555
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

body::-webkit-scrollbar-track {
  background: #e0e1e2
}

body::-webkit-scrollbar-thumb {
  background: #888
}

body::-webkit-scrollbar-thumb:hover {
  background: #555
}

.dt-logo {
  border-right: 0!important;
  user-select: none;
  cursor: pointer;
  margin-left: 1em;
}

.dt-logo > img {
  height: 28px;
}

.dt-number {
  font-size: 14px;
  font-weight: bold;
  border-right: none!important;
}

.dt-number > a {
  color: #6b6b6b;
  text-decoration: none;
}

.dt-user {
  border-left: none!important;
  color: #6b6b6b;
  margin-right: 1em;
  font-size: 16px;
  border-radius: 0.25rem;
}

.dt-nav {
  font-size: 12px;
  padding: 0!important;
  border-right: none!important;
}
.dt-nav a, .dt-menu a {
  color: #6b6b6b;
  text-decoration: none;
}
.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.15);
}

.dt-big-box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.dt-big-box-content-left {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.dt-big-box-content-right {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.dt-big-box .col-6 {
  display: table;
}
.dt-big-box-img {
  object-fit: contain;
  width: 100%;
  border-radius: 20px;
}
.dt-big-box i {
  margin-right: 5px;
}
.dt-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(34,36,38,.15);
  box-shadow: 1px 0 0 2px rgb(34 36 38 / 15%);
  z-index: 5;
  background-color: #fff;
  color: #1B1C1D;
  min-height: 47px;
  align-items: center;
  display: grid;
}
.dt-big-box .d-grid {
  grid-column-gap: 30px!important;
}
.dt-big-box h1 {
  font-size: 2.5em;
}
.dt-big-box p {
  font-size: 16px;
}
.dt-customer {
  text-align: center;
  color: #6b6b6b;
  border: 3px solid #6b6b6b;
  border-radius: 20px;
  padding: 1em;
}
.dt-customer-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.dt-customer h1 {
  margin-bottom: 15px;
}
.dt-big-box-full-img {
  width: 100%;
  border-radius: 20px;
}

.dt-big-box .d-header {
  text-align: center;
  padding: 1em;
  border-radius: 20px;
}
.dt-tile-img > img {
  width: 140px;
}
.dt-tile-img {
  text-align: center;
}
.dialtower-buttons {
  z-index: 6;
}
.d-flow-container {
  position: absolute;
}
.d-popup {
  display: none;
}
.d-menu-items {
  display: none;
}
.dt-text {
  width:50%;
  text-align:center;
  margin:auto;
}
.dt-fav {
  display: none;
}
.dt-menu {
  padding: 8px!important;
  display: none;
}
.dt-demo {
  margin-left: 1.5em;
}
.dt-social {
  margin-left: 20px;
  cursor: pointer;
  color: #6b6b6b;
}

@media screen and (max-width: 768px) {
  .dt-text {
    width: 100%;
  }
  .dt-big-box-content-left, .dt-big-box-content-right {
    text-align: center;
  }
  .dt-fav {
    display: block;
  }
  #dtLogo, .zoom {
    display: none;
  }
  .dt-menu {
    display: block;
  }
  .dt-demo {
    margin-left: 0;
  }
  .dt-logo {
    margin-left: 0.5em;
  }
  .dt-big-box {
    width: 90%;
  }
}

.d-header > i {
  width: 60px!important;
}.d-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  border: none;
  background: #e0e1e2 none;
  color: rgba(0,0,0,.6);
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
  vertical-align: middle;
  user-select: none;
  min-width: 64px;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 1px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: 'Roboto', sans-serif;
}

.d-button.text {
  background-color: transparent;
  box-shadow: none;
}

.d-button.right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.d-button.left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.d-button.middle {
  border-radius: 0;
}

.d-button>i {
  margin-right: 3px;
}

.grid>.d-button {
  height: 36px;
}

.d-button:hover,
.d-button:focus {
  opacity: 0.9;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.d-button.text:hover,
.d-button.text:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.d-button span,
.d-dropdown > .menu > .item span,
.d-slide-menu-item span,
.d-sidebar-nav-link span,
.d-ripple-effect span {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  animation: ripple 1s;
  opacity: 0;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(10);
  }
}

.d-button:hover::before {
  opacity: 0.08;
}

.d-button:focus::before {
  opacity: 0.24;
}

.d-button:hover:focus::before {
  opacity: 0.3;
}

.d-button:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.d-button:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

.d-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  cursor: initial;
}

.d-button:disabled::before,
.d-button:disabled::after {
  opacity: 0;
}

.d-button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.2s;
}

.d-blue.d-button.text {
  color: #2185d0;
}

.d-blue.d-button.text:hover {
  background-color: rgba(33, 133, 208, 0.1);
}

.d-blue.d-button.text:focus {
  background-color: rgba(33, 133, 208, 0.2);
}

.d-blue.d-button.text span {
  background-color: rgba(33, 133, 208, 0.3);
}

.d-icon-button {
  padding-left: 8px;
  padding-right: 8px;
  min-width: unset;
}

.d-icon-button > i {
  margin: 0;
}

.d-button-group > .d-button {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  float: left;
  white-space: nowrap;
}

.d-ripple-effect {
  position: relative;
  overflow: hidden;
}.d-red {
  background: #db2828;
  color: #fff;
}

.d-red-t {
  color: #db2828;
}

.d-orange {
  background: #f2711c;
  color: #fff;
}

.d-orange-t {
  color: #f2711c;
}

.d-yellow {
  background: #fbbd08;
  color: #fff;
}

.d-yellow-t {
  color: #fbbd08;
}

.d-olive {
  background: #b5cc18;
  color: #fff;
}

.d-olive-t {
  color: #b5cc18;
}

.d-green {
  background: #21ba45;
  color: #fff;
}

.d-green-t {
  color: #21ba45;
}

.d-teal {
  background: #00b5ad;
  color: #fff;
}

.d-teal-t {
  color: #00b5ad;
}

.d-blue {
  background: #2185d0;
  color: #fff;
}

.d-blue-t {
  color: #2185d0;
}

.d-dark-blue {
  background: #003366;
  color: #fff;
}

.d-dark-blue-t {
  color: #003366;
}

.d-violet {
  background: #6435c9;
  color: #fff;
}

.d-violet-t {
  color: #6435c9;
}

.d-purple {
  background: #a333c8;
  color: #fff;
}

.d-purple-t {
  color: #a333c8;
}

.d-pink {
  background: #e03997;
  color: #fff;
}

.d-pink-t {
  color: #e03997;
}

.d-brown {
  background: #a5673f;
  color: #fff;
}

.d-brown-t {
  color: #a5673f;
}

.d-grey {
  background: #767676;
  color: #fff;
}

.d-grey-t {
  color: #767676;
}

.d-black {
  background: #1b1c1d;
  color: #fff;
}

.d-black-t {
  color: #1b1c1d;
}

.d-white-t {
  color: #fff;
}.d-mini {
  height: 15px;
  font-size: 8px;
}

.d-tiny {
  height: 20px;
  font-size: 10px;
}

.d-tiny > i {
  font-size: small;
}

.d-small {
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}

.d-medium {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}

.d-medium > i {
  font-size: medium;
}

.d-large {
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}

.d-large > i {
  font-size: large;
}

.d-big {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
}

.d-huge {
  height: 45px;
  font-size: 20px;
  line-height: 45px;
}

.d-massive {
  height: 50px;
  font-size: 22px;
  line-height: 50px;
}.d-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0;
  font-family: 'Roboto', sans-serif;
}

.d-grid.full {
  width: 100%;
}

.d-grid > * {
  box-sizing: border-box!important;
  margin-bottom: 25px;
}

.d-grid > .col-1, .d-grid > .col-one {
  grid-column: span 1;
}

.d-grid > .col-2, .d-grid > .col-two {
  grid-column: span 2;
}

.d-grid > .col-3, .d-grid > .col-three {
  grid-column: span 3;
}

.d-grid > .col-4, .d-grid > .col-four {
  grid-column: span 4;
}

.d-grid > .col-5, .d-grid > .col-five {
  grid-column: span 5;
}

.d-grid > .col-6, .d-grid > .col-six {
  grid-column: span 6;

}

.d-grid > .col-7, .d-grid > .col-seven {
  grid-column: span 7;
}

.d-grid > .col-8, .d-grid > .col-eight {
  grid-column: span 8;
}

.d-grid > .col-9, .d-grid > .col-nine {
  grid-column: span 9;
}

.d-grid > .col-10, .d-grid > .col-ten {
  grid-column: span 10;
}

.d-grid > .col-11, .d-grid > .col-eleven {
  grid-column: span 11;
}

.d-grid > .col-12, .d-grid > .col-twelve {
  grid-column: span 12;
}

.d-grid > .col-13, .d-grid > .col-thirteen {
  grid-column: span 13;
}

.d-grid > .col-14, .d-grid > .col-fourteen {
  grid-column: span 14;
}

.d-grid > .col-15, .d-grid > .col-fifteen {
  grid-column: span 15;
}

.d-grid > .col-16, .d-grid > .col-sixteen {
  grid-column: span 16;
}

.full-width {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .d-grid {
    display: block;
  }
  .d-grid > * {
    width: 100% !important;
  }
  .d-header {
    margin-top: 15px;
  }
}.d-menu > li, .d-menu > a {
  color: #6b6b6b;
  text-decoration: none;
}

.d-menu > li {
  display: inline-block;
  padding: 5.5px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.d-menu > li:hover span {
  color: #2185d0;
}

.d-menu > li:hover i {
  color: #2185d0;
}

.d-menu > li:hover {
  background-color: rgba(33, 133, 208, 0.1);
}

.d-menu.right > li {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.d-menu.left > li {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.d-menu.middle > li {
  border-radius: 0;
}

.d-menu > .d-menu-items > i {
  margin: 0 0 0 0.5em;
  font-size: .85714286em;
}

.d-menu {
  font-size: .85714286rem;
  padding: 0;
  display: inline-block;
  margin: auto 0 auto 0;
  font-family: 'Roboto', sans-serif;
  user-select: none;
}

.d-menu-items {
  position: relative;
  z-index: 2;
}
.d-menu-items ul {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
.d-menu-items ul li {
  display: block;
  width: 100%;
}
.d-menu-items ul li a {
  width: 100%;
  padding: 5px 14px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  color: #6b6b6b;
}
.d-menu-items ul li a:hover {
  background-color: rgba(33, 133, 208, 0.1);
  color: #2185d0;
}
.d-menu-items:hover ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}.d-flow-sidebar {
  position: fixed;
  background: #1B1C1D;
  overflow: visible;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  margin-top: 48px;
  z-index: 5;
  line-height: 1em;
}

.d-flow-sidebar > .item {
  color: #fff;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,.15);
  user-select: none;
  z-index: 5;
  background: #1B1C1D;
}

.jtk-endpoint {
  margin-top: 1.8px;
}

.d-flow-sidebar > .item > span {
  font-size: 11px;
}

.d-flow-sidebar > .item > i {
  float: right;
  margin-left: 3px;
  width: 16px;
  text-align: center;
}

.d-flow-topbar {
  position: fixed;
  min-height: 47px;
  border-bottom: 1px solid rgba(34,36,38,.15);
  box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  width: 100%;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  color: #1B1C1D;
  z-index: 5;
  background-color: #fff;
  white-space: nowrap;
}

.d-flow-topbar > .item {
  border-right: 1px solid rgba(34,36,38,.15);
  padding: 14px;
}

.d-flow-topbar > .item.button {
  padding: 8px;
}

.d-flow-topbar > .item.dropdown {
  padding: 5px;
}

.d-flow-topbar > .item.close {
  border-right: none;
  border-left: 1px solid rgba(34,36,38,.15);
  cursor: pointer;
  user-select: none;
  order: 2;
  margin-left: auto;
}

.d-flow-topbar > .close:hover {
  background: rgba(0,0,0,.03);
}

.d-flow-container {
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: auto;
}

.d-node {
  position: absolute;
  font-size: 12px;
  border-radius: 5px;
  padding: 3px;
  color: white;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  width: 170px;
  border: 2px solid transparent;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2em;
}

.d-node.start-node {
  width: 100px;
}

.d-node.jtk-drag {
  z-index: 2;
}

.d-node.start-node .d-node-header {
  width: 50px;
}

.d-node-header, .d-node-event {
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-node-header {
  z-index: 1;
}
.d-node-header > i {
  padding-right: 3px;
  padding-left: 3px;
}

.d-node-actions, .d-node-event-actions {
  margin-left: auto;
}

.d-node-actions > i, .d-node-event-actions > i {
  padding-right: 3px;
}

.d-node-actions > i:hover,
.d-node-event-actions > i:hover,
.d-node-event>span:hover {
  opacity: 0.7;
}

.flex-break {
  width: 100%;
}

.d-node-add-event, .d-node-event-actions {
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 7px;
}

.d-node-event-actions > i {
  padding-right: 4px;
}

.d-node-events {
  background-color: white;
  border-radius: 5px;
  min-height: 15px;
  width: 100%;
  padding: 3px;
}

.d-node-event {
  color: #1B1C1D;
  font-size: 10px;
  width: 150px;
  padding-right: 20px;
}

.jtk-endpoint, .jtk-connector {
  z-index: 2;
}

.node-hit-box {
  z-index: 0;
  position: absolute;
  border-radius:5px;
  color: white;
  border: 5px solid transparent;
}

.node-hit-box:hover {
  cursor: pointer;
}

.delete-node-connection {
  cursor: pointer;
  color: #1B1C1D;
  position: absolute;
  right: 18px
}

.delete-node-connection:hover {
  color: #db2828;
}
.d-form {
  font-family: 'Roboto', sans-serif;
  margin-top: 40px;
  background: #FFF;
  padding: 25px 14px 0 14px
}

.d-tab-form > .d-tab {
  padding-top: 2.2em;
}

.d-bulk-edit-skip {
  border: 1px solid #21ba45!important;
  border-radius: .28571429rem;
}
.d-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(0,0,0,0.7);
  font-family: 'Roboto', sans-serif;
  overflow: auto;
}

.d-modal .d-modal-header {
  font-size: 1.4em;
  line-height: 1.2857em;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  color: #2E353D;
  border-bottom: 1px solid rgba(34,36,38,.15);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.d-modal .d-modal-header:first-child i.bi {
  margin-right: 5px;
}

.d-modal .d-form {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 1.5rem 1.5rem 0;
}

.d-modal.d-modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.d-modal.d-modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}

.d-modal.d-medium .d-modal-content {
  width: 50%;
}

.d-modal.d-large .d-modal-content {
  width: 75%;
}

.d-modal.d-full .d-modal-content {
  width: 95%;
}

.d-modal-content {
  position: relative;
  margin: 2rem auto auto auto;
  background-color: #fff;
  border-radius: 0.25rem;
  width: 50%;
  overflow: visible;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.d-modal.d-modal-show .d-modal-content {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.d-modal.d-modal-hide .d-modal-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}
.d-modal-content p.d-modal-p {
  padding: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
}

.d-modal-content > .d-modal-buttons {
  background: #F9FAFB;
  padding: 1rem;
  border-top: 1px solid rgba(34,36,38,.15);
  text-align: right;
}

.d-modal-close {
  font-weight: bold;
  color: rgba(0,0,0,0.2);
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 20px;
  top: 21px;
}
.d-modal-close:hover, .d-modal-close:focus {
  color: rgba(0,0,0,0.5);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}

@media(max-width: 1088px) {
  .d-modal-content { width: 85%!important; }
}
@media(max-width:767px) {
  .d-modal-content { width: 95%!important; }
}

.d-modal-body {
  margin-bottom: 25px;
  margin-left: 1em;
  margin-right: 1em;
}