
.v-list-item-title[data-v-1b5285ba] {
  overflow-wrap: break-word;
  width: 100; /* Asegura que ocupe el ancho total del v-list-item */
}
.divider[data-v-1b5285ba] {
  padding-top: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  height: 0px;
  background: linear-gradient(
    to right,
    transparent,
    rgb(16, 171, 223),
    transparent
  );
}
.v-list-item.rounded[data-v-1b5285ba]::before {
  border-radius: 32px !important;
  margin: 0px 5px !important;
}
.v-list-item--active.hide-active[data-v-1b5285ba]:hover:before {
  opacity: 0.24 !important;
}
.v-list-item--active.hide-active[data-v-1b5285ba]::before {
  opacity: 0 !important;
}


/*
 * Webpack LimitChunkCountPlugin has a bug that causes outlined inputs to be rendered wrong.
 * The following rules fix the rendering of these components
 */
.v-text-field--outlined.v-input--dense > .v-input__control > .v-input__slot {
  min-height: 40px !important;
}
.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 56px !important;
}
.grabable {
  cursor: grab;
}
.grabbing * {
  cursor: grabbing !important;
}

