
/* ======================
   Trigger Input Styles
   ====================== */
.search-everything-wrapper[data-v-7c3ff29a] {
  width: 100%;
}
.search-trigger-input[data-v-7c3ff29a] {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.fancy-search-input-wrapper[data-v-7c3ff29a] {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fancy-search-input-wrapper[data-v-7c3ff29a]:hover {
  transform: translateY(-2px);
}
.fancy-search-input-wrapper:hover .animated-gradient-border[data-v-7c3ff29a] {
  opacity: 1;
}
.animated-gradient-border[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  animation: gradient-rotate-7c3ff29a 4s ease infinite;
  transition: opacity 0.3s ease;
}
@keyframes gradient-rotate-7c3ff29a {
0% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
100% { background-position: 0% 50%;
}
}
.fancy-input[data-v-7c3ff29a] {
  cursor: pointer;
  padding-right: 3rem !important;
  padding-left: 1rem !important;
  border-radius: 12px !important;
  border: 2px solid #e2e8f0 !important;
  transition: all 0.3s ease !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
  backdrop-filter: blur(10px);
  font-size: 0.95rem;
}
.fancy-input[data-v-7c3ff29a]:hover {
  border-color: #667eea !important;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15) !important;
}
.search-icon-wrapper[data-v-7c3ff29a] {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #667eea;
  font-size: 1rem;
  pointer-events: none;
}
.search-everything-wrapper.no-border .fancy-search-input-wrapper[data-v-7c3ff29a] {
  border: none;
}
.search-everything-wrapper.no-border .fancy-input[data-v-7c3ff29a] {
  border: none !important;
  box-shadow: none !important;
}

/* ======================
   Modal Styles
   ====================== */
.modal-search-container[data-v-7c3ff29a] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.5rem;
}

/* Custom Modal Header */
.fancy-header-wrapper[data-v-7c3ff29a] {
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.header-gradient-bg[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  opacity: 0.95;
}
.header-gradient-bg[data-v-7c3ff29a]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
}
.header-content[data-v-7c3ff29a] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.header-left[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-icon-container[data-v-7c3ff29a] {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-icon[data-v-7c3ff29a] {
  font-size: 20px;
  color: #ffffff;
  z-index: 1;
}
.icon-glow[data-v-7c3ff29a] {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  filter: blur(15px);
  animation: pulse-glow-7c3ff29a 2s ease-in-out infinite;
}
@keyframes pulse-glow-7c3ff29a {
0%, 100% { opacity: 0.5; transform: scale(0.95);
}
50% { opacity: 1; transform: scale(1.05);
}
}
.header-text[data-v-7c3ff29a] {
  color: #ffffff;
}
.header-title[data-v-7c3ff29a] {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-subtitle[data-v-7c3ff29a] {
  margin: 0.25rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.9;
}
.fancy-close-btn[data-v-7c3ff29a] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fancy-close-btn[data-v-7c3ff29a]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.15);
}
.fancy-close-btn[data-v-7c3ff29a]:active {
  transform: scale(0.95);
}

/* Search Input Row */
.search-input-row[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.fancy-search-input-container[data-v-7c3ff29a] {
  flex: 1;
  position: relative;
}
.input-glow-effect[data-v-7c3ff29a] {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 12px;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.3s ease;
  z-index: -1;
}
.fancy-search-input-container:focus-within .input-glow-effect[data-v-7c3ff29a] {
  opacity: 0.3;
}
.search-loading-bar[data-v-7c3ff29a] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
  background-size: 200% 100%;
  border-radius: 0 0 12px 12px;
  transition: width 0.3s ease;
}
.search-loading-bar.active[data-v-7c3ff29a] {
  width: 100%;
  animation: loading-shimmer-7c3ff29a 1.5s ease-in-out infinite;
}
@keyframes loading-shimmer-7c3ff29a {
0% { background-position: 0% 0%;
}
100% { background-position: 200% 0%;
}
}

/* Filter Button */
.fancy-filter-button[data-v-7c3ff29a] {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  color: #667eea;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  flex-shrink: 0;
}
.fancy-filter-button[data-v-7c3ff29a]:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}
.fancy-filter-button.active[data-v-7c3ff29a] {
  border-color: #667eea;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}
.button-gradient-bg[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fancy-filter-button:hover .button-gradient-bg[data-v-7c3ff29a] {
  opacity: 0.1;
}
.fancy-filter-badge[data-v-7c3ff29a] {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border-radius: 11px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
  animation: badge-bounce-7c3ff29a 0.5s ease;
}
@keyframes badge-bounce-7c3ff29a {
0%, 100% { transform: scale(1);
}
50% { transform: scale(1.2);
}
}

/* Filter Panel */
.fancy-filter-panel[data-v-7c3ff29a] {
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
  border-radius: 16px;
  border: 1px solid rgba(102, 126, 234, 0.1);
  overflow: hidden;
}
.filter-glow-bg[data-v-7c3ff29a] {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
  animation: filter-glow-rotate-7c3ff29a 8s linear infinite;
}
@keyframes filter-glow-rotate-7c3ff29a {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.filter-panel-header[data-v-7c3ff29a] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  z-index: 1;
}
.filter-panel-header h6[data-v-7c3ff29a] {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
  display: flex;
  align-items: center;
}
.clear-filters-btn[data-v-7c3ff29a] {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #667eea;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.clear-filters-btn[data-v-7c3ff29a]:hover {
  background: #ffffff;
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}
.filter-options[data-v-7c3ff29a] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  z-index: 1;
}
.fancy-filter-option[data-v-7c3ff29a] {
  position: relative;
  padding: 1rem;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.fancy-filter-option[data-v-7c3ff29a]:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}
.fancy-filter-option.selected[data-v-7c3ff29a] {
  border-color: #667eea;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}
.filter-option-bg[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fancy-filter-option:hover .filter-option-bg[data-v-7c3ff29a] {
  opacity: 1;
}
.filter-icon[data-v-7c3ff29a] {
  font-size: 1.25rem;
  color: #667eea;
  flex-shrink: 0;
}
.filter-label[data-v-7c3ff29a] {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d3748;
}
.filter-checkmark[data-v-7c3ff29a] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.75rem;
  animation: checkmark-pop-7c3ff29a 0.3s ease;
}
@keyframes checkmark-pop-7c3ff29a {
0% { transform: scale(0);
}
50% { transform: scale(1.2);
}
100% { transform: scale(1);
}
}
.filter-slide-enter-active[data-v-7c3ff29a], .filter-slide-leave-active[data-v-7c3ff29a] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-slide-enter[data-v-7c3ff29a], .filter-slide-leave-to[data-v-7c3ff29a] {
  opacity: 0;
  transform: translateY(-20px);
}

/* Recent Searches */
.recent-searches-section[data-v-7c3ff29a] {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
  border-radius: 16px;
  border: 1px dashed rgba(102, 126, 234, 0.2);
}
.section-header[data-v-7c3ff29a] {
  font-size: 0.875rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.recent-searches-list[data-v-7c3ff29a] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.recent-search-item[data-v-7c3ff29a] {
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  color: #4a5568;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.recent-search-item[data-v-7c3ff29a]:hover {
  border-color: #667eea;
  color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

/* Results Info */
.fancy-results-info[data-v-7c3ff29a] {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
  border-radius: 12px;
  border-left: 4px solid #667eea;
}
.results-info-inner[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #2d3748;
}
.success-icon[data-v-7c3ff29a] {
  color: #38c172;
  font-size: 1.25rem;
}
.info-icon[data-v-7c3ff29a] {
  color: #667eea;
  font-size: 1.25rem;
}

/* Results Display */
.manual-results[data-v-7c3ff29a] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 500px;
  overflow-y: auto;
  padding: 0.5rem;
}

/* Custom Scrollbar */
.manual-results[data-v-7c3ff29a]::-webkit-scrollbar {
  width: 8px;
}
.manual-results[data-v-7c3ff29a]::-webkit-scrollbar-track {
  background: #f7fafc;
  border-radius: 10px;
}
.manual-results[data-v-7c3ff29a]::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
}
.manual-results[data-v-7c3ff29a]::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #5a67d8 0%, #6b46a1 100%);
}
.fancy-result-item[data-v-7c3ff29a] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  animation: result-fade-in-7c3ff29a 0.4s ease-out backwards;
}
@keyframes result-fade-in-7c3ff29a {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.fancy-result-item[data-v-7c3ff29a]:hover {
  border-color: #667eea;
  transform: translateX(8px) translateY(-2px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.2);
}
.result-hover-bg[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fancy-result-item:hover .result-hover-bg[data-v-7c3ff29a] {
  opacity: 1;
}
.result-icon-fancy[data-v-7c3ff29a] {
  position: relative;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
}
.icon-gradient-bg[data-v-7c3ff29a] {
  position: absolute;
  inset: 0;
  opacity: 0.15;
}
.fancy-result-item:hover .icon-gradient-bg[data-v-7c3ff29a] {
  opacity: 0.25;
}
.result-icon-fancy i[data-v-7c3ff29a] {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.icon-shine[data-v-7c3ff29a] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.fancy-result-item:hover .icon-shine[data-v-7c3ff29a] {
  transform: translateX(100%);
}
.result-content[data-v-7c3ff29a] {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.result-name-row[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.result-name[data-v-7c3ff29a] {
  font-weight: 600;
  font-size: 1.05rem;
  color: #2d3748;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.result-type-badge[data-v-7c3ff29a] {
  padding: 0.25rem 0.75rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 1px solid rgba(102, 126, 234, 0.2);
  border-radius: 12px;
  color: #667eea;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
.result-contact[data-v-7c3ff29a] {
  font-size: 0.875rem;
  color: #718096;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-contact i[data-v-7c3ff29a] {
  font-size: 0.75rem;
  color: #a0aec0;
}
.result-action[data-v-7c3ff29a] {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border-radius: 10px;
  color: #667eea;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.fancy-result-item:hover .result-action[data-v-7c3ff29a] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  transform: translateX(4px);
}
.result-list-enter-active[data-v-7c3ff29a], .result-list-leave-active[data-v-7c3ff29a] {
  transition: all 0.4s ease;
}
.result-list-enter[data-v-7c3ff29a], .result-list-leave-to[data-v-7c3ff29a] {
  opacity: 0;
  transform: translateY(30px);
}
.result-list-move[data-v-7c3ff29a] {
  transition: transform 0.4s ease;
}

/* Keyboard Shortcuts Footer */
.keyboard-shortcuts-footer[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.02) 0%, rgba(118, 75, 162, 0.02) 100%);
  border-radius: 12px;
  border: 1px dashed rgba(102, 126, 234, 0.15);
  margin-top: 1rem;
}
.shortcut-item[data-v-7c3ff29a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #718096;
  font-size: 0.875rem;
}
.fancy-kbd-small[data-v-7c3ff29a] {
  padding: 0.25rem 0.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), inset 0 -2px 0 rgba(0, 0, 0, 0.08);
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4a5568;
  min-width: 1.75rem;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
.filter-options[data-v-7c3ff29a] {
    grid-template-columns: 1fr;
}
.keyboard-shortcuts-footer[data-v-7c3ff29a] {
    flex-direction: column;
    gap: 1rem;
}
.fancy-result-item[data-v-7c3ff29a] {
    padding: 1rem;
}
.result-icon-fancy[data-v-7c3ff29a] {
    width: 48px;
    height: 48px;
}
}

/* Global Modal Styles */
.fancy-search-modal .modal-content {
  border: none;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(20px);
}
.fancy-search-modal .modal-dialog {
  max-width: 900px;
}
.fancy-modal-header {
  padding: 0;
  border: none;
}
.fancy-modal-body {
  padding: 2rem;
}

/* Autosuggest Styles */
.fancy-autosuggest div input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2d3748;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.fancy-autosuggest > div > input:focus {
  color: #2d3748;
  background-color: #ffffff;
  border-color: #667eea;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.fancy-autosuggest > div > input::placeholder {
  color: #a0aec0;
}

/* Hide autosuggest dropdown in modal since we display manual results */
.fancy-autosuggest .autosuggest__results {
  display: none;
}

/* Modal Animation */
.fancy-search-modal .modal.fade .modal-dialog {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.fancy-search-modal .modal.show .modal-dialog {
  transform: scale(1);
}

/* Backdrop */
.fancy-search-modal .modal-backdrop {
  background-color: rgba(26, 32, 44, 0.7);
  backdrop-filter: blur(4px);
}

/* ========================================
   Notification Icon & Wrapper
   ======================================== */
.notification-icon-wrapper[data-v-7ad28530] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.notification-icon-wrapper[data-v-7ad28530]:hover {
  transform: scale(1.1);
}
.notification-icon[data-v-7ad28530] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.notification-icon.has-unread[data-v-7ad28530] {
  color: white;
}
.notification-icon[data-v-7ad28530]:hover {
  color: white;
}
.notification-badge[data-v-7ad28530] {
  position: absolute;
  top: -6px;
  right: -6px;
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  color: white;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  min-width: 16px;
  text-align: center;
}

/* Pulse animation for unread badge */
.notification-badge.pulse[data-v-7ad28530] {
  animation: pulse-7ad28530 2s infinite;
}
@keyframes pulse-7ad28530 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.08);
}
100% {
    transform: scale(1);
}
}

/* ========================================
   Notification Dropdown Menu
   ======================================== */
.notification-dropdown[data-v-7ad28530] .notification-menu {
  min-width: 380px;
  max-width: 420px;
  padding: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: white;
  margin-top: 8px;
}

/* ========================================
   Notification Header
   ======================================== */
.notification-header[data-v-7ad28530] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  z-index: 1;
}
.notification-header-content[data-v-7ad28530] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification-title[data-v-7ad28530] {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.mark-all-read-btn[data-v-7ad28530] {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.mark-all-read-btn[data-v-7ad28530]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

/* ========================================
   Notifications List
   ======================================== */
.notifications-list[data-v-7ad28530] {
  max-height: 480px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d1d5db #f3f4f6;
}
.notifications-list[data-v-7ad28530]::-webkit-scrollbar {
  width: 6px;
}
.notifications-list[data-v-7ad28530]::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.notifications-list[data-v-7ad28530]::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 3px;
}
.notifications-list[data-v-7ad28530]::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

/* ========================================
   Notification Item
   ======================================== */
.notification-item[data-v-7ad28530] {
  display: flex;
  padding: 16px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.2s ease;
  position: relative;
  background: white;
}
.notification-item[data-v-7ad28530]:hover {
  background: #f9fafb;
  transform: translateX(2px);
}
.notification-item.unread[data-v-7ad28530] {
  background: linear-gradient(90deg, #eef2ff 0%, #fef3f2 100%);
}
.notification-item.unread[data-v-7ad28530]:hover {
  background: linear-gradient(90deg, #e0e7ff 0%, #fee2e2 100%);
}
.notification-item[data-v-7ad28530]:last-child {
  border-bottom: none;
}

/* ========================================
   Notification Item Icon
   ======================================== */
.notification-item-icon[data-v-7ad28530] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  font-size: 18px;
  transition: all 0.2s ease;
}
.notification-item:hover .notification-item-icon[data-v-7ad28530] {
  transform: scale(1.1) rotate(5deg);
}

/* Icon color variations */
.icon-task[data-v-7ad28530] {
  color: #3b82f6;
  background: #eff6ff;
}
.icon-invoice[data-v-7ad28530] {
  color: #8b5cf6;
  background: #f5f3ff;
}
.icon-payment[data-v-7ad28530] {
  color: #10b981;
  background: #ecfdf5;
}
.icon-reminder[data-v-7ad28530] {
  color: #f59e0b;
  background: #fffbeb;
}
.icon-warning[data-v-7ad28530] {
  color: #ef4444;
  background: #fef2f2;
}
.icon-success[data-v-7ad28530] {
  color: #10b981;
  background: #ecfdf5;
}
.icon-error[data-v-7ad28530] {
  color: #ef4444;
  background: #fef2f2;
}
.icon-info[data-v-7ad28530] {
  color: #06b6d4;
  background: #ecfeff;
}
.icon-default[data-v-7ad28530] {
  color: #6b7280;
  background: #f3f4f6;
}

/* ========================================
   Notification Item Content
   ======================================== */
.notification-item-content[data-v-7ad28530] {
  flex: 1;
  min-width: 0;
}
.notification-item-header[data-v-7ad28530] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}
.notification-item-title[data-v-7ad28530] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
  flex: 1;
}
.unread-indicator[data-v-7ad28530] {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  margin-left: 8px;
  margin-top: 4px;
}
.notification-item-message[data-v-7ad28530] {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-item-time[data-v-7ad28530] {
  font-size: 11px;
  color: #9ca3af;
  display: flex;
  align-items: center;
  font-weight: 500;
}

/* ========================================
   Empty State
   ======================================== */
.notification-empty[data-v-7ad28530] {
  padding: 48px 20px;
  text-align: center;
  color: #9ca3af;
}
.empty-icon[data-v-7ad28530] {
  font-size: 48px;
  color: #d1d5db;
  margin-bottom: 16px;
}
.empty-text[data-v-7ad28530] {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

/* ========================================
   Mobile Styles
   ======================================== */
.flex-column .notification-icon[data-v-7ad28530] {
  color: rgba(255, 255, 255, 0.85);
}
.flex-column .notification-icon[data-v-7ad28530]:hover {
  color: #ffffff;
}
/* Container flex layout - Override Bootstrap */
:not(.flex-column).d-flex[data-v-d6fabd0d] {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

/* Desktop navigation links (horizontal mode) - Modern Styling */
.custom-navigation-link[data-v-d6fabd0d] {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-navigation-link[data-v-d6fabd0d]:hover {
  color: white !important;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* Underline animation for direct nav links only */
:not(.flex-column) .nav-link.custom-navigation-link[data-v-d6fabd0d] {
  position: relative;
}
:not(.flex-column) .nav-link.custom-navigation-link[data-v-d6fabd0d]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
:not(.flex-column) .nav-link.custom-navigation-link[data-v-d6fabd0d]:hover::after {
  width: 80%;
}

/* Underline animation for dropdown toggles */
[data-v-d6fabd0d]:not(.flex-column) .b-nav-item-dropdown.custom-navigation-link > .dropdown-toggle {
  position: relative;
}
[data-v-d6fabd0d]:not(.flex-column) .b-nav-item-dropdown.custom-navigation-link > .dropdown-toggle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
[data-v-d6fabd0d]:not(.flex-column) .b-nav-item-dropdown.custom-navigation-link > .dropdown-toggle:hover::after {
  width: 80%;
}

/* Desktop Dropdown Items - Modern Design */
:not(.flex-column) .dropdown-menu[data-v-d6fabd0d] {
  background: white;
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  margin-top: 0.5rem;
  backdrop-filter: blur(10px);
  animation: dropdownSlideIn-d6fabd0d 0.3s ease-out;
  z-index: 1050;
  position: absolute !important;
  will-change: transform;
}
@keyframes dropdownSlideIn-d6fabd0d {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
:not(.flex-column) .dropdown-item[data-v-d6fabd0d] {
  border-radius: 8px;
  padding: 0.625rem 1rem;
  margin: 0.125rem 0;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #333;
}
:not(.flex-column) .dropdown-item[data-v-d6fabd0d]:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: white !important;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
:not(.flex-column) .dropdown-item.active[data-v-d6fabd0d] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: white !important;
}
:not(.flex-column) .dropdown-divider[data-v-d6fabd0d] {
  border-color: rgba(0, 0, 0, 0.08);
  margin: 0.5rem 0;
}

/* Desktop Nav Items - Override Bootstrap defaults */
:not(.flex-column) .navbar-nav[data-v-d6fabd0d] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
  /* First navbar-nav stays on the left */
}
:not(.flex-column) .navbar-nav[data-v-d6fabd0d]:first-child {
  flex: 1 1 auto;
}
:not(.flex-column) .navbar-nav[data-v-d6fabd0d] {
  /* Align second navbar-nav to the right */
}
:not(.flex-column) .navbar-nav[data-v-d6fabd0d]:last-child {
  margin-left: auto !important;
  justify-content: flex-end !important;
  flex: 0 1 auto;
}
:not(.flex-column) .nav-item[data-v-d6fabd0d] {
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}
:not(.flex-column) .b-nav-item-dropdown[data-v-d6fabd0d],
:not(.flex-column) .b-dropdown[data-v-d6fabd0d] {
  width: auto;
  min-width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

/* Override Bootstrap's nav-link padding */
:not(.flex-column) .nav-link[data-v-d6fabd0d] {
  padding: 0.5rem 0.875rem !important;
}

/* Mobile navigation links (vertical mode) - Enhanced */
.flex-column .custom-navigation-link[data-v-d6fabd0d],
.flex-column .custom-navigation-link a[data-v-d6fabd0d] {
  color: rgba(255, 255, 255, 0.95) !important;
  text-align: center !important;
  font-weight: 500;
  transition: all 0.3s ease;
}
.flex-column .custom-navigation-link[data-v-d6fabd0d]:hover,
.flex-column .custom-navigation-link a[data-v-d6fabd0d]:hover {
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

/* Center mobile sidebar content */
.flex-column .navbar-nav[data-v-d6fabd0d] {
  align-items: center;
  width: 100%;
}
.flex-column .navbar-nav .nav-item[data-v-d6fabd0d] {
  width: 100%;
  text-align: center;
}

/* Ensure desktop nav-items don't get width: 100% */
:not(.flex-column) .navbar-nav .nav-item[data-v-d6fabd0d] {
  width: auto !important;
}

/* Mobile dropdown items - Enhanced */
.flex-column .dropdown-item[data-v-d6fabd0d] {
  color: rgba(255, 255, 255, 0.95) !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 0.25rem 0;
}
.flex-column .dropdown-item[data-v-d6fabd0d]:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  transform: translateX(5px);
}

/* Mobile dropdown menu container */
.flex-column .dropdown-menu[data-v-d6fabd0d] {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Mobile user name in dropdown */
.flex-column span.custom-navigation-link[data-v-d6fabd0d] {
  color: #ffffff !important;
  font-weight: 600;
}
.flex-column span.custom-navigation-link[data-v-d6fabd0d]:hover {
  color: #ffffff !important;
}

/* Mobile search bar styling */
.flex-column .nav-item[data-v-d6fabd0d]:has(search-everything-input) {
  padding: 0 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.flex-column search-everything-input[data-v-d6fabd0d] {
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
}

/* Desktop Dropdown Button Enhancement */
[data-v-d6fabd0d]:not(.flex-column) .dropdown-toggle {
  transition: all 0.3s ease;
  padding: 0.5rem 0.875rem;
}
[data-v-d6fabd0d]:not(.flex-column) .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
}

/* Active state for desktop nav links */
:not(.flex-column) .nav-link.router-link-active[data-v-d6fabd0d] {
  color: white !important;
  font-weight: 600;
}
:not(.flex-column) .nav-link.router-link-active[data-v-d6fabd0d]::after {
  width: 80%;
}

/* Mobile divider styling */
.flex-column .dropdown-divider[data-v-d6fabd0d] {
  border-color: rgba(255, 255, 255, 0.2) !important;
  margin: 0.75rem 1rem !important;
}

/* ========================================
   Time Tracker Icon
   ======================================== */
.timetracker-icon-link[data-v-d6fabd0d] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem !important;
}
.timetracker-icon-wrapper[data-v-d6fabd0d] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.timetracker-icon-wrapper[data-v-d6fabd0d]:hover {
  transform: scale(1.1);
}
.timetracker-icon[data-v-d6fabd0d] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  transition: all 0.3s ease;
}
.timetracker-icon[data-v-d6fabd0d]:hover {
  color: white;
}

/* Desktop Time Tracker Icon */
:not(.flex-column) .timetracker-icon-link[data-v-d6fabd0d] {
  position: relative;
}
:not(.flex-column) .timetracker-icon-link[data-v-d6fabd0d]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
:not(.flex-column) .timetracker-icon-link[data-v-d6fabd0d]:hover::after {
  width: 80%;
}

/* Mobile Time Tracker Icon */
.flex-column .timetracker-icon[data-v-d6fabd0d] {
  color: rgba(255, 255, 255, 0.85);
}
.flex-column .timetracker-icon[data-v-d6fabd0d]:hover {
  color: #ffffff;
}.project-selector-input-group[data-v-86c43620] {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.project-display-input[data-v-86c43620] {
  border-right: none !important;
  background-color: #f9fafb;
  cursor: default;
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  border: 1px solid #d1d5db;
  border-radius: 6px 0 0 6px;
  line-height: normal;
}
.project-display-input[data-v-86c43620]:focus {
  background-color: #f9fafb;
  border-color: #d1d5db;
  box-shadow: none;
}
[data-v-86c43620] .input-group-append {
  display: flex;
  align-items: center;
  margin-left: 0;
}
[data-v-86c43620] .project-dropdown {
  display: flex;
  align-items: center;
}
[data-v-86c43620] .project-dropdown .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  height: 100% !important;
}
[data-v-86c43620] .navbar-nav .dropdown-menu {
  overflow: overlay;
}
[data-v-86c43620] .project-dropdown-menu {
  z-index: 99999 !important;
  will-change: transform;
}
[data-v-86c43620] .dropdown-menu {
  z-index: 99999 !important;
}
[data-v-86c43620] .contact-header {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #495057;
}
[data-v-86c43620] .internal-projects-header {
  background-color: #f8f9fa;
  color: #0066cc;
  border-top: 2px solid #0066cc;
  border-bottom: 1px solid #dee2e6;
}.bg-gradient-primary[data-v-e0106979] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.bg-gradient-light[data-v-e0106979] {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}
.bg-gradient-glass[data-v-e0106979] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
}
.text-gradient-primary[data-v-e0106979] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Modern AutoSuggest Styling */
.autosuggest-form-control[data-v-e0106979] {
  position: relative;
}
.autosuggest-form-control[data-v-e0106979] div input {
  display: block;
  width: 100%;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d3748;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.autosuggest-form-control[data-v-e0106979] div input:hover {
  border-color: #cbd5e0;
}
.autosuggest-form-control[data-v-e0106979] div input:focus {
  color: #2d3748;
  background-color: #ffffff;
  border-color: #667eea;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.autosuggest-form-control[data-v-e0106979] div input:disabled {
  background-color: #f7fafc;
  cursor: not-allowed;
  opacity: 0.6;
}
.autosuggest-form-control[data-v-e0106979] div input::placeholder {
  color: #a0aec0;
}

/* Suggestion Results Container */
.autosuggest-form-control[data-v-e0106979] .autosuggest__results-container {
  position: absolute;
  z-index: 1000;
  width: 100%;
  margin-top: 0.5rem;
  /* Prevent dropdown from being affected by pointer events issues */
  pointer-events: auto;
}
.autosuggest-form-control[data-v-e0106979] .autosuggest__results {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.02);
  max-height: 350px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Section Labels in Suggestions */
.autosuggest-form-control[data-v-e0106979] .autosuggest__results-before {
  padding: 0.75rem 1rem 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
  background: #f7fafc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* Individual Suggestion Items */
.autosuggest-form-control[data-v-e0106979] .autosuggest__results-item {
  padding: 0.875rem 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #2d3748;
  border-left: 3px solid transparent;
  user-select: none; /* Prevent text selection that might interfere with clicking */
}
.autosuggest-form-control[data-v-e0106979] .autosuggest__results-item:hover, .autosuggest-form-control[data-v-e0106979] .autosuggest__results-item--highlighted {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
  border-left-color: #667eea;
}

/* Suggestion Item Content */
.suggestion-item[data-v-e0106979] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: none; /* Allow clicks to pass through to the list item */
}
.suggestion-item i[data-v-e0106979] {
  color: #667eea;
  width: 20px;
  text-align: center;
  font-size: 0.95rem;
}
.suggestion-item span[data-v-e0106979] {
  flex: 1;
  font-size: 0.95rem;
}/* ========================================
   Time Tracker Accordion Container
   ======================================== */
.time-tracker-accordion-content[data-v-d1506c40] {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem 1.5rem;
  padding-bottom: 2rem; /* Extra padding to accommodate dropdown */
  width: 100%;
  overflow: visible; /* Allow dropdown to render outside */
  min-height: 100px; /* Minimum height to prevent collapsing */
}

/* ========================================
   Tracker Container - Horizontal Layout
   ======================================== */
.tracker-container[data-v-d1506c40] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible; /* Allow dropdown to render outside */
}

/* ========================================
   Tracker Sections
   ======================================== */
.tracker-section[data-v-d1506c40] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  overflow: visible; /* Ensure dropdowns can overflow */
}
.section-label[data-v-d1506c40] {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 0.5px;
}

/* Time Display Section */
.time-display[data-v-d1506c40] {
  flex: 0 0 auto;
  min-width: 150px;
}
.time-display[data-v-d1506c40] .d-flex {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 0.75rem;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.time-display[data-v-d1506c40] .b-checkbox {
  font-size: 12px;
}

/* Description Section */
.description-section[data-v-d1506c40] {
  flex: 1 1 300px;
  min-width: 200px;
  max-width: 400px;
  overflow: visible; /* Allow dropdown to render outside */
  z-index: 100; /* Ensure section is above other elements */
}
.description-input[data-v-d1506c40] {
  position: relative; /* Positioning context for dropdown */
}
.description-input[data-v-d1506c40] .autosuggest-form-control {
  width: 100%;
}
.description-input[data-v-d1506c40] input {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 0.5rem 0.75rem !important;
  font-size: 13px;
  height: 34px;
  transition: all 0.2s ease;
}
.description-input[data-v-d1506c40] input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Autosuggest results container - must allow overflow */
.description-input[data-v-d1506c40] .autosuggest__results-container {
  position: relative; /* Default positioning */
}

/* Autosuggest dropdown styling within accordion */
.description-input[data-v-d1506c40] .autosuggest__results {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0.25rem;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  z-index: 999999 !important; /* Extremely high z-index */
  background: white;
  max-height: 300px !important;
}
.description-input[data-v-d1506c40] .autosuggest__results-before {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
}
.description-input[data-v-d1506c40] .autosuggest__results-item {
  padding: 0.5rem 0.75rem;
  font-size: 13px;
  transition: all 0.2s ease;
}
.description-input[data-v-d1506c40] .autosuggest__results-item:hover,
.description-input[data-v-d1506c40] .autosuggest__results-item--highlighted {
  background-color: rgba(102, 126, 234, 0.1) !important;
}
.description-input[data-v-d1506c40] .suggestion-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
}
.description-input[data-v-d1506c40] .suggestion-item i {
  color: #667eea;
  font-size: 12px;
}

/* Project Selector Section */
.project-selector-section[data-v-d1506c40] {
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 400px;
}
.project-selector-section[data-v-d1506c40] .project-selector-input-group {
  display: flex;
  align-items: center;
}
.project-selector-section[data-v-d1506c40] .project-display-input {
  font-size: 13px;
  height: 34px !important;
  line-height: normal;
}
.project-selector-section[data-v-d1506c40] .project-dropdown {
  height: 34px !important;
  display: flex;
  align-items: center;
}
.project-selector-section[data-v-d1506c40] .project-dropdown .btn {
  height: 34px !important;
  line-height: normal;
}
.project-selector-section[data-v-d1506c40] .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.project-selector-section[data-v-d1506c40] .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Control Section */
.control-section[data-v-d1506c40] {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}
.control-button[data-v-d1506c40] {
  padding: 0.5rem 1.25rem;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.2s ease;
  border: none;
  min-width: 100px;
  height: 34px; /* Match input height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-button[data-v-d1506c40]:not(:disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.control-button[data-v-d1506c40]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========================================
   Mobile Responsive Layout
   ======================================== */
@media (max-width: 992px) {
.time-tracker-accordion-content[data-v-d1506c40] {
    padding: 1rem;
}
.tracker-container[data-v-d1506c40] {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
}
.tracker-section[data-v-d1506c40] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none !important;
}
.control-section[data-v-d1506c40] {
    margin-left: 0;
}
.control-button[data-v-d1506c40] {
    width: 100%;
}
}
@media (max-width: 768px) {
.time-tracker-accordion-content[data-v-d1506c40] {
    padding: 0.75rem;
}
.tracker-container[data-v-d1506c40] {
    gap: 0.75rem;
}
.section-label[data-v-d1506c40] {
    font-size: 9px;
}
.description-input[data-v-d1506c40],
  .control-button[data-v-d1506c40],
  .project-selector-section[data-v-d1506c40] .project-display-input,
  .project-selector-section[data-v-d1506c40] .btn-primary {
    font-size: 12px;
}
}/* Component-specific styles */
/* All reusable modern design styles are now in resources/sass/_modern-navigation.scss */
/* ========================================
   Navigation Container
   ======================================== */
.navigation-container[data-v-5b08e022] {
  position: relative;
  overflow: visible; /* Allow dropdowns to render outside */
  /* Container is part of page flow */
  /* Nav and accordion move together as one unit */
}

/* Navbar Collapse Styling */
.navbar-collapse[data-v-5b08e022] {
  flex-grow: 1;
  width: 100%;
}

/* ========================================
   Time Tracker Accordion
   ======================================== */
.time-tracker-accordion[data-v-5b08e022] {
  position: relative; /* Relative within the navigation container */
  width: 100%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* Add top border to create seamless connection with navbar */
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  /* Ensure accordion content appears above navbar gradient */
  z-index: 5;
  /* Overflow will be controlled by transition classes */
  /* When fully expanded, overflow visible allows dropdowns */
}

/* Animation is handled via JavaScript hooks for smooth height transitions */
/* No CSS transition classes needed since :css="false" is set on the transition *//* Global overrides for teleported <b-sidebar> content - Modern Design */
/* Component-specific sidebar styles (using ID selector for teleported content) */
/* All reusable modern design styles are now in resources/sass/_modern-navigation.scss */.admin-toolbelt[data-v-45c67212] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.toolbelt-backdrop[data-v-45c67212] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.toolbelt-trigger[data-v-45c67212] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10000;
}
.toolbelt-trigger[data-v-45c67212]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}
.toolbelt-trigger[data-v-45c67212]:active {
  transform: translateY(0);
}
.toolbelt-trigger.active[data-v-45c67212] {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  box-shadow: 0 6px 20px rgba(118, 75, 162, 0.6);
}
.toolbelt-trigger i[data-v-45c67212] {
  transition: transform 0.3s ease;
}
.toolbelt-menu[data-v-45c67212] {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.tool-button[data-v-45c67212] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(245, 87, 108, 0.4);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-button[data-v-45c67212]:hover {
  transform: translateX(-5px) scale(1.05);
  box-shadow: 0 5px 18px rgba(245, 87, 108, 0.6);
}
.tool-button[data-v-45c67212]:active {
  transform: translateX(-5px) scale(0.98);
}
.tool-button.tool-button-demo[data-v-45c67212] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.4);
}
.tool-button.tool-button-demo[data-v-45c67212]:hover {
  box-shadow: 0 5px 18px rgba(102, 126, 234, 0.6);
}
.slide-up-enter-active[data-v-45c67212],
.slide-up-leave-active[data-v-45c67212] {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.slide-up-enter[data-v-45c67212] {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
}
.slide-up-leave-to[data-v-45c67212] {
  opacity: 0;
  transform: translateY(20px) scale(0.8);
}
@media (max-width: 768px) {
.admin-toolbelt[data-v-45c67212] {
    bottom: 15px;
    right: 15px;
}
.toolbelt-trigger[data-v-45c67212] {
    width: 48px;
    height: 48px;
    font-size: 18px;
}
.tool-button[data-v-45c67212] {
    width: 42px;
    height: 42px;
    font-size: 16px;
}
}.app main.main-content {
  padding-top: 0;
  transform: translateZ(0);
  will-change: transform;
}
.app footer.app-footer {
  background-color: #f5f5f5;
  z-index: 1;
}/* ============================================
   MODERN DATATABLE STYLES
   ============================================ */
.modern-datatable[data-v-574b32b0] {
  width: 100%;
}

/* ============================================
   SEARCH SECTION
   ============================================ */
.datatable-search-section[data-v-574b32b0] {
  margin-bottom: 1.5rem;
}
.search-header[data-v-574b32b0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.search-label-wrapper[data-v-574b32b0] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: #2d3748;
  font-size: 1rem;
}
.search-label-wrapper .search-icon[data-v-574b32b0] {
  color: #667eea;
  font-size: 1.125rem;
}
.search-input-wrapper[data-v-574b32b0] {
  position: relative;
}
.search-input-container[data-v-574b32b0] {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input-icon[data-v-574b32b0] {
  position: absolute;
  left: 1rem;
  color: #718096;
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease;
}
.search-input[data-v-574b32b0] {
  width: 100%;
  padding: 0.875rem 3rem 0.875rem 3rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  color: #2d3748;
}
.search-input[data-v-574b32b0]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
}
.search-input:focus ~ .search-input-icon[data-v-574b32b0] {
  color: #667eea;
}
.search-input[data-v-574b32b0]::placeholder {
  color: #a0aec0;
}
.search-clear-btn[data-v-574b32b0] {
  position: absolute;
  right: 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.search-clear-btn[data-v-574b32b0]:hover:not(:disabled) {
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.search-clear-btn[data-v-574b32b0]:active {
  transform: scale(0.95);
}
.search-clear-btn[data-v-574b32b0]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ============================================
   TABLE WRAPPER & STYLING
   ============================================ */
.datatable-wrapper[data-v-574b32b0] {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.datatable-wrapper[data-v-574b32b0]:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Modern Table Styling */
[data-v-574b32b0] .modern-table {
  margin-bottom: 0;
}
[data-v-574b32b0] .modern-table thead th {
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%) !important;
  color: #2d3748 !important;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 1rem 1.25rem;
  border-bottom: 2px solid #e2e8f0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  position: sticky;
  top: 0;
  z-index: 10;
  white-space: nowrap;
  transition: all 0.3s ease;
}
[data-v-574b32b0] .modern-table thead th:first-child {
  border-radius: 0;
}
[data-v-574b32b0] .modern-table thead th:last-child {
  border-radius: 0;
}
[data-v-574b32b0] .modern-table thead th:hover {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%) !important;
}
[data-v-574b32b0] .modern-table thead > tr > th {
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%) !important;
  color: #2d3748 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
[data-v-574b32b0] .modern-table thead > tr > th:hover {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%) !important;
}
[data-v-574b32b0] .modern-table tbody tr {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
}
[data-v-574b32b0] .modern-table tbody tr:last-child {
  border-bottom: none;
}
[data-v-574b32b0] .modern-table tbody tr:hover {
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.06) 0%, rgba(118, 75, 162, 0.03) 100%);
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
[data-v-574b32b0] .modern-table tbody tr.b-table-row-selected {
  background: linear-gradient(90deg, rgba(102, 126, 234, 0.12) 0%, rgba(118, 75, 162, 0.08) 100%);
}
[data-v-574b32b0] .modern-table tbody tr.b-table-row-selected td {
  border-left: 4px solid #667eea;
}
[data-v-574b32b0] .modern-table tbody tr.b-table-row-selected td:first-child {
  padding-left: calc(1.25rem - 4px);
}
[data-v-574b32b0] .modern-table tbody td {
  padding: 1rem 1.25rem;
  color: #2d3748;
  font-size: 0.925rem;
  vertical-align: middle;
  border: none;
  transition: all 0.3s ease;
}
[data-v-574b32b0] .modern-table .b-table-empty-row td {
  padding: 3rem 2rem;
  text-align: center;
  color: #718096;
  font-size: 1rem;
  font-weight: 500;
}

