.cs-menu-scroll {
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}

.cs-menu-scroll>*:not(.v-mobile) {
  display: inline-block;
}

.custom-nav-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.custom-nav-buttons>* {
  position: static;
}

.panel-scrolltable-large .scrollable {
  max-height: calc(100vh - 13.5rem);
}

.panel-scrolltable .scrollable {
  max-height: calc(100vh - 18rem);
}


.panel-scrolltable-2 .scrollable {
  max-height: calc(100vh - 18rem) !important;
}

.panel-scrolltable-chat .conversation-list {
  max-height: calc(100vh - 24rem) !important;
}

#chat .simplebar-mask {
  margin-bottom: 7rem !important;
}

.tasklist>li {
  height: 2.5rem;
}

.tasklist>li.line {
  position: relative;
  border-color: transparent;
  padding-left: 0 !important;
}

/* .tasklist>li.line::before {
  content: "";
  height: 1rem;
  width: 40%;
  top: 50%;
  right: -15%;
  display: flex;
  position: absolute;
  z-index: 1;
  background-image: url('assets/icons/arrow.png');
  background-size: contain;
  transform: rotate(180deg);
} */

.tasklist>li.line::before {
  content: "";
  height: 1.5rem;
  width: 50%;
  top: calc(50% - 0.75rem);
  right: -47%;
  display: flex;
  position: absolute;
  z-index: 0;
  background-image: url("assets/icons/arrow.png");
  background-size: contain;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

/* .tasklist>li.line::after {
  content: "\2190";
  position: absolute;
  top: -53.8%;
  left: 70%;
  font-weight: bold;
  font-size: 3rem;
  z-index: 1;
} */

.mapeo-drop-zone li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0.5rem 0 0 !important;
}

.mapeo-drop-zone>li>.contenido {
  display: flex;
  height: 100%;
  flex: 1;
  padding: 0.5rem 0 0.5rem 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.mapeo-drop-zone>li>.action {
  display: none;
  align-items: center;
  justify-content: center;
}

.mapeo-drop-zone>li.with-content {
  border-color: rgb(255, 35, 35);
}

.mapeo-drop-zone>li.with-content>.action {
  display: flex;
}

.mapeo-list>li {
  margin-right: 0 !important;
}