
.filtros-compactos label[data-v-1e44aeae] {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
.filtros-compactos .form-control[data-v-1e44aeae] {
  height: 30px;
  min-height: 30px;
  padding: 0.15rem 0.5rem;
  font-size: 0.85rem;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tags {
  min-height: 30px;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__single,
.filtros-compactos[data-v-1e44aeae] .multiselect__placeholder {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tag {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__content-wrapper {
  max-height: 140px;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__option {
  font-size: 0.85rem;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tag {
  background: var(--primary);
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tag-icon:after {
  color: #ffffff;
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tag-icon:focus,
.filtros-compactos[data-v-1e44aeae] .multiselect__tag-icon:hover {
  background: var(--primary-dark);
}
.filtros-compactos[data-v-1e44aeae] .multiselect__tag-icon:focus:after,
.filtros-compactos[data-v-1e44aeae] .multiselect__tag-icon:hover:after {
  color: #ffffff;
}
.filtros-compactos[data-v-1e44aeae] .vue-slider {
  margin-top: 8px;
}
.filtros-compactos[data-v-1e44aeae] .custom-control {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}
.filtros-compactos[data-v-1e44aeae] .custom-control-label {
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word;
}
.filtros-compactos[data-v-1e44aeae] .custom-control-label::before,
.filtros-compactos[data-v-1e44aeae] .custom-control-label::after {
  width: 14px;
  height: 14px;
  top: 0;
}
.zoom-pill[data-v-1e44aeae] {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.zoom-btn[data-v-1e44aeae] {
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.zoom-btn[data-v-1e44aeae]:hover {
  background: rgba(0, 0, 0, 0.06);
  color: var(--primary);
}
.zoom-slider[data-v-1e44aeae] {
  width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 4px;
  border-radius: 999px;
  background: #e9ecef;
  outline: none;
}
.zoom-slider[data-v-1e44aeae]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.zoom-slider[data-v-1e44aeae]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.zoom-slider[data-v-1e44aeae]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}
.zoom-value[data-v-1e44aeae] {
  font-size: 0.75rem;
  color: var(--text-secondary);
  width: 42px;
  text-align: center;
}
.container-kanban[data-v-1e44aeae] {
  margin-top: 60px;
}
.kanban-page[data-v-1e44aeae] {
  position: relative;
  width: 100%;
  min-width: 0;
}
.bg-opacity[data-v-1e44aeae] {
  filter: opacity(0.5);
}
.kanban-item[data-v-1e44aeae] {
  box-shadow: 0 0.185rem 0.3rem rgba(0, 0, 0, 0.139) !important;

  /* border-bottom-left-radius: 13px  !important;
  border-bottom-right-radius: 13px  !important; */
  border-radius: 12px !important;

  border-color: rgba(255, 255, 255, 0.103) !important;
  border-color: var(--primary-color);
  margin-right: 8px !important;
  margin-left: -15px !important;
}

/* .primary-bg-opacity{
  background-color: var(--primary-dark-color);
} */
.bg-title-card[data-v-1e44aeae] {
  background-color: var(--primary-opacity-color-rgba) !important;
  color: white !important;
}
.column-width[data-v-1e44aeae] {
  min-width: 275px !important;
  /* Ensure columns don't shrink and keep fixed width for horizontal scroll */
  flex: 0 0 275px !important;
}
.column-height[data-v-1e44aeae] {
  margin-top: 0;
  height: auto;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 90px; /* espacio para el botón flotante */
}
.kanban-board-wrapper[data-v-1e44aeae] {
  padding-top: 120px;
}
@media (min-width: 769px) {
.kanban-board-wrapper[data-v-1e44aeae] {
    box-sizing: border-box;
    height: calc(100vh - 70px);
    overflow-x: scroll;
    overflow-y: auto;
    padding-top: 260px;
}
}
/* Unfortunately @apply cannot be setup in codesandbox,
but you'd use "@apply border opacity-50 border-blue-500 bg-gray-200" here */
.task-title[data-v-1e44aeae] {
  font-size: 14px;
}
.client-filter-clear[data-v-1e44aeae] {
  height: 100%;
  padding: 0 0.75rem;
  border: 0;
  background: transparent;
  color: var(--text-secondary);
}
.client-filter-clear[data-v-1e44aeae]:hover {
  color: var(--dark);
}
.client-filter-clear[data-v-1e44aeae]:focus,
.client-filter-clear[data-v-1e44aeae]:active {
  outline: none;
  box-shadow: none;
  border: 0;
}
.column-card-count[data-v-1e44aeae] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.35rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  background-color: #343a401b;
  border: 2px solid #444b53;
  color: #444b53;
  font-size: 0.75rem;
  font-weight: 600; 
  line-height: 1;
}
.linea-color[data-v-1e44aeae] {
  position: relative;
  overflow: hidden;
}
.linea-color[data-v-1e44aeae]::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: var(--linea-color-color);
  content: "";
}
.linea-color-content[data-v-1e44aeae] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 0.35rem 0.5rem;
  text-align: left;
}
.linea-color-icon[data-v-1e44aeae] {
  color: var(--linea-color-color);
  font-size: 0.75rem;
  flex: 0 0 auto;
}
.linea-tracking-3-days[data-v-1e44aeae] {
  --linea-color-color: #30c110;
  --tracking-highlight: rgba(80, 255, 41, 0.16);
}
.linea-tracking-3-6-days[data-v-1e44aeae] {
  --linea-color-color: #e3a908;
  --tracking-highlight: rgba(255, 194, 27, 0.16);
}
.linea-tracking-7-29-days[data-v-1e44aeae] {
  --linea-color-color: #de5e5e;
  --tracking-highlight: rgba(255, 84, 84, 0.16);
}
.linea-tracking-30-days[data-v-1e44aeae] {
  --linea-color-color: #9e062c;
  --tracking-highlight: rgba(251, 39, 92, 0.16);
}
.kanban-item.seguimiento-highlight[data-v-1e44aeae] {
  border-color: var(--linea-color-color) !important;
  background-color: var(--tracking-highlight) !important;
  box-shadow: 0 0 0 1px var(--linea-color-color), 0 0.185rem 0.3rem rgba(0, 0, 0, 0.139) !important;
}
img[data-v-1e44aeae] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
img[data-v-1e44aeae]:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.circle[data-v-1e44aeae] {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}
.circle2[data-v-1e44aeae] {
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: rgb(176, 176, 176);
}
.auto-resize-textarea[data-v-1e44aeae] {
  overflow: hidden !important;
}
.menu-fixed[data-v-1e44aeae] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: all 0.2s ease; /* animación suave */
}

/* cuando el sidebar está colapsado */
.menu-fixed.collapsed[data-v-1e44aeae] {
  left: 0;
}
.contact-origin-badge[data-v-1e44aeae] {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-origin-web[data-v-1e44aeae] {
  color: #2588eb;
  background-color: rgba(21, 130, 255, 0.15);
}
.contact-origin-encuentra24[data-v-1e44aeae] {
  color: #ff5b09;
  background-color: rgba(255, 86, 14, 0.2);
}
.contact-origin-social[data-v-1e44aeae] {
  color: #d9468f;
  background-color: rgba(255, 44, 149, 0.15);
}
.contact-origin-web[data-v-1e44aeae]:hover {
  background-color: rgba(13, 126, 255, 0.3);
  box-shadow: 0 0 0 1px #2588eb;
}
.contact-origin-encuentra24[data-v-1e44aeae]:hover {
  background-color: rgba(252, 106, 22, 0.35);
  box-shadow: 0 0 0 1px #ff5b09;
}
.contact-origin-social[data-v-1e44aeae]:hover {
  background-color: rgba(255, 22, 139, 0.3);
  box-shadow: 0 0 0 1px #d9468f;
}
.tracking-badge[data-v-1e44aeae] {
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.tracking-badge .fa-circle[data-v-1e44aeae] {
  font-size: 0.7rem;
}
.card-origin-badge[data-v-1e44aeae] {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  margin-bottom: 0;
  padding: 0.15rem 0.35rem;
  font-size: 0.65rem;
}
.card-origin-badge i[data-v-1e44aeae] {
  font-size: 0.6rem;
}
.filter-card-badge[data-v-1e44aeae] {
  margin-left: auto;
  color: #6b7280;
  background-color: rgba(107, 114, 128, 0.12);
}
.kanban-item.origen-highlight[data-v-1e44aeae] {
  border-color: currentColor !important;
  box-shadow: 0 0 0 1px currentColor, 0 0.185rem 0.3rem rgba(0, 0, 0, 0.139) !important;
}
.kanban-item.origen-highlight.contact-origin-web[data-v-1e44aeae] {
  color: #2588eb;
  background-color: rgba(21, 130, 255, 0.16) !important;
}
.kanban-item.origen-highlight.contact-origin-encuentra24[data-v-1e44aeae] {
  color: #ff5b09;
  background-color: rgba(255, 86, 14, 0.2) !important;
}
.kanban-item.origen-highlight.contact-origin-social[data-v-1e44aeae] {
  color: #d9468f;
  background-color: rgba(217, 70, 143, 0.18) !important;
}
.tracking-3-days[data-v-1e44aeae] {
  color: #30c110;
  /* background-color: rgba(53, 163, 13, 0.22); */
}
.tracking-3-days[data-v-1e44aeae]:hover {
  background-color: rgba(61, 255, 17, 0.3);
  box-shadow: 0 0 0 1px #30c110;
}
.tracking-3-6-days[data-v-1e44aeae] {
  color: #e3a908;
  /* background-color: rgba(210, 159, 6, 0.17); */
}
.tracking-3-6-days[data-v-1e44aeae]:hover {
  background-color: rgba(255, 187, 0, 0.3);
  box-shadow: 0 0 0 1px #e3a908;
}
.tracking-7-29-days[data-v-1e44aeae] {
  color: #de5e5e;
  /* background-color: rgba(240, 109, 109, 0.292); */
}
.tracking-7-29-days[data-v-1e44aeae]:hover {
  background-color: rgba(255, 55, 55, 0.3);
  box-shadow: 0 0 0 1px #de5e5e;
}
.tracking-30-days[data-v-1e44aeae] {
  color: #9e062c;
  /* background-color: rgba(113, 12, 26, 0.23); */
}
.tracking-30-days[data-v-1e44aeae]:hover {
  background-color: rgba(158, 6, 44, 0.3);
  box-shadow: 0 0 0 1px #9e062c;
}
@media (max-width: 768px) {
.menu-fixed[data-v-1e44aeae] {
    left: 0;
}

  /* cuando el sidebar está colapsado */
.menu-fixed.collapsed[data-v-1e44aeae] {
    left: 0;
}
}

/* Make kanban columns slightly narrower on mobile only */
@media (max-width: 768px) {
.kanban-board-wrapper[data-v-1e44aeae] {
    padding-top: 0;
}
.column-width[data-v-1e44aeae] {
    min-width: 230px !important;
    flex: 0 0 230px !important;
}
}


.mobile-options-button[data-v-1e44aeae]{
  /* behave as a flex child inside .mobile-bottom-row */
  flex: 1 1 auto;
  border-radius: 30px;
  padding: 0.45rem 0.75rem;
  display: flex;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.mobile-options-button .mobile-options-text[data-v-1e44aeae]{
  color: #6b7280; /* muted */
  margin-left: 6px;
}
.mobile-options-modal .modal-dialog[data-v-1e44aeae]{
  position: fixed;
  /* sit the modal above the bottom row so inputs are not covered */
  bottom: 86px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease;
}
.mobile-options-modal .modal-content[data-v-1e44aeae]{
  border-radius: 12px 12px 0 0;
}
/* ensure modal overlays above bottom row */
.mobile-options-modal[data-v-1e44aeae]{ z-index: 2400;
}
@media (max-width: 768px) {
  /* ensure all modals appear above the bottom row on mobile */
[data-v-1e44aeae] .modal {
    z-index: 3000 !important;
}
[data-v-1e44aeae] .modal-backdrop {
    z-index: 2990 !important;
}
  /* ensure our specific mobile modal dialog sits above bottom row */
[data-v-1e44aeae] .mobile-options-modal .modal-dialog{
    bottom:86px !important;
    z-index: 3005 !important;
}
}
.mobile-column-chips[data-v-1e44aeae]{
  gap: 8px;
}
.mobile-column-chips .chip[data-v-1e44aeae]{
  background: var(--primary-plus-light);
  border: 1px solid var(--border);
  padding: 6px 10px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.mobile-column-chips .chip-title[data-v-1e44aeae]{
  font-size: 13px;
  font-weight: 600;
}
.mobile-column-chips .chip-count[data-v-1e44aeae]{
  font-size: 12px;
  padding: 2px 9px;
  color: var(--white);
  margin-left: 4px;
}
.mobile-column-header[data-v-1e44aeae]{ background-color: rgba(0,0,0,0.03);
}
.mobile-column-body .kanban-item[data-v-1e44aeae]{ margin-left: 0 !important; margin-right: 0 !important;
}
.mobile-add-inline[data-v-1e44aeae]{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.mobile-add-inline i[data-v-1e44aeae]{ font-size: 16px;
}
.mobile-bottom-row[data-v-1e44aeae]{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 2200;
  width: calc(100% - 40px);
  max-width: 520px;
  display: flex;
  align-items: center;
}
.mobile-options-button.flex-grow-1[data-v-1e44aeae]{ display: flex; align-items: center; justify-content: flex-start;
}
.mobile-add-bottom[data-v-1e44aeae]{ width: 44px; height: 44px;   display: inline-flex; align-items: center; justify-content: center; padding: 0;
}
.mobile-add-bottom i[data-v-1e44aeae]{ font-size: 18px;
}

/* when modal is open, push bottom row visually behind it (mobile only) */
@media (max-width: 768px) {
.mobile-bottom-row.behind-modal[data-v-1e44aeae]{
    z-index: 2000 !important;
    opacity: 0.85;
    pointer-events: none;
}
}

  /* Bottom sheet móvil personalizado */
.mobile-bottom-sheet[data-v-1e44aeae]{ display: none;
}
.mobile-bottom-sheet-overlay[data-v-1e44aeae]{ display:none;
}
.mobile-bottom-sheet-panel[data-v-1e44aeae]{ display:none;
}
@media (max-width: 767.98px) {
.mobile-bottom-sheet[data-v-1e44aeae]{
      position: fixed;
      inset: 0;
      z-index: 4000;
      display: flex;
      align-items: flex-end;
      justify-content: center;
}
.mobile-bottom-sheet-overlay[data-v-1e44aeae]{
      display:block;
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.35);
}
.mobile-bottom-sheet-panel[data-v-1e44aeae]{
      display:block;
      position: relative;
      width: 100%;
      max-width: 720px;
      margin: 0 12px 12px 12px;
      background: var(--white);
      border-radius: 12px 12px 0 0;
      max-height: 60vh;
      z-index: 4005;
      box-shadow: 0 -8px 30px rgba(0,0,0,0.18);
      overflow: auto;
}
}
.mobile-bottom-sheet-overlay[data-v-1e44aeae]{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity 260ms ease;
}
.mobile-bottom-sheet .sheet-header[data-v-1e44aeae]{ border-bottom: 1px solid rgba(0,0,0,0.06);
}
.mobile-bottom-sheet .sheet-body[data-v-1e44aeae]{ padding-bottom: 16px;
}
.mobile-bottom-sheet .sheet-header[data-v-1e44aeae]{ border-bottom: 1px solid rgba(0,0,0,0.06);
}
.mobile-bottom-sheet .sheet-body[data-v-1e44aeae]{ padding-bottom: 16px;
}

  /* Animación slide-up */
.slide-up-enter-active[data-v-1e44aeae], .slide-up-leave-active[data-v-1e44aeae]{
    transition: transform 260ms ease;
}
.slide-up-enter .mobile-bottom-sheet-panel[data-v-1e44aeae]{
    transform: translateY(100%);
}
.slide-up-enter-to .mobile-bottom-sheet-panel[data-v-1e44aeae]{
    transform: translateY(0);
}
.slide-up-leave .mobile-bottom-sheet-panel[data-v-1e44aeae]{
    transform: translateY(0);
}
.slide-up-leave-to .mobile-bottom-sheet-panel[data-v-1e44aeae]{
    transform: translateY(100%);
}
.slide-up-enter-active .mobile-bottom-sheet-overlay[data-v-1e44aeae],
  .slide-up-enter-to .mobile-bottom-sheet-overlay[data-v-1e44aeae]{
    opacity: 1;
}
.slide-up-leave-active .mobile-bottom-sheet-overlay[data-v-1e44aeae],
  .slide-up-leave-to .mobile-bottom-sheet-overlay[data-v-1e44aeae]{
    opacity: 0;
}