/* Selection Checkbox Styling */
.selection-checkbox[data-v-574b32b0] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.selection-checkbox i[data-v-574b32b0] {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.selection-checkbox i.fa-check-circle[data-v-574b32b0] {
  color: #667eea;
  animation: checkPop-574b32b0 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.selection-checkbox i.fa-circle[data-v-574b32b0] {
  color: #cbd5e0;
}
tr:hover .selection-checkbox i.fa-circle[data-v-574b32b0] {
  color: #a0aec0;
  transform: scale(1.1);
}
@keyframes checkPop-574b32b0 {
0% {
    transform: scale(0);
    opacity: 0;
}
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
/* Loading State */
.modern-loading-state[data-v-574b32b0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  gap: 1rem;
}
.modern-loading-state .loading-spinner[data-v-574b32b0] {
  font-size: 2.5rem;
  color: #667eea;
}
.modern-loading-state .loading-spinner i[data-v-574b32b0] {
  animation: spin-574b32b0 1s linear infinite;
}
.modern-loading-state .loading-text[data-v-574b32b0] {
  font-size: 1rem;
  font-weight: 600;
  color: #718096;
  letter-spacing: 0.5px;
}
@keyframes spin-574b32b0 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
/* ============================================
   PAGINATION SECTION
   ============================================ */
.datatable-pagination[data-v-574b32b0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.pagination-info[data-v-574b32b0] {
  width: 100%;
  text-align: center;
}
.pagination-text[data-v-574b32b0] {
  font-size: 0.875rem;
  color: #718096;
  font-weight: 500;
}
.pagination-text strong[data-v-574b32b0] {
  color: #667eea;
  font-weight: 700;
}
[data-v-574b32b0] .modern-pagination {
  margin: 0;
}
[data-v-574b32b0] .modern-pagination .page-link {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  color: #2d3748;
  font-weight: 600;
  padding: 0.5rem 0.875rem;
  margin: 0 0.25rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
}
[data-v-574b32b0] .modern-pagination .page-link:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
[data-v-574b32b0] .modern-pagination .page-link:focus {
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
}
[data-v-574b32b0] .modern-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  color: white;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  transform: scale(1.05);
  z-index: 1;
}
[data-v-574b32b0] .modern-pagination .page-item.disabled .page-link {
  background: #f7fafc;
  border-color: #e2e8f0;
  color: #cbd5e0;
  opacity: 0.6;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 767px) {
.search-input[data-v-574b32b0] {
    padding: 0.75rem 2.5rem 0.75rem 2.5rem;
    font-size: 0.875rem;
}
.datatable-wrapper[data-v-574b32b0] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.datatable-wrapper[data-v-574b32b0] .modern-table thead th,
  .datatable-wrapper[data-v-574b32b0] .modern-table tbody td {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
}
.datatable-pagination[data-v-574b32b0] {
    padding: 0.75rem;
}
[data-v-574b32b0] .modern-pagination .page-link {
    padding: 0.4rem 0.65rem;
    font-size: 0.813rem;
    margin: 0 0.125rem;
}
[data-v-574b32b0] .modern-table tbody tr:hover {
    transform: none;
}
}
/* ============================================
   WHEN INSIDE CARDS
   ============================================ */
.card .modern-datatable .datatable-wrapper[data-v-574b32b0] {
  box-shadow: none;
  border: 1px solid #e2e8f0;
}
.card .modern-datatable .datatable-pagination[data-v-574b32b0] {
  box-shadow: none;
  background: transparent;
  border-top: 1px solid #e2e8f0;
  margin-top: 0;
  padding-top: 1.5rem;
}
/* Global styles (not scoped) for better integration */
.table-hover tbody tr:hover td {
  cursor: pointer;
}

/* Ensure table headers always have subtle gradient background */
.modern-table thead th,
.modern-table thead > tr > th {
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%) !important;
  color: #2d3748 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.modern-table thead th:hover,
.modern-table thead > tr > th:hover {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%) !important;
}

/* Fix for sortable headers */
.modern-table thead th[aria-sort],
.modern-table thead th.sorting {
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%) !important;
  color: #2d3748 !important;
}
.modern-table thead th[aria-sort]:hover,
.modern-table thead th.sorting:hover {
  background: linear-gradient(180deg, #e2e8f0 0%, #f8fafc 100%) !important;
}
.du-price-input[data-v-3274a393] {
  margin-bottom: 1.5rem;
}
.price-input-wrapper[data-v-3274a393] {
  position: relative;
}
.price-input-wrapper.is-disabled[data-v-3274a393] {
  opacity: 0.6;
  cursor: not-allowed;
}
.price-input-wrapper.is-disabled .price-input-container[data-v-3274a393] {
  background: #f7fafc;
  cursor: not-allowed;
}
.price-input-wrapper.has-error .price-input-container[data-v-3274a393] {
  border-color: #f56565;
}
.price-input-container[data-v-3274a393] {
  display: flex;
  align-items: stretch;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  transition: all 0.3s ease;
}
.price-input-container[data-v-3274a393]:focus-within {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}
.price-input-container[data-v-3274a393]:hover:not(.is-disabled) {
  border-color: #cbd5e0;
}
.price-value-input[data-v-3274a393] {
  flex: 1;
  border: none !important;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2d3748;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
}
.price-value-input[data-v-3274a393]::placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.price-value-input[data-v-3274a393]:disabled {
  cursor: not-allowed;
  background: transparent;
}
[data-v-3274a393] .price-value-input input {
  border: none !important;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.currency-selector-modern[data-v-3274a393] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
  justify-content: center;
}
.currency-selector-modern[data-v-3274a393]:hover {
  background: linear-gradient(135deg, #5568d3 0%, #663d8b 100%);
}
.currency-selector-modern.is-open .currency-icon[data-v-3274a393] {
  transform: rotate(180deg);
}
.selected-currency[data-v-3274a393] {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.currency-icon[data-v-3274a393] {
  color: white;
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.currency-dropdown-menu[data-v-3274a393] {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 200px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.currency-search[data-v-3274a393] {
  padding: 0.75rem;
  border-bottom: 2px solid #e2e8f0;
}
.currency-search-input[data-v-3274a393] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.currency-search-input[data-v-3274a393]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.currency-search-input[data-v-3274a393]::placeholder {
  color: #a0aec0;
}
.currency-options[data-v-3274a393] {
  overflow-y: auto;
  max-height: 250px;
}
.currency-option[data-v-3274a393] {
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #2d3748;
  font-weight: 500;
}
.currency-option[data-v-3274a393]:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  color: #667eea;
}
.currency-option.is-selected[data-v-3274a393] {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
  color: #667eea;
  font-weight: 700;
  position: relative;
}
.currency-option.is-selected[data-v-3274a393]::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  color: #667eea;
}
.currency-empty[data-v-3274a393] {
  padding: 1.5rem 1rem;
  text-align: center;
  color: #a0aec0;
  font-size: 0.875rem;
}
.currency-dropdown-fade-enter-active[data-v-3274a393],
.currency-dropdown-fade-leave-active[data-v-3274a393] {
  transition: all 0.3s ease;
}
.currency-dropdown-fade-enter[data-v-3274a393],
.currency-dropdown-fade-leave-to[data-v-3274a393] {
  opacity: 0;
  transform: translateY(-10px);
}
.error-message[data-v-3274a393] {
  color: #f56565;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  animation: slideInDown-3274a393 0.3s ease;
}
.hint-message[data-v-3274a393] {
  color: #718096;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
@keyframes slideInDown-3274a393 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 576px) {
.price-input-container[data-v-3274a393] {
    flex-direction: column;
}
.currency-selector-modern[data-v-3274a393] {
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.currency-dropdown-menu[data-v-3274a393] {
    left: 0;
    right: 0;
}
}
.du-dropdown[data-v-f875429b] {
  border-radius: 4px;
}
.du-dropdown[data-v-f875429b] button {
  padding: 6px 12px;
}

.vdp-datepicker {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ced4da;
  background-color: #fff;
  background-clip: padding-box;
}
.vdp-datepicker input {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  border: 0;
  border-radius: 4px;
}.discount-input.input-group .discount-input-value {
  width: 80px;
}
.discount-input.input-group .discount-input-type {
  width: 70px;
}.custom-date[data-v-e3c653c3] {
  display: flex;
  cursor: text;
}
.custom-date input[data-v-e3c653c3] {
  border: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-appearance: textfield;
}
.custom-date input[data-v-e3c653c3]::-webkit-inner-spin-button {
  display: none;
}
.custom-date input[data-v-e3c653c3]:focus {
  outline: none;
}
.custom-date input.input-hour[data-v-e3c653c3] {
  margin-left: 1rem;
}.bg-gradient-primary[data-v-f8f81e61] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.bg-gradient-light[data-v-f8f81e61] {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}
.bg-gradient-glass[data-v-f8f81e61] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
}
.text-gradient-primary[data-v-f8f81e61] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gap-2[data-v-f8f81e61] {
  gap: 0.5rem;
}

/* ========================================
   Accented Header Mode Styles
   ======================================== */
.card-accented[data-v-f8f81e61] {
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.card-header-accented[data-v-f8f81e61] {
  background: white;
  border-radius: 24px 24px 0 0;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.card-header-accented[data-v-f8f81e61]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-hours .card-header-accented[data-v-f8f81e61]::before,
.card-actions .card-header-accented[data-v-f8f81e61]::before {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-upload .card-header-accented[data-v-f8f81e61]::before,
.card-stats .card-header-accented[data-v-f8f81e61]::before {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.card-activity .card-header-accented[data-v-f8f81e61]::before,
.card-sickness .card-header-accented[data-v-f8f81e61]::before {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.card-financial .card-header-accented[data-v-f8f81e61]::before,
.card-expense .card-header-accented[data-v-f8f81e61]::before {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
.card-holiday .card-header-accented[data-v-f8f81e61]::before,
.card-invoice .card-header-accented[data-v-f8f81e61]::before {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.card-header-accented[data-v-f8f81e61]::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.accented-header-content[data-v-f8f81e61] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.accented-header-title-section[data-v-f8f81e61] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}
.accented-header-icon-wrapper[data-v-f8f81e61] {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3), inset 0 -4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.accented-header-icon-wrapper[data-v-f8f81e61]:hover {
  transform: scale(1.05) rotate(-5deg);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}
.card-upload .accented-header-icon-wrapper[data-v-f8f81e61],
.card-stats .accented-header-icon-wrapper[data-v-f8f81e61] {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  box-shadow: 0 8px 24px rgba(250, 112, 154, 0.3), inset 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.card-upload .accented-header-icon-wrapper[data-v-f8f81e61]:hover,
.card-stats .accented-header-icon-wrapper[data-v-f8f81e61]:hover {
  box-shadow: 0 12px 32px rgba(250, 112, 154, 0.4);
}
.card-activity .accented-header-icon-wrapper[data-v-f8f81e61],
.card-sickness .accented-header-icon-wrapper[data-v-f8f81e61] {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 8px 24px rgba(240, 147, 251, 0.3), inset 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.card-activity .accented-header-icon-wrapper[data-v-f8f81e61]:hover,
.card-sickness .accented-header-icon-wrapper[data-v-f8f81e61]:hover {
  box-shadow: 0 12px 32px rgba(240, 147, 251, 0.4);
}
.card-financial .accented-header-icon-wrapper[data-v-f8f81e61],
.card-expense .accented-header-icon-wrapper[data-v-f8f81e61] {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  box-shadow: 0 8px 24px rgba(67, 233, 123, 0.3), inset 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.card-financial .accented-header-icon-wrapper[data-v-f8f81e61]:hover,
.card-expense .accented-header-icon-wrapper[data-v-f8f81e61]:hover {
  box-shadow: 0 12px 32px rgba(67, 233, 123, 0.4);
}
.card-holiday .accented-header-icon-wrapper[data-v-f8f81e61],
.card-invoice .accented-header-icon-wrapper[data-v-f8f81e61] {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 8px 24px rgba(79, 172, 254, 0.3), inset 0 -4px 8px rgba(0, 0, 0, 0.1);
}
.card-holiday .accented-header-icon-wrapper[data-v-f8f81e61]:hover,
.card-invoice .accented-header-icon-wrapper[data-v-f8f81e61]:hover {
  box-shadow: 0 12px 32px rgba(79, 172, 254, 0.4);
}
.accented-header-text[data-v-f8f81e61] {
  flex: 1;
}
.accented-header-title[data-v-f8f81e61] {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}
.accented-header-subtitle[data-v-f8f81e61] {
  font-size: 1rem;
  color: #718096;
  margin: 0.5rem 0 0 0;
  font-weight: 500;
}
.accented-header-actions[data-v-f8f81e61] {
  display: flex;
  gap: 1rem;
}

/* Responsive adjustments for accented header */
@media (max-width: 1600px) {
.accented-header-title-section[data-v-f8f81e61] {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.accented-header-text[data-v-f8f81e61] {
    width: 100%;
}
}
@media (max-width: 991px) {
.accented-header-content[data-v-f8f81e61] {
    flex-direction: column;
    align-items: stretch;
}
.accented-header-actions[data-v-f8f81e61] {
    width: 100%;
}
.accented-header-actions[data-v-f8f81e61] .btn-modern {
    width: 100%;
    justify-content: center;
}
}
@media (max-width: 767px) {
.card-header-accented[data-v-f8f81e61] {
    padding: 1.25rem;
    border-radius: 16px 16px 0 0;
}
.accented-header-icon-wrapper[data-v-f8f81e61] {
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
}
.accented-header-title[data-v-f8f81e61] {
    font-size: 1.1rem;
}
.accented-header-subtitle[data-v-f8f81e61] {
    font-size: 0.9rem;
}
}