
.filterButton[data-v-1b93fb43]{
  /* border-radius: 10px; */
  padding: 0.5rem;
  background-color: white;
  color: #858796;
  transition: all 300ms;
  border: 1px solid #c9ccd3;
  height: 40px;
    top: -1px;
    position: relative;
}
.filterButton[data-v-1b93fb43]:focus{
  border: 1px solid #858796;
}

.input[data-v-ba8f2988] {
  width: 100%;
  height: 2.50rem;
  border: 1px solid rgb(156 163 175 / 0.55);
  
  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem}
.input[data-v-ba8f2988]:focus {
  border: 1px solid #919191;
}

.select-field[data-v-79184352] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.filtersContainer[data-v-79184352] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.initialFilter[data-v-79184352] {
  border-radius: 10px;
  padding: 0.5rem;
  background-color: white;
  color: #858796;
  transition: all 300ms;
  border: 1px solid #c9ccd3;
}
.initialFilter[data-v-79184352]:focus {
  border: 1px solid #858796;
}
.inputSelected[data-v-79184352] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);
  border-radius: 5px;
  outline: none;
  background-color: white;
  color: #858796;
  margin-top: 2px;
  height: 40px;
  font-size: 14px;
  padding: 0.5rem;
}
.inputSelected[data-v-79184352]:focus {
  border: 1px solid #919191;
}
.task-trigger-button[data-v-79184352] {
  border-radius: 10px;
  padding: 0.5rem;
  background-color: #2c78f1;
  color: white;
  transition: all 300ms;
  font-weight: 600;
  border: 1px solid #c9ccd3;
}
.card svg[data-v-79184352],
.card .bx[data-v-79184352] {
  position: absolute;
  top: 10px;
  right: 20px;
}
.card.rounded[data-v-79184352] {
  border-radius: 5px !important;
}
.input[data-v-79184352] {
  width: 100%;
  height: 2.5rem;
  border: 1px solid rgb(156 163 175 / 0.55);
  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 5px;
}

.newColumnModalTitle[data-v-bab2d364] {
  gap: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.newColumnModalTitle button[data-v-bab2d364] {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(107 114 128 / 0.2);
}
.newColumnModalBody[data-v-bab2d364] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.newColumnModalBody .Input[data-v-bab2d364] {
  flex: 1 1 0%;
}
.select-field[data-v-bab2d364] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inputSelected[data-v-bab2d364] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);
  outline: none;
  background-color: white;
  color: #858796;
  height: 37.19px;
  font-size: 14px;
  padding: 0.5rem;
  border-radius:5px;
}
.inputSelected[data-v-bab2d364]:focus {
  border: 1px solid #919191;
}
.cancelButton[data-v-bab2d364] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.saveButton[data-v-bab2d364] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.saveButton[data-v-bab2d364]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.newColumnModalFooter[data-v-bab2d364] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.newColumnModalFooter button[data-v-bab2d364] {
  border-radius: var(--radius);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.newColumnModalFooter button[data-v-bab2d364]:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input-field[data-v-bab2d364] {
  width: 100%;
  height: 2.50rem;
  border: 1px solid rgb(156 163 175 / 0.55);
  border-radius:5px;
  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem}
.input-field[data-v-bab2d364]:focus {
  border: 1px solid #919191;
}


.modalEditColumnTitle[data-v-3d09c7b0] {
  gap: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modalEditColumnTitle button[data-v-3d09c7b0] {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(107 114 128 / 0.2);
}
.modalEditColumnBody[data-v-3d09c7b0] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modalEditColumnBody .Input[data-v-3d09c7b0] {
  flex: 1 1 0%;
}
.select-field[data-v-3d09c7b0] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inputSelected[data-v-3d09c7b0] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);
  
  outline: none;
  background-color: white;
  color: #858796;
  height: 37.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.inputSelected[data-v-3d09c7b0]:focus {
  border: 1px solid #919191;
}
.cancelButton[data-v-3d09c7b0] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.saveButton[data-v-3d09c7b0] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.saveButton[data-v-3d09c7b0]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.modalEditColumnFooter[data-v-3d09c7b0] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.modalEditColumnFooter button[data-v-3d09c7b0] {
  border-radius: var(--radius);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.modalEditColumnFooter button[data-v-3d09c7b0]:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input-field[data-v-3d09c7b0] {
  width: 100%;
  height: 2.50rem;
  border: 1px solid rgb(156 163 175 / 0.55);
  border-radius: 10px;
  outline: none;
  background-color: white;
  color: #858796;
  padding-left: 0.5rem;
  padding-right: 0.5rem}
.input-field[data-v-3d09c7b0]:focus {
  border: 1px solid #919191;
}


.pipeline-card-new-overlay[data-v-e219df6c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 1000;
  animation: pipeline-card-new-fade-in-e219df6c 0.2s ease;
}
.pipeline-card-new-sheet[data-v-e219df6c] {
  position: fixed;
  top: 0;
  right: 0;
  width: 720px;
  max-width: 95vw;
  height: 100vh;
  background: white;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  animation: pipeline-card-new-slide-in-e219df6c 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.pipeline-card-new-header[data-v-e219df6c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbfc;
  flex-shrink: 0;
}
.pipeline-card-new-header-content[data-v-e219df6c] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pipeline-card-new-header-icon[data-v-e219df6c] {
  width: 36px;
  height: 36px;
  background: #3b82f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.pipeline-card-new-header-text[data-v-e219df6c] {
  display: flex;
  flex-direction: column;
}
.pipeline-card-new-title[data-v-e219df6c] {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}
.pipeline-card-new-subtitle[data-v-e219df6c] {
  font-size: 13px;
  color: #64748b;
  margin: 2px 0 0 0;
  line-height: 1.2;
}
.pipeline-card-new-close[data-v-e219df6c] {
  width: 32px;
  height: 32px;
  border: none;
  background: #f1f5f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-card-new-close[data-v-e219df6c]:hover {
  background: #e2e8f0;
  color: #475569;
}
.pipeline-card-new-body[data-v-e219df6c] {
  flex: 1;
  overflow-y: auto;
}
.pipeline-card-new-section[data-v-e219df6c] {
  margin-bottom: 32px;
}
.pipeline-card-new-section[data-v-e219df6c]:last-child {
  margin-bottom: 0;
}
.pipeline-card-new-section-title[data-v-e219df6c] {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}
.pipeline-card-new-pipeline-info[data-v-e219df6c] {
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.pipeline-card-new-pipeline-header[data-v-e219df6c] {
  margin-bottom: 8px;
}
.pipeline-card-new-pipeline-label[data-v-e219df6c] {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  display: block;
}
.pipeline-card-new-pipeline-details[data-v-e219df6c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pipeline-card-new-pipeline-color[data-v-e219df6c] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pipeline-card-new-pipeline-name[data-v-e219df6c] {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.pipeline-card-new-add-products-inline[data-v-e219df6c] {
  margin-top: 8px;
}
.pipeline-card-new-add-products-link[data-v-e219df6c] {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.pipeline-card-new-add-products-link[data-v-e219df6c]:hover {
  text-decoration: underline;
}
.pipeline-card-new-field[data-v-e219df6c] {
  margin-bottom: 20px;
}
.pipeline-card-new-label[data-v-e219df6c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.pipeline-card-new-label.error[data-v-e219df6c] {
  color: #dc2626;
}
.pipeline-card-new-input[data-v-e219df6c],
.pipeline-card-new-textarea[data-v-e219df6c] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  background: white;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.pipeline-card-new-input[data-v-e219df6c]:focus,
.pipeline-card-new-textarea[data-v-e219df6c]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.pipeline-card-new-input.error[data-v-e219df6c],
.pipeline-card-new-textarea.error[data-v-e219df6c] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.pipeline-card-new-textarea[data-v-e219df6c] {
  min-height: 80px;
  resize: vertical;
  font-family: inherit;
}
.pipeline-card-new-error[data-v-e219df6c] {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
  font-weight: 500;
}
.pipeline-card-new-email-hint[data-v-e219df6c] {
  font-size: 11px;
  color: #6b7280;
  font-weight: 400;
}
.pipeline-card-new-label-email[data-v-e219df6c] {
  display: flex;
  align-items: center;
  gap: 10px;
  
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}
.pipeline-card-new-email-container[data-v-e219df6c] {
  position: relative;
}
.pipeline-card-new-email-clear[data-v-e219df6c] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #dc2626;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.pipeline-card-new-email-clear[data-v-e219df6c]:hover {
  color: #991b1b;
  background: #fef2f2;
}
.pipeline-card-new-email-validation[data-v-e219df6c] {
  margin-top: 8px;
  padding: 12px;
  background: #fffbeb;
  border: 1px solid #fed7aa;
  border-radius: 6px;
}
.pipeline-card-new-email-validation-content[data-v-e219df6c] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pipeline-card-new-email-validation-icon[data-v-e219df6c] {
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}
.pipeline-card-new-email-validation-text p[data-v-e219df6c] {
  margin: 0 0 4px 0;
  font-size: 13px;
  font-weight: 500;
  color: #92400e;
}
.pipeline-card-new-email-validation-text small[data-v-e219df6c] {
  font-size: 11px;
  color: #a16207;
  line-height: 1.4;
}
.pipeline-card-new-search-toggle[data-v-e219df6c] {
  background: none;
  border: 1px solid #e2e8f0;
  color: #3b82f6;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-weight: 500;
}
.pipeline-card-new-search-toggle[data-v-e219df6c]:hover {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #3b82f6;
}
.pipeline-card-new-search-container[data-v-e219df6c] {
  position: relative;
}
.pipeline-card-new-search-wrapper[data-v-e219df6c] {
  position: relative;
}
.pipeline-card-new-search-input[data-v-e219df6c] {
  padding-right: 36px;
}
.pipeline-card-new-clear-search[data-v-e219df6c] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.pipeline-card-new-clear-search[data-v-e219df6c]:hover {
  color: #374151;
  background: #f3f4f6;
}
.pipeline-card-new-search-results[data-v-e219df6c] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d1d5db;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.pipeline-card-new-search-result[data-v-e219df6c] {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pipeline-card-new-search-result[data-v-e219df6c]:hover {
  background: #f8fafc;
}
.pipeline-card-new-search-result[data-v-e219df6c]:last-child {
  border-bottom: none;
}
.pipeline-card-new-lead-info[data-v-e219df6c] {
  flex: 1;
}
.pipeline-card-new-lead-name[data-v-e219df6c] {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 2px;
  font-size: 13px;
}
.pipeline-card-new-lead-phone[data-v-e219df6c] {
  color: #6b7280;
  font-size: 11px;
  display: block;
  margin-bottom: 1px;
}
.pipeline-card-new-lead-email[data-v-e219df6c] {
  color: #6b7280;
  font-size: 11px;
  display: block;
}
.pipeline-card-new-select-icon[data-v-e219df6c] {
  color: #3b82f6;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.pipeline-card-new-search-result:hover .pipeline-card-new-select-icon[data-v-e219df6c] {
  opacity: 1;
}
.pipeline-card-new-no-results[data-v-e219df6c] {
  padding: 24px 12px;
  text-align: center;
  color: #6b7280;
}
.pipeline-card-new-no-results-icon[data-v-e219df6c] {
  margin: 0 auto 8px;
  color: #d1d5db;
}
.pipeline-card-new-no-results p[data-v-e219df6c] {
  margin: 0 0 2px 0;
  font-weight: 500;
  color: #374151;
  font-size: 13px;
}
.pipeline-card-new-no-results small[data-v-e219df6c] {
  font-size: 11px;
}
.pipeline-card-new-phone-container[data-v-e219df6c] {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.pipeline-card-new-country-wrapper[data-v-e219df6c] {
  flex-shrink: 0;
  min-width: 100px;
}
.pipeline-card-new-phone-input[data-v-e219df6c] {
  flex: 1;
  min-width: 0;
}
.pipeline-card-new-country-wrapper[data-v-e219df6c] .vue-country-dropdown {
  height: 100%;
}
.pipeline-card-new-country-wrapper[data-v-e219df6c] .vue-country-dropdown .dropdown-toggle {
  height: 38px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  padding: 10px 12px;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.pipeline-card-new-country-wrapper[data-v-e219df6c] .vue-country-dropdown .dropdown-toggle:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.pipeline-card-new-combobox-container[data-v-e219df6c] {
  position: relative;
  min-width: 160px;
}
.pipeline-card-new-combobox[data-v-e219df6c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-card-new-combobox[data-v-e219df6c]:hover {
  border-color: #9ca3af;
}
.pipeline-card-new-combobox.active[data-v-e219df6c] {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.pipeline-card-new-combobox.error[data-v-e219df6c] {
  border-color: #ef4444;
}
.pipeline-card-new-combobox-value[data-v-e219df6c] {
  font-size: 14px;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 24px);
}
.pipeline-card-new-combobox-arrow[data-v-e219df6c] {
  color: #6b7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.pipeline-card-new-combobox-arrow.rotated[data-v-e219df6c] {
  transform: rotate(180deg);
}
.pipeline-card-new-combobox-dropdown[data-v-e219df6c] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 2px;
  animation: pipeline-card-new-dropdown-slide-e219df6c 0.2s ease;
}
.pipeline-card-new-combobox-search[data-v-e219df6c] {
  position: relative;
  padding: 8px;
  border-bottom: 1px solid #f3f4f6;
}
.pipeline-card-new-combobox-search-input[data-v-e219df6c] {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 13px;
  outline: none;
  transition: border-color 0.15s ease;
}
.pipeline-card-new-combobox-search-input[data-v-e219df6c]::-moz-placeholder {
  color: #9ca3af;
  font-size: 13px;
}
.pipeline-card-new-combobox-search-input[data-v-e219df6c]::placeholder {
  color: #9ca3af;
  font-size: 13px;
}
.pipeline-card-new-combobox-search-input[data-v-e219df6c]:focus {
  border-color: #3b82f6;
}
.pipeline-card-new-combobox-options[data-v-e219df6c] {
  max-height: 160px;
  overflow-y: auto;
}
.pipeline-card-new-combobox-option[data-v-e219df6c] {
  padding: 10px 12px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.pipeline-card-new-combobox-option[data-v-e219df6c]:hover {
  background-color: #f9fafb;
}
.pipeline-card-new-combobox-option.selected[data-v-e219df6c] {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 500;
}
.pipeline-card-new-combobox-option[data-v-e219df6c]:last-child {
  border-radius: 0 0 6px 6px;
}
.pipeline-card-new-calendar-wrapper[data-v-e219df6c] {
  position: relative;
}
.pipeline-card-new-money-input[data-v-e219df6c] {
  font-weight: 500;
}
.pipeline-card-new-character-count[data-v-e219df6c] {
  font-size: 11px;
  color: #6b7280;
  text-align: right;
  margin-top: 4px;
}
.pipeline-card-new-products-header[data-v-e219df6c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.pipeline-card-new-total-value[data-v-e219df6c] {
  font-size: 16px;
  font-weight: 600;
  color: #3b82f6;
}
.pipeline-card-new-add-product[data-v-e219df6c] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-card-new-add-product[data-v-e219df6c]:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}
.pipeline-card-new-footer[data-v-e219df6c] {
  padding: 16px 24px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}
.pipeline-card-new-footer-content[data-v-e219df6c] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.pipeline-card-new-total[data-v-e219df6c] { display:flex; gap:8px; align-items:center;
}
.pipeline-card-new-total-label[data-v-e219df6c] { font-size:12px; font-weight:500; color:#64748b; text-transform:uppercase; letter-spacing:0.5px;
}
.pipeline-card-new-total-amount[data-v-e219df6c] { font-size:18px; font-weight:700; color:#059669;
}
.pipeline-card-new-actions[data-v-e219df6c] { display:flex; gap:8px; align-items:center;
}
.pipeline-card-new-btn-secondary[data-v-e219df6c],
.pipeline-card-new-btn-primary[data-v-e219df6c],
.pipeline-card-new-btn-ghost[data-v-e219df6c] {
  padding: 8px 16px;
  border-radius: 6px;
  font-size:13px;
  font-weight:500;
  cursor: pointer;
  display:flex;
  align-items:center;
  gap:6px;
  border:none;
}
.pipeline-card-new-btn-secondary[data-v-e219df6c] { background:#3b82f6; color:white;
}
.pipeline-card-new-btn-secondary[data-v-e219df6c]:hover { background:#1d4ed8; transform:translateY(-1px);
}
.pipeline-card-new-btn-ghost[data-v-e219df6c] { background:white; color:#374151; border:1px solid #d1d5db;
}
.pipeline-card-new-btn-primary[data-v-e219df6c] { background:#3b82f6; color:white;
}
.pipeline-card-new-btn-primary[data-v-e219df6c]:disabled { opacity:0.6; cursor:not-allowed;
}
.pipeline-card-new-loading[data-v-e219df6c] {
  animation: pipeline-card-new-spin-e219df6c 1s linear infinite;
}
@keyframes pipeline-card-new-fade-in-e219df6c {
from { opacity: 0;
}
to { opacity: 1;
}
}
@keyframes pipeline-card-new-slide-in-e219df6c {
from { 
    opacity: 0;
    transform: translateX(100%);
}
to { 
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes pipeline-card-new-dropdown-slide-e219df6c {
from {
    opacity: 0;
    transform: translateY(-4px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes pipeline-card-new-spin-e219df6c {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
@media (max-width: 768px) {
.pipeline-card-new-sheet[data-v-e219df6c] {
    width: 100vw;
    right: 0;
}
.pipeline-card-new-header[data-v-e219df6c],
  .pipeline-card-new-body[data-v-e219df6c],
  .pipeline-card-new-footer[data-v-e219df6c] {
    padding: 16px 20px;
}
.pipeline-card-new-phone-container[data-v-e219df6c] {
    flex-direction: column;
    gap: 12px;
}
.pipeline-card-new-country-wrapper[data-v-e219df6c] {
    min-width: auto;
}
.pipeline-card-new-products-header[data-v-e219df6c] {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}
}
@media (max-width: 480px) {
.pipeline-card-new-header[data-v-e219df6c],
  .pipeline-card-new-body[data-v-e219df6c],
  .pipeline-card-new-footer[data-v-e219df6c] {
    padding: 12px 16px;
}
.pipeline-card-new-footer-content[data-v-e219df6c] {
    flex-direction: column;
    gap: 8px;
}
.pipeline-card-new-cancel[data-v-e219df6c],
  .pipeline-card-new-save[data-v-e219df6c] {
    width: 100%;
    justify-content: center;
}
}

.initialFilter[data-v-6d97f78e]{
  border-radius: 10px;
  padding: 0.5rem;
  background-color: white;
  color: #858796;
  transition: all 300ms;
  border: 1px solid #c9ccd3;
}
.initialFilter[data-v-6d97f78e]:focus{
  border: 1px solid #858796;
}


.modalInitialFilterTitle[data-v-dc99a24d] {
  gap: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modalInitialFilterTitle button[data-v-dc99a24d] {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(107 114 128 / 0.2);
}
.modalInitialFilterBody[data-v-dc99a24d] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modalInitialFilterBody .Input[data-v-dc99a24d] {
  flex: 1 1 0%;
}
.select-field[data-v-dc99a24d] {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.inputSelected[data-v-dc99a24d] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);
  
  outline: none;
  background-color: white;
  color: #858796;
  height: 37.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.inputSelected[data-v-dc99a24d]:focus {
  border: 1px solid #919191;
}
.cancelFilter[data-v-dc99a24d] {
  border: 1px solid #91919180;
}
.applyFilter[data-v-dc99a24d] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.applyFilter[data-v-dc99a24d]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.modalInitialFilterFooter[data-v-dc99a24d] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.modalInitialFilterFooter button[data-v-dc99a24d] {
  border-radius: var(--radius);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.modalInitialFilterFooter button[data-v-dc99a24d]:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.CardMenuButton[data-v-2895dc5d]{
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    outline: none;
    display: flex;
    justify-content: center;
}
.CardMenuButton .MenuContent[data-v-2895dc5d]{
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: white;
    z-index: 20;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 30px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    right: calc(100% - 0.5rem);
    border: 1px solid #d1d1d1;
    top: -0.5rem;
}
.MenuContent span[data-v-2895dc5d] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    border-bottom: 1px solid #44444440;
    border-radius: 5px;
}
.MenuContent span[data-v-2895dc5d]:hover{
    background-color: #85879625;
}
.deleteAction[data-v-2895dc5d]{
    color: rgb(255, 106, 106);
}
.upAction[data-v-2895dc5d]{
    color: rgb(59, 185, 126);
}
.downAction[data-v-2895dc5d]{
    color: rgb(255, 106, 106);
}
p[data-v-2895dc5d]{
    margin: 0px;
    padding: 0px;
}

.selectContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 2.50rem;
    border: 1px solid rgb(156 163 175 / 0.55);
    border-radius: 10px;
    outline: none;
    background-color: white;
    color: #858796;
}
.selectInput{
    flex: 1;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    -webkit-appearance: none;
    outline: none;
    color: #858796;
    padding-left: 0.5rem;
}
.selectInput:focus{
    border: 0px solid transparent;
}
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: all 200ms;
}
.selectContainer:has(.selectInput:focus) .icon{
    transform: rotate(0deg);
}
  
.empty[data-v-fd241ae9]{
  width: 100%;
  height: 100% !important;
  min-height: 50px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(196, 194, 194);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drag-zone[data-v-fd241ae9]{
  height: 100%;
}

.cardContainer[data-v-955bb478]{
  border: 1px solid  ;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color:#ffffff;
}

.CardMenuButton[data-v-7921a81f] {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  outline: none;
  display: flex;
  justify-content: center;
}
.CardMenuButton .MenuContent[data-v-7921a81f] {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: white;
  z-index: 20;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 30px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1)
}
.MenuContent span[data-v-7921a81f] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border-bottom: 1px solid #44444440;
  border-radius: 5px;
}
.MenuContent span[data-v-7921a81f]:hover {
  background-color: #85879625;
}
.deleteAction[data-v-7921a81f] {
  color: rgb(255, 106, 106);
}
.editAction[data-v-7921a81f] {
  color: rgb(133, 135, 150)
}
.upAction[data-v-7921a81f] {
  color: rgb(59, 185, 126);
}
.downAction[data-v-7921a81f] {
  color: rgb(255, 106, 106);
}
p[data-v-7921a81f] {
  margin: 0px;
  padding: 0px;
}
.dateContainer[data-v-5e583ed4] {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.datePicker[data-v-5e583ed4] {
  padding: 0.5rem;
  height: 39px;
  font-size: 14px;
  
  background-color: white;
  border: 1px solid #d1d1d1;
  width: 100%;
}
.picker[data-v-5e583ed4] {
  position: relative;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.icon-picker[data-v-5e583ed4]{
  position: absolute;
  top: 1px;
  right: 1px;
  width: -moz-max-content;
  width: max-content;
  height: calc(100% - 2px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  padding: 0.55rem;
  background-color: transparent;
  outline: none;
  background-color: white;
}
[data-v-5e583ed4]{
  color: #858796;
}

.modalContainer[data-v-95bd59e5] {
  backdrop-filter: blur(2px);
  color: #858796;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  min-height: 100%;
  width: 100%;
  justify-content: center;
  background-color: rgb(63 63 70 / 0.1);
  padding: 0.5rem;
  padding-top: 10rem}
.modalContainer .modalKanban[data-v-95bd59e5] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
@media (min-width: 640px) {
.modalContainer .modalKanban[data-v-95bd59e5] {
    max-width: 55rem}}
.modalContainer .modalKanban .header[data-v-95bd59e5] {
  border-bottom-width: 1px;
  border-color: rgb(63 63 70 / 0.7)}
.modalContainer .modalAddEditColumn[data-v-95bd59e5] {
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
@media (min-width: 640px) {
.modalContainer .modalAddEditColumn[data-v-95bd59e5] {
    max-width: 30rem}}
.modalContainer .modalAddEditColumn .header[data-v-95bd59e5] {
  border-bottom-width: 1px;
  border-color: rgb(63 63 70 / 0.7)}
.closed[data-v-95bd59e5] {
  z-index: -50;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0}
.opened[data-v-95bd59e5] {
  z-index: 99;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1}
.modalSm[data-v-95bd59e5] {
  backdrop-filter: blur(2px);
  color: #858796;
  max-width:430px !important;
  min-width:420px !important;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--radius);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
@media (min-width: 640px) {
.modalSm[data-v-95bd59e5] {
    max-width: 55rem}}

.columnsContainer[data-v-693dfbf6] {
  display: flex;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.column[data-v-693dfbf6] {
  border: 1px solid rgb(156 163 175 / 0.25);
  width: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 0.5rem;
}
.column .header[data-v-693dfbf6] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 5px;
}
.column .header .title .color[data-v-693dfbf6] {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 9999px;
  padding: 0.5rem;
}
.opportunityHeader[data-v-693dfbf6] {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.opportunityDate[data-v-693dfbf6] {
  background-color: #85879630;
  font-size: 1.5rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 0.5rem;
}
.opportunityDate p[data-v-693dfbf6] {
  font-size: 1rem;
  line-height: 10px;
  margin: 0px;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px;
}
.addColumn[data-v-693dfbf6] {
  border: 1px dashed rgb(15 16 18 / 0.4);
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 12rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius);
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.selectContainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 2.50rem;
    border: 1px solid rgb(156 163 175 / 0.55);
    border-radius: 10px;
    outline: none;
    background-color: white;
    color: #858796;
}
.selectInput{
    flex: 1;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    -webkit-appearance: none;
    outline: none;
    color: #858796;
    padding-left: 0.5rem;
}
.selectInput:focus{
    border: 0px solid transparent;
}
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: all 200ms;
}
.selectContainer:has(.selectInput:focus) .icon{
    transform: rotate(0deg);
}
  
.addProductToCardHeader[data-v-06b3f26c] {
  gap: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.addProductToCardHeader button[data-v-06b3f26c] {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(107 114 128 / 0.2);
}
.addProductToCardFooter[data-v-06b3f26c] {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.addProductToCardFooter button[data-v-06b3f26c] {
  border-radius: var(--radius);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.addProductToCardFooter button[data-v-06b3f26c]:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cancel[data-v-06b3f26c] {
  border: 1px dashed #91919180;
  background-color: rgb(63 63 70 / 0.1);
}
.add[data-v-06b3f26c] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.add[data-v-06b3f26c]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.inputSelected[data-v-06b3f26c] {
  width: 100%;
  border: 1px solid rgb(156 163 175 / 0.55);
  border-radius: 10px;
  outline: none;
  background-color: white;
  color: #858796;
  height: 37.19px;
  font-size: 14px;
  padding: 0.5rem;
}
.inputSelected[data-v-06b3f26c]:focus {
  border: 1px solid #919191;
}
.product[data-v-06b3f26c] {
  border: 1px solid rgb(156 163 175 / 0.25);
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem;
}
.product .delete[data-v-06b3f26c] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.product div.header[data-v-06b3f26c] {
  display: flex;
  flex-direction: column;
}
.product div.header span[data-v-06b3f26c] {
  font-size: 1.2rem;
}
.product div.header p[data-v-06b3f26c] {
  font-size: 0.8rem;
}
.product span[data-v-06b3f26c] {
  font-size: 1rem;
}


/* Modal overlay */
.modal-overlay[data-v-495b9ef7] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

/* Modal container */
.modal-container[data-v-495b9ef7] {
  position: relative;
  max-width: 32rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

/* Modal content */
.modal-content[data-v-495b9ef7] {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  /* Removida a borda duplicada */
}

/* Header */
.modal-header[data-v-495b9ef7] {
  border-bottom: 0;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.icon-container[data-v-495b9ef7] {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(254, 226, 226, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(239, 68, 68, 1);
}
.text-content[data-v-495b9ef7] {
  flex: 1;
  min-width: 0;
}
.modal-title[data-v-495b9ef7] {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(17, 24, 39, 1);
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.modal-description[data-v-495b9ef7] {
  font-size: 0.875rem;
  color: rgba(107, 114, 128, 1);
  margin: 0;
  line-height: 1.5;
}

/* Footer */
.modal-footer[data-v-495b9ef7] {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

/* Buttons */
.btn[data-v-495b9ef7] {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.25rem;
}
.btn[data-v-495b9ef7]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-cancel[data-v-495b9ef7] {
  background-color: white;
  border-color: rgba(209, 213, 219, 1);
  color: rgba(55, 65, 81, 1);
}
.btn-cancel[data-v-495b9ef7]:hover:not(:disabled) {
  background-color: rgba(249, 250, 251, 1);
  border-color: rgba(156, 163, 175, 1);
}
.btn-destructive[data-v-495b9ef7] {
  background-color: rgba(239, 68, 68, 1);
  border-color: rgba(239, 68, 68, 1);
  color: white;
}
.btn-destructive[data-v-495b9ef7]:hover:not(:disabled) {
  background-color: rgba(220, 38, 38, 1);
  border-color: rgba(220, 38, 38, 1);
}

/* Loading spinner */
.loading-spinner[data-v-495b9ef7] {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin-495b9ef7 1s ease-in-out infinite;
}
@keyframes spin-495b9ef7 {
to {
    transform: rotate(360deg);
}
}

/* Transitions */
.modal-enter-active[data-v-495b9ef7],
.modal-leave-active[data-v-495b9ef7] {
  transition: opacity 0.3s ease;
}
.modal-enter-active .modal-content[data-v-495b9ef7],
.modal-leave-active .modal-content[data-v-495b9ef7] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-495b9ef7],
.modal-leave-to[data-v-495b9ef7] {
  opacity: 0;
}
.modal-enter-from .modal-content[data-v-495b9ef7],
.modal-leave-to .modal-content[data-v-495b9ef7] {
  transform: scale(0.95) translateY(-1rem);
}

/* Responsive */
@media (max-width: 640px) {
.modal-overlay[data-v-495b9ef7] {
    padding: 1rem;
}
.modal-content[data-v-495b9ef7] {
    padding: 1.25rem;
}
.modal-header[data-v-495b9ef7] {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.modal-footer[data-v-495b9ef7] {
    flex-direction: column-reverse;
}
.btn[data-v-495b9ef7] {
    width: 100%;
}
}

/* Modal overlay */
.modal-overlay[data-v-c179e29a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 1rem;
}

/* Modal container */
.modal-container[data-v-c179e29a] {
  position: relative;
  max-width: 32rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

/* Modal content */
.modal-content[data-v-c179e29a] {
  background: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Header */
.modal-header[data-v-c179e29a] {
  border-bottom: 0;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.icon-container[data-v-c179e29a] {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(254, 226, 226, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(239, 68, 68, 1);
}
.icon-container.error[data-v-c179e29a] {
  background-color: rgba(254, 243, 199, 1);
  color: rgba(217, 119, 6, 1);
}
.text-content[data-v-c179e29a] {
  flex: 1;
  min-width: 0;
}
.modal-title[data-v-c179e29a] {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(17, 24, 39, 1);
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.modal-description[data-v-c179e29a] {
  font-size: 0.875rem;
  color: rgba(107, 114, 128, 1);
  margin: 0;
  line-height: 1.5;
}

/* Error options container */
.error-options[data-v-c179e29a] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: rgba(254, 243, 199, 0.5);
  border: 1px solid rgba(253, 224, 71, 1);
  border-radius: 0.5rem;
}
.error-option-btn[data-v-c179e29a] {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, 1);
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.25rem;
}
.error-option-btn[data-v-c179e29a]:hover:not(:disabled) {
  background-color: rgba(220, 38, 38, 1);
  border-color: rgba(220, 38, 38, 1);
}
.error-option-btn[data-v-c179e29a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.error-option-warning[data-v-c179e29a] {
  font-size: 0.75rem;
  color: rgba(120, 53, 15, 1);
  margin: 0;
  line-height: 1.4;
}

/* Footer */
.modal-footer[data-v-c179e29a] {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

/* Buttons */
.btn[data-v-c179e29a] {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.25rem;
}
.btn[data-v-c179e29a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-cancel[data-v-c179e29a] {
  background-color: white;
  border-color: rgba(209, 213, 219, 1);
  color: rgba(55, 65, 81, 1);
}
.btn-cancel[data-v-c179e29a]:hover:not(:disabled) {
  background-color: rgba(249, 250, 251, 1);
  border-color: rgba(156, 163, 175, 1);
}
.btn-destructive[data-v-c179e29a] {
  background-color: rgba(239, 68, 68, 1);
  border-color: rgba(239, 68, 68, 1);
  color: white;
}
.btn-destructive[data-v-c179e29a]:hover:not(:disabled) {
  background-color: rgba(220, 38, 38, 1);
  border-color: rgba(220, 38, 38, 1);
}

/* Loading spinner */
.loading-spinner[data-v-c179e29a] {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin-c179e29a 1s ease-in-out infinite;
}
@keyframes spin-c179e29a {
to {
    transform: rotate(360deg);
}
}

/* Transitions */
.modal-enter-active[data-v-c179e29a],
.modal-leave-active[data-v-c179e29a] {
  transition: opacity 0.3s ease;
}
.modal-enter-active .modal-content[data-v-c179e29a],
.modal-leave-active .modal-content[data-v-c179e29a] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-c179e29a],
.modal-leave-to[data-v-c179e29a] {
  opacity: 0;
}
.modal-enter-from .modal-content[data-v-c179e29a],
.modal-leave-to .modal-content[data-v-c179e29a] {
  transform: scale(0.95) translateY(-1rem);
}

/* Responsive */
@media (max-width: 640px) {
.modal-overlay[data-v-c179e29a] {
    padding: 1rem;
}
.modal-content[data-v-c179e29a] {
    padding: 1.25rem;
}
.modal-header[data-v-c179e29a] {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.modal-footer[data-v-c179e29a] {
    flex-direction: column-reverse;
}
.btn[data-v-c179e29a] {
    width: 100%;
}
}

.kanbanBoardContainer[data-v-1e54f874] {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
  /* Antes tinha min-h-screen => causava sobreposição sob header */
  min-height: calc(100vh - 58px)
}


label[data-v-fc998d10] {
  margin: 0px;
}
.kanbanContainer[data-v-fc998d10] {
  display: flex;
  min-height: 100vh;
  min-width: 100%;
  flex-direction: column;
  gap: 1rem;
}
h4[data-v-fc998d10] {
  letter-spacing: 0.0;
}
