
/* Klasy własne z prefixem 'gabito-sidebar-sub-' dla uniknięcia konfliktów z innymi komponentami */
.gabito-sidebar-sub-menu-item[data-v-14651791] {
  position: relative;
  border-radius: 4px;
  margin-bottom: 1px; /* Reduced margin to minimize gaps between items */
}
.gabito-sidebar-sub-menu-toggle[data-v-14651791],
.gabito-sidebar-sub-menu-link[data-v-14651791] {
  display: flex;
  align-items: center;
  padding: 8px 8px; /* Reduced padding to prevent items from being too tall */
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.95em;
}
.gabito-sidebar-sub-menu-toggle[data-v-14651791] {
  justify-content: space-between;
  border: none;
  font-weight: 500;
}
.gabito-sidebar-sub-menu-link[data-v-14651791]:hover,
.gabito-sidebar-sub-menu-toggle[data-v-14651791]:hover {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.gabito-sidebar-sub-menu-link.active[data-v-14651791] {
  color: blue;
  font-weight: bold;
  background-color: #007bff;
}
.gabito-sidebar-sub-submenu[data-v-14651791] {
  list-style: none;
  margin: 2px 0 0 0; /* Reduced top margin to minimize gaps between parent and first child */
  padding-left: calc(20px * var(--level, 1));
}
.gabito-sidebar-sub-toggle-icon[data-v-14651791] {
  font-size: 12px;
  margin-left: 10px;
  color: #666;
}
.gabito-sidebar-sub-no-uri[data-v-14651791] {
  display: flex;
  align-items: center;
  padding: 8px 8px; /* Consistent reduced padding */
  background-color: #e9e9e9;
  border-radius: 4px;
  color: #888;
  font-style: italic;
}

/* Media query dla smartfonów: zwiększ wysokość itemów menu */
@media (max-width: 768px) {
.gabito-sidebar-sub-menu-toggle[data-v-14651791],
  .gabito-sidebar-sub-menu-link[data-v-14651791],
  .gabito-sidebar-sub-no-uri[data-v-14651791] {
    padding: 15px 10px; /* Zwiększony padding dla większej wysokości (touch-friendly) */
    font-size: 1.1em; /* Lekko większy tekst dla czytelności na mobile */
}
}

.sidebar-content[data-v-a7564ade] {
  padding: 20px;
  height: 100%;
  background-color: #f8f9fa;
  z-index: 1000;
}
.sidebar-header[data-v-a7564ade] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
h2[data-v-a7564ade] {
  font-size: 1.2em;
  margin: 0;
  color: #333;
}
ul[data-v-a7564ade] {
  list-style: none;
  padding: 0;
  margin: 0;
}
li[data-v-a7564ade] {
  margin-bottom: 10px;
}
.sidebar-no-modules[data-v-a7564ade] {
  color: #888;
  font-style: italic;
}
.sidebar-logout-button[data-v-a7564ade] {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  margin-top: 30px;
}
.sidebar-logout-button[data-v-a7564ade]:hover {
  background-color: #c82333;
}

.view-all-link[data-v-d4b53338] {
  margin-right: 10px;
  color: #007bff;
  text-decoration: none;
  font-size: 0.9em;
}
.view-all-link[data-v-d4b53338]:hover {
  text-decoration: underline;
}

/* Dodatkowe style dla focus (widoczny outline przy nawigacji klawiaturą) */
.notification-modal[data-v-d4b53338] {
  outline: none;
}
.notification-modal[data-v-d4b53338]:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

/* ==================== CYBERPUNK THEME ==================== */
.gabito-universal-msg-overlay[data-v-5b7d4320] {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 28, 0.94);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: gabito-msg-fade-in-5b7d4320 0.3s ease forwards;
}
.gabito-universal-msg-modal[data-v-5b7d4320] {
  background: #0a0c14;
  border: 2px solid #00f3ff;
  border-radius: 8px;
  width: 90%;
  max-width: 520px;
  box-shadow: 
    0 0 20px #00f3ff,
    0 0 40px rgba(0, 243, 255, 0.5),
    0 25px 70px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #e0f8ff;
  position: relative;
}

/* Neon header */
.gabito-universal-msg-header[data-v-5b7d4320] {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, #11151f, #1a2133);
  border-bottom: 2px solid #00f3ff;
}
.gabito-universal-msg-icon[data-v-5b7d4320] {
  font-size: 32px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px currentColor);
}
.gabito-universal-msg-header h3[data-v-5b7d4320] {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 15px #00f3ff;
}

/* Close button */
.gabito-universal-msg-close[data-v-5b7d4320] {
  margin-left: auto;
  background: transparent;
  color: #ff3366;
  border: 2px solid #ff3366;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-shadow: 0 0 10px #ff3366;
}
.gabito-universal-msg-close[data-v-5b7d4320]:hover {
  background: #ff3366;
  color: white;
  box-shadow: 0 0 25px #ff3366;
  transform: rotate(90deg);
}

/* Body */
.gabito-universal-msg-body[data-v-5b7d4320] {
  padding: 28px 24px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #c0e8ff;
  flex: 1;
}

/* Footer + Button */
.gabito-universal-msg-footer[data-v-5b7d4320] {
  padding: 18px 24px;
  background: linear-gradient(90deg, #11151f, #1a2133);
  border-top: 2px solid #00f3ff;
  display: flex;
  justify-content: flex-end;
}
.gabito-universal-msg-btn[data-v-5b7d4320] {
  padding: 14px 32px;
  background: transparent;
  border: 2px solid #00f3ff;
  color: #00f3ff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.35s ease;
  text-shadow: 0 0 10px #00f3ff;
  position: relative;
  overflow: hidden;
}
.gabito-universal-msg-btn[data-v-5b7d4320]:hover {
  background: #00f3ff;
  color: #0a0c14;
  box-shadow: 
    0 0 25px #00f3ff,
    0 0 45px #00f3ff;
  transform: translateY(-3px);
}

/* === SUCCESS (Neon Green) === */
.gabito-universal-msg-success .gabito-universal-msg-modal[data-v-5b7d4320] {
  border-color: #00ff9f;
  box-shadow: 
    0 0 20px #00ff9f,
    0 0 45px rgba(0, 255, 159, 0.6),
    0 25px 70px rgba(0, 0, 0, 0.7);
}
.gabito-universal-msg-success .gabito-universal-msg-icon[data-v-5b7d4320] { 
  color: #00ff9f;
  filter: drop-shadow(0 0 18px #00ff9f);
}
.gabito-universal-msg-success .gabito-universal-msg-header[data-v-5b7d4320] { 
  border-bottom-color: #00ff9f;
}
.gabito-universal-msg-success .gabito-universal-msg-btn[data-v-5b7d4320] {
  border-color: #00ff9f;
  color: #00ff9f;
  text-shadow: 0 0 12px #00ff9f;
}
.gabito-universal-msg-success .gabito-universal-msg-btn[data-v-5b7d4320]:hover {
  background: #00ff9f;
  color: #0a0c14;
  box-shadow: 0 0 30px #00ff9f;
}

/* === ERROR (Neon Magenta) === */
.gabito-universal-msg-error .gabito-universal-msg-modal[data-v-5b7d4320] {
  border-color: #ff00c1;
  box-shadow: 
    0 0 20px #ff00c1,
    0 0 45px rgba(255, 0, 193, 0.55),
    0 25px 70px rgba(0, 0, 0, 0.7);
}
.gabito-universal-msg-error .gabito-universal-msg-icon[data-v-5b7d4320] { 
  color: #ff00c1;
  filter: drop-shadow(0 0 18px #ff00c1);
}
.gabito-universal-msg-error .gabito-universal-msg-header[data-v-5b7d4320] { 
  border-bottom-color: #ff00c1;
}
.gabito-universal-msg-error .gabito-universal-msg-btn[data-v-5b7d4320] {
  border-color: #ff00c1;
  color: #ff00c1;
  text-shadow: 0 0 12px #ff00c1;
}
.gabito-universal-msg-error .gabito-universal-msg-btn[data-v-5b7d4320]:hover {
  background: #ff00c1;
  color: #0a0c14;
  box-shadow: 0 0 30px #ff00c1;
}

/* Animacja wejścia */
@keyframes gabito-msg-fade-in-5b7d4320 {
from { 
    opacity: 0; 
    transform: scale(0.92);
}
to { 
    opacity: 1; 
    transform: scale(1);
}
}

/* Responsywność */
@media (max-width: 576px) {
.gabito-universal-msg-modal[data-v-5b7d4320] { 
    width: 96%; 
    margin: 0 2%;
}
}
/* ============================================= */
/* src/App.css – KOMPLETNA, POPRAWIONA WERSJA    */
/* ============================================= */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
}

.app-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: visible;
  overscroll-behavior-y: contain;
  overscroll-behavior: contain;
}

/* ============================================= */
/* KALENDARZ – USUWAMY GLOBALNY SCROLLBAR       */
/* Na /dashboard scrollbar zostaje widoczny     */
/* ============================================= */


.calendar-mode,
.calendar-mode body,
.calendar-mode .app-container,
.calendar-mode .main-content {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.calendar-mode {
  height: 100vh;
  overflow: hidden;
}

/* === KLUCZOWE – header fixed + content zaczyna się POD nim === */
.calendar-mode .main-layout {
  margin-top: 60px !important;           /* ← to jest najważniejsze */
  height: calc(100vh - 60px) !important;
  min-height: 0 !important;
}

.calendar-mode .main-content {
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Ochrona dla widoku kalendarza */
.calendar-mode .appointments-dashboard-view {
  height: 100% !important;
}



/* Reszta stylów (bez zmian) */
.header {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  gap: 10px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-left h1 {
  margin: 0;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.header-user-info {
  font-size: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.logout-button {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.logout-button:hover {
  background-color: #c82333;
}

.toggle-sidebar-button,
.dashboard-button,
.notification-button,
.profile-button,
.favorite-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.toggle-sidebar-button:hover,
.dashboard-button:hover,
.notification-button:hover,
.profile-button:hover,
.favorite-button:hover {
  background-color: #218838;
}

.profile-button {
  background-color: rgb(40, 167, 69);
}

.favorite-button {
  background-color: #ffc107;
  color: #212529;
}
.favorite-button.is-favorite {
  background-color: #ffca2c;
  color: #212529;
}

.notification-button .notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ffffff;
  color: #dc3545;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #dc3545;
}

.notification-modal {
  position: fixed;
  top: 60px;
  right: 20px;
  width: 400px;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  overflow-y: auto;
  padding: 20px;
}

.notification-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.notification-modal-header h2 {
  margin: 0;
  font-size: 1.2em;
}
.notification-modal-close {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}
.notification-modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notification-modal-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.notification-modal-item:last-child {
  border-bottom: none;
}
.notification-modal-item.read {
  background-color: #e9ecef;
}
.notification-modal-item button {
  padding: 5px 10px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.notification-modal-item button:hover {
  background: #218838;
}
.notification-modal-item button:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

.main-layout {
  display: flex;
  flex: 0 1 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  min-height: calc(100vh - 60px);
}

.sidebar {
  width: 50vw;
  max-width: 50vw;
  background-color: #f8f9fa;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  transform: translateX(-100%);
}
.sidebar:not(.sidebar-hidden) {
  transform: translateX(0);
}
.sidebar-hidden {
  transform: translateX(-100%);
}

.main-content {
  flex: 1 1 auto;
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  transition: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}
.main-content.no-sidebar {
  margin-left: 0;
  width: 100%;
}

.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  cursor: pointer;
}

.notification-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
}
.error-message {
  position: fixed;
  top: 80px;
  right: 20px;
  padding: 10px 15px;
  background-color: #ffebee;
  color: #c62828;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}

.module-list-container {
  max-width: 100%;
  overflow-x: auto;
}
.module-list-table {
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}
.module-list-table th,
.module-list-table td {
  min-width: 60px;
  max-width: 150px;
  padding: 8px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.module-list-table input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.module-list-table input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.module-list-table .loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.expired-module {
  opacity: 0.6;
  background-color: #f8d7da;
  cursor: not-allowed;
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.user-name::after {
  content: ' | ';
  white-space: pre;
}

/* === DASHBOARD – scrollbar widoczny === */
.dashboard-view,
.dashboard-nav,
.favorites-grid,
.dashboard-notes-notification-container,
.dashboard-notes-tiles,
.note-tile {
  overflow-y: visible !important;
  height: auto !important;
  max-height: none !important;
}

/* Media queries */
@media (max-width: 768px) {
  .header {
    padding: 8px 10px;
  }
  .header-content {
    flex-direction: row;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
    flex-wrap: nowrap;
  }
  .header-left {
    gap: 5px;
    flex-shrink: 1;
  }
  .header-left h1 {
    font-size: 1.2em;
    margin: 0;
  }
  .header-right {
    gap: 5px;
    flex-shrink: 1;
  }
  .header-user-info {
    font-size: 0.85em;
    min-width: 0;
    margin: 0;
  }
  .user-name {
    display: none;
  }
  .unit-number {
    display: inline;
  }
  .header-actions {
    gap: 10px;
    flex-shrink: 0;
  }
  .logout-button {
    display: none;
  }
  .toggle-sidebar-button,
  .dashboard-button,
  .notification-button,
  .profile-button,
  .favorite-button {
    width: 42px;
    height: 42px;
    padding: 6px;
  }
  .sidebar {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
  }
  .sidebar:not(.sidebar-hidden) {
    transform: translateX(0);
  }
  .main-content {
    margin-left: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-content.no-sidebar {
    margin-left: 0;
    width: 100%;
  }
  .module-list-table th,
  .module-list-table td {
    min-width: 50px;
    max-width: 100px;
    padding: 6px;
    font-size: 12px;
  }
  .notification-modal {
    width: 90%;
    right: 5%;
  }
}
@media (max-width: 480px) {
  .header-left h1 {
    font-size: 1.1em;
  }
  .header-user-info {
    font-size: 0.8em;
  }
  .header-actions {
    gap: 5px;
  }
  .logout-button {
    padding: 5px 10px;
    font-size: 0.85em;
  }
}
.loading-message {
  text-align: center;
  padding: 20px;
  color: #666;
}
/* Oryginalne style + minimalne poprawki dla wrappera */
.favorite-order-view[data-v-2c183aa2] {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  min-height: 100%;
}
.favorites-list[data-v-2c183aa2] {
  list-style: none;
  padding: 0;
}
.favorite-item[data-v-2c183aa2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: box-shadow 0.2s;
}
.favorite-item[data-v-2c183aa2]:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.favorite-tile[data-v-2c183aa2] {
  position: relative;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.tile-text[data-v-2c183aa2] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

/* For no icon, center text without overlay */
.favorite-tile[style*="background-color: #f0f0f0"] .tile-text[data-v-2c183aa2] {
  position: static;
  background-color: transparent;
  color: #333;
}
.controls[data-v-2c183aa2] {
  display: flex;
  gap: 10px;
}
button[data-v-2c183aa2] {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}
button[data-v-2c183aa2]:disabled {
  background: #ccc;
}

/* Stan ładowania – spójny ze stylem ClientList */
.loading-state[data-v-2c183aa2] {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 18px;
}

/* === Wszystkie Twoje oryginalne style (bez zmian) === */
.file-preview-overlay[data-v-b581d6e4] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.file-preview-modal[data-v-b581d6e4] {
  background: #fff;
  border-radius: 12px;
  width: 95%;
  max-width: 1200px;
  height: 94vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.file-preview-header[data-v-b581d6e4] {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  min-height: 52px;
  flex-shrink: 0;
}
.file-preview-header h3[data-v-b581d6e4] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
}
.close-btn[data-v-b581d6e4] {
  background: #dc3545;
  color: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.file-preview-content[data-v-b581d6e4] {
  flex: 1;
  overflow: hidden;
  padding: 8px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.image-container[data-v-b581d6e4] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.image-container img[data-v-b581d6e4] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.pdf-viewer[data-v-b581d6e4] {
  width: 100%;
  height: 100% !important;
  border: none;
  border-radius: 4px;
}
.text-viewer[data-v-b581d6e4],
.fallback-view[data-v-b581d6e4] {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
  background: white;
  border-radius: 4px;
  white-space: pre-wrap;
  font-family: monospace;
}
.file-preview-footer[data-v-b581d6e4] {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  gap: 12px;
  flex-shrink: 0;
}
.rotate-controls[data-v-b581d6e4] {
  display: flex;
  gap: 8px;
}
.rotate-controls button[data-v-b581d6e4] {
  padding: 8px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
}
.footer-actions[data-v-b581d6e4] {
  display: flex;
  gap: 12px;
}
.download-btn[data-v-b581d6e4] {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.download-btn[data-v-b581d6e4]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.close-btn-footer[data-v-b581d6e4] {
  background: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media (max-width: 576px) {
.file-preview-modal[data-v-b581d6e4] {
    width: 98%;
    height: 96vh;
}
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit[data-v-7e31779d] {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit[data-v-7e31779d]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close[data-v-7e31779d] {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close[data-v-7e31779d]:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save[data-v-7e31779d] {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;
}
.gabito-btn-save[data-v-7e31779d]:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel[data-v-7e31779d],
.gabito-btn-anuluj[data-v-7e31779d] {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel[data-v-7e31779d]:hover:not(:disabled),
.gabito-btn-anuluj[data-v-7e31779d]:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general[data-v-7e31779d] {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general[data-v-7e31779d]:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej[data-v-7e31779d] {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej[data-v-7e31779d]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj[data-v-7e31779d] {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj[data-v-7e31779d]:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {
.gabito-btn-edit[data-v-7e31779d],
  .gabito-btn-save[data-v-7e31779d],
  .gabito-btn-cancel[data-v-7e31779d],
  .gabito-btn-anuluj[data-v-7e31779d],
  .gabito-btn-edit-general[data-v-7e31779d],
  .gabito-form-btn-dalej[data-v-7e31779d],
  .gabito-form-btn-anuluj[data-v-7e31779d] {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
}
.gabito-btn-close[data-v-7e31779d] {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
}
.universal-file-modal-overlay[data-v-7e31779d] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.universal-file-modal[data-v-7e31779d] {
  background: #fff;
  width: 94vw;
  max-width: 920px;
  height: 92vh;
  border-radius: 12px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-main-content[data-v-7e31779d] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 8px 16px;
  background: #fafafa;
}
/* DROPZONE – BARDZO MAŁY */
.dropzone-area[data-v-7e31779d] {
  padding: 16px 12px;
  text-align: center;
  border: 2px dashed #007bff;
  background: #f8fafc;
  border-radius: 8px;
  margin: 4px 0;
  flex-shrink: 0;
}
.dropzone-area.drag-over[data-v-7e31779d] {
  background: #e0f2fe;
  border-color: #0284c8;
}
.dropzone-area i[data-v-7e31779d] { margin-bottom: 6px;
}
.dropzone-area p[data-v-7e31779d] { font-size: 0.95rem; margin: 4px 0 8px 0;
}
/* LISTA PLIKÓW – MAKSYMALNIE DUŻA */
.files-list[data-v-7e31779d] {
  flex: 1;
  overflow-y: auto;
  padding: 4px;
  background: white;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}
.file-item[data-v-7e31779d] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 10px;
}
.file-item[data-v-7e31779d]:hover { background: #e9ecef;
}
.file-thumb[data-v-7e31779d], .file-icon[data-v-7e31779d] {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
}
.file-info[data-v-7e31779d] { flex: 1; min-width: 0;
}
.file-name[data-v-7e31779d] { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.file-size[data-v-7e31779d] { font-size: 0.9rem; color: #6c757d;
}
.file-actions[data-v-7e31779d] { display: flex; gap: 8px; flex-shrink: 0;
}
.crop-btn[data-v-7e31779d] {
  background: #ffc107;
  color: #212529;
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  cursor: pointer;
}
.remove-btn[data-v-7e31779d] {
  background: #dc3545;
  color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
/* Crop mode */
.crop-mode[data-v-7e31779d] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
.crop-container[data-v-7e31779d] {
  flex: 1;
  border: 2px solid #007bff;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
  margin-bottom: 16px;
}
.crop-image[data-v-7e31779d] { max-width: 100%; max-height: 100%; display: block;
}
.crop-modal-footer[data-v-7e31779d] {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Nagłówek i stopka */
.file-modal-header[data-v-7e31779d] {
  padding: 12px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.file-modal-header h3[data-v-7e31779d] {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
}
.close-btn[data-v-7e31779d] {
  background: #dc3545;
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}
.file-modal-footer[data-v-7e31779d] {
  padding: 12px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-shrink: 0;
}
.upload-progress-container[data-v-7e31779d] {
  padding: 12px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e5e7eb;
}
.upload-progress[data-v-7e31779d] {
  background: #e9ecef;
  border-radius: 9999px;
  height: 32px;
  position: relative;
  overflow: hidden;
}
.progress-bar[data-v-7e31779d] {
  height: 100%;
  background: linear-gradient(90deg, #0066ff, #00bfff, #0066ff);
  background-size: 200% 100%;
  animation: shimmer-7e31779d 2s linear infinite;
  transition: width 0.4s ease;
}
.progress-text[data-v-7e31779d] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0f172a;
  text-shadow: 0 1px 2px white;
  z-index: 2;
}
@keyframes shimmer-7e31779d {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}
/* Responsywność */
@media (max-width: 768px) {
.universal-file-modal[data-v-7e31779d] { width: 96vw; height: 94vh;
}
.modal-main-content[data-v-7e31779d] { padding: 6px 10px;
}
.dropzone-area[data-v-7e31779d] { padding: 12px 10px;
}
}
/* Dodatkowy badge dla kwadratu */
.square-badge[data-v-7e31779d] {
  font-size: 0.85rem;
  background: #10b981;
  color: white;
  padding: 2px 8px;
  border-radius: 9999px;
  margin-left: 8px;
}
/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit[data-v-7abb9538] {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit[data-v-7abb9538]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close[data-v-7abb9538] {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close[data-v-7abb9538]:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save[data-v-7abb9538] {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;
}
.gabito-btn-save[data-v-7abb9538]:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel[data-v-7abb9538],
.gabito-btn-anuluj[data-v-7abb9538] {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel[data-v-7abb9538]:hover:not(:disabled),
.gabito-btn-anuluj[data-v-7abb9538]:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general[data-v-7abb9538] {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general[data-v-7abb9538]:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej[data-v-7abb9538] {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj[data-v-7abb9538] {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {
.gabito-btn-edit[data-v-7abb9538],
  .gabito-btn-save[data-v-7abb9538],
  .gabito-btn-cancel[data-v-7abb9538],
  .gabito-btn-anuluj[data-v-7abb9538],
  .gabito-btn-edit-general[data-v-7abb9538],
  .gabito-form-btn-dalej[data-v-7abb9538],
  .gabito-form-btn-anuluj[data-v-7abb9538] {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
}
.gabito-btn-close[data-v-7abb9538] {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
}
/* src/assets/css/form-buttons.css */
/* Encoding: UTF-8 */
/* Globalne, unikalne style przycisków formularzy */
.gabito-form-actions[data-v-7abb9538] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
  flex-wrap: wrap;
}
.gabito-form-btn[data-v-7abb9538] {
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  min-width: 140px;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px;
}
/* === Kolory standardowe === */
.gabito-form-btn-save[data-v-7abb9538] {
  background-color: #28a745;
  color: #ffffff;
    min-height: 48px;
}
.gabito-form-btn-ok-save[data-v-7abb9538] {
  background-color: #28a745;
  color: #ffffff;
    min-height: 40px;
}
.gabito-form-btn-save[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #218838;
  transform: translateY(-1px);
}
.gabito-form-btn-no-cancel[data-v-7abb9538] {
  background-color: #28a745;
  color: #ffffff;
      height: 40px !important;
}
.gabito-form-btn-yes-cancel[data-v-7abb9538] {
  background-color: #dc3545 !important;
  color: #ffffff !important;
    height: 40px;
}
.gabito-form-btn-cancel[data-v-7abb9538] {
  background-color: #dc3545;
  color: #ffffff;
}
.gabito-form-btn-cancel[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #c82333;
  transform: translateY(-1px);
}
.gabito-form-btn[data-v-7abb9538]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
/* ============================================= */
/* SPECJALNA POPRAWKA DLA MODALU USTAWIEŃ KALENDARZA */
/* ZAWSZE identyczna szerokość + zawsze jeden wiersz */
/* ============================================= */
.modal-footer .gabito-form-btn[data-v-7abb9538],
.calendar-settings-modal .gabito-form-btn[data-v-7abb9538],
.modal-footer .gabito-form-btn-cancel[data-v-7abb9538],
.modal-footer .gabito-form-btn-save[data-v-7abb9538] {
  min-width: 160px !important;
  flex-basis: 160px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  padding: 11px 24px !important;
  font-size: 15px !important;
  min-height: 48px !important;
  height: 40px;
  width: 40px;
}
/* Zawsze jeden wiersz w stopce modalu ustawień */
.modal-footer[data-v-7abb9538] {
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}
/* Delikatne skalowanie na bardzo wąskich ekranach */
@media (max-width: 480px) {
.modal-footer .gabito-form-btn[data-v-7abb9538],
  .calendar-settings-modal .gabito-form-btn[data-v-7abb9538] {
    min-width: 148px !important;
    flex-basis: 148px !important;
    padding: 10px 20px !important;
    font-size: 14.5px !important;
    min-height: 46px !important;
}
}
/* Dodatkowe klasy (na przyszłość) */
.gabito-form-btn-edit[data-v-7abb9538] {
  background-color: #007bff;
  color: #ffffff;
    height: 40px;
}
.gabito-form-btn-edit[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #0056b3;
}
.gabito-form-btn-delete[data-v-7abb9538] {
  background-color: #dc3545;
  color: #ffffff;
}
.gabito-form-btn-delete[data-v-7abb9538]:hover:not(:disabled) {
  background-color: #c82333;
}
/* Responsywność ogólna */
.ai-correction-overlay[data-v-7abb9538] {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.ai-correction-modal[data-v-7abb9538] {
  background: white;
  width: 95%;
  max-width: 1120px;
  max-height: 92vh;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-header[data-v-7abb9538] {
  padding: 14px 24px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.modal-header h3[data-v-7abb9538] { margin: 0; font-size: 1.35rem; color: #333;
}
.header-right-group[data-v-7abb9538] { display: flex; align-items: center; gap: 18px;
}
.history-nav[data-v-7abb9538] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f0f0;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.92rem;
}
.history-btn[data-v-7abb9538] {
  padding: 6px 14px;
  font-size: 0.9rem;
  background: #e9ecef;
  border: 1px solid #adb5bd;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
}
.history-btn[data-v-7abb9538]:hover:not(:disabled) { background: #007bff; color: white; border-color: #007bff;
}
.history-btn[data-v-7abb9538]:disabled { opacity: 0.55; cursor: not-allowed;
}
.version-info[data-v-7abb9538] { font-weight: 600; white-space: nowrap; color: #555;
}
.prompt-selector[data-v-7abb9538] {
  padding: 6px 24px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  gap: 12px;
}
/* === UJEDNOLICONA WYSOKOŚĆ PRZYCISKU (dokładnie jak w NoteForm.vue) === */
.gabito-btn-ai-edit[data-v-7abb9538] {
  height: 42px !important;
  padding: 0 20px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.text-areas[data-v-7abb9538] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 16px 24px;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}
.textarea-group[data-v-7abb9538] {
  display: flex;
  flex-direction: column;
  height: 95%;
}
.form-textarea[data-v-7abb9538] {
  flex: 1;
  resize: vertical;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  min-height: 280px;
  overflow-y: auto;
}
.loading[data-v-7abb9538] {
  padding: 16px;
  text-align: center;
  color: #007bff;
  font-weight: 700;
  flex-shrink: 0;
}
/* === RESPONSIVE – wysokość 40px na mobile (jak w gabito-common-buttons.css) === */
@media (max-width: 768px) {
.gabito-btn-ai-edit[data-v-7abb9538] {
    height: 40px !important;
    font-size: 14px !important;
    padding: 0 16px !important;
}
}
/* File: c:\Gabito_system\gabito_front\src\modules\notes\components\NoteForm.css */
/* Encoding: utf-8 */
/* Ujednolicona wersja + ULEPSZONY ZMIENIAJĄCY SIĘ PASEK POSTĘPU (shimmer animation) */
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1[data-v-3a1f960c],
.notes-info-strong-quadrant-1[data-v-3a1f960c] {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2[data-v-3a1f960c],
.notes-info-strong-quadrant-2[data-v-3a1f960c] {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3[data-v-3a1f960c],
.notes-info-strong-quadrant-3[data-v-3a1f960c] {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4[data-v-3a1f960c],
.notes-info-strong-quadrant-4[data-v-3a1f960c] {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private[data-v-3a1f960c],
.notes-info-strong-visibility-private[data-v-3a1f960c] {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public[data-v-3a1f960c],
.notes-info-strong-visibility-public[data-v-3a1f960c] {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client[data-v-3a1f960c],
.notes-info-strong-visibility-client[data-v-3a1f960c] {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
.note-form[data-v-3a1f960c] {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background: white;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.note-form[data-v-3a1f960c] {
    border-width: 0.5px;
    padding: 10px;
}
}
/* ==================== NOWY ZMIENIAJĄCY SIĘ PASEK POSTĘPU ==================== */
.upload-progress-container[data-v-3a1f960c] {
  margin-bottom: 18px;
}
.upload-progress[data-v-3a1f960c] {
  background: #f1f3f5;
  border-radius: 9999px;
  height: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.06);
}
.progress-bar[data-v-3a1f960c] {
  height: 100%;
  background: linear-gradient(90deg, #0066ff, #00bfff, #0066ff);
  background-size: 200% 100%;
  transition: width 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 9999px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 102, 255, 0.6);
}
/* Efekt shimmer – pasek naprawdę się zmienia i błyszczy */
.progress-bar[data-v-3a1f960c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );
  animation: shimmer-3a1f960c 1.6s linear infinite;
}
@keyframes shimmer-3a1f960c {
0% { transform: translateX(-100%);
}
100% { transform: translateX(350%);
}
}
/* Stan ukończenia */
.progress-bar.complete[data-v-3a1f960c] {
  background: linear-gradient(90deg, #28a745, #34d058);
  box-shadow: 0 0 15px rgba(40, 167, 69, 0.6);
  animation: none;
}
.progress-text[data-v-3a1f960c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13.8px;
  font-weight: 700;
  color: #0f172a;
  text-shadow: 0 1px 2px rgba(255,255,255,0.9);
  z-index: 2;
  width: 100%;
  text-align: center;
  letter-spacing: 0.4px;
}
/* === Pozostałe style (bez zmian) === */
textarea[data-v-3a1f960c] {
  width: 100%;
  min-height: 128px;
  max-height: 650px;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1.58;
  font-size: 15.2px;
  font-family: inherit;
  resize: none;
  overflow-y: auto;
  background-color: #ffffff;
  transition: height 0.12s ease-out;
}
textarea[data-v-3a1f960c]:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
  outline: none;
}
.content-view[data-v-3a1f960c] {
  width: 100%;
  min-height: 110px;
  max-height: 650px;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  white-space: pre-line;
  word-wrap: break-word;
  overflow-y: auto;
  line-height: 1.58;
  font-size: 15.2px;
  background-color: #fafafa;
}
.photos-preview[data-v-3a1f960c] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.photo-preview-container[data-v-3a1f960c] {
  position: relative;
}
.photo-preview[data-v-3a1f960c] {
  width: 150px;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}
.checkbox-label[data-v-3a1f960c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}
/* Modal obrazu i reszta stylów (bez zmian) */
.image-modal-overlay[data-v-3a1f960c] { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 1000;
}
.image-modal-content[data-v-3a1f960c] { background: transparent; position: relative; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.close-btn[data-v-3a1f960c] { position: absolute; top: 20px; right: 20px; font-size: 32px; color: white; cursor: pointer; z-index: 1;
}
.image-wrapper[data-v-3a1f960c] { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; height: calc(100vh - 60px); overflow: hidden;
}
.modal-image[data-v-3a1f960c] { max-width: 100vw; max-height: 100vh; transition: transform 0.3s ease; object-fit: contain;
}
.rotation-controls[data-v-3a1f960c] { position: absolute; bottom: 20px; left: 0; width: 100%; display: flex; justify-content: center; gap: 20px; z-index: 1;
}
.rotation-controls button[data-v-3a1f960c] { padding: 10px 20px; background: rgba(0, 123, 255, 0.8); color: white; border: none; border-radius: 4px; cursor: pointer; font-size: 16px;
}
.rotation-controls button[data-v-3a1f960c]:hover { background: rgba(0, 86, 179, 0.8);
}
.view-mode[data-v-3a1f960c] { max-width: none; width: 100%; margin: 0;
}
.eisenhower-grid[data-v-3a1f960c] { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto 1fr 1fr; gap: 10px; position: relative; max-width: 400px; margin: 0 auto;
}
.axis-label[data-v-3a1f960c] { position: absolute; font-size: 12px; color: #666; font-weight: bold;
}
.axis-top-left[data-v-3a1f960c] { top: -20px; left: 50px;
}
.axis-top-right[data-v-3a1f960c] { top: -20px; right: 50px;
}
.axis-left-top[data-v-3a1f960c] { left: -60px; top: 50px; transform: rotate(-90deg);
}
.axis-left-bottom[data-v-3a1f960c] { left: -60px; bottom: 50px; transform: rotate(-90deg);
}
.quadrant-cell[data-v-3a1f960c] { padding: 12px; border-radius: 8px; font-weight: 600; border: 1px solid #ccc; cursor: pointer; text-align: center; transition: transform 0.2s, box-shadow 0.2s;
}
.quadrant-cell[data-v-3a1f960c]:hover { transform: scale(1.05);
}
.quadrant-cell.active[data-v-3a1f960c] { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transform: scale(1.02); border: 2px solid #000;
}
.visibility-toggle[data-v-3a1f960c] { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 10px; justify-content: center;
}
.visibility-item[data-v-3a1f960c] { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 20px; font-weight: 600; border: 1px solid #ccc; cursor: pointer; transition: background 0.3s, transform 0.2s; width: 130px; text-align: center; box-sizing: border-box;
}
.visibility-item[data-v-3a1f960c]:hover { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.visibility-item.active[data-v-3a1f960c] { transform: scale(1.02); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); border: 2px solid #000;
}
.visibility-item i[data-v-3a1f960c] { font-size: 16px;
}
@media (max-width: 768px) {
.axis-label[data-v-3a1f960c] { display: none;
}
}
.media-panel[data-v-3a1f960c] { background: #f9f9f9; padding: 10px; border-radius: 4px; border: 1px solid #eee; margin-bottom: 20px;
}
/* ============================================= */
/* UNIKATOWE STYLE TYLKO DLA TEGO PRZYCISKU AI */
/* ============================================= */
.visit-history-ai-correction-btn[data-v-3a1f960c] {
  background: linear-gradient(135deg, #6f42c1, #00bfff);
  box-shadow: 0 3px 12px rgba(111, 66, 193, 0.45);
  position: relative;
  overflow: hidden;
  height: 24px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.visit-history-ai-correction-btn[data-v-3a1f960c]:hover:not(:disabled) {
  background: linear-gradient(135deg, #5a32a3, #0099cc);
  box-shadow: 0 5px 18px rgba(111, 66, 193, 0.6);
  transform: translateY(-2px);
}
.visit-history-ai-correction-btn i.fas.fa-magic[data-v-3a1f960c] {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.visit-history-ai-correction-btn:hover i.fas.fa-magic[data-v-3a1f960c] {
  transform: rotate(45deg) scale(1.25);
}
.danger[data-v-3a1f960c] { background: #dc3545; color: white;
}
.attachment-item[data-v-3a1f960c] { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; position: relative;
}
.remove-photo-btn[data-v-3a1f960c] { position: absolute; top: 5px; right: 5px; background: red; color: white; border: none; border-radius: 50%; width: 20px; height: 20px; cursor: pointer;
}
.forced-private-info[data-v-3a1f960c] {
  background: #f8f9fa;
  padding: 14px 16px;
  border-radius: 8px;
  border-left: 5px solid #6c757d;
  color: #495057;
  font-weight: 600;
  margin: 8px 0;
}
.universal-preview-mode[data-v-3a1f960c] {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.content-label-row[data-v-3a1f960c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.content-label-row label[data-v-3a1f960c] {
  margin: 0;
  font-weight: 700;
  color: #111827;
}

.simple-confirmation-overlay[data-v-74db4377] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.simple-confirmation-modal[data-v-74db4377] {
  background: white;
  padding: 24px;
  border-radius: 12px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.simple-confirmation-modal h2[data-v-74db4377] {
  margin: 0 0 12px 0;
  font-size: 1.25rem;
  color: #1f2937;
}
.simple-confirmation-modal p[data-v-74db4377] {
  margin: 0 0 24px 0;
  color: #4b5563;
  line-height: 1.5;
}
.buttons[data-v-74db4377] {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.confirm-btn[data-v-74db4377],
.cancel-btn[data-v-74db4377] {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
}
.confirm-btn[data-v-74db4377] {
  background: #28a745;
  color: white;
}
.confirm-btn[data-v-74db4377]:hover:not(:disabled) {
  background: #218838;
  transform: translateY(-1px);
}
.confirm-btn.danger[data-v-74db4377] {
  background: #dc3545;
}
.confirm-btn.danger[data-v-74db4377]:hover {
  background: #c82333;
}
.cancel-btn[data-v-74db4377] {
  background: #6c757d;
  color: white;
}
.cancel-btn[data-v-74db4377]:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

/* Responsywność */
@media (max-width: 480px) {
.simple-confirmation-modal[data-v-74db4377] {
    padding: 20px;
    max-width: 95%;
}
.buttons[data-v-74db4377] {
    flex-direction: column;
}
.confirm-btn[data-v-74db4377],
  .cancel-btn[data-v-74db4377] {
    width: 100%;
}
}
/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit[data-v-fe2838a4] {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit[data-v-fe2838a4]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close[data-v-fe2838a4] {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close[data-v-fe2838a4]:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save[data-v-fe2838a4] {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;
}
.gabito-btn-save[data-v-fe2838a4]:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel[data-v-fe2838a4],
.gabito-btn-anuluj[data-v-fe2838a4] {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel[data-v-fe2838a4]:hover:not(:disabled),
.gabito-btn-anuluj[data-v-fe2838a4]:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general[data-v-fe2838a4] {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general[data-v-fe2838a4]:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej[data-v-fe2838a4] {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej[data-v-fe2838a4]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj[data-v-fe2838a4] {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj[data-v-fe2838a4]:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {
.gabito-btn-edit[data-v-fe2838a4],
  .gabito-btn-save[data-v-fe2838a4],
  .gabito-btn-cancel[data-v-fe2838a4],
  .gabito-btn-anuluj[data-v-fe2838a4],
  .gabito-btn-edit-general[data-v-fe2838a4],
  .gabito-form-btn-dalej[data-v-fe2838a4],
  .gabito-form-btn-anuluj[data-v-fe2838a4] {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
}
.gabito-btn-close[data-v-fe2838a4] {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
}
/* ==================== GŁÓWNE STYLE ==================== */
.uep-entity-preview[data-v-fe2838a4] {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #f8f9fa;
  z-index: 1200;
  overflow: hidden;
}
.uep-header[data-v-fe2838a4] { height: 72px; background: #fff; border-bottom: 1px solid #e0e0e0; box-shadow: 0 2px 12px rgba(0,0,0,0.08); flex-shrink: 0; z-index: 10;
}
.uep-header-inner[data-v-fe2838a4] { height: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between;
}
.uep-title-with-id[data-v-fe2838a4] { margin: 0; font-size: 1.45rem; font-weight: 700; line-height: 1.3;
}
.uep-entity-subtitle[data-v-fe2838a4] { font-size: 1.15rem; font-weight: 600; color: #2563eb; background: #eff6ff; padding: 4px 11px; border-radius: 6px; margin-left: 12px;
}
.uep-header-actions[data-v-fe2838a4] { display: flex; align-items: center; gap: 10px;
}
.note-source-square[data-v-fe2838a4] { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #007bff; text-decoration: none; border: 1px solid #ddd; border-radius: 6px; cursor: pointer; transition: all 0.2s ease;
}
.note-source-square[data-v-fe2838a4]:hover { background: #f0f0f0; color: #0056b3; border-color: #007bff;
}
.uep-content.client-view-style[data-v-fe2838a4] {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 32px 26px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
/* ==================== BARDZO MOCNY OVERRIDE CHECKBOXÓW W PODGLĄDZIE ==================== */
.client-view-style[data-v-fe2838a4] .permission-checkbox input[type="checkbox"],
.client-view-style[data-v-fe2838a4] input[type="checkbox"] {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid #111827 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  cursor: default !important;
  opacity: 1 !important;
  box-shadow: none !important;
  appearance: none !important;
  margin: 0 !important;
  position: relative;
}
/* Zaznaczony checkbox – mocny niebieski kolor */
.client-view-style[data-v-fe2838a4] .permission-checkbox input[type="checkbox"]:checked,
.client-view-style[data-v-fe2838a4] input[type="checkbox"]:checked {
  background: #007bff !important;
  border-color: #007bff !important;
}
/* Ikona checka – wyraźna biała */
.client-view-style[data-v-fe2838a4] .permission-checkbox input[type="checkbox"]:checked::after,
.client-view-style[data-v-fe2838a4] input[type="checkbox"]:checked::after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  line-height: 1;
}
/* Nawet gdy disabled – nadal pełna widoczność */
.client-view-style[data-v-fe2838a4] .permission-checkbox input[type="checkbox"]:disabled,
.client-view-style[data-v-fe2838a4] input[type="checkbox"]:disabled {
  opacity: 1 !important;
  cursor: default !important;
}
/* Etykiety przy checkboxach – bardzo wyraźne */
.client-view-style[data-v-fe2838a4] .permission-checkbox label,
.client-view-style[data-v-fe2838a4] .checkbox-label {
  font-weight: 700 !important;
  color: #111827 !important;
  font-size: 15.5px !important;
}
/* Responsywność */
@media (max-width: 768px) {
.uep-header[data-v-fe2838a4] { height: 66px;
}
.uep-content.client-view-style[data-v-fe2838a4] { padding: 20px 18px; border-radius: 0;
}
.uep-title-with-id[data-v-fe2838a4] { font-size: 1.32rem;
}
}
/* src/assets/css/audit-modal.css */
/* Wspólne style dla modala audytu/historii zmian – używane w modułach jak notes, clients itp. */

/* // Komentarz: Style dla modala historii zmian (identyczne jak w module 'clients') */
.audit-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.audit-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.audit-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.audit-modal-header h3 {
  margin: 0;
}
.close-button {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.audit-modal-body {
  flex: 1;
  overflow-y: auto;
}
.history-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.history-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}
.card-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.card-title {
  margin: 0;
  font-size: 18px;
  cursor: pointer;
}
.card-content {
  padding-top: 10px;
}
.card-description {
  margin: 0;
  line-height: 1.5;
}
.loading, .no-results {
  text-align: center;
  padding: 20px;
}
.event-created { color: green; }
.event-updated { color: blue; }
.event-deleted { color: red; }
.event-restored { color: orange; }
/* // Komentarz: Dodano style dla listy zmian wewnątrz karty (grupowanie) */
.changes-list {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}
.changes-list li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  line-height: 1.5;
}
.no-changes {
  font-style: b;
  color: #888;
}
/* === OPTYMALIZACJA – nadpisuje stare style z audit-modal.css === */
.audit-modal-overlay[data-v-ef14d4c3] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
}
.audit-modal[data-v-ef14d4c3] {
  background: #fff;
  width: 94vw;
  max-width: 1450px;
  height: 92vh;
  border-radius: 12px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.audit-modal-header[data-v-ef14d4c3] {
  padding: 0px 20px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  flex-shrink: 0;
}
.audit-modal-header h3[data-v-ef14d4c3] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.close-button[data-v-ef14d4c3] {
  background: #dc3545;
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 25%;
  font-size: 22px;
  cursor: pointer;
}
.audit-modal-body[data-v-ef14d4c3] {
  flex: 1;
  overflow-y: auto;
  padding: 0px 0px;
  background: #fafafa;
}
.history-cards[data-v-ef14d4c3] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.history-card[data-v-ef14d4c3] {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
}
.card-header[data-v-ef14d4c3] {
  padding: 0px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.card-title[data-v-ef14d4c3] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.card-content[data-v-ef14d4c3] {
  padding: 16px 18px;
}
.card-description[data-v-ef14d4c3] {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ddd;
  color: #444;
}
.changes-list li[data-v-ef14d4c3] {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f1f1f1;
}
.changes-list li[data-v-ef14d4c3]:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.json-pre[data-v-ef14d4c3] {
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  margin: 10px 0;
  font-family: monospace;
  font-size: 13.5px;
  line-height: 1.45;
  max-height: 420px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-all;
}
.data-section[data-v-ef14d4c3] {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #ccc;
}
.no-results[data-v-ef14d4c3],
.loading[data-v-ef14d4c3],
.no-changes[data-v-ef14d4c3] {
  text-align: center;
  padding: 50px 20px;
  color: #666;
  font-style: italic;
}

/* Responsywność */
/* === MAKSYMALNE ROZCIĄGNIĘCIE .card-content NA MOBILE === */
@media (max-width: 768px) {
.audit-modal[data-v-ef14d4c3] {
    width: 98vw;
    height: 96vh;
}
.audit-modal-body[data-v-ef14d4c3] {
    padding: 12px 10px;
}
.card-content[data-v-ef14d4c3] {
    padding: 12px 6px !important;   /* minimalne boczne marginesy */
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
}
.history-card[data-v-ef14d4c3] {
    margin: 0 2px;                  /* karta prawie na całą szerokość modalu */
}
.changes-list li[data-v-ef14d4c3] {
    word-break: break-word;         /* długie notatki (jak w Twoim przykładzie) nie wychodzą poza ekran */
    overflow-wrap: break-word;
}
.json-pre[data-v-ef14d4c3] {
    font-size: 12.5px;
    padding: 10px 8px;
    max-height: 320px;
}
}

/* === NOWY STYL LINKU DO KARTOTEKI UŻYTKOWNIKA === */
.user-audit-link[data-v-ef14d4c3] {
  color: #007bff;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}
.user-audit-link[data-v-ef14d4c3]:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Responsywność */
@media (max-width: 768px) {
.audit-modal[data-v-ef14d4c3] {
    width: 98vw;
    height: 96vh;
}
}

/* Style identyczne jak wcześniej – możesz zostawić poprzednie */
.universal-admin-modal-overlay[data-v-b26e07c6] { position: fixed; inset: 0; background: rgba(0,0,0,0.65); display: flex; align-items: center; justify-content: center; z-index: 1300;
}
.universal-admin-modal[data-v-b26e07c6] { background: #fff; border-radius: 12px; width: 90%; max-width: 520px; box-shadow: 0 20px 60px rgba(0,0,0,0.35); overflow: hidden;
}
.admin-modal-header[data-v-b26e07c6] { padding: 20px 24px; background: #f8f9fa; border-bottom: 1px solid #e0e0e0; display: flex; justify-content: space-between; align-items: center;
}
.close-button[data-v-b26e07c6] { background: #dc3545; color: white; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 24px; cursor: pointer;
}
.admin-modal-body[data-v-b26e07c6] { padding: 28px 24px; min-height: 180px;
}
.admin-modal-footer[data-v-b26e07c6] { padding: 20px 24px; background: #f8f9fa; border-top: 1px solid #e0e0e0; display: flex; gap: 12px; justify-content: flex-end;
}

.confirm-modal-overlay[data-v-f5cba4e2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.confirm-modal[data-v-f5cba4e2] {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.confirm-modal h3[data-v-f5cba4e2] {
  margin-top: 0;
  color: #333;
}
.confirm-modal p[data-v-f5cba4e2] {
  margin: 16px 0;
  color: #555;
  line-height: 1.5;
}
.checkbox-label[data-v-f5cba4e2] {
  display: block;
  margin: 16px 0;
  font-weight: 500;
  cursor: pointer;
}
.confirm-buttons[data-v-f5cba4e2] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
.btn-confirm[data-v-f5cba4e2] {
  background: #e74c3c;
  color: white;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-confirm[data-v-f5cba4e2]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.btn-cancel[data-v-f5cba4e2] {
  background: #95a5a6;
  color: white;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* File: c:\Gabito_system\gabito_front\src\modules\notes\components\NoteList.css */
/* Encoding: utf-8 */
/* POPRAWIONA WERSJA 2026 – RESPONSIVE AUTO-FILL + media queries */
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1,
.notes-info-strong-quadrant-1 {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2,
.notes-info-strong-quadrant-2 {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3,
.notes-info-strong-quadrant-3 {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4,
.notes-info-strong-quadrant-4 {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private,
.notes-info-strong-visibility-private {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public,
.notes-info-strong-visibility-public {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client,
.notes-info-strong-visibility-client {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
/* === GRID LISTY NOTATEK – NAPRAWIONY (auto-fill) === */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(var(--cards-per-row, auto-fill), minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
/* ==================== IKONY W NAGŁÓWKU KAFELKA (wszystkie w jednym rzędzie) ==================== */
.note-header-content {
  width: 100%;
}
.note-badges {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  align-items: center;
  flex-wrap: wrap;
}
/* Badge ćwiartki + widoczności */
.quadrant-badge,
.visibility-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: transform 0.15s ease;
}
.quadrant-badge:hover,
.visibility-badge:hover {
  transform: scale(1.1);
}
.visibility-badge {
  width: 28px;
}
.visibility-badge i {
  font-size: 14px;
}
/* === IKONY MULTIMEDIÓW – teraz w tym samym rzędzie co ćwiartka, widoczność i źródło === */
.media-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 15px;
  color: #007bff;
  background: #e3f2fd;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.15s ease;
  cursor: default;
}
.media-icon:hover {
  background: #bbdefb;
  transform: scale(1.08);
  box-shadow: 0 2px 5px rgba(0,123,255,0.3);
}
/* Ikona linku do źródła notatki */
.note-source-square {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 4px;
}
.note-source-square:hover {
  background: #f0f0f0;
  color: #0056b3;
  border-color: #007bff;
  transform: scale(1.05);
}
/* === WSZYSTKIE POZOSTAŁE STYLE (bez żadnych zmian) === */
.filters-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eisenhower-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  min-width: 400px;
}
.visibility-filters,
.active-filters-container {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
.filter-label {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-label input {
  margin-right: 8px;
}
.active-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
}
.active-filter-label:hover {
  background: #e9ecef;
}
.active-filter-label input {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #007bff;
}
.dropdown-left {
  right: auto;
  left: 0;
}
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.confirm-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}
.confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.btn-confirm {
  background: #dc3545;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-cancel {
  background: #6c757d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.inactive-note {
  opacity: 0.7;
  background-color: #f0f0f0;
}
.color-squares {
  display: flex;
  gap: 5px;
  align-items: center;
}
.color-square {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}
.search-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.filter-group {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 170px;
}
.namespace-filter.filter-group select {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search {
  position: relative;
  flex: 1;
  min-width: 220px;
}
.input-with-search input {
  width: 100%;
  padding: 6px 12px;
  padding-right: 46px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search input:focus {
  border-color: #007bff;
  outline: none;
}
.date-range-filters {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.date-range-filters .filter-group {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.date-range-filters label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 600;
}
.gabito-common-list-date-input {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  transition: border-color 0.2s;
}
.gabito-common-list-date-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}
.return-close-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #6c757d;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.2s ease;
}
.return-close-btn:hover {
  color: #dc3545;
  background: #f8f9fa;
}
.return-close-btn:active {
  transform: scale(0.95);
}
.actions-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.action-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  transition: all 0.2s ease;
}
.action-btn:hover {
  background: #f8f9fa;
  color: #333;
}
.action-btn.has-changes {
  color: #dc3545;
}
.content-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  word-break: break-word;
}
/* ==================== NOWE MEDIA QUERIES DLA RESPONSIVE GRID ==================== */
@media (max-width: 768px) {
.notes-grid {
    gap: 15px;
}
.eisenhower-filters {
    min-width: 340px;
}
}
@media (max-width: 480px) {
.notes-grid {
    gap: 12px;
}
.filter-label {
    font-size: 13.5px;
    padding: 9px 12px;
}
.date-range-filters {
    flex-direction: column;
    gap: 10px;
}
}
@media (max-width: 768px) {
.search-section {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.filter-group,
  .input-with-search {
    min-width: 0;
}
.input-with-search input {
    font-size: 15px;
}
.gabito-common-clear-filters-btn-v1 {
    width: 38px;
    height: 38px;
    font-size: 18px;
}
.return-close-btn {
    width: 38px;
    height: 38px;
    font-size: 24px;
}
.date-range-filters {
    flex-direction: column;
    align-items: stretch;
}
}
/* c:\Gabito_system\gabito_front\src\assets\css\action-buttons.css */

/* Ogólne style dla przycisków akcji (dropdown i standalone) - spójne z modułami jak users/buttons/lead-sources */

/* Kontener dla przycisków akcji (np. w nagłówku karty) */
.actions-wrapper[data-v-dbc75bac] {
  position: relative;
  overflow: visible; /* DODANO: Aby dropdown mógł wychodzić poza rodzica bez obcinania */
}

/* Przycisk główny menu akcji (ellipsis) */
.action-btn[data-v-dbc75bac] {
  background: #e9ecef;
  border: none;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  color: #666;
  transition: background 0.3s, border 0.3s;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
	height: 40px;
	width: 40px;
}

/* NOWE: Dodatkowy styl dla ikon wewnątrz .action-btn (obsługa Font Awesome) */
.action-btn i[data-v-dbc75bac] {
  font-size: 16px; /* Spójny rozmiar z tekstem ellipsis */
  color: inherit; /* Dziedziczy kolor z .action-btn */
  transition: color 0.3s; /* Płynna zmiana na hover */
}
.action-btn:hover:not(:disabled) i[data-v-dbc75bac] {
  color: #007bff; /* Niebieski na hover dla ikony */
}
.action-btn[data-v-dbc75bac]:hover:not(:disabled) {
  background: #dee2e6;
}

/* UJEDNOLICONY STYL: Sygnalizacja historii zmian (przeniesiony z modułów clients/lead-sources) */
.action-btn.has-changes[data-v-dbc75bac] {
  border: 2px solid #FFD700;
  background-color: #ffed4e;
  color: #000000;
  font-weight: 700;
}
.action-btn.has-changes[data-v-dbc75bac]:hover {
  background-color: #f0d500;
}
.action-btn[data-v-dbc75bac]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Dropdown menu akcji */
.action-dropdown[data-v-dbc75bac] {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 1001;
  min-width: 140px;
  margin-top: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-item[data-v-dbc75bac] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
  transition: background 0.3s;
  border-bottom: 1px solid #f8f9fa;
  font-weight: 700;
}
.dropdown-item[data-v-dbc75bac]:hover {
  background: #f8f9fa;
}
.dropdown-item[data-v-dbc75bac]:last-child {
  border-bottom: none;
}
.dropdown-item.danger[data-v-dbc75bac] {
  color: #dc3545;
}
.dropdown-item.danger[data-v-dbc75bac]:hover {
  background: #f8d7da;
}
.dropdown-item i[data-v-dbc75bac] {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

/* Specyficzne style dla typów akcji */

/* 'add' i 'create' - zielony */
.btn-add[data-v-dbc75bac],
.btn-create[data-v-dbc75bac],
.add-btn[data-v-dbc75bac] {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-add[data-v-dbc75bac]:hover,
.btn-create[data-v-dbc75bac]:hover,
.add-btn[data-v-dbc75bac]:hover:not(:disabled) {
  background: #218838;
  transform: translateY(-1px);
}

/* 'edit' i 'view' - niebieski */
.btn-edit[data-v-dbc75bac],
.btn-view[data-v-dbc75bac] {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-edit[data-v-dbc75bac]:hover,
.btn-view[data-v-dbc75bac]:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

/* 'delete' - czerwony */
.btn-delete[data-v-dbc75bac] {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-delete[data-v-dbc75bac]:hover {
  background: #c82333;
  transform: translateY(-1px);
}

/* 'permission' - szary */
.btn-permission[data-v-dbc75bac] {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-permission[data-v-dbc75bac]:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

/* 'raport' i 'generate' - pomarańczowy */
.btn-raport[data-v-dbc75bac],
.btn-generate[data-v-dbc75bac] {
  background: #fd7e14;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-raport[data-v-dbc75bac]:hover,
.btn-generate[data-v-dbc75bac]:hover {
  background: #e86209;
  transform: translateY(-1px);
}

/* 'history' - fioletowy */
.btn-history[data-v-dbc75bac] {
  background: #6f42c1;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.btn-history[data-v-dbc75bac]:hover {
  background: #5a32a3;
  transform: translateY(-1px);
}

/* Ogólne style dla wszystkich przycisków akcji (disabled, responsywność) */
.btn-action[data-v-dbc75bac]:disabled,
.clear-btn[data-v-dbc75bac] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.clear-btn[data-v-dbc75bac] {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.clear-btn[data-v-dbc75bac]:hover:not(:disabled) {
  background: #5a6268;
  transform: translateY(-1px);
}
.action-dropdown.dropdown-left[data-v-dbc75bac] {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

/* Responsywność - mniejsze przyciski na mobile */
@media (max-width: 768px) {
.action-btn[data-v-dbc75bac] {
    width: 32px;
    height: 32px;
    font-size: 14px;
}

  /* NOWE: Responsywność dla ikon w .action-btn */
.action-btn i[data-v-dbc75bac] {
    font-size: 14px;
}
.dropdown-item[data-v-dbc75bac] {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
}
.btn-add[data-v-dbc75bac],
  .btn-edit[data-v-dbc75bac],
  .btn-delete[data-v-dbc75bac],
  .btn-permission[data-v-dbc75bac],
  .btn-raport[data-v-dbc75bac],
  .btn-generate[data-v-dbc75bac],
  .btn-create[data-v-dbc75bac],
  .btn-view[data-v-dbc75bac],
  .btn-history[data-v-dbc75bac],
  .add-btn[data-v-dbc75bac],
  .clear-btn[data-v-dbc75bac] {
    padding: 10px 16px;
    font-size: 14px;
}
.action-dropdown[data-v-dbc75bac] {
    right: auto;
    left: 0;
    transform: none;
    width: fit-content;
    min-width: 120px;
    max-width: calc(100vw - 24px);
}
.action-dropdown.dropdown-left[data-v-dbc75bac] {
    right: 0;
    left: auto;
    transform: none;
}
}
.universal-action-menu[data-v-dbc75bac] {
  position: relative;
  display: inline-block;
}
.action-dropdown[data-v-dbc75bac] {
  z-index: 1001;
}
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1[data-v-9acc6796],
.notes-info-strong-quadrant-1[data-v-9acc6796] {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2[data-v-9acc6796],
.notes-info-strong-quadrant-2[data-v-9acc6796] {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3[data-v-9acc6796],
.notes-info-strong-quadrant-3[data-v-9acc6796] {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4[data-v-9acc6796],
.notes-info-strong-quadrant-4[data-v-9acc6796] {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private[data-v-9acc6796],
.notes-info-strong-visibility-private[data-v-9acc6796] {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public[data-v-9acc6796],
.notes-info-strong-visibility-public[data-v-9acc6796] {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client[data-v-9acc6796],
.notes-info-strong-visibility-client[data-v-9acc6796] {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
.universal-sticky-notes[data-v-9acc6796] {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid #e0e0e0;
}
.notes-header[data-v-9acc6796] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.notes-header h3[data-v-9acc6796] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.header-actions[data-v-9acc6796] {
  display: flex;
  gap: 12px;
}
.refresh-btn[data-v-9acc6796] {
  background: #6c757d;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease;
}
.refresh-btn[data-v-9acc6796]:hover {
  background: #5a6268;
}
.add-note-btn[data-v-9acc6796] {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  height: 40px;
}
.add-note-btn[data-v-9acc6796]:hover {
  background: #0056b3;
  transform: translateY(-1px);
}
.sticky-grid[data-v-9acc6796] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.sticky-note[data-v-9acc6796] {
  border: 2px solid #2c3e50;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 4px 4px 12px rgba(0,0,0,0.15);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sticky-note[data-v-9acc6796]:hover {
  transform: scale(1.04) rotate(1deg);
  box-shadow: 8px 8px 20px rgba(0,0,0,0.2);
}
.note-content[data-v-9acc6796] {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}
.note-meta[data-v-9acc6796] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: inherit;
  opacity: 0.9;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed currentColor;
}
.loading-state[data-v-9acc6796],
.no-notes[data-v-9acc6796],
.error-state[data-v-9acc6796] {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-style: italic;
}
.error-state[data-v-9acc6796] {
  color: #dc3545;
}
/* src/assets/css/shared-card-styles.css */
/* Encoding: UTF-8 */
/* Shared styles for entity cards across modules */
/* === POPRAWIONA WERSJA Z WSPARCIEM DLA uniform-height === */
.shared-card[data-v-cfe3ce75] {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;

  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
}
.shared-card[data-v-cfe3ce75]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}
.shared-card.menu-open[data-v-cfe3ce75] {
  z-index: 10;
}
.shared-card.inactive[data-v-cfe3ce75] {
  background: #fff5f5;
  border-color: #f8d7da;
}
.shared-card.inactive[data-v-cfe3ce75]:hover {
  background: #fff0f0;
}
.shared-card-header[data-v-cfe3ce75] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.shared-card-title[data-v-cfe3ce75] {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}
.shared-card-content[data-v-cfe3ce75] {
  padding: 20px;
  flex: 0 1 auto !important;
  min-height: 0;
}
.shared-card-description[data-v-cfe3ce75] {
  margin: 0 0 0;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
.shared-card-description strong[data-v-cfe3ce75] {
  font-weight: 700;
  color: #000000;
}
.shared-card-meta[data-v-cfe3ce75] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.shared-card-meta-item[data-v-cfe3ce75] {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.shared-card-meta-item i[data-v-cfe3ce75] {
  color: #007bff;
}
/* ==================== NOWE: UNIFORM HEIGHT (fix dla notatek i wszystkich modułów) ==================== */
.shared-card.uniform-height[data-v-cfe3ce75] {
  height: 100% !important;
  align-self: stretch !important;
  min-height: 0 !important;
}
.shared-card.uniform-height .shared-card-content[data-v-cfe3ce75] {
  flex: 1 1 auto !important; /* treść się rozciąga równo */
}
.shared-card.uniform-height .footer-wrapper[data-v-cfe3ce75] {
  flex-shrink: 0;
  margin-top: auto;
}
/* Responsiveness */
@media (max-width: 768px) {
.shared-card-header[data-v-cfe3ce75],
  .shared-card-content[data-v-cfe3ce75] {
    padding: 16px;
}
.shared-card-title[data-v-cfe3ce75] {
    font-size: 16px;
}
}
@media (max-width: 480px) {
.shared-card-header[data-v-cfe3ce75],
  .shared-card-content[data-v-cfe3ce75] {
    padding: 12px;
}
}
.header-right[data-v-cfe3ce75] {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.card-avatar[data-v-cfe3ce75] {
  width: 70px;
  height: 70px;
  border-radius: 15%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-right: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.header-left[data-v-cfe3ce75] {
  min-width: 0 !important;
  flex: 1 1 auto;
  width: 100%;
}
.header-left h3[data-v-cfe3ce75],
.header-left .shared-card-title[data-v-cfe3ce75],
.header-left .card-title[data-v-cfe3ce75],
.header-left .file-name[data-v-cfe3ce75] {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.38;
  margin-bottom: 6px;
}
/* File: c:\Gabito_system\gabito_front\src\modules\notes\components\NoteList.css */
/* Encoding: utf-8 */
/* POPRAWIONA WERSJA 2026 – RESPONSIVE AUTO-FILL + media queries */
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1,
.notes-info-strong-quadrant-1 {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2,
.notes-info-strong-quadrant-2 {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3,
.notes-info-strong-quadrant-3 {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4,
.notes-info-strong-quadrant-4 {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private,
.notes-info-strong-visibility-private {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public,
.notes-info-strong-visibility-public {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client,
.notes-info-strong-visibility-client {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
/* === GRID LISTY NOTATEK – NAPRAWIONY (auto-fill) === */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(var(--cards-per-row, auto-fill), minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
/* ==================== IKONY W NAGŁÓWKU KAFELKA (wszystkie w jednym rzędzie) ==================== */
.note-header-content {
  width: 100%;
}
.note-badges {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  align-items: center;
  flex-wrap: wrap;
}
/* Badge ćwiartki + widoczności */
.quadrant-badge,
.visibility-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: transform 0.15s ease;
}
.quadrant-badge:hover,
.visibility-badge:hover {
  transform: scale(1.1);
}
.visibility-badge {
  width: 28px;
}
.visibility-badge i {
  font-size: 14px;
}
/* === IKONY MULTIMEDIÓW – teraz w tym samym rzędzie co ćwiartka, widoczność i źródło === */
.media-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 15px;
  color: #007bff;
  background: #e3f2fd;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.15s ease;
  cursor: default;
}
.media-icon:hover {
  background: #bbdefb;
  transform: scale(1.08);
  box-shadow: 0 2px 5px rgba(0,123,255,0.3);
}
/* Ikona linku do źródła notatki */
.note-source-square {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 4px;
}
.note-source-square:hover {
  background: #f0f0f0;
  color: #0056b3;
  border-color: #007bff;
  transform: scale(1.05);
}
/* === WSZYSTKIE POZOSTAŁE STYLE (bez żadnych zmian) === */
.filters-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eisenhower-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  min-width: 400px;
}
.visibility-filters,
.active-filters-container {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
.filter-label {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-label input {
  margin-right: 8px;
}
.active-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
}
.active-filter-label:hover {
  background: #e9ecef;
}
.active-filter-label input {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #007bff;
}
.dropdown-left {
  right: auto;
  left: 0;
}
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.confirm-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}
.confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.btn-confirm {
  background: #dc3545;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-cancel {
  background: #6c757d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.inactive-note {
  opacity: 0.7;
  background-color: #f0f0f0;
}
.color-squares {
  display: flex;
  gap: 5px;
  align-items: center;
}
.color-square {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}
.search-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.filter-group {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 170px;
}
.namespace-filter.filter-group select {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search {
  position: relative;
  flex: 1;
  min-width: 220px;
}
.input-with-search input {
  width: 100%;
  padding: 6px 12px;
  padding-right: 46px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search input:focus {
  border-color: #007bff;
  outline: none;
}
.date-range-filters {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.date-range-filters .filter-group {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.date-range-filters label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 600;
}
.gabito-common-list-date-input {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  transition: border-color 0.2s;
}
.gabito-common-list-date-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}
.return-close-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #6c757d;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.2s ease;
}
.return-close-btn:hover {
  color: #dc3545;
  background: #f8f9fa;
}
.return-close-btn:active {
  transform: scale(0.95);
}
.actions-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.action-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  transition: all 0.2s ease;
}
.action-btn:hover {
  background: #f8f9fa;
  color: #333;
}
.action-btn.has-changes {
  color: #dc3545;
}
.content-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  word-break: break-word;
}
/* ==================== NOWE MEDIA QUERIES DLA RESPONSIVE GRID ==================== */
@media (max-width: 768px) {
.notes-grid {
    gap: 15px;
}
.eisenhower-filters {
    min-width: 340px;
}
}
@media (max-width: 480px) {
.notes-grid {
    gap: 12px;
}
.filter-label {
    font-size: 13.5px;
    padding: 9px 12px;
}
.date-range-filters {
    flex-direction: column;
    gap: 10px;
}
}
@media (max-width: 768px) {
.search-section {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.filter-group,
  .input-with-search {
    min-width: 0;
}
.input-with-search input {
    font-size: 15px;
}
.gabito-common-clear-filters-btn-v1 {
    width: 38px;
    height: 38px;
    font-size: 18px;
}
.return-close-btn {
    width: 38px;
    height: 38px;
    font-size: 24px;
}
.date-range-filters {
    flex-direction: column;
    align-items: stretch;
}
}
/* src/assets/css/gabito-common-action-buttons-v1.css */
/* Encoding: UTF-8 */
/* Uniwersalne przyciski + uniwersalny nagłówek list (clients, visit-history, lead-sources itp.) */
.gabito-common-add-btn-v1[data-v-5b4f0b8e],
.gabito-common-clear-filters-btn-v1[data-v-5b4f0b8e],
.gabito-common-search-btn-v1[data-v-5b4f0b8e] {
  height: 42px !important;
  min-height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  font-size: 16.5px !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
/* === UNIWERSALNY NAGŁÓWEK LISTY (przeniesiony i uogólniony) === */
.gabito-common-list-container[data-v-5b4f0b8e] {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.gabito-common-top-header[data-v-5b4f0b8e] {
  width: 100%;
  margin: 0 -10px 30px -10px;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}
.gabito-common-top-inner[data-v-5b4f0b8e] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.gabito-common-title-row-1[data-v-5b4f0b8e] {
  order: 1;
  flex: 0 1 auto;
}
.gabito-common-title-row-2[data-v-5b4f0b8e] {
  order: 2;
  flex: 1 1 auto;
  min-width: 240px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.gabito-common-title-row-3[data-v-5b4f0b8e] {
  order: 3;
  flex: 0 1 auto;
  margin-left: auto;
}
.gabito-common-title-with-select[data-v-5b4f0b8e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 20px;
  flex-wrap: nowrap;
}
.gabito-common-title-actions[data-v-5b4f0b8e] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 100%;
}
.gabito-common-list-error-message[data-v-5b4f0b8e] {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}
/* Controls & Search */
.gabito-common-controls-section[data-v-5b4f0b8e],
.gabito-common-search-section[data-v-5b4f0b8e] {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.gabito-common-search-section[data-v-5b4f0b8e] {
  width: 100%;
}
.gabito-common-search-wrapper[data-v-5b4f0b8e] {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.gabito-common-search-wrapper input[data-v-5b4f0b8e] {
  width: 100%;
  padding: 12px 16px;
  padding-right: 46px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.gabito-common-search-wrapper input[data-v-5b4f0b8e]:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}
.gabito-common-list-select-control[data-v-5b4f0b8e] {
  min-width: 260px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.gabito-common-list-select-control[data-v-5b4f0b8e]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.gabito-common-checkbox-filters-container[data-v-5b4f0b8e] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gabito-common-filter-label[data-v-5b4f0b8e],
.gabito-common-filter-label.active-filter-label[data-v-5b4f0b8e] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600;
}
.gabito-common-filter-label[data-v-5b4f0b8e]:hover,
.gabito-common-filter-label.active-filter-label[data-v-5b4f0b8e]:hover {
  background: #e9ecef;
}
.gabito-common-filters-container[data-v-5b4f0b8e] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  opacity: 1;
  justify-content: space-around;
}
.gabito-common-filters-container.collapsed[data-v-5b4f0b8e] {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
/* PRZYCISK FILTRÓW – ZAWSZE NIEBIESKI */
.gabito-common-filters-toggle[data-v-5b4f0b8e] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.gabito-common-filters-toggle[data-v-5b4f0b8e]:hover {
  background: #0056b3;
}
/* Responsywność całego nagłówka */
@media (max-width: 768px) {
.gabito-common-top-inner[data-v-5b4f0b8e] {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}
.gabito-common-title-row-1[data-v-5b4f0b8e],
  .gabito-common-title-row-2[data-v-5b4f0b8e],
  .gabito-common-title-row-3[data-v-5b4f0b8e] {
    order: initial;
    flex: 1 1 50%;
    margin: 0;
    justify-content: center !important;
    text-align: center !important;
}
.gabito-common-title-row-3[data-v-5b4f0b8e] {
    margin-left: 0;
    justify-content: flex-end;
}
.gabito-common-title-with-select[data-v-5b4f0b8e] {
    margin: 0;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    justify-content: left;
}
.gabito-common-title-actions[data-v-5b4f0b8e] {
    width: 100%;
    justify-content: flex-end;
}
.gabito-common-filters-container[data-v-5b4f0b8e],
  .gabito-common-search-section[data-v-5b4f0b8e] {
    flex-direction: column;
    width: 100%;
}
.gabito-common-search-wrapper[data-v-5b4f0b8e] {
    min-width: 100%;
}
}
/* === PRZYCISKI (istniejące + nowe) === */
.gabito-common-add-btn-v1[data-v-5b4f0b8e] {
  background: #28a745 !important;
  color: white !important;
  font-size: 21px !important;
}
.gabito-common-add-btn-v1[data-v-5b4f0b8e]:hover {
  background: #218838 !important;
  transform: translateY(-1px) !important;
}
.gabito-common-clear-filters-btn-v1[data-v-5b4f0b8e] {
  background-color: #dc3545 !important;
  color: white !important;
}
.gabito-common-clear-filters-btn-v1[data-v-5b4f0b8e]:hover {
  background-color: #5a6268 !important;
}
.gabito-common-clear-filters-btn-v1.active-filters[data-v-5b4f0b8e] {
  background-color: #dc3545 !important;
}
.gabito-common-search-btn-v1[data-v-5b4f0b8e] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}
.gabito-common-search-btn-v1[data-v-5b4f0b8e]:hover {
  background-color: #0056b3;
}
/* Responsywność mobile */
@media (max-width: 768px) {
.gabito-common-add-btn-v1[data-v-5b4f0b8e],
  .gabito-common-clear-filters-btn-v1[data-v-5b4f0b8e],
  .gabito-common-filters-toggle[data-v-5b4f0b8e] {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
}
}
.gabito-common-admin-tools-btn-v1[data-v-5b4f0b8e] {
  height: 42px !important;
  min-height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  font-size: 16.5px !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #6f42c1 !important;
  color: white !important;
}
.gabito-common-admin-tools-btn-v1[data-v-5b4f0b8e]:hover {
  background: #5a32a3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(111, 66, 193, 0.4);
}
/* Responsywność mobile */
@media (max-width: 768px) {
.gabito-common-admin-tools-btn-v1[data-v-5b4f0b8e] {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
}
}
/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit[data-v-5b4f0b8e] {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit[data-v-5b4f0b8e]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close[data-v-5b4f0b8e] {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close[data-v-5b4f0b8e]:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save[data-v-5b4f0b8e] {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;
}
.gabito-btn-save[data-v-5b4f0b8e]:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel[data-v-5b4f0b8e],
.gabito-btn-anuluj[data-v-5b4f0b8e] {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel[data-v-5b4f0b8e]:hover:not(:disabled),
.gabito-btn-anuluj[data-v-5b4f0b8e]:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general[data-v-5b4f0b8e] {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general[data-v-5b4f0b8e]:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej[data-v-5b4f0b8e] {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej[data-v-5b4f0b8e]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj[data-v-5b4f0b8e] {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj[data-v-5b4f0b8e]:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {
.gabito-btn-edit[data-v-5b4f0b8e],
  .gabito-btn-save[data-v-5b4f0b8e],
  .gabito-btn-cancel[data-v-5b4f0b8e],
  .gabito-btn-anuluj[data-v-5b4f0b8e],
  .gabito-btn-edit-general[data-v-5b4f0b8e],
  .gabito-form-btn-dalej[data-v-5b4f0b8e],
  .gabito-form-btn-anuluj[data-v-5b4f0b8e] {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
}
.gabito-btn-close[data-v-5b4f0b8e] {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
}

.operations-section[data-v-505dbe92] {
  margin-bottom: 20px;
}
.clear-filters-wrapper[data-v-505dbe92] {
  margin-bottom: 12px;
  text-align: left;
}
.clear-text[data-v-505dbe92] {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
}
.search-container[data-v-505dbe92] {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.search-input[data-v-505dbe92] {
  width: 100%;
  padding: 12px 16px;
  padding-right: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
}
/* File: c:\Gabito_system\gabito_front\src\modules\notes\components\NoteList.css */
/* Encoding: utf-8 */
/* POPRAWIONA WERSJA 2026 – RESPONSIVE AUTO-FILL + media queries */
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1,
.notes-info-strong-quadrant-1 {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2,
.notes-info-strong-quadrant-2 {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3,
.notes-info-strong-quadrant-3 {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4,
.notes-info-strong-quadrant-4 {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private,
.notes-info-strong-visibility-private {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public,
.notes-info-strong-visibility-public {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client,
.notes-info-strong-visibility-client {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
/* === GRID LISTY NOTATEK – NAPRAWIONY (auto-fill) === */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(var(--cards-per-row, auto-fill), minmax(280px, 1fr));
  gap: 20px;
  align-items: stretch;
}
/* ==================== IKONY W NAGŁÓWKU KAFELKA (wszystkie w jednym rzędzie) ==================== */
.note-header-content {
  width: 100%;
}
.note-badges {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  align-items: center;
  flex-wrap: wrap;
}
/* Badge ćwiartki + widoczności */
.quadrant-badge,
.visibility-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: transform 0.15s ease;
}
.quadrant-badge:hover,
.visibility-badge:hover {
  transform: scale(1.1);
}
.visibility-badge {
  width: 28px;
}
.visibility-badge i {
  font-size: 14px;
}
/* === IKONY MULTIMEDIÓW – teraz w tym samym rzędzie co ćwiartka, widoczność i źródło === */
.media-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 15px;
  color: #007bff;
  background: #e3f2fd;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.15s ease;
  cursor: default;
}
.media-icon:hover {
  background: #bbdefb;
  transform: scale(1.08);
  box-shadow: 0 2px 5px rgba(0,123,255,0.3);
}
/* Ikona linku do źródła notatki */
.note-source-square {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 4px;
}
.note-source-square:hover {
  background: #f0f0f0;
  color: #0056b3;
  border-color: #007bff;
  transform: scale(1.05);
}
/* === WSZYSTKIE POZOSTAŁE STYLE (bez żadnych zmian) === */
.filters-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eisenhower-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  min-width: 400px;
}
.visibility-filters,
.active-filters-container {
  display: flex;
  gap: 10px;
  justify-content: space-around;
}
.filter-label {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-label input {
  margin-right: 8px;
}
.active-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
}
.active-filter-label:hover {
  background: #e9ecef;
}
.active-filter-label input {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #007bff;
}
.dropdown-left {
  right: auto;
  left: 0;
}
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.confirm-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}
.confirm-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.btn-confirm {
  background: #dc3545;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.btn-cancel {
  background: #6c757d;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.inactive-note {
  opacity: 0.7;
  background-color: #f0f0f0;
}
.color-squares {
  display: flex;
  gap: 5px;
  align-items: center;
}
.color-square {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-block;
}
.search-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.filter-group {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  min-width: 170px;
}
.namespace-filter.filter-group select {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search {
  position: relative;
  flex: 1;
  min-width: 220px;
}
.input-with-search input {
  width: 100%;
  padding: 6px 12px;
  padding-right: 46px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.input-with-search input:focus {
  border-color: #007bff;
  outline: none;
}
.date-range-filters {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.date-range-filters .filter-group {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.date-range-filters label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 600;
}
.gabito-common-list-date-input {
  width: 100%;
  padding: 6px 10px;
  height: 36px;
  font-size: 14.5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: white;
  transition: border-color 0.2s;
}
.gabito-common-list-date-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}
.return-close-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #6c757d;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.2s ease;
}
.return-close-btn:hover {
  color: #dc3545;
  background: #f8f9fa;
}
.return-close-btn:active {
  transform: scale(0.95);
}
.actions-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.action-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  transition: all 0.2s ease;
}
.action-btn:hover {
  background: #f8f9fa;
  color: #333;
}
.action-btn.has-changes {
  color: #dc3545;
}
.content-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  word-break: break-word;
}
/* ==================== NOWE MEDIA QUERIES DLA RESPONSIVE GRID ==================== */
@media (max-width: 768px) {
.notes-grid {
    gap: 15px;
}
.eisenhower-filters {
    min-width: 340px;
}
}
@media (max-width: 480px) {
.notes-grid {
    gap: 12px;
}
.filter-label {
    font-size: 13.5px;
    padding: 9px 12px;
}
.date-range-filters {
    flex-direction: column;
    gap: 10px;
}
}
@media (max-width: 768px) {
.search-section {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.filter-group,
  .input-with-search {
    min-width: 0;
}
.input-with-search input {
    font-size: 15px;
}
.gabito-common-clear-filters-btn-v1 {
    width: 38px;
    height: 38px;
    font-size: 18px;
}
.return-close-btn {
    width: 38px;
    height: 38px;
    font-size: 24px;
}
.date-range-filters {
    flex-direction: column;
    align-items: stretch;
}
}
/* src/modules/attachments/components/AttachmentList.css */
/* Encoding: utf-8 */
.attachments-grid[data-v-efe06661] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
.media-card[data-v-efe06661] {
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
  border-radius: 12px;
}
.media-card[data-v-efe06661]:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.15);
}
.thumbnail-container[data-v-efe06661] {
  padding: 10px;
  background-color: #f8f9fa;
}
/* <<< ZMIENNA CSS – tutaj zmieniasz rozmiar w przyszłości >>> */
[data-v-efe06661]:root {
  --thumbnail-height: 150px;
}
.media-thumbnail[data-v-efe06661] {
  width: 100%;
  height: var(--thumbnail-height);
  object-fit: cover;
  border-radius: 8px;
  background-color: #f1f3f5;
  transition: transform 0.3s ease;
}
.media-card:hover .media-thumbnail[data-v-efe06661] {
  transform: scale(1.03);
}
.media-icon[data-v-efe06661] {
  font-size: 54px;
  color: #adb5bd;
  padding: 35px 0;
  display: block;
  width: 100%;
  text-align: center;
}
/* <<< POPRAWKA – zawijanie nazwy pliku (teraz działa dzięki zmianie w UniversalEntityCard) >>> */
.file-name[data-v-efe06661] {
  font-weight: 600;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.38;
}
/* Opcjonalnie: ogranicz do maksymalnie 3 linii (żeby kafelka nie była za wysoka) */
.file-name[data-v-efe06661] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cleanup-panel[data-v-95df8001] { margin-top: 20px;
}
.buttons-row[data-v-95df8001] { display: flex; gap: 15px; margin-bottom: 30px; flex-wrap: wrap;
}
.test-btn[data-v-95df8001] { background: #28a745; color: white;
}
.danger-btn[data-v-95df8001] { background: #dc3545; color: white;
}
.result-box[data-v-95df8001], .error-box[data-v-95df8001] { padding: 20px; border-radius: 12px; margin-top: 20px;
}
.stats-grid[data-v-95df8001] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px;
}
.admin-only-message[data-v-95df8001] { color: #dc3545; font-size: 1.1em; text-align: center; padding: 40px;
}
.admin-badge[data-v-95df8001] { background: #ffc107; padding: 4px 10px; border-radius: 999px; font-size: 0.85em;
}

/* === Style listy (zachowane) === */
.conversation-grid[data-v-2740ae31] { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px;
}
.conversation-card[data-v-2740ae31] { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; background: #fff;
}
.card-header[data-v-2740ae31] { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 12px;
}
.card-body p[data-v-2740ae31] { margin: 6px 0;
}
.card-actions button[data-v-2740ae31] { background: #007bff; color: white; border: none; padding: 8px 16px; border-radius: 6px; cursor: pointer;
}

/* === Style podglądu konwersacji === */
.conversation-preview[data-v-2740ae31] { display: flex; flex-direction: column; gap: 24px; padding: 10px 0;
}
.log-entry[data-v-2740ae31] {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.log-header[data-v-2740ae31] {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; font-size: 0.95rem; align-items: center;
}
.log-index[data-v-2740ae31] { font-weight: 700; color: #007bff;
}
.log-status[data-v-2740ae31] { padding: 2px 10px; border-radius: 9999px; font-size: 0.85rem; font-weight: 600;
}
.log-status.success[data-v-2740ae31] { background: #10b981; color: white;
}
.log-status.error[data-v-2740ae31] { background: #ef4444; color: white;
}
.log-content[data-v-2740ae31] {
  background: #f8f9fa;
  padding: 14px;
  border-radius: 8px;
  white-space: pre-wrap;
  font-family: ui-monospace, monospace;
  font-size: 14px;
  line-height: 1.5;
  max-height: 320px;
  overflow-y: auto;
}
.prompt-section[data-v-2740ae31], .response-section[data-v-2740ae31], .system-prompt-section[data-v-2740ae31] { margin-bottom: 20px;
}
.error-section[data-v-2740ae31] { color: #dc3545; background: #fef2f2; padding: 12px; border-radius: 8px; margin-top: 12px;
}

/* Wspólne style */
.loading[data-v-2740ae31], .error-message[data-v-2740ae31] { text-align: center; padding: 40px; font-size: 1.1rem;
}

.global-settings-content[data-v-70fbccff] {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.form-group[data-v-70fbccff] {
  margin-bottom: 20px;
}
label[data-v-70fbccff] {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111827;
}
input[type="number"][data-v-70fbccff] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
}
.checkbox-label[data-v-70fbccff] {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 600;
}
.error-message[data-v-70fbccff] {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
}
.loading[data-v-70fbccff] {
  text-align: center;
  padding: 40px;
  font-size: 1.1rem;
}

.unit-settings-content[data-v-f4f84b6f] {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.form-group[data-v-f4f84b6f] {
  margin-bottom: 20px;
}
label[data-v-f4f84b6f] {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111827;
}
input[type="number"][data-v-f4f84b6f] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
}
.error-message[data-v-f4f84b6f] {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
}
.loading[data-v-f4f84b6f] {
  text-align: center;
  padding: 40px;
  font-size: 1.1rem;
}

/* Usunięto @import – styl .gabito-btn-save pochodzi z UniversalEntityPreview.vue */
/* Dostosowane style pod UniversalEntityPreview */
.resource-configs-content[data-v-75f4ae56] {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.resource-group[data-v-75f4ae56] {
  margin-bottom: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 24px;
  background: #ffffff;
}
.resource-group h2[data-v-75f4ae56] {
  margin: 0 0 20px 0;
  color: #111827;
  font-size: 1.35rem;
}
.level-group[data-v-75f4ae56] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.level-group label[data-v-75f4ae56] {
  font-weight: 700;
  min-width: 110px;
  color: #374151;
}
.level-group input[data-v-75f4ae56] {
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  flex: 1;
  min-width: 180px;
}
.level-group input[data-v-75f4ae56]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
/* Komunikaty stanu */
.loading-state[data-v-75f4ae56], .error-state[data-v-75f4ae56] {
  text-align: center;
  padding: 40px 20px;
  font-size: 1.1rem;
}
.error-state[data-v-75f4ae56] {
  color: #dc3545;
  background: #f8d7da;
  border-radius: 8px;
}
/* Responsywność */
@media (max-width: 768px) {
.level-group[data-v-75f4ae56] {
    flex-direction: column;
    align-items: stretch;
}
.level-group input[data-v-75f4ae56] {
    min-width: auto;
}
}

.resource-states-view[data-v-2b192b80] { padding: 20px; max-width: 800px; margin: 0 auto;
}
.states-table[data-v-2b192b80] { width: 100%; border-collapse: collapse; margin-top: 20px;
}
th[data-v-2b192b80], td[data-v-2b192b80] { border: 1px solid #ccc; padding: 10px; text-align: left;
}
th[data-v-2b192b80] { background: #f8f9fa;
}
select[data-v-2b192b80] { padding: 5px; margin-bottom: 10px;
}

.webauthn-login[data-v-028ca1c7] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
button[data-v-028ca1c7] {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-028ca1c7]:disabled {
  background-color: #6c757d;
}
.error[data-v-028ca1c7] {
  color: red;
  margin-top: 10px;
}

.webauthn-register[data-v-55f201f7] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
button[data-v-55f201f7] {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
button[data-v-55f201f7]:disabled {
  background-color: #6c757d;
}
.success[data-v-55f201f7] {
  color: green;
  margin-top: 10px;
}
.error[data-v-55f201f7] {
  color: red;
  margin-top: 10px;
}

.confirmation-modal-overlay[data-v-069e4a5d] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
}
.confirmation-modal[data-v-069e4a5d] {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
}
.checkbox-label[data-v-069e4a5d] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.buttons[data-v-069e4a5d] {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.confirm-btn[data-v-069e4a5d] {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.confirm-btn[data-v-069e4a5d]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.cancel-btn[data-v-069e4a5d] {
  background: #dc3545;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
/* === NOWE STYLE DLA TRUNCACJI NAZWY W NAGŁÓWKU === */
.header-left[data-v-8377f844] {
  flex: 1 1 auto !important;
  min-width: 0;               /* KLUCZOWE – pozwala na ellipsis w flex */
  overflow: hidden;
}
.shared-card-title.card-title[data-v-8377f844] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0;
}

/* Reszta stylów bez zmian */
.header-left-group[data-v-8377f844] { 
  display: flex !important; 
  align-items: center !important; 
  gap: 12px !important; 
  flex-wrap: wrap !important; 
  flex: 1 1 auto !important;
}
.filters[data-v-8377f844] { margin-bottom: 25px;
}
.filter-row[data-v-8377f844] { display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.filter-group[data-v-8377f844] { display: flex; align-items: center; gap: 5px; flex: 1; min-width: 170px;
}
.input-with-search[data-v-8377f844] { position: relative; flex: 1; min-width: 220px;
}
.input-with-search input[data-v-8377f844] { 
  width: 100%; padding: 6px 12px; padding-right: 46px; height: 36px; 
  font-size: 14.5px; border: 1px solid #ddd; border-radius: 6px;
}
.input-with-search input[data-v-8377f844]:focus { border-color: #007bff; outline: none;
}

/* Style z EntityListTemplate */
.entity-list-template[data-v-8377f844] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-8377f844] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.list-header[data-v-8377f844] { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  margin-bottom: 25px; 
  flex-wrap: wrap; 
  gap: 15px;
}
.list-header h2[data-v-8377f844] { margin: 0; font-size: 1.8rem; font-weight: 700; color: #000;
}
.header-actions[data-v-8377f844] { display: flex; gap: 12px; flex-wrap: wrap;
}
.filters-container[data-v-8377f844] { margin-bottom: 25px;
}
.items-grid[data-v-8377f844] { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
  gap: 20px; 
  padding-bottom: 240px; 
  overflow: visible; 
  align-items: start !important; 
  grid-auto-rows: minmax(min-content, max-content);
}
.loading-state[data-v-8377f844],
.empty-state[data-v-8377f844] { 
  text-align: center; 
  padding: 60px 20px; 
  color: #666; 
  font-size: 1.1rem;
}
@media (max-width: 768px) {
.entity-list-template[data-v-8377f844] { padding: 15px 10px;
}
.list-header h2[data-v-8377f844] { font-size: 1.5rem;
}
.items-grid[data-v-8377f844] { padding-bottom: 220px; align-items: start;
}
.header-left-group[data-v-8377f844] { flex: 1 1 auto !important;
}
.input-with-search[data-v-8377f844] { min-width: 100%;
}
}

/* style bez zmian */
.field-form[data-v-3635c418] { max-width: 600px; margin: 0 auto; padding: 20px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.form-group[data-v-3635c418] { display: flex; flex-direction: column; margin-bottom: 15px;
}
label[data-v-3635c418] { margin-bottom: 5px; font-weight: bold; color: #555;
}
input[data-v-3635c418], select[data-v-3635c418], textarea[data-v-3635c418] { padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px;
}
.auto-resize-textarea[data-v-3635c418] { resize: none; overflow-y: hidden; min-height: 80px; transition: height 0.2s ease;
}
.validation-section[data-v-3635c418] { background: #f8f9fa; padding: 15px; border-radius: 6px; border: 1px solid #e9ecef;
}
.checkbox-label[data-v-3635c418] { display: flex; align-items: center; gap: 8px; font-weight: 500; margin-bottom: 12px; cursor: pointer;
}
.min-max-grid[data-v-3635c418] { display: grid; grid-template-columns: 1fr 1fr; gap: 15px;
}
.form-group-inline[data-v-3635c418] { display: flex; flex-direction: column;
}
.option-row[data-v-3635c418] { display: flex; gap: 8px; margin-bottom: 8px;
}
.remove-btn[data-v-3635c418] { background: #dc3545; color: white; border: none; padding: 8px 12px; border-radius: 4px; cursor: pointer;
}
.add-option-row[data-v-3635c418] { display: flex; gap: 8px;
}
.universal-content-only .field-form[data-v-3635c418] { max-width: 100% !important; margin: 0 !important; padding: 0 !important; background-color: transparent !important; box-shadow: none !important; border-radius: 0 !important;
}
@media (max-width: 576px) {
.min-max-grid[data-v-3635c418] { grid-template-columns: 1fr;
}
}
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1[data-v-3631bf9c],
.notes-info-strong-quadrant-1[data-v-3631bf9c] {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2[data-v-3631bf9c],
.notes-info-strong-quadrant-2[data-v-3631bf9c] {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3[data-v-3631bf9c],
.notes-info-strong-quadrant-3[data-v-3631bf9c] {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4[data-v-3631bf9c],
.notes-info-strong-quadrant-4[data-v-3631bf9c] {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private[data-v-3631bf9c],
.notes-info-strong-visibility-private[data-v-3631bf9c] {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public[data-v-3631bf9c],
.notes-info-strong-visibility-public[data-v-3631bf9c] {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client[data-v-3631bf9c],
.notes-info-strong-visibility-client[data-v-3631bf9c] {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}
.client-notes-notification-container[data-v-3631bf9c] {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
}
.client-notes-add-note-btn[data-v-3631bf9c] {
  all: unset;
  width: 55px;
  height: 55px;
  background: #007bff38;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.2s ease;
}
.client-notes-add-note-btn[data-v-3631bf9c]:hover {
  background: #0056b3;
}
.client-notes-quadrant-btns[data-v-3631bf9c] {
  display: grid;
  grid-template-columns: repeat(2, 25px);
  grid-template-rows: repeat(2, 25px);
  gap: 5px;
  width: 55px;
  height: 55px;
}
.client-notes-visibility-btns[data-v-3631bf9c] {
  display: flex;
  flex-direction: row;
  gap: 5px;
  height: 25px;
}
.client-notes-quadrant-btns button[data-v-3631bf9c],
.client-notes-visibility-btns button[data-v-3631bf9c] {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}
.client-notes-quadrant-btns button[data-v-3631bf9c]:hover:not(.inactive),
.client-notes-visibility-btns button[data-v-3631bf9c]:hover:not(.inactive) {
  transform: scale(1.1);
}
.client-notes-quadrant-btns button.inactive[data-v-3631bf9c],
.client-notes-visibility-btns button.inactive[data-v-3631bf9c] {
  visibility: hidden;
  pointer-events: none;
}
/* ==================== MOBILE ==================== */
@media (max-width: 768px) {
.client-notes-notification-container[data-v-3631bf9c] {
    gap: 8px;
}
.client-notes-add-note-btn[data-v-3631bf9c] {
    width: 79px;
    height: 79px;
    font-size: 32px;
}
.client-notes-quadrant-btns[data-v-3631bf9c] {
    grid-template-columns: repeat(2, 36px);
    grid-template-rows: repeat(2, 36px);
    gap: 7px;
    width: 79px;
    height: 79px;
}
.client-notes-visibility-btns[data-v-3631bf9c] {
    gap: 7px;
    height: 36px;
}
.client-notes-quadrant-btns button[data-v-3631bf9c],
  .client-notes-visibility-btns button[data-v-3631bf9c] {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    font-size: 15px;
}
}
/* src/modules/VisitProfiles/components/ProfilesList.css */
/* Encoding: UTF-8 */
/* POPRAWIONE STYLE – toggle checkboxów + spójność z /clients */
.header-left-group[data-v-ff5ed1c7] { 
  display: flex !important; 
  align-items: center !important; 
  gap: 12px !important; 
  flex-wrap: wrap !important; 
  flex: 1 1 auto !important;
}
.header-right-group[data-v-ff5ed1c7] {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}
.gabito-common-filters-container[data-v-ff5ed1c7] {
  transition: all 0.3s ease;
}
.gabito-common-filters-container.collapsed[data-v-ff5ed1c7] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.filters[data-v-ff5ed1c7] { margin-bottom: 25px;
}
.filter-row[data-v-ff5ed1c7] { display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.filter-group[data-v-ff5ed1c7] { display: flex; align-items: center; gap: 5px; flex: 1; min-width: 170px;
}
.input-with-search[data-v-ff5ed1c7] { position: relative; flex: 1; min-width: 220px;
}
.input-with-search input[data-v-ff5ed1c7] { 
  width: 100%; padding: 6px 12px; padding-right: 46px; height: 36px; 
  font-size: 14.5px; border: 1px solid #ddd; border-radius: 6px;
}
.input-with-search input[data-v-ff5ed1c7]:focus { border-color: #007bff; outline: none;
}
.checkbox-label[data-v-ff5ed1c7] { 
  display: flex; align-items: center; gap: 7px; font-weight: 500; 
  cursor: pointer; margin: 0; font-size: 14.5px;
}
.checkbox-label input[data-v-ff5ed1c7] { width: 17px; height: 17px; accent-color: #007bff;
}
.entity-list-template[data-v-ff5ed1c7] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-ff5ed1c7] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.list-header[data-v-ff5ed1c7] { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  margin-bottom: 25px; 
  flex-wrap: wrap; 
  gap: 15px;
}
.list-header h2[data-v-ff5ed1c7] { margin: 0; font-size: 1.8rem; font-weight: 700; color: #000;
}
.items-grid[data-v-ff5ed1c7] { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
  gap: 20px; 
  padding-bottom: 240px; 
  overflow: visible; 
  align-items: start !important; 
  grid-auto-rows: minmax(min-content, max-content);
}
.loading-state[data-v-ff5ed1c7], .empty-state[data-v-ff5ed1c7] { text-align: center; padding: 60px 20px; color: #666; font-size: 1.1rem;
}
.field-line[data-v-ff5ed1c7] {
  display: block;
  padding-left: 12px;
  margin-bottom: 1px;
  font-size: 0.94em;
  line-height: 1.35;
  color: #444;
}
.visibility-toggle[data-v-ff5ed1c7] {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.visibility-toggle .checkbox-label[data-v-ff5ed1c7] {
  font-size: 0.95em;
  color: #555;
  cursor: pointer;
}
@media (max-width: 768px) {
.entity-list-template[data-v-ff5ed1c7] { padding: 15px 10px;
}
.list-header h2[data-v-ff5ed1c7] { font-size: 1.5rem;
}
.items-grid[data-v-ff5ed1c7] { padding-bottom: 220px; align-items: start;
}
.header-left-group[data-v-ff5ed1c7] { flex: 1 1 auto;
}
.header-right-group[data-v-ff5ed1c7] { margin-left: auto;
}
}/* src/modules/VisitProfiles/components/ProfileForm.css */
/* Encoding: UTF-8 */
/* Pełny, niezmieniony styl – dokładnie taki jak w oryginale */
.profile-form[data-v-3f4ab03f] {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-group[data-v-3f4ab03f] {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
label[data-v-3f4ab03f] {
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}
input[data-v-3f4ab03f], select[data-v-3f4ab03f], textarea[data-v-3f4ab03f] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
input[data-v-3f4ab03f]:focus, select[data-v-3f4ab03f]:focus, textarea[data-v-3f4ab03f]:focus {
  border-color: #007bff;
  outline: none;
}
.add-field-row[data-v-3f4ab03f] {
  display: flex;
  gap: 10px;
}
.add-field-btn[data-v-3f4ab03f] {
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.selected-field[data-v-3f4ab03f] {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.selected-field-header[data-v-3f4ab03f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 10px;
}
.reorder-buttons[data-v-3f4ab03f] {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.reorder-btn[data-v-3f4ab03f] {
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.reorder-btn[data-v-3f4ab03f]:hover:not(:disabled) {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.reorder-btn[data-v-3f4ab03f]:disabled {
  color: #aaa;
  background: #f8f9fa;
  border-color: #ddd;
  opacity: 0.6;
  cursor: not-allowed;
}
.remove-field-btn[data-v-3f4ab03f] {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.auto-resize-textarea[data-v-3f4ab03f] {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  overflow-y: hidden;
  transition: height 0.2s ease;
}
.auto-resize-textarea[data-v-3f4ab03f]:focus {
  border-color: #007bff;
  outline: none;
}

/* Tryb UniversalEntityPreview */
.universal-content-only .profile-form[data-v-3f4ab03f] {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Responsywność */
@media (max-width: 576px) {
.selected-field-header[data-v-3f4ab03f] {
    flex-direction: column;
    align-items: flex-start;
}
.reorder-buttons[data-v-3f4ab03f] {
    width: 100%;
    justify-content: center;
}
.universal-content-only .profile-form[data-v-3f4ab03f] {
    padding: 0;
}
}
.no-units-warning[data-v-3f4ab03f] {
  color: #e67e22;
  font-weight: bold;
  margin-top: 8px;
  font-size: 0.95em;
}
.info-non-admin p[data-v-3f4ab03f] {
  color: #2c3e50;
  font-weight: 500;
  background: #f8f9fa;
  padding: 12px 15px;
  border-radius: 6px;
  border-left: 4px solid #3498db;
}

.new-history-setup[data-v-27edbbd4] {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.form-group[data-v-27edbbd4] {
  margin-bottom: 20px;
}
input[data-v-27edbbd4], select[data-v-27edbbd4] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.client-list[data-v-27edbbd4] {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
}
.client-list li[data-v-27edbbd4] {
  padding: 10px;
  cursor: pointer;
}
.client-list li[data-v-27edbbd4]:hover {
  background-color: #f0f0f0;
}
.no-visible-profiles[data-v-27edbbd4] {
  color: #e67e22;
  font-size: 0.95em;
  margin-top: 8px;
  font-weight: 500;
}
/* src/modules/VisitHistories/components/VisitHistoryList.css */
/* Encoding: UTF-8 */
/* Kompletna wersja z poprawionym układem przycisków */
.entity-list-template[data-v-885a588a] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-885a588a] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.list-header[data-v-885a588a] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; flex-wrap: wrap; gap: 15px;
}
.list-header h2[data-v-885a588a] { margin: 0; font-size: 1.8rem; font-weight: 700; color: #000; flex-shrink: 0;
}
.header-actions[data-v-885a588a] { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; width: 100%; justify-content: space-between;
}
.header-left-group[data-v-885a588a] { display: flex !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; flex: 1 1 auto !important;
}
.header-checkboxes[data-v-885a588a] { display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
}
.header-right-group[data-v-885a588a] { display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.input-with-search[data-v-885a588a] { position: relative; flex: 1; min-width: 220px;
}
.input-with-search input[data-v-885a588a] { width: 100%; padding: 6px 12px; padding-right: 46px; height: 36px; font-size: 14.5px; border: 1px solid #ddd; border-radius: 6px;
}
.input-with-search input[data-v-885a588a]:focus { border-color: #007bff; outline: none;
}
.date-range-visithistory[data-v-885a588a] { display: flex; align-items: center; gap: 12px; flex-wrap: nowrap; flex: 0 0 auto;
}
.date-input-wrapper[data-v-885a588a] { position: relative;
}
.date-input-wrapper input[type="date"][data-v-885a588a] { padding-left: 45px;
}
.date-placeholder[data-v-885a588a] { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #999; font-size: 14.5px; pointer-events: none; z-index: 2;
}
.history-card[data-v-885a588a] { cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid #e5e7eb; display: flex; flex-direction: column; min-height: 0; height: auto;
}
.history-card.deleted[data-v-885a588a] { background-color: #fef2f2; border-left: 6px solid #f87171;
}
.history-card.deleted[data-v-885a588a]:hover { background-color: #fee2e2;
}
.history-card[data-v-885a588a]:hover { transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); border-color: #d1d5db;
}
.items-grid[data-v-885a588a] { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; padding-bottom: 240px; overflow: visible; align-items: start !important; grid-auto-rows: minmax(min-content, max-content);
}
.loading-state[data-v-885a588a], .empty-state[data-v-885a588a] { text-align: center; padding: 60px 20px; color: #666; font-size: 1.1rem;
}
.pagination[data-v-885a588a] { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 30px; font-weight: 500;
}
.pagination button[data-v-885a588a] { padding: 10px 24px; border-radius: 6px; background: #007bff; color: white; border: none; cursor: pointer; font-weight: 500;
}
.pagination button[data-v-885a588a]:disabled { background: #ccc; cursor: not-allowed;
}
.client-view-btn[data-v-885a588a] {
  background: #17a2b8 !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}
.client-view-btn[data-v-885a588a]:hover { background: #138496 !important; transform: translateY(-1px) !important;
}
@media (max-width: 768px) {
.entity-list-template[data-v-885a588a] { padding: 15px 10px;
}
.list-header h2[data-v-885a588a] { font-size: 1.5rem;
}
.items-grid[data-v-885a588a] { padding-bottom: 220px;
}
.input-with-search[data-v-885a588a] { min-width: 100%;
}
.date-range-visithistory[data-v-885a588a] { width: 100%; gap: 8px;
}
}
.client-view-btn[data-v-0214e735] {
  background: #17a2b8 !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 17px !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}
.client-view-btn[data-v-0214e735]:hover {
  background: #138496 !important;
  transform: translateY(-1px) !important;
}
@media (max-width: 768px) {
.client-view-btn[data-v-0214e735] {
    width: 41px !important;
    height: 41px !important;
}
}
/* ============================================= */
/* UNIKATOWE STYLE TYLKO DLA TEGO PRZYCISKU AI */
/* ============================================= */
.visit-history-ai-correction-btn[data-v-9e46c90f] {
  background: linear-gradient(135deg, #6f42c1, #00bfff);
  box-shadow: 0 3px 12px rgba(111, 66, 193, 0.45);
  position: relative;
  overflow: hidden;
  height: 24px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.visit-history-ai-correction-btn[data-v-9e46c90f]:hover:not(:disabled) {
  background: linear-gradient(135deg, #5a32a3, #0099cc);
  box-shadow: 0 5px 18px rgba(111, 66, 193, 0.6);
  transform: translateY(-2px);
}
.visit-history-ai-correction-btn i.fas.fa-magic[data-v-9e46c90f] {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.visit-history-ai-correction-btn:hover i.fas.fa-magic[data-v-9e46c90f] {
  transform: rotate(45deg) scale(1.25);
}
/* === NOWY STYL NAGŁÓWKA PROFILU === */
.profile-header[data-v-9e46c90f] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #007bff;
}
.profile-header h3[data-v-9e46c90f] {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 700;
  color: #007bff;
}
.files-preview[data-v-9e46c90f] { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px;
}
.file-image[data-v-9e46c90f] { width: 96px; height: 96px; object-fit: cover; border-radius: 8px; cursor: pointer; transition: transform 0.2s ease;
}
.file-image[data-v-9e46c90f]:hover { transform: scale(1.05);
}
.file-icon-container[data-v-9e46c90f] { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; background: #f8f9fa; border: 2px dashed #ddd; border-radius: 8px; cursor: pointer;
}
.file-preview-wrapper[data-v-9e46c90f] { position: relative;
}
.view-content[data-v-9e46c90f] { padding-left: 36px !important;
}
.content-label-row[data-v-9e46c90f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.content-label-row label[data-v-9e46c90f] {
  margin: 0;
  font-weight: 700;
  color: #111827;
}
@media (max-width: 768px) {
.visit-history-ai-correction-btn[data-v-9e46c90f] {
    height: 40px;
    font-size: 14px;
    padding: 0 16px;
}
}
/* src/modules/VisitHistory/components/VisitHistoryForm.css */
/* Encoding: UTF-8 */
/* POPRAWIONA WERSJA – mniejsze miniaturki plików (96px) */
.visit-history-form[data-v-1d3c86f4] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}
.fixed-header[data-v-1d3c86f4] {
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}
.header-content-VisitHistory[data-v-1d3c86f4] {
  padding: 0;
}
.desktop-header[data-v-1d3c86f4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
}
.title-with-id[data-v-1d3c86f4] {
  margin: 0;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.3;
}
.visit-id[data-v-1d3c86f4] {
  font-size: 1.12rem;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  padding: 3px 9px;
  border-radius: 6px;
}
.client-name[data-v-1d3c86f4] {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2563eb;
  margin-left: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-header-actions[data-v-1d3c86f4] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.edit-icon-btn[data-v-1d3c86f4],
.nav-icon-btn[data-v-1d3c86f4] {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nav-icon-btn[data-v-1d3c86f4] {
  background: #f1f3f5;
  color: #495057;
}
.nav-icon-btn[data-v-1d3c86f4]:hover:not(:disabled) {
  background: #e2e6ea;
  color: #007bff;
}
.edit-icon-btn[data-v-1d3c86f4] {
  background: #007bff;
  color: white;
}
.edit-icon-btn[data-v-1d3c86f4]:hover {
  background: #0056b3;
  transform: scale(1.05);
}
.close-btn[data-v-1d3c86f4] {
  font-size: 29px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}
.close-btn[data-v-1d3c86f4]:hover {
  color: #dc3545;
}
.mobile-header[data-v-1d3c86f4] {
  display: none;
}
@media (max-width: 768px) {
.desktop-header[data-v-1d3c86f4] { display: none !important;
}
.mobile-header[data-v-1d3c86f4] { display: block;
}
.row-1[data-v-1d3c86f4] { display: flex; justify-content: space-between; align-items: center; padding: 4px 12px 2px; background: #fff; border-bottom: 1px solid #eee;
}
.main-title[data-v-1d3c86f4] { margin: 0; font-size: 1.05rem; font-weight: 700; line-height: 1.2;
}
.row-2[data-v-1d3c86f4] { display: flex; align-items: center; gap: 8px; padding: 4px 12px; background: #f8f9fa; font-size: 1.07rem; border-bottom: 1px solid #eee;
}
.visit-id[data-v-1d3c86f4] { font-size: 1.08rem; padding: 2px 8px;
}
.client-name[data-v-1d3c86f4] { font-size: 1.08rem;
}
.row-3.view-header-actions[data-v-1d3c86f4] { display: flex; justify-content: space-between; padding: 6px 12px; gap: 7px; background: #fff;
}
.nav-icon-btn[data-v-1d3c86f4], .edit-icon-btn[data-v-1d3c86f4] { flex: 1; height: 41px; font-size: 17px; border-radius: 8px;
}
.edit-icon-btn[data-v-1d3c86f4] { flex: 1.35;
}
.close-btn[data-v-1d3c86f4] { width: 36px; height: 36px; font-size: 24px;
}
.info-container[data-v-1d3c86f4] { padding: 14px 14px 80px !important;
}
}
@media (min-width: 769px) {
.mobile-header[data-v-1d3c86f4] { display: none !important;
}
.desktop-header[data-v-1d3c86f4] { display: flex !important;
}
}
.info-container[data-v-1d3c86f4] {
  flex: 1;
  overflow-y: auto;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 22px 26px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.form-group[data-v-1d3c86f4] {
  margin-bottom: 22px;
}
.auto-resize-textarea[data-v-1d3c86f4] {
  width: 100%;
  min-height: 52px;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  resize: none;
  overflow-y: hidden;
  transition: height 0.2s ease;
}
.view-field[data-v-1d3c86f4] {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  min-height: 48px;
  font-size: 16px;
}

/* === NOWA KLASA – LEKKIE PRZESUNIĘCIE TREŚCI W PRAWO === */
.view-content[data-v-1d3c86f4] {
  padding-left: 28px !important;
}
.view-textarea[data-v-1d3c86f4] {
  max-height: 95px;
  overflow: hidden;
  cursor: pointer;
  white-space: pre-wrap;
  word-break: break-word;
  transition: max-height 0.25s ease;
}
.view-textarea.expanded[data-v-1d3c86f4] {
  max-height: none;
  cursor: text;
}
.view-value[data-v-1d3c86f4] {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}
.error-alert[data-v-1d3c86f4] {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 8px;
}
.info-container.swiping-left[data-v-1d3c86f4]  { transform: translateX(-18px);
}
.info-container.swiping-right[data-v-1d3c86f4] { transform: translateX(18px);
}
.info-container[data-v-1d3c86f4] {
  transition: transform 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.universal-content-only .info-container[data-v-1d3c86f4] {
  padding: 22px 26px;
  border: none;
  box-shadow: none;
}
.delete-cross[data-v-1d3c86f4] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gabito-form-actions[data-v-1d3c86f4] {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  justify-content: flex-end;
}
.gabito-form-btn[data-v-1d3c86f4] {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.gabito-form-btn-save[data-v-1d3c86f4] {
  background: #007bff;
  color: white;
}
.gabito-form-btn-save[data-v-1d3c86f4]:hover:not(:disabled) {
  background: #0056b3;
}
.gabito-form-btn-cancel[data-v-1d3c86f4] {
  background: #6c757d;
  color: white;
}
.gabito-form-btn-cancel[data-v-1d3c86f4]:hover {
  background: #5a6268;
}
.gabito-form-btn[data-v-1d3c86f4]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}/* src/modules/VisitHistory/components/VisitHistoryForm.css */
/* Encoding: UTF-8 */
/* POPRAWIONA WERSJA – mniejsze miniaturki plików (96px) */
.visit-history-form[data-v-e5c5319d] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
}
.fixed-header[data-v-e5c5319d] {
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}
.header-content-VisitHistory[data-v-e5c5319d] {
  padding: 0;
}
.desktop-header[data-v-e5c5319d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
}
.title-with-id[data-v-e5c5319d] {
  margin: 0;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.3;
}
.visit-id[data-v-e5c5319d] {
  font-size: 1.12rem;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  padding: 3px 9px;
  border-radius: 6px;
}
.client-name[data-v-e5c5319d] {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2563eb;
  margin-left: 8px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-header-actions[data-v-e5c5319d] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.edit-icon-btn[data-v-e5c5319d],
.nav-icon-btn[data-v-e5c5319d] {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nav-icon-btn[data-v-e5c5319d] {
  background: #f1f3f5;
  color: #495057;
}
.nav-icon-btn[data-v-e5c5319d]:hover:not(:disabled) {
  background: #e2e6ea;
  color: #007bff;
}
.edit-icon-btn[data-v-e5c5319d] {
  background: #007bff;
  color: white;
}
.edit-icon-btn[data-v-e5c5319d]:hover {
  background: #0056b3;
  transform: scale(1.05);
}
.close-btn[data-v-e5c5319d] {
  font-size: 29px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}
.close-btn[data-v-e5c5319d]:hover {
  color: #dc3545;
}
.mobile-header[data-v-e5c5319d] {
  display: none;
}
@media (max-width: 768px) {
.desktop-header[data-v-e5c5319d] { display: none !important;
}
.mobile-header[data-v-e5c5319d] { display: block;
}
.row-1[data-v-e5c5319d] { display: flex; justify-content: space-between; align-items: center; padding: 4px 12px 2px; background: #fff; border-bottom: 1px solid #eee;
}
.main-title[data-v-e5c5319d] { margin: 0; font-size: 1.05rem; font-weight: 700; line-height: 1.2;
}
.row-2[data-v-e5c5319d] { display: flex; align-items: center; gap: 8px; padding: 4px 12px; background: #f8f9fa; font-size: 1.07rem; border-bottom: 1px solid #eee;
}
.visit-id[data-v-e5c5319d] { font-size: 1.08rem; padding: 2px 8px;
}
.client-name[data-v-e5c5319d] { font-size: 1.08rem;
}
.row-3.view-header-actions[data-v-e5c5319d] { display: flex; justify-content: space-between; padding: 6px 12px; gap: 7px; background: #fff;
}
.nav-icon-btn[data-v-e5c5319d], .edit-icon-btn[data-v-e5c5319d] { flex: 1; height: 41px; font-size: 17px; border-radius: 8px;
}
.edit-icon-btn[data-v-e5c5319d] { flex: 1.35;
}
.close-btn[data-v-e5c5319d] { width: 36px; height: 36px; font-size: 24px;
}
.info-container[data-v-e5c5319d] { padding: 14px 14px 80px !important;
}
}
@media (min-width: 769px) {
.mobile-header[data-v-e5c5319d] { display: none !important;
}
.desktop-header[data-v-e5c5319d] { display: flex !important;
}
}
.info-container[data-v-e5c5319d] {
  flex: 1;
  overflow-y: auto;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 22px 26px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
.form-group[data-v-e5c5319d] {
  margin-bottom: 22px;
}
.auto-resize-textarea[data-v-e5c5319d] {
  width: 100%;
  min-height: 52px;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  resize: none;
  overflow-y: hidden;
  transition: height 0.2s ease;
}
.view-field[data-v-e5c5319d] {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  min-height: 48px;
  font-size: 16px;
}
/* === NOWA KLASA – LEKKIE PRZESUNIĘCIE TREŚCI W PRAWO === */
.view-content[data-v-e5c5319d] {
  padding-left: 28px !important;
}
.view-textarea[data-v-e5c5319d] {
  max-height: 95px;
  overflow: hidden;
  cursor: pointer;
  white-space: pre-wrap;
  word-break: break-word;
  transition: max-height 0.25s ease;
}
.view-textarea.expanded[data-v-e5c5319d] {
  max-height: none;
  cursor: text;
}
.view-value[data-v-e5c5319d] {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}
.error-alert[data-v-e5c5319d] {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 8px;
}
.info-container.swiping-left[data-v-e5c5319d]  { transform: translateX(-18px);
}
.info-container.swiping-right[data-v-e5c5319d] { transform: translateX(18px);
}
.info-container[data-v-e5c5319d] {
  transition: transform 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.universal-content-only .info-container[data-v-e5c5319d] {
  padding: 22px 26px;
  border: none;
  box-shadow: none;
}
.delete-cross[data-v-e5c5319d] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gabito-form-actions[data-v-e5c5319d] {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  justify-content: flex-end;
}
.gabito-form-btn[data-v-e5c5319d] {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
.gabito-form-btn-save[data-v-e5c5319d] {
  background: #007bff;
  color: white;
}
.gabito-form-btn-save[data-v-e5c5319d]:hover:not(:disabled) {
  background: #0056b3;
}
.gabito-form-btn-cancel[data-v-e5c5319d] {
  background: #6c757d;
  color: white;
}
.gabito-form-btn-cancel[data-v-e5c5319d]:hover {
  background: #5a6268;
}
.gabito-form-btn[data-v-e5c5319d]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.descriptions-stack[data-v-22a4bbd7] {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 60px;
}
.loading-state[data-v-22a4bbd7],
.empty-state[data-v-22a4bbd7] {
  text-align: center;
  padding: 80px 20px;
  color: #666;
  font-size: 1.2rem;
}
.badge[data-v-54726559] {
  background: #007bff;
  color: white;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  float: right;
  margin-bottom: 8px;
}
.badge-clickable[data-v-54726559] {
  cursor: pointer;
  transition: all 0.2s ease;
}
.badge-clickable[data-v-54726559]:hover {
  background: #0056b3;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 86, 179, 0.3);
}
.shared-card-title[data-v-54726559] {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
mark[data-v-54726559] {
  background-color: #ffee00 !important;
  color: #000 !important;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 3px;
}
.shared-card[data-v-54726559] {
  user-select: text;
}
/* NOWE STYLE FILTRÓW */
.filters-row[data-v-54726559] {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: end;
}
.date-filters[data-v-54726559] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.type-filters[data-v-54726559] {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.checkbox-group[data-v-54726559] {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Istniejące style bez zmian */
.login-form[data-v-81b3fa6d] { max-width: 400px; margin: 0 auto; padding: 20px;
}
.form-group[data-v-81b3fa6d] { margin-bottom: 15px;
}
label[data-v-81b3fa6d] { display: block; margin-bottom: 5px;
}
input[data-v-81b3fa6d] { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px;
}
button[data-v-81b3fa6d] { width: 100%; padding: 10px; background-color: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer;
}
button[data-v-81b3fa6d]:disabled { background-color: #6c757d; cursor: not-allowed;
}
.error[data-v-81b3fa6d] { color: red; margin-top: 10px;
}
.forgot-password[data-v-81b3fa6d] { margin-top: 10px; text-align: center;
}
.forgot-password-link[data-v-81b3fa6d] { color: #007bff; text-decoration: none;
}
.forgot-password-link[data-v-81b3fa6d]:hover { text-decoration: underline;
}
.biometric-section[data-v-81b3fa6d] { margin-top: 15px; text-align: center;
}
.biometric-button[data-v-81b3fa6d] { width: 100%; padding: 10px; background-color: #28a745; color: white; border: none; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.biometric-button i[data-v-81b3fa6d] { margin-right: 8px; font-size: 18px;
}
.biometric-button[data-v-81b3fa6d]:disabled { background-color: #6c757d;
}
.biometric-unsupported[data-v-81b3fa6d] { color: #ffc107; margin-top: 10px; text-align: center; font-style: italic;
}
/* DODANO: Style dla przycisku testowego */
.test-button[data-v-81b3fa6d] { 
  width: 100%; 
  padding: 10px; 
  background-color: #ffc107; 
  color: #333; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  margin-top: 10px;
}
.test-button i[data-v-81b3fa6d] { margin-right: 8px; font-size: 18px;
}
.test-button[data-v-81b3fa6d]:disabled { background-color: #6c757d;
}

.login-view[data-v-946389b1] {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Zmieniono z center na flex-start, aby podnieść elementy do góry */
  height: 100vh;
  background-color: #f8f9fa;
}

.reset-password-request-form[data-v-c6d76fba] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
.form-group[data-v-c6d76fba] {
  margin-bottom: 15px;
}
label[data-v-c6d76fba] {
  display: block;
  margin-bottom: 5px;
}
input[data-v-c6d76fba] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button[data-v-c6d76fba] {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-c6d76fba]:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.error[data-v-c6d76fba] {
  color: red;
  margin-top: 10px;
}
.success[data-v-c6d76fba] {
  color: green;
  margin-top: 10px;
}
.back-to-login[data-v-c6d76fba] {
  margin-top: 10px;
  text-align: center;
}
.back-to-login a[data-v-c6d76fba] {
  color: #007bff;
  text-decoration: none;
}
.back-to-login a[data-v-c6d76fba]:hover {
  text-decoration: underline;
}

.reset-password-request-view[data-v-8070928f] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa;
}

.reset-password-form[data-v-bf406bb4] {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
.form-group[data-v-bf406bb4] {
  margin-bottom: 15px;
}
label[data-v-bf406bb4] {
  display: block;
  margin-bottom: 5px;
}
input[data-v-bf406bb4] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button[data-v-bf406bb4] {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-bf406bb4]:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}
.error[data-v-bf406bb4] {
  color: red;
  margin-top: 10px;
}
.success[data-v-bf406bb4] {
  color: green;
  margin-top: 10px;
}
.back-to-login[data-v-bf406bb4] {
  margin-top: 10px;
  text-align: center;
}
.back-to-login a[data-v-bf406bb4] {
  color: #007bff;
  text-decoration: none;
}
.back-to-login a[data-v-bf406bb4]:hover {
  text-decoration: underline;
}

.reset-password-view[data-v-c104c488] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa;
}

.dashboard-notes-notification-container[data-v-5f825d0a] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;        /* <-- zmniejszone z 20px */
  padding: 12px;              /* <-- zmniejszone z 15px */
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  color: #000000;
}
.dashboard-notes-add-note-btn[data-v-5f825d0a] {
  width: 28px;                /* <-- zmniejszone z 30px */
  height: 28px;               /* <-- zmniejszone z 30px */
  padding: 0;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;            /* <-- zmniejszone z 20px */
  flex-shrink: 0;
}
.dashboard-notes-add-note-btn[data-v-5f825d0a]:hover {
  background: #0056b3;
}
.dashboard-notes-tiles[data-v-5f825d0a] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.note-tile[data-v-5f825d0a] {
  width: auto;
  min-width: 100px;
  height: 26px;               /* <-- ZMNIEJSZONA z 30px */
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 11px;            /* <-- nieco mniejszy tekst */
  cursor: pointer;
  padding: 4px;               /* <-- zmniejszone z 5px */
  overflow: hidden;
  gap: 5px;
}
.note-tile-text[data-v-5f825d0a] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: 1;
  max-width: 150px;
  color: inherit;
}
.note-tile-icon[data-v-5f825d0a] {
  font-size: 13px;
  color: #007bff;
  margin-left: 5px;
  flex-shrink: 0;
}
.note-tile[data-v-5f825d0a]:hover {
  opacity: 0.85;
}

/* Kwadrat widoczności – dopasowany do nowej wysokości */
.visibility-square[data-v-5f825d0a] {
  width: 26px;                /* <-- zmniejszone z 30px */
  height: 26px;               /* <-- zmniejszone z 30px */
  min-width: 26px;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;            /* <-- nieco mniejsza ikona */
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* src/assets/css/notes-info-colors.css */
/* Encoding: utf-8 */
/* Light i strong używają dokładnie tego samego koloru (pośredni odcień pomiędzy starymi wartościami) */
/* Ujednolicona paleta – spójna dla wszystkich komponentów */
.notes-info-light-quadrant-1,
.notes-info-strong-quadrant-1 {
    background: #ef4444;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-2,
.notes-info-strong-quadrant-2 {
    background: #22c55e;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-quadrant-3,
.notes-info-strong-quadrant-3 {
    background: #eab308;
    color: #1f2937;
    box-shadow: none;
}
.notes-info-light-quadrant-4,
.notes-info-strong-quadrant-4 {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-private,
.notes-info-strong-visibility-private {
    background: #aabddb;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-public,
.notes-info-strong-visibility-public {
    background: #475569;
    color: #ffffff;
    box-shadow: none;
}
.notes-info-light-visibility-client,
.notes-info-strong-visibility-client {
    background: #8b5cf6;
    color: #ffffff;
    box-shadow: none;
}

.dashboard-view[data-v-605b24e8] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.dashboard-header[data-v-605b24e8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.dashboard-nav[data-v-605b24e8] {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.dashboard-nav h3[data-v-605b24e8] {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #333;
}
.no-favorites[data-v-605b24e8] {
  color: #888;
  font-style: italic;
}
.loading-message[data-v-605b24e8] {
  text-align: center;
  color: #666;
  font-style: italic;
}

/* New styles for favorites grid */
.favorites-grid[data-v-605b24e8] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  max-width: 850px; /* Approx 5 * 150px + 4 * 20px gaps = 830px, rounded up */
  margin: 0 auto; /* Center the grid */
}
.favorite-tile[data-v-605b24e8] {
  position: relative;
  height: 150px; /* Fixed height for square tiles */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; /* Cover the tile with image */
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.favorite-tile[data-v-605b24e8]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.tile-text[data-v-605b24e8] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability on image */
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

/* For no icon, center text without overlay */
.favorite-tile[style*="background-color: #f0f0f0"] .tile-text[data-v-605b24e8] {
  position: static;
  background-color: transparent;
  color: #333;
}
/* src/modules/buttons/components/ButtonList.css */
/* Wszystkie style z ButtonList.vue – przeniesione i gotowe do scoped */
.button-list-table-wrapper[data-v-f3a11890] {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.button-list-table-wrapper[data-v-f3a11890]::-webkit-scrollbar {
  display: none;
}
.button-list-table[data-v-f3a11890] {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 20px;
}
.button-list-table th[data-v-f3a11890],
.button-list-table td[data-v-f3a11890] {
  padding: 8px 6px;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
}
.button-list-table th[data-v-f3a11890] {
  background-color: #f4f4f4;
  font-weight: bold;
}
/* Kolumna Opis z ellipsis */
.description-cell[data-v-f3a11890] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  max-width: 0;
}
.button-list-table tr[data-v-f3a11890]:hover {
  background-color: #f1f1f1;
}
.button-list-table button[data-v-f3a11890] {
  padding: 6px 10px;
  margin-right: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  font-size: 12px;
}
.button-list-table .delete-button[data-v-f3a11890] {
  background-color: #dc3545;
}
.button-list-table button[data-v-f3a11890]:hover,
.button-list-table .delete-button[data-v-f3a11890]:hover {
  opacity: 0.9;
}
.button-list-table input[type="checkbox"][data-v-f3a11890] {
  transform: scale(1.1);
  margin: 0;
}
.error[data-v-f3a11890] {
  color: red;
  margin-bottom: 12px;
}
.no-data[data-v-f3a11890],
.loading[data-v-f3a11890] {
  text-align: center;
  color: #666;
  padding: 20px;
}

.button-list-view[data-v-11d99290] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}
.button-form[data-v-1519bfdb] {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-group[data-v-1519bfdb] {
  margin-bottom: 15px;
}
label[data-v-1519bfdb] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[data-v-1519bfdb],
select[data-v-1519bfdb],
textarea[data-v-1519bfdb] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
select[data-v-1519bfdb] {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}
textarea[data-v-1519bfdb] {
  min-height: 100px;
}
/* NOWE: Style dla sekcji ról */
.roles-section[data-v-1519bfdb] {
  background: #e9ecef;
  padding: 10px;
  border-radius: 4px;
}
.checkbox-group[data-v-1519bfdb] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.checkbox-label[data-v-1519bfdb] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.checkbox-label input[data-v-1519bfdb] {
  width: auto;
  margin-right: 8px;
}
.form-buttons[data-v-1519bfdb] {
  display: flex;
  gap: 10px;
}
button[data-v-1519bfdb] {
  padding: 10px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-1519bfdb]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-1519bfdb] {
  background: #dc3545;
}
.cancel-button[data-v-1519bfdb]:hover {
  background: #c82333;
}
.error[data-v-1519bfdb] {
  color: red;
  margin-top: 10px;
}
/* c:\Gabito_system\gabito_front\src\modules\units\components\UnitList.css */
/* UTF-8 | Pełny plik po dodaniu created_at_display i updated_at_display w kafelkach */
/* Ulepszona sekcja .card-meta + separacja wizualna dat */

.unit-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.header-section h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

.controls-section,
.search-section,
.filter-section,
.view-mode-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.select-control,
.search-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.select-control:focus,
.search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.search-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.units-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.unit-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
}

.unit-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.unit-card.inactive-unit {
  background: #fff5f5;
  border-color: #f8d7da;
}

.unit-card.inactive-unit:hover {
  background: #fff0f0;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.card-title {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}

.card-content {
  padding: 20px;
}

.card-description {
  margin: 0 0 16px;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.card-description strong {
  font-weight: 700;
  color: #000000;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meta-item i {
  color: #007bff;
}

.loading-state,
.empty-state,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.loading-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}

.empty-state i,
.no-results i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}

.empty-state p,
.no-results p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

.unit-card.menu-open {
  z-index: 10;
}

.notes-notification-footer-wrapper {
  padding: 20px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #666;
}

/* ============================================= */
/* RESPONSywność */
@media (max-width: 768px) {
  .unit-list-container {
    padding: 5px;
  }

  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .controls-section,
  .search-section,
  .filter-section,
  .view-mode-section {
    flex-direction: column;
    width: 100%;
  }

  .units-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .card-header {
    padding: 16px;
  }

  .card-content {
    padding: 16px;
  }

  .notes-notification-footer-wrapper {
    padding: 16px;
  }

  .card-meta {
    gap: 8px;
  }

  .meta-item {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .units-grid {
    gap: 0;
  }

  .card-header,
  .card-content {
    padding: 12px;
  }

  .notes-notification-footer-wrapper {
    padding: 12px;
  }
}
.unit-card .footer-wrapper[data-v-74e27eb6],
.unit-card .notes-footer-wrapper[data-v-74e27eb6] {
  padding: 10px 20px !important;
  margin-top: auto !important;
  width: 100% !important;
}

.unit-list-container[data-v-a28410a7] {
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  box-sizing: border-box;
}

.unit-form[data-v-e71a5e9b] { max-width: 500px; margin: 20px auto; padding: 20px; background: #f8f9fa; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-group[data-v-e71a5e9b] { margin-bottom: 15px;
}
label[data-v-e71a5e9b] { display: block; margin-bottom: 5px; font-weight: bold;
}
input[data-v-e71a5e9b], select[data-v-e71a5e9b] { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px;
}
input[data-v-e71a5e9b]:disabled { background-color: #e9ecef; cursor: not-allowed;
}
.logo-upload-btn[data-v-e71a5e9b] { width: 100%; margin: 8px 0; padding: 14px; font-size: 1.1rem; font-weight: 700;
}
.logo-preview-container[data-v-e71a5e9b] { position: relative; display: inline-block; margin-bottom: 10px;
}
.logo-preview[data-v-e71a5e9b] { max-width: 180px; max-height: 180px; border-radius: 8px; border: 3px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.remove-logo-btn[data-v-e71a5e9b] { position: absolute; top: -8px; right: -8px; background: #dc3545; color: white; border: none; width: 28px; height: 28px; border-radius: 50%; font-size: 18px; cursor: pointer;
}

.error[data-v-480fd194] { color: red; font-size: 1.2em;
}

.loading-state[data-v-613c1919] { 
  padding: 40px; 
  text-align: center; 
  font-size: 1.1em; 
  color: #666;
}
/* src/modules/modules/components/ModuleList.style.css */
.module-list-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.module-controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.module-controls-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.view-mode-controls {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.module-controls button,
.view-mode-controls button {
  padding: 10px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.module-controls button:hover,
.view-mode-controls button:hover {
  background: #0056b3;
}

.view-mode-controls button.active {
  background: #28a745;
}

.view-mode-controls button.active:hover {
  background: #218838;
}

.module-controls-row input,
.module-controls-row select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 1;
  min-width: 200px;
  font-size: 14px;
}

.module-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.module-list-table {
  width: 100%;
  border-collapse: collapse;
}

.module-list-table th,
.module-list-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.module-list-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.module-list-table tr:hover {
  background-color: #f1f1f1;
}

.parent-module {
  background-color: #ffffff;
}

.child-module {
  background-color: #f0f0f0;
}

.child-level-1 {
  background-color: #e8ecef;
}

.child-level-2 {
  background-color: #d3d9df;
}

.child-level-3 {
  background-color: #bec5cc;
}

.module-inactive {
  background-color: #ffe6e6 !important;
}

.error {
  color: red;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border-radius: 4px;
  text-align: center;
}

.module-list-table button {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  font-size: 14px;
  transition: background 0.3s;
}

.module-list-table button:hover {
  background-color: #218838;
}

.color-box {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}

input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Responsywność: Przekształcenie tabeli w kafelki na małych ekranach */
@media screen and (max-width: 768px) {
  .module-list-container {
    padding: 15px;
  }

  .module-controls-row {
    flex-direction: column;
  }

  .module-controls-row input,
  .module-controls-row select,
  .module-controls button {
    width: 100%;
    min-width: auto;
  }

  .view-mode-controls {
    justify-content: center;
  }

  .module-list-table {
    border: 0;
  }

  .module-list-table thead {
    display: none;
  }

  .module-list-table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }

  .module-list-table td {
    display: block;
    text-align: right;
    border: none;
    padding: 8px 0;
    position: relative;
    font-size: 14px;
  }

  .module-list-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .module-list-table td:last-child {
    text-align: center;
  }

  .module-list-table tr.module-inactive {
    background-color: #ffe6e6;
  }

  .module-list-table button {
    width: 100%;
  }

  /* Dodatkowe dostosowanie dla checkboxów i color-box, aby nie nachodziły */
  .module-list-table td input[type="checkbox"],
  .module-list-table td .color-box {
    float: right; /* Ustaw na prawo, aby nie nachodził na label */
    margin-left: 10px; /* Dodatkowy odstęp */
  }
}
.module-list-container[data-v-88684e00] {
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  box-sizing: border-box;
}
.module-form[data-v-296fd270] {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-group[data-v-296fd270] {
  margin-bottom: 15px;
}
label[data-v-296fd270] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input[type="checkbox"][data-v-296fd270]:not(.role-checkboxes input[type="checkbox"]) {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.form-group > label[data-v-296fd270]:has(+ input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
}
select option[data-v-296fd270] {
  padding-left: 10px;
}
.form-buttons[data-v-296fd270] {
  display: flex;
  gap: 10px;
}
button[data-v-296fd270] {
  padding: 10px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-296fd270]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-296fd270] {
  background: #dc3545;
}
.cancel-button[data-v-296fd270]:hover {
  background: #c82333;
}
.error[data-v-296fd270] {
  color: red;
  margin-top: 10px;
}
.role-checkboxes[data-v-296fd270] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}
.role-checkboxes label[data-v-296fd270] {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 2px 0;
}
.role-checkboxes input[type="checkbox"][data-v-296fd270] {
  margin-right: 8px;
  margin-left: 0;
  width: 16px;
  height: 16px;
}
.color-group[data-v-296fd270] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.color-inputs[data-v-296fd270] {
  display: flex;
  gap: 10px;
  align-items: center;
}
.color-picker[data-v-296fd270] {
  width: 50px;
  height: 30px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.hex-input[data-v-296fd270] {
  width: 100px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.error-input[data-v-296fd270] {
  border-color: red;
}
/* c:\Gabito_system\gabito_front\src\modules\users\components\UserList.css */
/* Encoding: UTF-8 */
/* POPRAWIONA I KOMPLETNA WERSJA 2026-04-13 – kółko koloru tej samej wielkości co przycisk menu + wyśrodkowane pionowo */
.user-list-container[data-v-2b11bbda] {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Nagłówek */
.header-section[data-v-2b11bbda] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.header-section h2[data-v-2b11bbda] {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.error-message[data-v-2b11bbda] {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

/* Filtry */
.filters-container[data-v-2b11bbda] {
  margin-bottom: 25px;
}
.input-with-search[data-v-2b11bbda] {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.input-with-search input[data-v-2b11bbda] {
  width: 100%;
  padding: 12px 16px;
  padding-right: 52px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  height: 48px;
  box-sizing: border-box;
}
.input-with-search input[data-v-2b11bbda]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.gabito-common-search-btn-v1[data-v-2b11bbda] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}
.gabito-common-search-btn-v1[data-v-2b11bbda]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-50%) scale(1.05);
}
.gabito-common-search-btn-v1 i[data-v-2b11bbda] {
  font-size: 17px;
}
.activity-filters-container[data-v-2b11bbda] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.activity-filter-label[data-v-2b11bbda] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600;
}
.activity-filter-label[data-v-2b11bbda]:hover {
  background: #e9ecef;
}
.activity-filter-label input[type="checkbox"][data-v-2b11bbda] {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}
.activity-filter-label input[type="checkbox"][data-v-2b11bbda]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

/* Grid kart */
.users-grid[data-v-2b11bbda] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.user-card.menu-open[data-v-2b11bbda] {
  z-index: 10;
}
.user-card.inactive-user[data-v-2b11bbda] {
  background: #fff5f5;
  border-color: #f8d7da;
}
.user-card.inactive-user[data-v-2b11bbda]:hover {
  background: #fff0f0;
}

/* === KÓŁKO KOLORU PRACOWNIKA – tej samej wielkości co przycisk menu + wyśrodkowane pionowo === */
.user-color-badge[data-v-2b11bbda] {
  position: absolute;
  top: 50%;
  right: 64px;           /* 20px (przycisk) + 36px (szerokość przycisku) + 8px (odstęp) */
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 3;
  transition: transform 0.2s ease;
}
.user-card:hover .user-color-badge[data-v-2b11bbda] {
  transform: scale(1.1);
}

/* Responsywność kółka */
@media (max-width: 480px) {
.user-color-badge[data-v-2b11bbda] {
    width: 34px;
    height: 34px;
    right: 54px;         /* dostosowane na telefonie (mniejszy odstęp) */
}
}

/* Style kart (pozostałe) */
.card-header[data-v-2b11bbda] {
  position: relative;
}
.header-right[data-v-2b11bbda] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
.header-left[data-v-2b11bbda] {
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-title a[data-v-2b11bbda] {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}
.card-title a[data-v-2b11bbda]:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Stany specjalne */
.loading-state[data-v-2b11bbda],
.empty-state[data-v-2b11bbda],
.no-results[data-v-2b11bbda] {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-state i[data-v-2b11bbda] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}
.empty-state i[data-v-2b11bbda],
.no-results i[data-v-2b11bbda] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}
.empty-state p[data-v-2b11bbda],
.no-results p[data-v-2b11bbda] {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}
.loading[data-v-2b11bbda] {
  text-align: center;
  padding: 20px;
  color: #666;
}

/* Avatar */
.user-avatar[data-v-2b11bbda] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.clickable-avatar[data-v-2b11bbda] {
  cursor: pointer;
}
.clickable-avatar[data-v-2b11bbda]:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.4);
}

/* Responsywność ogólna */
@media (max-width: 768px) {
.user-list-container[data-v-2b11bbda] {
    padding: 5px;
}
.user-avatar[data-v-2b11bbda] {
    width: 70px;
    height: 70px;
}
.header-section[data-v-2b11bbda] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.input-with-search[data-v-2b11bbda] {
    min-width: 100%;
}
.activity-filters-container[data-v-2b11bbda] {
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.activity-filter-label[data-v-2b11bbda] {
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}
.activity-filter-label input[type="checkbox"][data-v-2b11bbda] {
    width: 16px;
    height: 16px;
}
.users-grid[data-v-2b11bbda] {
    grid-template-columns: 1fr;
    gap: 0;
}
.header-right[data-v-2b11bbda] {
    right: 16px;
}
.header-left[data-v-2b11bbda] {
    padding-right: 40px;
}
}
@media (max-width: 480px) {
.users-grid[data-v-2b11bbda] {
    gap: 0;
}
.card-header[data-v-2b11bbda],
  .card-content[data-v-2b11bbda] {
    padding: 12px;
}
.header-right[data-v-2b11bbda] {
    right: 12px;
}
.header-left[data-v-2b11bbda] {
    padding-right: 36px;
}
}
.user-list-view[data-v-012d4faa] {
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.user-list-view[data-v-012d4faa] {
    padding: 5px;
}
}

/* style identyczne jak wcześniej – bez zmian */
.language-input-container[data-v-9beb04ec] { position: relative; display: inline-block; width: 100%;
}
.language-input[data-v-9beb04ec] { width: 100%; padding: 12px 40px 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; background: #fff;
}
.language-input[data-v-9beb04ec]:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}
.language-arrow[data-v-9beb04ec] { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #6b7280;
}
.language-dropdown[data-v-9beb04ec] { position: absolute; top: 100%; left: 0; right: 0; max-height: 200px; overflow-y: auto; background: #fff; border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 8px 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 10; display: none;
}
.language-dropdown.open[data-v-9beb04ec] { display: block;
}
.language-option[data-v-9beb04ec] { padding: 12px 16px; cursor: pointer; border-bottom: 1px solid #f0f0f0;
}
.language-option[data-v-9beb04ec]:hover, .language-option.selected[data-v-9beb04ec] { background: #f8f9fa; color: #007bff;
}
.language-loading[data-v-9beb04ec] { padding: 12px 16px; text-align: center; color: #666;
}

.photo-upload-group[data-v-a45fc5af] { margin: 20px 0;
}
.photo-preview-container[data-v-a45fc5af] { position: relative; display: inline-block; margin-bottom: 12px;
}
.photo-preview[data-v-a45fc5af] { width: 180px; height: 180px; object-fit: cover; border-radius: 12px; border: 3px solid #e0e0e0; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.remove-photo-btn[data-v-a45fc5af] { 
  position: absolute; top: -10px; right: -10px; 
  background: #dc3545; color: #fff; border: none; 
  border-radius: 50%; width: 32px; height: 32px; 
  font-size: 20px; cursor: pointer;
}
.change-photo-btn[data-v-a45fc5af] {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  transition: all 0.2s ease;
}
.change-photo-btn[data-v-a45fc5af]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.help-text[data-v-a45fc5af] { color: #666; font-size: 13px; display: block; margin-top: 6px;
}

.color-select-wrapper[data-v-b24189a9] {
  position: relative;
  width: 100%;
}
.color-dropdown-trigger[data-v-b24189a9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-height: 50px;
}
.color-dropdown-trigger[data-v-b24189a9]:hover:not(.disabled) {
  border-color: #007bff;
}
.color-dropdown-trigger.disabled[data-v-b24189a9] {
  opacity: 0.6;
  cursor: not-allowed;
}
.dropdown-arrow[data-v-b24189a9] {
  transition: transform 0.2s;
}
.color-dropdown-list[data-v-b24189a9] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 280px;
  overflow-y: auto;
  z-index: 20;
  margin-top: 4px;
}
.color-option[data-v-b24189a9] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.color-option[data-v-b24189a9]:last-child {
  border-bottom: none;
}
.color-option[data-v-b24189a9]:hover,
.color-option.selected[data-v-b24189a9] {
  background-color: #f8f9fa;
}
.color-swatch[data-v-b24189a9] {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.empty-swatch[data-v-b24189a9] {
  background: #e5e7eb;
  border: 2px dashed #9ca3af;
}
.color-name[data-v-b24189a9] {
  font-weight: 600;
  color: #111827;
}
.selected-color-preview[data-v-b24189a9] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.selected-color-preview.empty[data-v-b24189a9] {
  color: #6b7280;
}
.color-preview-view[data-v-b24189a9] {
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

/* Responsywność */
@media (max-width: 768px) {
.color-dropdown-list[data-v-b24189a9] {
    max-height: 220px;
}
}
/* c:\Gabito_system\gabito_front\src\modules\users\components\UserForm.css */
.user-form {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h2 {
  margin: 0 0 20px;
  color: #000000; /* Bardziej czarny */
  font-size: 24px;
  font-weight: 700; /* Wytłuszczony */
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.form-row.checkboxes {
  flex-direction: column;
  gap: 12px;
}

.form-group {
  flex: 1;
  margin-bottom: 15px;
  position: relative; /* Dla pozycjonowania dropdown */
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700; /* Wytłuszczony */
  color: #000000; /* Bardziej czarny */
  font-size: 16px; /* Większy dla czytelności */
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600; /* Wytłuszczony tekst obok checkboxa */
  cursor: pointer;
  color: #000000; /* Bardziej czarny */
  font-size: 16px; /* Większy dla czytelności */
}

input[type="checkbox"] {
  width: 18px; /* Większy rozmiar */
  height: 18px;
  border: 2px solid #000000; /* Czarna ramka dla czytelności */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; /* Płynna animacja */
  accent-color: #007bff; /* Kolor wypełnienia gdy zaznaczony */
}

input[type="checkbox"]:checked {
  background-color: #007bff; /* Niebieskie tło */
  border-color: #007bff; /* Pasująca ramka */
}

input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

input[readonly],
select[readonly] {
  background-color: #f8f9fa;
  color: #000000; /* Bardziej czarny tekst */
  cursor: text; /* Pozwala na zaznaczanie tekstu */
  opacity: 0.9;
  font-weight: 500; /* Lekko wytłuszczony */
}

input:disabled,
select:disabled {
  background-color: #f8f9fa;
  color: #000000; /* Bardziej czarny tekst */
  cursor: not-allowed;
  opacity: 0.9;
  font-weight: 500; /* Lekko wytłuszczony */
}

/* NOWE: Style dla custom input języków (analogiczne do UnitSettingsForm.css) */
.language-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.language-input {
  width: 100%;
  padding: 12px 40px 12px 16px; /* Miejsce na strzałkę */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.language-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.language-input:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.language-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6b7280;
  transition: transform 0.2s;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.language-dropdown.open {
  display: block;
}

.language-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.language-option:hover,
.language-option.selected {
  background-color: #f8f9fa;
  color: #007bff;
}

.language-option:last-child {
  border-bottom: none;
}

.language-loading {
  padding: 12px 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.form-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

button {
  padding: 12px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700; /* Wytłuszczony */
  transition: background 0.3s, transform 0.2s;
}

button:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}

button:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}

.cancel-button {
  background: #dc3545;
}

.cancel-button:hover {
  background: #c82333;
}

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600; /* Wytłuszczony błąd */
}

.loading-text {
  font-style: italic;
  color: #666;
  font-size: 12px;
}

@media (max-width: 768px) {
  .user-form {
    padding: 16px;
    margin: 16px;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .form-buttons {
    flex-direction: column;
  }

  button {
    width: 100%;
  }

  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .audit-modal {
    width: 95%;
    max-width: none;
  }

  /* NOWE: Responsywność dla language dropdown */
  .language-dropdown {
    max-height: 150px;
  }

  .language-option {
    padding: 10px 12px;
    font-size: 13px;
  }
}/* c:\Gabito_system\gabito_front\src\modules\users\components\UserForm.css */
.user-form[data-v-6e5a6120] {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h2[data-v-6e5a6120] {
  margin: 0 0 20px;
  color: #000000; /* Bardziej czarny */
  font-size: 24px;
  font-weight: 700; /* Wytłuszczony */
}
.form-row[data-v-6e5a6120] {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.form-row.checkboxes[data-v-6e5a6120] {
  flex-direction: column;
  gap: 12px;
}
.form-group[data-v-6e5a6120] {
  flex: 1;
  margin-bottom: 15px;
  position: relative; /* Dla pozycjonowania dropdown */
}
label[data-v-6e5a6120] {
  display: block;
  margin-bottom: 6px;
  font-weight: 700; /* Wytłuszczony */
  color: #000000; /* Bardziej czarny */
  font-size: 16px; /* Większy dla czytelności */
}
.checkbox-label[data-v-6e5a6120] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600; /* Wytłuszczony tekst obok checkboxa */
  cursor: pointer;
  color: #000000; /* Bardziej czarny */
  font-size: 16px; /* Większy dla czytelności */
}
input[type="checkbox"][data-v-6e5a6120] {
  width: 18px; /* Większy rozmiar */
  height: 18px;
  border: 2px solid #000000; /* Czarna ramka dla czytelności */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; /* Płynna animacja */
  accent-color: #007bff; /* Kolor wypełnienia gdy zaznaczony */
}
input[type="checkbox"][data-v-6e5a6120]:checked {
  background-color: #007bff; /* Niebieskie tło */
  border-color: #007bff; /* Pasująca ramka */
}
input[type="checkbox"][data-v-6e5a6120]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[data-v-6e5a6120],
select[data-v-6e5a6120] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[data-v-6e5a6120]:focus,
select[data-v-6e5a6120]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
input[readonly][data-v-6e5a6120],
select[readonly][data-v-6e5a6120] {
  background-color: #f8f9fa;
  color: #000000; /* Bardziej czarny tekst */
  cursor: text; /* Pozwala na zaznaczanie tekstu */
  opacity: 0.9;
  font-weight: 500; /* Lekko wytłuszczony */
}
input[data-v-6e5a6120]:disabled,
select[data-v-6e5a6120]:disabled {
  background-color: #f8f9fa;
  color: #000000; /* Bardziej czarny tekst */
  cursor: not-allowed;
  opacity: 0.9;
  font-weight: 500; /* Lekko wytłuszczony */
}
/* NOWE: Style dla custom input języków (analogiczne do UnitSettingsForm.css) */
.language-input-container[data-v-6e5a6120] {
  position: relative;
  display: inline-block;
  width: 100%;
}
.language-input[data-v-6e5a6120] {
  width: 100%;
  padding: 12px 40px 12px 16px; /* Miejsce na strzałkę */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.language-input[data-v-6e5a6120]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.language-input[data-v-6e5a6120]:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}
.language-arrow[data-v-6e5a6120] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6b7280;
  transition: transform 0.2s;
}
.language-dropdown[data-v-6e5a6120] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}
.language-dropdown.open[data-v-6e5a6120] {
  display: block;
}
.language-option[data-v-6e5a6120] {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.language-option[data-v-6e5a6120]:hover,
.language-option.selected[data-v-6e5a6120] {
  background-color: #f8f9fa;
  color: #007bff;
}
.language-option[data-v-6e5a6120]:last-child {
  border-bottom: none;
}
.language-loading[data-v-6e5a6120] {
  padding: 12px 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}
.form-buttons[data-v-6e5a6120] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
button[data-v-6e5a6120] {
  padding: 12px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700; /* Wytłuszczony */
  transition: background 0.3s, transform 0.2s;
}
button[data-v-6e5a6120]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
button[data-v-6e5a6120]:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}
.cancel-button[data-v-6e5a6120] {
  background: #dc3545;
}
.cancel-button[data-v-6e5a6120]:hover {
  background: #c82333;
}
.error[data-v-6e5a6120] {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600; /* Wytłuszczony błąd */
}
.loading-text[data-v-6e5a6120] {
  font-style: italic;
  color: #666;
  font-size: 12px;
}
@media (max-width: 768px) {
.user-form[data-v-6e5a6120] {
    padding: 16px;
    margin: 16px;
}
.form-row[data-v-6e5a6120] {
    flex-direction: column;
    gap: 12px;
}
.form-buttons[data-v-6e5a6120] {
    flex-direction: column;
}
button[data-v-6e5a6120] {
    width: 100%;
}
input[type="checkbox"][data-v-6e5a6120] {
    width: 16px;
    height: 16px;
}
.checkbox-label[data-v-6e5a6120] {
    font-size: 14px;
}
.audit-modal[data-v-6e5a6120] {
    width: 95%;
    max-width: none;
}

  /* NOWE: Responsywność dla language dropdown */
.language-dropdown[data-v-6e5a6120] {
    max-height: 150px;
}
.language-option[data-v-6e5a6120] {
    padding: 10px 12px;
    font-size: 13px;
}
}
.universal-preview-mode[data-v-6e5a6120] {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  max-width: none !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.loading-text[data-v-ba806bb4] { text-align: center; padding: 40px; font-size: 1.1rem; color: #666;
}
/* src/modules/unit-modules/components/UnitModuleList.css */
/* UTF-8 | USUNIĘTO WSZYSTKIE STYLE ZWIĄZANE Z SEKCJĄ KONTROLEK (.unit-module-controls, .table-toggle itd.) */
/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;

}
.gabito-btn-save:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel,
.gabito-btn-anuluj {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel:hover:not(:disabled),
.gabito-btn-anuluj:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {

  .gabito-btn-edit,
  .gabito-btn-save,
  .gabito-btn-cancel,
  .gabito-btn-anuluj,
  .gabito-btn-edit-general,
  .gabito-form-btn-dalej,
  .gabito-form-btn-anuluj {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
  }

  .gabito-btn-close {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}
.gabito-common-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h2 {
  margin: 0 0 24px;
  color: #333;
  font-size: 28px;
  font-weight: 600;
}
.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.unit-module-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.unit-module-list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.unit-module-list-table th,
.unit-module-list-table td {
  padding: 16px;
  border: 1px solid #e9ecef;
  text-align: left;
  vertical-align: top;
}
.unit-module-list-table th {
  background-color: #f8f9fa;
  font-weight: 500;
  color: #333;
  position: sticky;
  top: 0;
  z-index: 10;
}
.unit-module-list-table tr:hover {
  background-color: #f8f9fa;
}
.parent-module {
  background-color: #ffffff;
  font-weight: 600;
}
.child-module {
  background-color: #f8f9fa;
}
.child-level-1 {
  background-color: #e9ecef;
}
.child-level-2 {
  background-color: #dee2e6;
}
.child-level-3 {
  background-color: #d6dbdf;
}
.module-inactive {
  background-color: #fff5f5 !important;
  border-left: 4px solid #dc3545;
}
.expired {
  color: #dc3545;
  font-weight: bold;
}
.no-results {
  padding: 20px;
  color: #999;
  font-style: italic;
  text-align: center;
  background: #f8f9fa;
}
input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  accent-color: #007bff;
}
input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #007bff;
  animation: spin 1s ease-in-out infinite;
  margin-left: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* ================================================ */
/* Responsywność */
/* ================================================ */
@media screen and (max-width: 768px) {
  .gabito-common-list-container {
    padding: 5px;
  }

  .unit-module-list-table-wrapper {
    border-radius: 8px;
  }

  .unit-module-list-table thead {
    display: none;
  }

  .unit-module-list-table tbody tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 16px;
  }

  .unit-module-list-table td {
    display: block;
    text-align: right;
    border: none;
    padding: 12px 0;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
  }

  .unit-module-list-table td:before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 0;
    font-weight: 500;
    text-align: left;
    color: #333;
    width: 120px;
  }

  .unit-module-list-table td:last-child {
    text-align: center;
    border-bottom: none;
  }

  .unit-module-list-table tr.module-inactive {
    background-color: #fff5f5;
  }

  .unit-module-list-table td[data-label="Nazwa modułu"] {
    padding-left: calc(20px + 1rem);
  }
}
/* ================================================ */
/* Table Toggle (przełącznik General / Roles)       */
/* ================================================ */
.table-toggle {
  display: flex;
  gap: 8px;
  margin: 16px 0 20px 0;
  background: #5a5a5a;
  padding: 6px;
  border-radius: 10px;
  width: fit-content;
  border: 1px solid #e9ecef;
}
.table-toggle button {
  padding: 10px 20px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.table-toggle button.active {
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  color: #007bff;
}
.table-toggle button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.unit-module-list-view[data-v-cbc54a97] {
  padding: 20px;
  background-color: #f8f9fa;
  min-height: 100vh;
}
/* src/modules/unit-modules/components/UnitModuleForm.css */
/* UTF-8 | Usunięto style przycisków (przeniesione do gabito-common-buttons.css) */

.unit-module-form {
  max-width: 500px;
  margin: 20px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h2 {
  margin: 0 0 24px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.form-label {
  padding: 12px 16px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
}

input,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

input:focus,
select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

input:disabled,
select:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form-group > label:has(+ input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.role-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}

.role-checkboxes label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}

.role-checkboxes input[type="checkbox"] {
  margin-right: 8px;
  margin-left: 0;
  width: 16px;
  height: 16px;
}

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .unit-module-form {
    padding: 16px;
    margin: 16px;
  }

  .role-checkboxes {
    gap: 10px;
  }
}
.loading[data-v-e8e0243b],
.error[data-v-e8e0243b] {
  text-align: center;
  padding: 40px;
  font-size: 1.1rem;
  color: #666;
}
.error[data-v-e8e0243b] {
  color: #dc3545;
}

.price-list-container[data-v-141f22b7] {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.price-controls[data-v-141f22b7] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.price-controls-row[data-v-141f22b7] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.view-mode-controls[data-v-141f22b7] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.price-controls button[data-v-141f22b7],
.view-mode-controls button[data-v-141f22b7] {
  padding: 10px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.price-controls button[data-v-141f22b7]:hover,
.view-mode-controls button[data-v-141f22b7]:hover {
  background: #0056b3;
}
.view-mode-controls button.active[data-v-141f22b7] {
  background: #28a745;
}
.view-mode-controls button.active[data-v-141f22b7]:hover {
  background: #218838;
}
.price-controls-row input[data-v-141f22b7],
.price-controls-row select[data-v-141f22b7],
.group-select[data-v-141f22b7] {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 1;
  min-width: 200px;
  font-size: 16px;
}
.price-list-table-wrapper[data-v-141f22b7],
.package-list-table-wrapper[data-v-141f22b7] {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.price-list-table[data-v-141f22b7] {
  width: 100%;
  border-collapse: collapse;
}
.price-list-table th[data-v-141f22b7],
.price-list-table td[data-v-141f22b7] {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 18px;
}
.price-list-table th[data-v-141f22b7] {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}
.price-list-table tr[data-v-141f22b7]:hover {
  background-color: #f1f1f1;
}
.description-list[data-v-141f22b7] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.description-list li[data-v-141f22b7] {
  margin-bottom: 5px;
}
.error[data-v-141f22b7] {
  color: red;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border-radius: 4px;
  text-align: center;
}
.price-list-table button[data-v-141f22b7] {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  font-size: 14px;
  transition: background 0.3s;
  margin-right: 5px;
}
.price-list-table button[data-v-141f22b7]:hover {
  background-color: #218838;
}
.price-list-table .delete-button[data-v-141f22b7] {
  background-color: #dc3545;
}
.price-list-table .delete-button[data-v-141f22b7]:hover {
  background-color: #c82333;
}
@media screen and (max-width: 768px) {
.price-list-container[data-v-141f22b7] {
    padding: 15px;
}
.price-controls-row[data-v-141f22b7] {
    flex-direction: column;
}
.price-controls-row input[data-v-141f22b7],
  .price-controls-row select[data-v-141f22b7],
  .price-controls button[data-v-141f22b7],
  .group-select[data-v-141f22b7] {
    width: 100%;
    min-width: auto;
}
.view-mode-controls[data-v-141f22b7] {
    justify-content: center;
}
.price-list-table[data-v-141f22b7] {
    border: 0;
}
.price-list-table thead[data-v-141f22b7] {
    display: none;
}
.price-list-table tbody tr[data-v-141f22b7] {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.price-list-table td[data-v-141f22b7] {
    display: block;
    text-align: right;
    border: none;
    padding: 8px 0;
    position: relative;
    font-size: 18px;
}
.price-list-table td[data-v-141f22b7]:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    font-weight: bold;
    text-align: left;
    color: #333;
}
.price-list-table td[data-v-141f22b7]:last-child {
    text-align: center;
}
.price-list-table button[data-v-141f22b7] {
    width: 100%;
    margin: 5px 0;
}
}

.price-list-view[data-v-6652586b] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.price-form[data-v-c0ba50b5] {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-row[data-v-c0ba50b5] {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group[data-v-c0ba50b5] {
  flex: 1;
  margin-bottom: 15px;
}
label[data-v-c0ba50b5] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
input[data-v-c0ba50b5],
select[data-v-c0ba50b5] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
select[data-v-c0ba50b5] {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}
.description-row[data-v-c0ba50b5] {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.description-row input[data-v-c0ba50b5] {
  flex: 1;
}
.no-description[data-v-c0ba50b5] {
  color: #888;
  font-style: italic;
  margin-bottom: 10px;
}
.add-description[data-v-c0ba50b5] {
  background: #28a745;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.add-description[data-v-c0ba50b5]:hover {
  background: #218838;
}
.add-description[data-v-c0ba50b5]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.remove-description[data-v-c0ba50b5] {
  background: #dc3545;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.remove-description[data-v-c0ba50b5]:hover {
  background: #c82333;
}
.form-buttons[data-v-c0ba50b5] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
button[data-v-c0ba50b5] {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
button[data-v-c0ba50b5]:hover {
  background: #0056b3;
}
button[data-v-c0ba50b5]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-c0ba50b5] {
  background: #dc3545;
}
.cancel-button[data-v-c0ba50b5]:hover {
  background: #c82333;
}
.error[data-v-c0ba50b5] {
  color: red;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.price-form[data-v-c0ba50b5] {
    max-width: 100%;
    padding: 15px;
}
.form-row[data-v-c0ba50b5] {
    flex-direction: column;
    gap: 0;
}
.form-group[data-v-c0ba50b5] {
    margin-bottom: 15px;
}
.form-buttons[data-v-c0ba50b5] {
    flex-direction: column;
    gap: 10px;
}
button[data-v-c0ba50b5] {
    width: 100%;
}
}

.price-add-view[data-v-a94f6ba4] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.price-edit-view[data-v-c15c2aca] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}
.error[data-v-c15c2aca] {
  color: red;
  font-size: 1.2em;
}

.package-form[data-v-c5dae6b0] {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-row[data-v-c5dae6b0] {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group[data-v-c5dae6b0] {
  flex: 1;
  margin-bottom: 15px;
}
label[data-v-c5dae6b0] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
input[data-v-c5dae6b0],
select[data-v-c5dae6b0] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
select[data-v-c5dae6b0] {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-size: 12px;
}
.custom-group-input[data-v-c5dae6b0] {
  margin-top: 10px;
}
.item-row[data-v-c5dae6b0] {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.description-row[data-v-c5dae6b0] {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.description-row input[data-v-c5dae6b0] {
  flex: 1;
}
.no-description[data-v-c5dae6b0] {
  color: #888;
  font-style: italic;
  margin-bottom: 10px;
}
.remove-item[data-v-c5dae6b0],
.remove-description[data-v-c5dae6b0] {
  background: #dc3545;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.remove-item[data-v-c5dae6b0]:hover,
.remove-description[data-v-c5dae6b0]:hover {
  background: #c82333;
}
.add-item[data-v-c5dae6b0],
.add-description[data-v-c5dae6b0] {
  background: #28a745;
  color: white;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
.add-item[data-v-c5dae6b0]:hover,
.add-description[data-v-c5dae6b0]:hover {
  background: #218838;
}
.add-description[data-v-c5dae6b0]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.form-buttons[data-v-c5dae6b0] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
button[data-v-c5dae6b0] {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
button[data-v-c5dae6b0]:hover {
  background: #0056b3;
}
button[data-v-c5dae6b0]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-c5dae6b0] {
  background: #dc3545;
}
.cancel-button[data-v-c5dae6b0]:hover {
  background: #c82333;
}
.error[data-v-c5dae6b0] {
  color: red;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.package-form[data-v-c5dae6b0] {
    max-width: 100%;
    padding: 15px;
}
.form-row[data-v-c5dae6b0] {
    flex-direction: column;
    gap: 0;
}
.form-group[data-v-c5dae6b0] {
    margin-bottom: 15px;
}
.item-row[data-v-c5dae6b0] {
    flex-direction: column;
    gap: 10px;
}
.description-row[data-v-c5dae6b0] {
    flex-direction: column;
    gap: 10px;
}
.form-buttons[data-v-c5dae6b0] {
    flex-direction: column;
    gap: 10px;
}
button[data-v-c5dae6b0] {
    width: 100%;
}
}

.package-add-view[data-v-3bc50004] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.package-edit-view[data-v-ea4e8a6d] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}
.error[data-v-ea4e8a6d] {
  color: red;
  font-size: 1.2em;
}

.communication-test-form[data-v-0d13a940] {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.form-section[data-v-0d13a940] {
  margin-bottom: 30px;
}
.form-group[data-v-0d13a940] {
  margin-bottom: 15px;
}
label[data-v-0d13a940] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[data-v-0d13a940] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button[data-v-0d13a940] {
  width: 100%;
  padding: 10px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
button[data-v-0d13a940]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.error[data-v-0d13a940] {
  color: red;
  margin-top: 10px;
}
.error-link[data-v-0d13a940] {
  color: #007bff;
  text-decoration: underline;
  margin-left: 10px;
}
.success[data-v-0d13a940] {
  color: green;
  margin-top: 10px;
}

.communication-test-view[data-v-c2382958] {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.communication-sections[data-v-c2382958] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* src/modules/notifications/components/NotificationList.css */
/* UTF-8 | marzec 2026 | FIX: truncacja tytułu + spójność z FieldsList.vue */
.gabito-common-list-container[data-v-fc2da990] {
  height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* === UNIWERSALNY NAGŁÓWEK (identycznie jak w profilesbuttonspermissions) === */
.gabito-common-top-header[data-v-fc2da990] {
  width: 100%;
  margin: 0 -10px 30px -10px;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}
.gabito-common-title-with-select[data-v-fc2da990] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.gabito-common-title-row-3[data-v-fc2da990] {
  flex: 0 1 auto;
  margin-left: auto;
}
.gabito-common-title-actions[data-v-fc2da990] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
}
/* Przyciski w nagłówku */
.gabito-common-add-btn-v1[data-v-fc2da990] {
  background: #28a745 !important;
  color: white !important;
  font-size: 21px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  font-weight: 700;
}
.gabito-common-add-btn-v1[data-v-fc2da990]:hover {
  background: #218838 !important;
  transform: translateY(-1px) !important;
}
.gabito-common-clear-filters-btn-v1.icon-only[data-v-fc2da990] {
  background: #6c757d;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  min-width: 44px;
  height: 44px;
}
.gabito-common-clear-filters-btn-v1.icon-only[data-v-fc2da990]:hover {
  background: #5a6268;
}
.gabito-common-list-error-message[data-v-fc2da990] {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}
/* Sekcja wyszukiwania */
.search-section[data-v-fc2da990] {
  margin-bottom: 25px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.search-container[data-v-fc2da990] {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.search-input[data-v-fc2da990] {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.search-input[data-v-fc2da990]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.gabito-common-search-btn-v1[data-v-fc2da990] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: white;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  cursor: pointer;
}
/* GRID i karty */
.notifications-grid[data-v-fc2da990] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
  align-items: start;
}
.notification-card[data-v-fc2da990] {
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}
/* === NOWE STYLE DLA TRUNCACJI TYTUŁU (identycznie jak w FieldsList.css) === */
.header-left[data-v-fc2da990] {
  flex: 1 1 auto !important;
  min-width: 0;               /* KLUCZOWE – pozwala ellipsis w flex */
  overflow: hidden;
}
.shared-card-title.card-title[data-v-fc2da990] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0;
}
/* Reszta stylów (modale, responsywność) */
.loading-state[data-v-fc2da990],
.empty-state[data-v-fc2da990],
.no-results[data-v-fc2da990] {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
/* Responsywność */
@media (max-width: 768px) {
.gabito-common-list-container[data-v-fc2da990] { padding: 5px;
}
.notifications-grid[data-v-fc2da990] { grid-template-columns: 1fr; gap: 15px;
}
}

.notification-list-view[data-v-7e25682e] {
  padding: 20px;
  background-color: #f8f9fa;
  min-height: 100vh;
}

.notification-form[data-v-936d21ed] {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h2[data-v-936d21ed] {
  margin: 0 0 20px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.form-row[data-v-936d21ed] {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.form-group[data-v-936d21ed] {
  flex: 1;
}
label[data-v-936d21ed] {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
input[data-v-936d21ed],
textarea[data-v-936d21ed],
select[data-v-936d21ed] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[data-v-936d21ed]:focus,
select[data-v-936d21ed]:focus,
textarea[data-v-936d21ed]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
textarea[data-v-936d21ed] {
  min-height: 100px;
  resize: vertical;
}
input[data-v-936d21ed]:disabled,
select[data-v-936d21ed]:disabled,
textarea[data-v-936d21ed]:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}
.form-buttons[data-v-936d21ed] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
button[data-v-936d21ed] {
  padding: 12px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
button[data-v-936d21ed]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
button[data-v-936d21ed]:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  opacity: 0.6;
}
.cancel-button[data-v-936d21ed] {
  background: #dc3545;
}
.cancel-button[data-v-936d21ed]:hover {
  background: #c82333;
}
.error[data-v-936d21ed] {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
.notification-form[data-v-936d21ed] {
    padding: 16px;
    margin: 16px;
}
.form-row[data-v-936d21ed] {
    flex-direction: column;
    gap: 12px;
}
.form-buttons[data-v-936d21ed] {
    flex-direction: column;
}
button[data-v-936d21ed] {
    width: 100%;
}
}

.notification-detail-content[data-v-166cd9cd] { max-width: 860px; margin: 0 auto;
}
.notification-details p[data-v-166cd9cd] { margin-bottom: 14px; font-size: 15.5px;
}
.message-content[data-v-166cd9cd] { background: #f8f9fa; padding: 28px; border-radius: 10px; border-left: 6px solid #007bff; line-height: 1.7; font-size: 15.5px; white-space: pre-wrap;
}

.confirmation-details-content[data-v-2271961c] {
  max-width: 1100px;
  margin: 0 auto;
}
.details-grid[data-v-2271961c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
.detail-card[data-v-2271961c] {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid #e9ecef;
}
.detail-card.confirmation-read[data-v-2271961c] {
  border-left: 5px solid #28a745;
}
.detail-header h4[data-v-2271961c] {
  margin: 0 0 12px 0;
  color: #000000;
  font-weight: 700;
}
.detail-content p[data-v-2271961c] {
  margin: 6px 0;
  font-size: 15px;
}
.loading-state[data-v-2271961c], .no-results[data-v-2271961c] {
  text-align: center;
  padding: 80px 20px;
  color: #666;
  font-size: 18px;
}
/* src/modules/ai/components/AiModelList.style.css */
.ai-model-list-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ai-model-controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.ai-model-controls-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ai-model-controls button {
  padding: 10px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.ai-model-controls button:hover {
  background: #0056b3;
}

/* NOWE: Styl dla przycisku testowego (niebieski, jak inne przyciski akcji) */
.ai-model-controls button:nth-last-child(2) { /* Przycisk "Test domyślnego modelu" */
  background: #17a2b8; /* Info color dla wyróżnienia */
}

.ai-model-controls button:nth-last-child(2):hover {
  background: #138496;
}

.ai-model-controls input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 1;
  min-width: 200px;
  font-size: 14px;
}

.ai-model-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.ai-model-list-table {
  width: 100%;
  border-collapse: collapse;
}

.ai-model-list-table th,
.ai-model-list-table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.ai-model-list-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  color: #333;
}

.ai-model-list-table tr:hover {
  background-color: #f1f1f1;
}

.col-model {
  width: 150px;
}

.col-url-api-chat-llm {
  width: 200px;
}

.col-temperature {
  width: 80px;
}

.col-max-tokens {
  width: 80px;
}

.col-top-p {
  width: 80px;
}

.col-is-default {
  width: 80px;
  text-align: center;
}

.col-is-active {
  width: 80px;
  text-align: center;
}

.col-actions {
  width: 120px;
}

.model-inactive {
  background-color: #ffe6e6;
}

.error {
  color: red;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8d7da;
  border-radius: 4px;
  text-align: center;
}

button {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  font-size: 14px;
  transition: background 0.3s;
}

button:hover {
  background-color: #218838;
}

button.delete {
  background-color: #dc3545;
}

button.delete:hover {
  background-color: #c82333;
}

/* NOWE: Styl dla przycisku czyszczącego odpowiedź testową */
.clear-test-button {
  background-color: #6c757d;
  margin-top: 10px;
  padding: 8px 16px;
}

.clear-test-button:hover {
  background-color: #5a6268;
}

input[type="checkbox"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* NOWE: Styl dla sekcji odpowiedzi testowej (spójny z .response w AiPromptForm) */
.test-response {
  margin: 20px 0;
  padding: 15px;
  background: #e9ecef;
  border-radius: 4px;
  border-left: 4px solid #17a2b8;
}

.test-response h3 {
  margin-top: 0;
  color: #333;
}

.test-response pre {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
  overflow-x: auto;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .ai-model-list-container {
    padding: 15px;
  }

  .ai-model-controls-row {
    flex-direction: column;
  }

  .ai-model-controls input,
  .ai-model-controls button {
    width: 100%;
    min-width: unset;
  }

  .ai-model-list-table {
    border: 0;
  }

  .ai-model-list-table thead {
    display: none;
  }

  .ai-model-list-table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }

  .ai-model-list-table td {
    display: block;
    text-align: right;
    border: none;
    padding: 8px 0;
    position: relative;
    font-size: 14px;
  }

  .ai-model-list-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    font-weight: bold;
    text-align: left;
    color: #333;
  }

  .ai-model-list-table td:last-child {
    text-align: center;
  }

  .ai-model-list-table tr.model-inactive {
    background-color: #ffe6e6;
  }

  .ai-model-list-table button {
    width: 100%;
  }

  /* NOWE: Responsywność dla test-response */
  .test-response {
    padding: 10px;
  }

  .test-response pre {
    font-size: 12px;
  }
}
.ai-model-list-view[data-v-b8130a2f] {
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.ai-model-list-view[data-v-b8130a2f] {
    padding: 10px;
}
}

.ai-model-form[data-v-ea14cbcb] {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-row[data-v-ea14cbcb] {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group[data-v-ea14cbcb] {
  flex: 1;
  margin-bottom: 15px;
}
label[data-v-ea14cbcb] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
input[data-v-ea14cbcb],
select[data-v-ea14cbcb] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
input[type="checkbox"][data-v-ea14cbcb] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.form-group > label[data-v-ea14cbcb]:has(+ input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 0;
}
input[data-v-ea14cbcb]:disabled,
select[data-v-ea14cbcb]:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.form-buttons[data-v-ea14cbcb] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
button[data-v-ea14cbcb] {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
button[data-v-ea14cbcb]:hover {
  background: #0056b3;
}
button[data-v-ea14cbcb]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-ea14cbcb] {
  background: #dc3545;
}
.cancel-button[data-v-ea14cbcb]:hover {
  background: #c82333;
}
.error[data-v-ea14cbcb] {
  color: red;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.ai-model-form[data-v-ea14cbcb] {
    max-width: 100%;
    padding: 15px;
}
.form-row[data-v-ea14cbcb] {
    flex-direction: column;
    gap: 0;
}
.form-group[data-v-ea14cbcb] {
    margin-bottom: 15px;
}
.form-buttons[data-v-ea14cbcb] {
    flex-direction: column;
    gap: 10px;
}
button[data-v-ea14cbcb] {
    width: 100%;
}
}

.error[data-v-0ad1dc53] { color: red; text-align: center; padding: 20px;
}

.ai-prompt-form[data-v-8dd8b465] {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-row[data-v-8dd8b465] {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.form-group[data-v-8dd8b465] {
  flex: 1;
  margin-bottom: 15px;
}
label[data-v-8dd8b465] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
textarea[data-v-8dd8b465],
input[data-v-8dd8b465],
select[data-v-8dd8b465] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
textarea[data-v-8dd8b465] {
  resize: vertical;
}
input[data-v-8dd8b465]:disabled,
select[data-v-8dd8b465]:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}
.form-buttons[data-v-8dd8b465] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
button[data-v-8dd8b465] {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
button[data-v-8dd8b465]:hover {
  background: #0056b3;
}
button[data-v-8dd8b465]:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.cancel-button[data-v-8dd8b465] {
  background: #dc3545;
}
.cancel-button[data-v-8dd8b465]:hover {
  background: #c82333;
}
.error[data-v-8dd8b465] {
  color: red;
  margin-top: 10px;
  text-align: center;
}
.response[data-v-8dd8b465] {
  margin-top: 20px;
}
.response pre[data-v-8dd8b465] {
  background: #e9ecef;
  padding: 10px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
.ai-prompt-form[data-v-8dd8b465] {
    max-width: 100%;
    padding: 15px;
}
.form-row[data-v-8dd8b465] {
    flex-direction: column;
    gap: 0;
}
.form-group[data-v-8dd8b465] {
    margin-bottom: 15px;
}
.form-buttons[data-v-8dd8b465] {
    flex-direction: column;
    gap: 10px;
}
button[data-v-8dd8b465] {
    width: 100%;
}
}

.ai-prompt-view[data-v-1b121fc8] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  background-color: #f8f9fa;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.ai-prompt-view[data-v-1b121fc8] {
    padding: 10px;
}
}

/* === PEŁNE STYLE MODALU – self-contained === */
.rodo-modal-overlay[data-v-03cc97d4] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.rodo-modal[data-v-03cc97d4] {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 460px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rodo-modal-header[data-v-03cc97d4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.rodo-modal-header h3[data-v-03cc97d4] {
  margin: 0;
  color: #000000;
  font-weight: 700;
  font-size: 1.35rem;
}
.close-button[data-v-03cc97d4] {
  background: none;
  border: none;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  color: #666;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.close-button[data-v-03cc97d4]:hover {
  color: #dc3545;
  background-color: #fee2e2;
  transform: scale(1.1);
}
.rodo-modal-body[data-v-03cc97d4] {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Przyciski akcji */
.action-btn-large[data-v-03cc97d4] {
  width: 100%;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.show-history-btn[data-v-03cc97d4] {
  background: #17a2b8;
  color: white;
}
.show-history-btn[data-v-03cc97d4]:hover {
  background: #138496;
  transform: translateY(-3px);
}
.create-description-btn[data-v-03cc97d4] {
  background: #28a745;
  color: white;
}
.create-description-btn[data-v-03cc97d4]:hover {
  background: #218838;
  transform: translateY(-3px);
}
@media (max-width: 576px) {
.action-btn-large[data-v-03cc97d4] {
    padding: 18px 16px;
    font-size: 17px;
}
.rodo-modal[data-v-03cc97d4] {
    max-width: 92%;
}
}

/* === STYLOWANIE IDENTYCZNE JAK W POPRZEDNIEJ WERSJI === */
.rodo-modal-overlay[data-v-64ca3bb3] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 13000 !important;
}
.rodo-modal[data-v-64ca3bb3] {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 520px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 13001 !important;
}
.rodo-modal-header[data-v-64ca3bb3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.rodo-modal-header h3[data-v-64ca3bb3] {
  margin: 0;
  color: #000000;
  font-weight: 700;
}
.close-button[data-v-64ca3bb3] {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}
.rodo-modal-body[data-v-64ca3bb3] {
  padding: 20px;
}
.rodo-search-input[data-v-64ca3bb3] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
}
.rodo-list[data-v-64ca3bb3] {
  max-height: 340px;
  overflow-y: auto;
}
.rodo-option[data-v-64ca3bb3] {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}
.rodo-option[data-v-64ca3bb3]:hover {
  background: #f8f9fa;
}
.rodo-option-name[data-v-64ca3bb3] {
  font-weight: 600;
  color: #000000;
}
.rodo-option-details[data-v-64ca3bb3] {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.loading-text[data-v-64ca3bb3], .no-consents[data-v-64ca3bb3] {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-style: italic;
}
.no-consents[data-v-64ca3bb3] {
  color: #dc3545;
}

/* === STYLOWANIE Z WYSOKIM Z-INDEX === */
.rodo-modal-overlay[data-v-44a327c2] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 13000 !important;
}
.rodo-modal[data-v-44a327c2] {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 520px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 13001 !important;
}
.rodo-modal-header[data-v-44a327c2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.rodo-modal-header h3[data-v-44a327c2] {
  margin: 0;
  color: #000000;
  font-weight: 700;
}
.close-button[data-v-44a327c2] {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #666;
}
.rodo-modal-body[data-v-44a327c2] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rodo-search-input[data-v-44a327c2] {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
}
.rodo-list[data-v-44a327c2] {
  max-height: 300px;
  overflow-y: auto;
}
.rodo-option[data-v-44a327c2] {
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}
.rodo-option[data-v-44a327c2]:hover {
  background: #f8f9fa;
}
.rodo-option-name[data-v-44a327c2] {
  font-weight: 600;
  color: #000000;
}
.rodo-option-details[data-v-44a327c2] {
  font-size: 12px;
  color: #666;
}
.consent-type-badge[data-v-44a327c2] {
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
}
.consent-type-badge.electronic[data-v-44a327c2] { background: #e8f5e8; color: #28a745;
}
.consent-type-badge.paper[data-v-44a327c2] { background: #f8f9fa; color: #6c757d;
}
.loading-text[data-v-44a327c2] {
  text-align: center;
  color: #666;
}
.no-consents[data-v-44a327c2] {
  text-align: center;
  color: #dc3545;
  font-style: italic;
}
/* ============================================= */
/* ClientList.css – TYLKO STYLE LISTY I KART     */
/* POPRAWIONA WERSJA 2026 – zewnętrzny scrollbar body */
/* Encoding: UTF-8                               */
/* ============================================= */
/* === ZEWNĘTRZNY SCROLLBAR (body) – usunięto lokalny scroll === */
.gabito-common-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;                    /* zamiast fixed height */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Usunięto overflow-y: auto – teraz scrolluje całe okno przeglądarki */
  overflow-y: visible !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
/* reszta stylów bez zmian */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.client-card.inactive-client {
  background: #fff5f5;
  border-color: #f8d7da;
}
.client-card.inactive-client:hover {
  background: #fff0f0;
}
.no-rodo-consent {
  color: #dc3545;
}
/* Stany ładowania / pusta lista */
.loading-state,
.empty-state,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-state i,
.empty-state i,
.no-results i {
  font-size: 48px;
  margin-bottom: 16px;
}
.empty-state p,
.no-results p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}
/* Modal potwierdzenia deaktywacji/aktywacji */
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.confirm-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.confirm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.confirm-modal-header h3 {
  margin: 0;
  color: #000000;
  font-weight: 700;
}
.confirm-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.confirm-modal-body p {
  margin: 0;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
.confirm-modal-footer {
  padding: 20px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  border-top: 1px solid #e9ecef;
}
/* Avatar i ikony zgód */
.client-avatar {
  width: 80px;
  height: 80px;
  border-radius: 15%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  display: block;
  cursor: pointer;
}
.photo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.blacklist-icon,
.consent-icon {
  font-size: 24px;
}
/* Nagłówek karty – przycisk historii + menu akcji */
.header-right {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.visit-history-header-btn {
  width: 36px !important;
  height: 36px !important;
  background: #17a2b8;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.visit-history-header-btn:hover {
  background: #138496;
  transform: translateY(-1px);
}
/* Stopka karty */
.footer-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 9px !important;
  margin-top: auto !important;
  width: 100% !important;
  padding-right: 4px;
}
.footer-wrapper .heart-btn {
  margin-left: 0 !important;
}
.shared-card-content {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.shared-card-description {
  flex: 1 1 auto;
  margin-bottom: 16px;
  word-break: break-word;
}
.client-card,
.shared-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 380px !important;
  box-sizing: border-box !important;
}
.shared-card-content,
.client-card .shared-card-content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  padding: 20px 26px 24px 20px !important;
  box-sizing: border-box !important;
}
.shared-card-description,
.client-card .shared-card-description {
  flex: 1 1 auto !important;
  width: 100% !important;
  margin-bottom: 24px !important;
  padding-right: 12px !important;
  line-height: 1.65 !important;
}
.footer-wrapper,
.client-card .footer-wrapper {
  margin-top: auto !important;
  width: 100% !important;
}
.client-notes-notification-container {
  width: 100% !important;
}
/* Paginacja */
.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.btn-prev,
.btn-next {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-prev:disabled,
.btn-next:disabled {
  background: #dee2e6;
  cursor: not-allowed;
}
/* ============================================= */
/* RESPONSywNOŚĆ – tylko karty i grid            */
/* ============================================= */
@media (max-width: 768px) {
.gabito-common-list-container {
    min-height: calc(100vh - 60px);   /* nadal wypełnia ekran */
    padding: 5px;
}
.clients-grid {
    grid-template-columns: 1fr;
    gap: 0;
}
.footer-wrapper {
    gap: 8px;
}
.visit-history-header-btn,
  .heart-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
}
}

.client-list-view[data-v-9bf20542] {
  /*padding: 10px; */
  background-color: #f8f9fa;
  min-height: 100vh;
}

/* === NOWE STYLE Z WYSOKIM Z-INDEX === */
.rodo-modal-overlay[data-v-28622f13] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 13000 !important;           /* <<< KLUCZOWA ZMIANA */
}
.rodo-modal[data-v-28622f13] {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 520px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 13001 !important;
}

/* reszta stylów bez zmian */
.rodo-modal-header[data-v-28622f13] { padding: 20px; border-bottom: 1px solid #e9ecef; display: flex; justify-content: space-between; align-items: center;
}
.rodo-modal-header h3[data-v-28622f13] { margin: 0; color: #000; font-weight: 700;
}
.close-button[data-v-28622f13] { background: none; border: none; font-size: 28px; cursor: pointer; color: #666;
}
.close-button[data-v-28622f13]:hover { color: #dc3545;
}
.rodo-modal-body[data-v-28622f13] { padding: 20px;
}
.rodo-search-input[data-v-28622f13] { width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 15px;
}
.rodo-list[data-v-28622f13] { max-height: 340px; overflow-y: auto;
}
.rodo-option[data-v-28622f13] { padding: 14px; border-bottom: 1px solid #f0f0f0; cursor: pointer;
}
.rodo-option[data-v-28622f13]:hover { background: #f8f9fa;
}
.rodo-option-name[data-v-28622f13] { font-weight: 600;
}
.inactive-badge[data-v-28622f13] { color: #dc3545; font-size: 0.85em;
}
.rodo-option-details[data-v-28622f13] { font-size: 13px; color: #666; margin-top: 4px;
}
.loading-text[data-v-28622f13], .no-consents[data-v-28622f13] { text-align: center; padding: 40px 20px; color: #666; font-style: italic;
}
.no-consents[data-v-28622f13] { color: #dc3545;
}

.source-container[data-v-462d9179] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-edit-source[data-v-462d9179],
.btn-add-source[data-v-462d9179] {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-edit-source[data-v-462d9179]:hover,
.btn-add-source[data-v-462d9179]:hover {
  background: #0056b3;
}
.btn-edit-source[data-v-462d9179]:disabled,
.btn-add-source[data-v-462d9179]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.view-value[data-v-462d9179] {
  background-color: #f8f9fa !important;
  border: 1px solid #d1d5db !important;
  color: #111827 !important;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  width: 100%;
}

.groups-buttons-container[data-v-b5555493] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.rodo-add-button[data-v-b5555493] {
  flex: 1;
}
.btn-add-source[data-v-b5555493] {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-add-source[data-v-b5555493]:hover:not(:disabled) {
  background: #0056b3;
}
.btn-add-source[data-v-b5555493]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
/*
File: src/modules/clients/components/ClientForm.css
Encoding: utf-8
Wersja ostateczna – 16.03.2026
Główna poprawka: z-index modalu crop = 2147483647 (najwyższa możliwa wartość w CSS)
*/

.client-form {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

/* Przycisk "Dodaj z listy RODO" */
.rodo-add-button-container {
  margin-bottom: 20px;
  text-align: center;
}
.rodo-add-button {
  /* Dziedziczy z action-buttons.css */
}
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.form-row.checkboxes,
.form-row.rodo-section {
  flex-direction: column;
  gap: 12px;
}
.form-group {
  flex: 1;
}

/* === STYLE ZDJĘCIA PROFILOWEGO === */
.photo-upload-group {
  margin-bottom: 24px;
  text-align: center;
}
.photo-preview-container {
  position: relative;
  display: inline-block;
  margin: 16px 0;
}
.photo-preview {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  background: #f0f0f0;
}
.remove-photo-btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #dc3545;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-photo-btn:hover {
  background: #c82333;
}
.photo-input {
  display: block;
  margin: 0 auto;
}
.help-text {
  color: #666;
  font-size: 13px;
  margin-top: 8px;
}

/* === STYLE FORMULARZA === */
label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}
input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input,
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.error-field {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
  background-color: #fff5f5;
}
.error-field:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2) !important;
}
input[readonly],
textarea[readonly] {
  background-color: #f8f9fa;
  color: #000000;
  cursor: text;
  opacity: 0.9;
  font-weight: 500;
}
textarea {
  min-height: 100px;
  resize: vertical;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}
.consent-search-input {
  position: relative;
}
.consent-dropdown {
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.consent-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #000000;
  transition: background-color 0.2s;
}
.consent-option:hover {
  background-color: #f8f9fa;
}
.selected-consent-label {
  margin-top: 8px;
  padding: 8px;
  background: #e8f5e8;
  border: 1px solid #c3e6c3;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}
.rodo-link-container {
  margin-top: 8px;
}
.rodo-link-button {
  width: 100%;
  justify-content: center;
  font-size: 12px;
}
.no-consents {
  color: #666666;
  font-style: italic;
  font-size: 12px;
  margin-top: 4px;
}
.form-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}
.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
}
.loading-text {
  font-style: italic;
  color: #666;
  font-size: 12px;
}

/* ============================================= */
/* MODAL CROP – OSTATECZNA WERSJA Z NAJWYŻSZYM Z-INDEX */
/* ============================================= */
.crop-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.85) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 2147483647 !important;   /* najwyższa możliwa wartość w CSS */
}
.crop-modal {
  background: #fff !important;
  border-radius: 12px !important;
  width: 90% !important;
  max-width: 600px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
  z-index: 2147483648 !important;
}
.crop-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e9ecef;
}
.crop-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
.close-button:hover {
  color: #000;
}
.crop-modal-body {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.crop-container {
  width: 100%;
  height: 400px;
  max-height: 60vh;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.crop-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.crop-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #e9ecef;
}
.crop-button {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.crop-button:hover {
  background: #218838;
}
.cancel-button {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.cancel-button:hover {
  background: #c82333;
}

/* Responsywność modalu crop */
@media (max-width: 768px) {
  .crop-modal {
    width: 95%;
    height: 90vh;
  }
  .crop-container {
    height: 300px;
  }
  .crop-modal-footer {
    flex-direction: column;
    gap: 8px;
  }
  .crop-button,
  .cancel-button {
    width: 100%;
    padding: 12px;
  }
}

/* Pozostałe style (grupy klientów, ikony zgód, tryb podglądu) */
.selected-groups {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.selected-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
}
.remove-group-btn {
  background: #dc3545;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-group-btn:hover {
  background: #c82333;
}
.consent-icon {
  color: #28a745;
  font-size: 24px;
}
.blacklist-icon {
  color: #dc3545;
  font-size: 24px;
}
.no-rodo-consent {
  color: #dc3545;
  font-size: 24px;
}
@media (max-width: 768px) {
  .consent-icon,
  .blacklist-icon,
  .no-rodo-consent {
    font-size: 20px;
  }
}

/* Wyraźny tryb podglądu */
.client-form.view-mode input:disabled,
.client-form.view-mode select:disabled,
.client-form.view-mode textarea:disabled {
  opacity: 1 !important;
  background-color: #ffffff !important;
  color: #111827 !important;
  cursor: default !important;
  border-color: #d1d5db !important;
  font-weight: 500;
}
.client-form.view-mode label,
.client-form.view-mode .checkbox-label {
  color: #000000 !important;
  opacity: 1 !important;
  font-weight: 700;
}
.client-form.view-mode {
  background: #fafbfc;
}
.rodo-add-button-container[data-v-9978c54b] { margin-bottom: 24px; text-align: center;
}

.client-create-view[data-v-a16ada13] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}

.client-edit-view[data-v-185024e8] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f8f9fa;
}
/* ============================================= */
/* FIX SCROLL LIST – lokalne przewijanie przy zablokowanym pull-to-refresh */
/* Naprawia przewijanie list we wszystkich modułach (clients, users, notes itd.) */
/* Zastosowano dla /profilesbuttonspermissions – marzec 2026 */
/* ============================================= */
.gabito-common-list-container {
  height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* c:\Gabito_system\gabito_front\src\modules\profilesButtonsPermissions\components\ProfileList.css */
/* UTF-8 – luty 2026 */
/* Poprawiona wersja – przyciski identyczne jak w module clients (gabito-common) */

.gabito-common-top-header {
  width: 100%;
  margin: 0 -10px 30px -10px;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

.gabito-common-title-with-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.gabito-common-title-row-3 {
  flex: 0 1 auto;
  margin-left: auto;
}

.gabito-common-title-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
}

.gabito-common-add-btn-v1 {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2);
  white-space: nowrap;
}

.gabito-common-add-btn-v1:hover {
  background: #0056b3;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.gabito-common-add-btn-v1:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
}

.gabito-common-clear-filters-btn-v1.icon-only {
  background: #6c757d;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  min-width: 44px;
  height: 44px;
}

.gabito-common-clear-filters-btn-v1.icon-only:hover {
  background: #5a6268;
}

.gabito-common-list-error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

/* ============================================= */
/* ORYGINALNE STYLE MODUŁU (zachowane w 100%)   */
/* ============================================= */

.profile-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.header-section h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

.controls-section,
.search-section,
.action-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.select-control,
.search-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.select-control:focus,
.search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
  align-items: start !important;
  align-content: start !important;
  grid-auto-rows: min-content !important;
  justify-content: start;
}

.profiles-grid .shared-card,
.profiles-grid .profile-card {
  height: auto !important;
  min-height: auto !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.profile-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: visible;
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  position: relative;
  z-index: 1;
}

.profile-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.profile-card.menu-open {
  z-index: 10;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}

.card-title {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}

.action-btn.has-changes {
  border: 2px solid #FFD700;
  background-color: #ffed4e;
  color: #000000;
  font-weight: 700;
}

.action-btn.has-changes:hover {
  background-color: #f0d500;
}

.card-content {
  padding: 20px;
}

.card-description {
  margin: 0 0 16px;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.meta-item i {
  color: #007bff;
}

.loading-state,
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.loading-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}

.empty-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}

.empty-state p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.confirm-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.confirm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}

.confirm-modal-header h3 {
  margin: 0;
  color: #000000;
  font-weight: 700;
}

.confirm-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.confirm-modal-body p {
  margin: 0;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}

.confirm-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid #e9ecef;
}

.close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.3s, background 0.3s;
}

.close-button:hover {
  color: #333;
  background: #f8f9fa;
}

.template-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.template-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.audit-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.audit-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.audit-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  flex-shrink: 0;
}

.audit-modal-header h3 {
  margin: 0;
  color: #000000;
  font-size: 1.2em;
  font-weight: 700;
}

.audit-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #666;
}

.no-results {
  text-align: center;
  padding: 40px;
  color: #666;
  font-style: italic;
}

.small-text {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

.history-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.history-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;
}

.history-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.event-created { color: #28a745; font-weight: 600; }
.event-updated { color: #007bff; font-weight: 600; }
.event-deleted, .event-deactivated { color: #dc3545; font-weight: 600; }
.event-restored { color: #ffc107; font-weight: 600; }
.event-default { color: #6c757d; font-weight: 600; }

.notes-footer-wrapper {
  padding: 10px 20px;
  margin-top: auto;
}

/* ============================================= */
/* RESPONSywNOŚĆ */
/* ============================================= */
@media (max-width: 768px) {
  .profile-list-container {
    padding: 5px;
  }

  .profiles-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-header {
    padding: 16px;
  }

  .card-title {
    font-size: 16px;
  }

  .card-content {
    padding: 16px;
  }

  .confirm-modal,
  .template-modal,
  .audit-modal {
    width: 95%;
  }

  .notes-footer-wrapper {
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .gabito-common-add-btn-v1 {
    padding: 10px 16px;
    font-size: 14px;
  }
}
/* === FIX STOPKI NOTATEK === */
.profile-card .footer-wrapper[data-v-b3495fb0],
.profile-card .notes-footer-wrapper[data-v-b3495fb0] {
  padding: 10px 20px !important;
  margin-top: auto !important;
  width: 100% !important;
}

.profile-list-view[data-v-16e5a034] {
  /*padding: 20px;*/
  background-color: #f8f9fa;
  min-height: 100vh;
}
/* c:\Gabito_system\gabito_front\src\modules\profilesButtonsPermissions\components\ProfileForm.css */
/* Kontener formularza – spójny z ClientForm.css */
.profile-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.profile-form h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

.form-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  min-height: 40px;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

/* Usunięto lokalne style button i .cancel-button – dziedziczą z action-buttons.css (.btn-add, .btn-delete) */

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
}

/* Responsywność – spójna z clients */
@media (max-width: 768px) {
  .profile-form {
    padding: 16px;
    margin: 16px;
  }

  .form-buttons {
    flex-direction: column;
  }
}/* c:\Gabito_system\gabito_front\src\modules\profilesButtonsPermissions\components\PermissionsForm.css */

/* Kontener główny – spójny z ClientForm.css */
.permissions-form {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.permissions-form h2 {
  margin: 0 0 20px;
  color: #000000; /* Bardziej czarny */
  font-size: 24px;
  font-weight: 700; /* Wytłuszczony */
}

/* Sekcja przycisków globalnych – spójna z controls-section w clients */
.global-toggle-section {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
}

/* Usunięto lokalne style .toggle-btn – dziedziczy z action-buttons.css (.btn-add, .btn-delete) */

.modules-container {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.module-section {
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.module-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.module-header {
  padding: 15px 20px;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background 0.3s ease;
  border-bottom: 1px solid #e9ecef;
}

.module-header:hover {
  background: #e9ecef;
}

.module-title {
  margin: 0;
  color: #000000; /* Bardziej czarny */
  font-size: 16px;
  font-weight: 700; /* Wytłuszczony */
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.module-title i {
  color: #007bff;
  transition: transform 0.3s ease;
  font-size: 12px;
}

.module-count {
  font-size: 12px;
  color: #666;
  background: #e9ecef;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.module-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 20px;
}

.module-content.expanded {
  max-height: 2000px;
  padding: 20px;
}

.buttons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.button-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.button-item:last-child {
  border-bottom: none;
}

.button-code {
  min-width: 80px;
  font-family: monospace;
  font-size: 12px;
  color: #666;
  text-align: center;
  font-weight: 600;
}

.button-description {
  flex: 1;
  color: #000000; /* Bardziej czarny */
  font-size: 14px;
  cursor: default;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 500;
}

.button-description.clickable {
  cursor: pointer;
  color: #0056b3;
  padding: 4px 8px;
  border-radius: 4px;
}

.button-description.clickable:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}

.permission-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.permission-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease;
  border: 2px solid #000000;
  border-radius: 4px;
  accent-color: #007bff;
}

.permission-checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

/* Usunięto lokalne style button i .cancel-button – dziedziczą z action-buttons.css (.btn-add, .btn-delete) */

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
}

/* Responsywność – spójna z clients */
@media (max-width: 768px) {
  .permissions-form {
    padding: 16px;
    margin: 16px;
  }

  .global-toggle-section {
    flex-direction: column;
    gap: 12px;
  }

  .module-header {
    padding: 12px 16px;
  }

  .module-content.expanded {
    padding: 16px;
  }

  .button-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }

  .button-code {
    min-width: auto;
    align-self: flex-end;
  }

  .permission-checkbox {
    align-self: flex-end;
  }

  .form-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .button-item {
    gap: 6px;
    padding: 8px 0;
  }

  .permission-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}/* c:\Gabito_system\gabito_front\src\modules\lead-sources\components\LeadSourceList.css */
/* Encoding: UTF-8 */
/* Usunięto duplikaty stylów .audit-modal-* i .confirm-modal-* (teraz używane globalne AuditModal i ConfirmationModal) */

.lead-source-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.header-section h2 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

.controls-section,
.search-section,
.action-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.status-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.status-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600;
}

.status-filter-label:hover {
  background: #e9ecef;
}

.status-filter-label input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}

.status-filter-label input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

.select-control,
.search-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.select-control:focus,
.search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.search-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.lead-sources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.loading-state,
.empty-state,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.loading-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}

.empty-state i,
.no-results i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}

.empty-state p,
.no-results p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

.view-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.view-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

.view-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  flex-shrink: 0;
}

.view-modal-header h3 {
  margin: 0;
  color: #000000;
  font-size: 1.2em;
  font-weight: 700;
}

.close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.3s, background 0.3s;
}

.close-button:hover {
  color: #333;
  background: #f8f9fa;
}

.view-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

/* Usunięto duplikaty .audit-modal-overlay, .audit-modal, .confirm-modal-overlay, .confirm-modal */

/* Pozostałe style (history-cards zachowane dla kompatybilności z innymi modułami) */
.history-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.history-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;
}

.history-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.btn-prev, .btn-next {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-prev:disabled, .btn-next:disabled {
  background: #dee2e6;
  cursor: not-allowed;
}

.btn-prev:hover:not(:disabled), .btn-next:hover:not(:disabled) {
  background: #0056b3;
}

@media (max-width: 768px) {
  .lead-source-list-container {
    padding: 5px;
  }

  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .controls-section,
  .search-section,
  .action-section {
    flex-direction: column;
    width: 100%;
  }

  .status-filters {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .status-filter-label {
    justify-content: center;
    padding: 12px;
    font-size: 14px;
  }

  .status-filter-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .lead-sources-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .view-modal {
    width: 95%;
    max-width: none;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  
  .uep-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 1200;
  padding: 0;
}
}

/* c:\Gabito_system\gabito_front\src\modules\lead-sources\components\LeadSourceList.css */
/* Encoding: UTF-8 */
/* Usunięto duplikaty stylów .audit-modal-* i .confirm-modal-* (teraz używane globalne AuditModal i ConfirmationModal) */
.lead-source-list-container[data-v-4085a016] {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.header-section[data-v-4085a016] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.header-section h2[data-v-4085a016] {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
.error-message[data-v-4085a016] {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}
.controls-section[data-v-4085a016],
.search-section[data-v-4085a016],
.action-section[data-v-4085a016] {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.status-filters[data-v-4085a016] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.status-filter-label[data-v-4085a016] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600;
}
.status-filter-label[data-v-4085a016]:hover {
  background: #e9ecef;
}
.status-filter-label input[type="checkbox"][data-v-4085a016] {
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}
.status-filter-label input[type="checkbox"][data-v-4085a016]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.select-control[data-v-4085a016],
.search-input[data-v-4085a016] {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.select-control[data-v-4085a016]:focus,
.search-input[data-v-4085a016]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.search-icon[data-v-4085a016] {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-container[data-v-4085a016] {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.lead-sources-grid[data-v-4085a016] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.loading-state[data-v-4085a016],
.empty-state[data-v-4085a016],
.no-results[data-v-4085a016] {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-state i[data-v-4085a016] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}
.empty-state i[data-v-4085a016],
.no-results i[data-v-4085a016] {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}
.empty-state p[data-v-4085a016],
.no-results p[data-v-4085a016] {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}
.view-modal-overlay[data-v-4085a016] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.view-modal[data-v-4085a016] {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.view-modal-header[data-v-4085a016] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  flex-shrink: 0;
}
.view-modal-header h3[data-v-4085a016] {
  margin: 0;
  color: #000000;
  font-size: 1.2em;
  font-weight: 700;
}
.close-button[data-v-4085a016] {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.3s, background 0.3s;
}
.close-button[data-v-4085a016]:hover {
  color: #333;
  background: #f8f9fa;
}
.view-modal-body[data-v-4085a016] {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
/* Usunięto duplikaty .audit-modal-overlay, .audit-modal, .confirm-modal-overlay, .confirm-modal */
/* Pozostałe style (history-cards zachowane dla kompatybilności z innymi modułami) */
.history-cards[data-v-4085a016] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.history-card[data-v-4085a016] {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;
}
.history-card[data-v-4085a016]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}
.pagination-section[data-v-4085a016] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.btn-prev[data-v-4085a016], .btn-next[data-v-4085a016] {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
.btn-prev[data-v-4085a016]:disabled, .btn-next[data-v-4085a016]:disabled {
  background: #dee2e6;
  cursor: not-allowed;
}
.btn-prev[data-v-4085a016]:hover:not(:disabled), .btn-next[data-v-4085a016]:hover:not(:disabled) {
  background: #0056b3;
}
@media (max-width: 768px) {
.lead-source-list-container[data-v-4085a016] {
    padding: 5px;
}
.header-section[data-v-4085a016] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.controls-section[data-v-4085a016],
  .search-section[data-v-4085a016],
  .action-section[data-v-4085a016] {
    flex-direction: column;
    width: 100%;
}
.status-filters[data-v-4085a016] {
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.status-filter-label[data-v-4085a016] {
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}
.status-filter-label input[type="checkbox"][data-v-4085a016] {
    width: 16px;
    height: 16px;
}
.lead-sources-grid[data-v-4085a016] {
    grid-template-columns: 1fr;
    gap: 0;
}
.view-modal[data-v-4085a016] {
    width: 95%;
    max-width: none;
}
.checkbox-label[data-v-4085a016] {
    font-size: 14px;
}
.checkbox-label input[type="checkbox"][data-v-4085a016] {
    width: 16px;
    height: 16px;
}
.uep-overlay[data-v-4085a016] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: stretch;
  justify-content: center;
  z-index: 1200;
  padding: 0;
}
}

.lead-source-list-view[data-v-23bf4d3f] {
  min-height: 100vh;
  background-color: #f8f9fa;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.lead-source-list-view[data-v-23bf4d3f] {
}
}
/* c:\Gabito_system\gabito_front\src\modules\lead-sources\components\LeadSourceForm.css */
.lead-source-form {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h2 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.form-row.checkboxes,
.form-row.status-section {
  flex-direction: column;
  gap: 12px;
}

.form-group {
  flex: 1;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff;
}

input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.error-field {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
  background-color: #fff5f5;
}

.error-field:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2) !important;
}

input[readonly],
textarea[readonly] {
  background-color: #f8f9fa;
  color: #000000;
  cursor: text;
  opacity: 0.9;
  font-weight: 500;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  text-align: center;
  font-weight: 600;
}

.loading-text {
  font-style: italic;
  color: #666;
  font-size: 12px;
}

@media (max-width: 768px) {
  .lead-source-form {
    padding: 16px;
    margin: 16px;
  }

  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

  .checkbox-label {
    font-size: 14px;
  }
}
/* Styling jest w pełni obsługiwany przez UniversalEntityPreview + gabito-common-buttons.css */

.searchable-input-container[data-v-ba50c639] { position: relative; display: inline-block; width: 100%;
}
.searchable-input[data-v-ba50c639] { width: 100%; padding: 12px 40px 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; background: #fff; transition: border-color 0.3s, box-shadow 0.3s;
}
.searchable-input[data-v-ba50c639]:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.searchable-input[data-v-ba50c639]:disabled { background-color: #f8f9fa; cursor: not-allowed;
}
.arrow[data-v-ba50c639] { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #6b7280; transition: transform 0.2s;
}
.searchable-dropdown[data-v-ba50c639] { position: absolute; top: 100%; left: 0; right: 0; max-height: 200px; overflow-y: auto; background: #fff; border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 8px 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); z-index: 10; display: none;
}
.searchable-dropdown.open[data-v-ba50c639] { display: block;
}
.searchable-option[data-v-ba50c639] { padding: 12px 16px; cursor: pointer; border-bottom: 1px solid #f0f0f0; font-size: 14px;
}
.searchable-option[data-v-ba50c639]:hover, .searchable-option.selected[data-v-ba50c639] { background-color: #f8f9fa; color: #007bff;
}
.searchable-option[data-v-ba50c639]:last-child { border-bottom: none;
}
.searchable-loading[data-v-ba50c639] { padding: 12px 16px; text-align: center; color: #666; font-style: italic;
}

.current-logo-container[data-v-8f188054] {
  margin-bottom: 12px;
}
.logo-preview[data-v-8f188054] {
  width: 200px;
  height: 100px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.current-logo[data-v-8f188054] {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
/* c:\Gabito_system\gabito_front\src\modules\unitManagement\components\UnitSettingsForm.css */
/* Style formularza - dostosowane do ClientForm.css */
/* ZMIANY: Przywrócono wszystkie oryginalne style dropdownów (language, currency, timezone) – dropdowny nie są już zepsute.
   Dodano style dla nowego komponentu SearchableSelect.vue (identyczny wygląd). Plik jest teraz w 100% kompatybilny. */

.unit-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  position: relative; /* Dla pozycjonowania dropdown */
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}

input,
select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* === STARE STYLE (przywrócone w całości) === */
.language-input-container,
.currency-input-container,
.timezone-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.language-input,
.currency-input,
.timezone-input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.language-input:focus,
.currency-input:focus,
.timezone-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.language-input:disabled,
.currency-input:disabled,
.timezone-input:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.language-arrow,
.currency-arrow,
.timezone-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6b7280;
  transition: transform 0.2s;
}

.language-dropdown,
.currency-dropdown,
.timezone-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.language-dropdown.open,
.currency-dropdown.open,
.timezone-dropdown.open {
  display: block;
}

.language-option,
.currency-option,
.timezone-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.language-option:hover,
.language-option.selected,
.currency-option:hover,
.currency-option.selected,
.timezone-option:hover,
.timezone-option.selected {
  background-color: #f8f9fa;
  color: #007bff;
}

.language-option:last-child,
.currency-option:last-child,
.timezone-option:last-child {
  border-bottom: none;
}

.language-loading,
.currency-loading,
.timezone-loading {
  padding: 12px 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}

/* === NOWE STYLE DLA SearchableSelect.vue === */
.searchable-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.searchable-input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.searchable-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.searchable-input:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

.arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6b7280;
  transition: transform 0.2s;
}

.searchable-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.searchable-dropdown.open {
  display: block;
}

.searchable-option {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.searchable-option:hover,
.searchable-option.selected {
  background-color: #f8f9fa;
  color: #007bff;
}

.searchable-option:last-child {
  border-bottom: none;
}

.searchable-loading {
  padding: 12px 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}

/* Pozostałe style (niezmienione) */
input[type="file"] {
  padding: 8px;
}

.logo-preview {
  width: 200px;
  height: 100px;
  object-fit: contain;
  margin-top: 10px;
  border-radius: 4px;
}

.current-logo {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.form-buttons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

.error {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  font-weight: 600;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .form-buttons {
    flex-direction: column;
  }
}
ul[data-v-4e47ec35] { list-style: none; margin: 0; padding: 0;
}
.field-error[data-v-4e47ec35] { color: #dc3545; font-size: 12px; margin-top: 4px;
}
/* c:\Gabito_system\gabito_front\src\modules\unitManagement\views\UnitSettingsView.css */
/* Style dla widoku ustawień jednostki - dostosowane do UnitList.css i UnitSettingsForm.css */

.unit-settings-view {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.view-header h1 {
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.unit-selection-section {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.unit-selection-section h3 {
  margin-top: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}

.select-control {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.select-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.select-control:disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.info-message {
  background: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 6px;
  border-left: 4px solid #28a745;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-message i {
  font-size: 16px;
}

.loading-state {
  text-align: center;
  padding: 40px;
  color: #666;
}

.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid #dc3545;
  margin-top: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .unit-settings-view {
    padding: 10px;
  }

  .select-control {
    max-width: 100%;
  }
}
.progress-section[data-v-32298aa1] { margin: 20px 0;
}
.progress-label[data-v-32298aa1] { margin-bottom: 8px; font-weight: 600;
}
.progress-bar-container[data-v-32298aa1] { width: 100%; background: #e9ecef; border-radius: 8px; height: 32px; overflow: hidden;
}
.progress-bar[data-v-32298aa1] { height: 100%; background: #007bff; transition: width 0.7s ease;
}
.progress-bar.complete[data-v-32298aa1] { background: #28a745;
}
.progress-text[data-v-32298aa1] { margin-top: 8px; font-size: 1.1em; font-weight: bold; text-align: center; color: #333;
}
.generate-button[data-v-32298aa1] { 
  min-width: 240px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
  font-weight: 600;
}
.modal-overlay[data-v-32298aa1] {
  position: fixed; 
  inset: 0; 
  background: rgba(0,0,0,0.5); 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  z-index: 1001; /* Increased z-index to overlay header (which has 1000) */
}
.modal-content[data-v-32298aa1] { 
  background: #fff; 
  padding: 20px; 
  border-radius: 8px; 
  width: 90%; 
  max-width: 560px; 
  z-index: 1002; /* Higher for content to be above overlay */
}

/* NEW: Style for single delete button */
.delete-single-button[data-v-32298aa1] {
  background: #dc3545; color: #fff; border: none; padding: 6px 12px; border-radius: 4px; cursor: pointer; margin-left: 8px;
}
.delete-single-button[data-v-32298aa1]:hover:not(:disabled) { background: #c82333;
}
.delete-single-button[data-v-32298aa1]:disabled { background: #6c757d; cursor: not-allowed;
}

/* NOWY: Style dla przycisku normalizacji */
.normalize-button[data-v-32298aa1] {
  background: #ffc107; color: #212529; border: none; padding: 8px 12px; border-radius: 4px; cursor: pointer; margin-left: 8px;
  min-width: 180px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600;
}
.normalize-button[data-v-32298aa1]:hover:not(:disabled) { background: #e0a800;
}
.normalize-button[data-v-32298aa1]:disabled { background: #6c757d; cursor: not-allowed;
}
@media (max-width: 768px) {
.controls-section[data-v-32298aa1] { flex-direction: column; align-items: stretch;
}
.language-controls[data-v-32298aa1] { flex-direction: column; gap: 10px;
}
.generate-button[data-v-32298aa1] { min-width: auto; width: 100%;
}
}
/* MyProfilePreview.css */
/* Encoding: UTF-8 */
/* ZAKTUALIZOWANY 13.04.2026 – dodano kolor pracownika (badge) + poprawki responsywności */
.gabito-common-list-container[data-v-6afb53da] {
  height: calc(100vh - 60px) !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.myprofile-preview[data-v-6afb53da] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #f8f9fa;
  padding: 20px;
}
.preview-card[data-v-6afb53da] {
  background: white;
  max-width: 480px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 40px 30px;
  text-align: center;
}

/* Zdjęcie profilowe */
.profile-photo-large[data-v-6afb53da] {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #e0e0e0;
  margin-bottom: 24px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profile-photo-large[data-v-6afb53da]:hover {
  transform: scale(1.08);
  box-shadow: 0 0 25px rgba(0, 123, 255, 0.6);
}
.no-photo-placeholder[data-v-6afb53da] {
  font-size: 120px;
  color: #ccc;
  margin-bottom: 20px;
}
.profile-info[data-v-6afb53da] {
  text-align: left;
  margin: 30px 0;
  font-size: 15px;
  line-height: 2.1;
}
.info-row[data-v-6afb53da] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.info-row strong[data-v-6afb53da] {
  display: inline-block;
  width: 110px;
  color: #555;
  font-weight: 700;
}

/* ==================== KOLOR PRACOWNIKA ==================== */
.color-row[data-v-6afb53da] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.color-badge-preview[data-v-6afb53da] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

/* ==================== USTAWIENIA BIOMETRYCZNE ==================== */
.settings-section[data-v-6afb53da] {
  margin: 30px 0;
  text-align: left;
}
.settings-section h3[data-v-6afb53da] {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}
.switch-container[data-v-6afb53da] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.switch-container span[data-v-6afb53da] {
  margin-left: 10px;
  font-size: 15px;
  color: #555;
}
.switch[data-v-6afb53da] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input[data-v-6afb53da] {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider[data-v-6afb53da] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}
.slider[data-v-6afb53da]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider[data-v-6afb53da] {
  background-color: #007bff;
}
input:checked + .slider[data-v-6afb53da]:before {
  transform: translateX(26px);
}
input:disabled + .slider[data-v-6afb53da] {
  opacity: 0.6;
  cursor: not-allowed;
}
.biometric-button[data-v-6afb53da] {
  background: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
}
.biometric-button[data-v-6afb53da]:hover {
  background: #218838;
}
.preview-buttons[data-v-6afb53da] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.edit-button[data-v-6afb53da] {
  background: #007bff;
  color: white;
  font-weight: 700;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.secondary-button[data-v-6afb53da] {
  background: #6c757d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Loading i błędy */
.loading-spinner[data-v-6afb53da] {
  font-size: 18px;
  color: #007bff;
  text-align: center;
}
.error[data-v-6afb53da] {
  color: red;
  margin-top: 10px;
  text-align: center;
}

/* Responsywność */
@media (max-width: 768px) {
.myprofile-preview[data-v-6afb53da] { padding: 16px;
}
.preview-card[data-v-6afb53da] { padding: 30px 20px;
}
.profile-photo-large[data-v-6afb53da] { width: 140px; height: 140px;
}
.info-row strong[data-v-6afb53da] { width: 100px;
}
.color-badge-preview[data-v-6afb53da] { width: 26px; height: 26px;
}
}
@media (max-width: 480px) {
.preview-card[data-v-6afb53da] { padding: 25px 15px;
}
.color-badge-preview[data-v-6afb53da] { width: 24px; height: 24px;
}
}
/* Style language przeniesione z MyProfileForm.css */
.language-input-container[data-v-0ac38dbd] { position: relative; display: inline-block; width: 100%;
}
.language-input[data-v-0ac38dbd] { width: 100%; padding: 12px 40px 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; background: #fff;
}
.language-input[data-v-0ac38dbd]:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}
.language-arrow[data-v-0ac38dbd] { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #6b7280;
}
.language-dropdown[data-v-0ac38dbd] { position: absolute; top: 100%; left: 0; right: 0; max-height: 200px; overflow-y: auto; background: #fff; border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 8px 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 10; display: none;
}
.language-dropdown.open[data-v-0ac38dbd] { display: block;
}
.language-option[data-v-0ac38dbd] { padding: 12px 16px; cursor: pointer; border-bottom: 1px solid #f0f0f0;
}
.language-option[data-v-0ac38dbd]:hover, .language-option.selected[data-v-0ac38dbd] { background-color: #f8f9fa; color: #007bff;
}
.language-loading[data-v-0ac38dbd] { padding: 12px 16px; text-align: center; color: #666; font-style: italic;
}

.photo-upload-group[data-v-51207000] { margin-bottom: 20px;
}
.photo-preview-container[data-v-51207000] { position: relative; display: inline-block; margin-bottom: 12px;
}
.photo-preview[data-v-51207000] { width: 180px; height: 180px; object-fit: cover; border-radius: 12px; border: 3px solid #e0e0e0; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.remove-photo-btn[data-v-51207000] { position: absolute; top: -10px; right: -10px; background: #dc3545; color: #fff; border: none; border-radius: 50%; width: 32px; height: 32px; font-size: 20px; cursor: pointer;
}
.change-photo-btn[data-v-51207000] { background: #007bff; color: white; border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-weight: 600; display: flex; align-items: center; gap: 8px;
}
.change-photo-btn[data-v-51207000]:hover:not(:disabled) { background: #0056b3; transform: translateY(-1px);
}
.help-text[data-v-51207000] { color: #666; font-size: 13px; display: block; margin-top: 6px;
}
/* src\modules\myProfile\components\MyProfileForm.css */
/* Encoding: UTF-8 */
/* Usunięto wszystkie style związane ze starym uploaderem + crop (przeniesione do nowego ProfilePhotoUploader.vue) */

.myprofile-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.form-group {
  flex: 1;
  margin-bottom: 15px;
  position: relative;
}
label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}
input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
input:disabled {
  background-color: #f8f9fa;
  color: #000000;
  cursor: not-allowed;
  opacity: 0.9;
  font-weight: 500;
}

/* Responsywność */
@media (max-width: 768px) {
  .myprofile-form { padding: 16px; }
  .form-row { flex-direction: column; gap: 12px; }
}
.payments-view[data-v-cab059b2] {
  padding: 20px;
  text-align: center;
}
/* src/modules/ClientGroups/components/ClientGroupList.css */
/* Encoding: utf-8 */
/* Module-specific styles only – shared card styles moved to shared-card-styles.css */
/* Main container – minimalist background, more space */
.client-group-list-container {
  max-width: 100vw; /* Full viewport width for minimal free space */
  margin: 0; /* No auto to use full width */
  padding: 10px; /* Minimal side padding */
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* Header */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.header-section h2 {
  margin: 0;
  color: #000000; /* Blacker */
  font-size: 28px;
  font-weight: 700; /* Bold */
}
.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600; /* Bold error */
}
/* Controls sections – responsive */
.controls-section,
.search-section,
.action-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.select-control,
.search-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.select-control:focus,
.search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
/* NEW: Container for active/inactive checkboxes */
.active-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Styles for active/inactive checkbox - readable and colorful */
.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px; /* Larger for readability */
  color: #000000; /* Blacker */
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600; /* Bold */
}
.active-filter-label:hover {
  background: #e9ecef;
}
.active-filter-label input[type="checkbox"] {
  margin: 0;
  width: 18px; /* Larger size */
  height: 18px;
  border: 2px solid #000000; /* Black border for readability */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; /* Smooth animation */
  accent-color: #007bff; /* Fill color when checked */
}
.active-filter-label input[type="checkbox"]:checked {
  background-color: #007bff; /* Blue background */
  border-color: #007bff; /* Matching border */
}
.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}
/* REMOVED: Styles for .clear-btn, .add-btn – inherit from action-buttons.css */
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
/* Grid for cards – main layout */
.client-groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Min 300px to prevent overflow <350px */
  gap: 20px;
  margin-top: 20px;
}
/* Specific styles for client-group-card (e.g., inactive) */
.client-group-card {
  /* Any group-specific tweaks here */
}
.client-group-card.inactive-group {
  background: #fff5f5;
  border-color: #f8d7da;
}
.client-group-card.inactive-group:hover {
  background: #fff0f0;
}
/* Special states */
.loading-state,
.empty-state,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}
.empty-state i,
.no-results i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}
.empty-state p,
.no-results p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600; /* Bold */
  color: #000000; /* Blacker */
}
/* REMOVED: Styles for .empty-action-btn – inherit from action-buttons.css (.btn-add) */
.loading {
  text-align: center;
  padding: 20px;
  color: #666;
}
/* New styles for confirmation modal */
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.confirm-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.confirm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.confirm-modal-header h3 {
  margin: 0;
  color: #000000; /* Blacker */
  font-weight: 700; /* Bold */
}
.confirm-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.confirm-modal-body p {
  margin: 0;
  color: #000000; /* Blacker */
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500; /* Semi-bold */
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600; /* Bold */
  cursor: pointer;
  color: #000000; /* Blacker */
  font-size: 16px; /* Larger for readability */
}
.checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 18px; /* Larger size */
  height: 18px;
  border: 2px solid #000000; /* Black border */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff; /* Color when checked */
}
.checkbox-label input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.confirm-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid #e9ecef;
}
/* REMOVED: Styles for .confirm-button, .cancel-button – inherit from action-buttons.css (.btn-add, .btn-delete) */
/* Style dla menu rozwijanego z dynamicznym kierunkiem */
.action-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 100;
  padding: 8px 0;
}


/* Responsiveness */
@media (max-width: 768px) {
  .client-group-list-container {
    padding: 5px; /* Even smaller padding for narrow screens */
  }
  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .controls-section,
  .search-section,
  .action-section {
    flex-direction: column;
    width: 100%;
  }
  .active-filters-container {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .active-filter-label {
    justify-content: center;
    padding: 12px;
    font-size: 14px;
  }
  .active-filter-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .client-groups-grid {
    grid-template-columns: 1fr;
    gap: 0; /* Zero gap on mobile for full width tiles */
  }
  .card-header {
    padding: 16px;
  }
  .header-right {
    right: 16px; /* Adjust padding on mobile */
  }
  .header-left {
    padding-right: 40px; /* Smaller padding on mobile for button */
  }
  .card-title {
    font-size: 16px;
  }
  .confirm-modal {
    width: 95%;
  }
  .checkbox-label {
    font-size: 14px;
  }
  .checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }

}
@media (max-width: 480px) {
  .client-groups-grid {
    gap: 0; /* Ensure zero gap on very small screens */
  }
  .card-header,
  .card-content {
    padding: 12px;
  }
  .header-right {
    right: 12px;
  }
  .header-left {
    padding-right: 36px; /* Match button size ~32px on small screens */
  }
}
/* Dodane style dla historii zmian, aby dopasować do modułu lead-sources */
.history-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.history-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;
}
.history-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}
.event-created { color: #28a745; font-weight: 600; }
.event-updated { color: #007bff; font-weight: 600; }
.event-deleted, .event-deactivated { color: #dc3545; font-weight: 600; }
.event-restored { color: #ffc107; font-weight: 600; }
.event-default { color: #6c757d; font-weight: 600; }

/* ============================================= */
/* NOWY STYL PRZYCISKU ZARZĄDZANIA KLIENTAMI     */
/* (przeniesiony do #content – kompaktowa wersja) */
/* ============================================= */
.client-group-clients-btn {
  width: 100% !important;
  min-width: auto !important;           /* nie wymuszamy 420 px */
  height: 50px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #007bff, #00aaff) !important;
  color: white !important;
  border: none !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  margin-top: 16px !important;
}

.client-group-clients-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4) !important;
  background: linear-gradient(90deg, #0056b3, #007bff) !important;
}

.client-group-clients-btn i {
  font-size: 18px;
}

.count-badge {
  background: rgba(255,255,255,0.3);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}/* src/modules/ClientGroups/components/ClientGroupList.css */
/* Encoding: utf-8 */
/* Module-specific styles only – shared card styles moved to shared-card-styles.css */
/* Main container – minimalist background, more space */
.client-group-list-container {
  max-width: 100vw; /* Full viewport width for minimal free space */
  margin: 0; /* No auto to use full width */
  padding: 10px; /* Minimal side padding */
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* Header */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.header-section h2 {
  margin: 0;
  color: #000000; /* Blacker */
  font-size: 28px;
  font-weight: 700; /* Bold */
}
.error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600; /* Bold error */
}
/* Controls sections – responsive */
.controls-section,
.search-section,
.action-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.select-control,
.search-input {
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.select-control:focus,
.search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
/* NEW: Container for active/inactive checkboxes */
.active-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Styles for active/inactive checkbox - readable and colorful */
.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px; /* Larger for readability */
  color: #000000; /* Blacker */
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600; /* Bold */
}
.active-filter-label:hover {
  background: #e9ecef;
}
.active-filter-label input[type="checkbox"] {
  margin: 0;
  width: 18px; /* Larger size */
  height: 18px;
  border: 2px solid #000000; /* Black border for readability */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; /* Smooth animation */
  accent-color: #007bff; /* Fill color when checked */
}
.active-filter-label input[type="checkbox"]:checked {
  background-color: #007bff; /* Blue background */
  border-color: #007bff; /* Matching border */
}
.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-container {
  position: relative;
  flex: 1;
  min-width: 300px;
}
/* REMOVED: Styles for .clear-btn, .add-btn – inherit from action-buttons.css */
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
/* Grid for cards – main layout */
.client-groups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Min 300px to prevent overflow <350px */
  gap: 20px;
  margin-top: 20px;
}
/* Specific styles for client-group-card (e.g., inactive) */
.client-group-card {
  /* Any group-specific tweaks here */
}
.client-group-card.inactive-group {
  background: #fff5f5;
  border-color: #f8d7da;
}
.client-group-card.inactive-group:hover {
  background: #fff0f0;
}
/* Special states */
.loading-state,
.empty-state,
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-state i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #007bff;
}
.empty-state i,
.no-results i {
  font-size: 48px;
  margin-bottom: 16px;
  color: #dee2e6;
}
.empty-state p,
.no-results p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600; /* Bold */
  color: #000000; /* Blacker */
}
/* REMOVED: Styles for .empty-action-btn – inherit from action-buttons.css (.btn-add) */
.loading {
  text-align: center;
  padding: 20px;
  color: #666;
}
/* New styles for confirmation modal */
.confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.confirm-modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.confirm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.confirm-modal-header h3 {
  margin: 0;
  color: #000000; /* Blacker */
  font-weight: 700; /* Bold */
}
.confirm-modal-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.confirm-modal-body p {
  margin: 0;
  color: #000000; /* Blacker */
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500; /* Semi-bold */
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600; /* Bold */
  cursor: pointer;
  color: #000000; /* Blacker */
  font-size: 16px; /* Larger for readability */
}
.checkbox-label input[type="checkbox"] {
  margin: 0;
  width: 18px; /* Larger size */
  height: 18px;
  border: 2px solid #000000; /* Black border */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  accent-color: #007bff; /* Color when checked */
}
.checkbox-label input[type="checkbox"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.confirm-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid #e9ecef;
}
/* REMOVED: Styles for .confirm-button, .cancel-button – inherit from action-buttons.css (.btn-add, .btn-delete) */
/* Style dla menu rozwijanego z dynamicznym kierunkiem */
.action-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  z-index: 100;
  padding: 8px 0;
}
/* Responsiveness */
@media (max-width: 768px) {
.client-group-list-container {
    padding: 5px; /* Even smaller padding for narrow screens */
}
.header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.controls-section,
  .search-section,
  .action-section {
    flex-direction: column;
    width: 100%;
}
.active-filters-container {
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.active-filter-label {
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}
.active-filter-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
.client-groups-grid {
    grid-template-columns: 1fr;
    gap: 0; /* Zero gap on mobile for full width tiles */
}
.card-header {
    padding: 16px;
}
.header-right {
    right: 16px; /* Adjust padding on mobile */
}
.header-left {
    padding-right: 40px; /* Smaller padding on mobile for button */
}
.card-title {
    font-size: 16px;
}
.confirm-modal {
    width: 95%;
}
.checkbox-label {
    font-size: 14px;
}
.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 480px) {
.client-groups-grid {
    gap: 0; /* Ensure zero gap on very small screens */
}
.card-header,
  .card-content {
    padding: 12px;
}
.header-right {
    right: 12px;
}
.header-left {
    padding-right: 36px; /* Match button size ~32px on small screens */
}
}
/* Dodane style dla historii zmian, aby dopasować do modułu lead-sources */
.history-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.history-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;
}
.history-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}
.event-created { color: #28a745; font-weight: 600;
}
.event-updated { color: #007bff; font-weight: 600;
}
.event-deleted, .event-deactivated { color: #dc3545; font-weight: 600;
}
.event-restored { color: #ffc107; font-weight: 600;
}
.event-default { color: #6c757d; font-weight: 600;
}
/* ============================================= */
/* NOWY STYL PRZYCISKU ZARZĄDZANIA KLIENTAMI     */
/* (przeniesiony do #content – kompaktowa wersja) */
/* ============================================= */
.client-group-clients-btn {
  width: 100% !important;
  min-width: auto !important;           /* nie wymuszamy 420 px */
  height: 50px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #007bff, #00aaff) !important;
  color: white !important;
  border: none !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  margin-top: 16px !important;
}
.client-group-clients-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4) !important;
  background: linear-gradient(90deg, #0056b3, #007bff) !important;
}
.client-group-clients-btn i {
  font-size: 18px;
}
.count-badge {
  background: rgba(255,255,255,0.3);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.client-group-list-view[data-v-3a85aae7] {
  background-color: #f8f9fa;
  min-height: 100vh;
}
/* src/modules/ClientGroups/components/ClientGroupForm.css */
/* Encoding: utf-8 */
/* Uproszczony – tylko content (header + container przeniesione do UniversalEntityPreview) */

.client-group-form-content {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 26px;
}

.form-row { display: flex; gap: 15px; margin-bottom: 20px; }
.form-group { flex: 1; }
label { display: block; margin-bottom: 6px; font-weight: 700; color: #000000; font-size: 16px; }
input, textarea, select {
  width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px;
  font-size: 14px; background: #fff; transition: border-color 0.3s, box-shadow 0.3s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: #007bff; box-shadow: 0 0 0 3px rgba(0,123,255,0.1); }

.view-value {
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  min-height: 52px;
  color: #111827;
}

.error { color: #dc3545; background: #f8d7da; padding: 12px 16px; border-radius: 8px; border-left: 4px solid #dc3545; margin-top: 16px; text-align: center; font-weight: 600; }
textarea { min-height: 100px; resize: vertical; }
input:disabled, select:disabled, textarea:disabled { background: #f8f9fa; cursor: not-allowed; opacity: 0.6; }

/* Responsywność */
@media (max-width: 768px) {
  .client-group-form-content { padding: 20px 18px; }
  .form-row { flex-direction: column; gap: 12px; }
}
.client-group-preview-content[data-v-06e92121] {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 0;
}
.preview-row[data-v-06e92121] {
  margin-bottom: 28px;
}
.preview-row label[data-v-06e92121] {
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
}
.preview-value[data-v-06e92121] {
  padding: 14px 18px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  min-height: 52px;
}
.preview-meta[data-v-06e92121] {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  color: #555;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.search-status[data-v-65194551] {
  text-align: center;
  padding: 24px 20px;
  color: #007bff;
  font-weight: 700;
  font-size: 15px;
}
.search-results-grid[data-v-65194551],
.current-clients-grid[data-v-65194551] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
  margin-top: 16px;
}
h4[data-v-65194551] {
  margin: 28px 0 14px 0;
  color: #1f2937;
  font-weight: 700;
}

/* ============================================= */
/* NOWE STYLE DLA PRZYCISKU „USUŃ” – CZERWONY   */
/* ============================================= */
.gabito-btn-delete[data-v-65194551] {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3) !important;
}
.gabito-btn-delete[data-v-65194551]:hover {
  background-color: #c82333 !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4) !important;
  transform: translateY(-1px);
}
.gabito-btn-delete.small[data-v-65194551] {
  padding: 6px 14px !important;
  font-size: 13px !important;
}

.prompt-template-list-view[data-v-c0b8f2c7] {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.prompt-form-content[data-v-8a55af91] { max-width: 880px; margin: 0 auto; padding: 20px;
}
.form-group[data-v-8a55af91] { margin-bottom: 20px;
}
label[data-v-8a55af91] { font-weight: 700;
}
textarea[data-v-8a55af91] { width: 100%; font-family: monospace;
}

.preview-content[data-v-a926a13b] { max-width: 900px; margin: 0 auto; padding: 20px;
}
.preview-row[data-v-a926a13b] { margin-bottom: 24px;
}
label[data-v-a926a13b] { font-weight: 700; display: block; margin-bottom: 6px;
}
.preview-value[data-v-a926a13b] { padding: 14px 18px; background: #f8f9fa; border: 1px solid #ddd; border-radius: 8px;
}
.prompt-preview[data-v-a926a13b] { background: #1e1e1e; color: #d4d4d4; padding: 16px; border-radius: 8px; font-family: monospace; white-space: pre-wrap;
}

.email-list-view[data-v-31df964c] {
  padding: 1rem;
}
.filters[data-v-31df964c] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.filters input[data-v-31df964c],
.filters select[data-v-31df964c] {
  padding: 0.5rem;
  font-size: 1rem;
  min-width: 220px;
}
.filters button[data-v-31df964c] {
  padding: 0.5rem 1rem;
  background: #2196f3;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.email-grid[data-v-31df964c] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.25rem;
}
.email-card[data-v-31df964c] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.15s;
}
.email-card[data-v-31df964c]:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.card-header[data-v-31df964c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #555;
}
.status[data-v-31df964c] {
  padding: 0.25rem 0.6rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 0.85rem;
}
.success[data-v-31df964c] { background: #4caf50; color: white;
}
.error[data-v-31df964c]   { background: #f44336; color: white;
}
.pending[data-v-31df964c] { background: #ff9800; color: white;
}
.warning[data-v-31df964c] { background: #9c27b0; color: white;
}
.card-body h3[data-v-31df964c] {
  margin: 0.25rem 0 0.75rem;
  font-size: 1.1rem;
}
.card-actions[data-v-31df964c] {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
}
button[data-v-31df964c] {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
button[data-v-31df964c]:first-child {
  background: #2196f3;
  color: white;
}
button[data-v-31df964c]:last-child {
  background: #4caf50;
  color: white;
}
.details[data-v-31df964c] {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 0.95rem;
}
pre[data-v-31df964c] {
  white-space: pre-wrap;
  word-break: break-word;
  background: #f0f0f0;
  padding: 0.75rem;
  border-radius: 4px;
  margin: 0.5rem 0;
}
.loading[data-v-31df964c], .no-data[data-v-31df964c], .error-message[data-v-31df964c] {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
}
.error-message[data-v-31df964c] {
  color: #d32f2f;
  font-weight: 500;
}
.pagination[data-v-31df964c] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.pagination button[data-v-31df964c] {
  background: #2196f3;
  color: white;
}
.pagination button[data-v-31df964c]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* === WYSZUKIWANIE – RESPONSIVE === */
.search-container[data-v-31df964c] {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex: 1;
  min-width: 280px;
}
.search-actions[data-v-31df964c] {
  display: flex;
  gap: 0.5rem;
}
.clear-button[data-v-31df964c] {
  background: #6c757d;
  color: white;
}
.clear-button[data-v-31df964c]:hover {
  background: #5a6268;
}

/* Szerokie ekrany – przyciski po prawej od inputa */
@media (min-width: 769px) {
.search-container[data-v-31df964c] {
    flex-direction: row;
}
}

/* Wąskie ekrany – przyciski POD polem wyszukiwania */
@media (max-width: 768px) {
.search-container[data-v-31df964c] {
    flex-direction: column;
    align-items: stretch;
}
.search-actions[data-v-31df964c] {
    justify-content: flex-start;
}
.search-container input[data-v-31df964c] {
    width: 100%;
}
.filters[data-v-31df964c] {
    flex-direction: column;
    align-items: stretch;
}
}

/* src/assets/css/gabito-common-buttons.css */
/* Encoding: UTF-8 */
/* Wspólne, uniwersalne style przycisków akcji (edytuj, zamknij i przyszłe: anuluj, zapisz, edytuj itp.) */
/* Dostępne dla wszystkich modułów. Prefix "gabito-btn-" gwarantuje unikalność i spójność z resztą projektu. */
.gabito-btn-edit[data-v-70b9c8ba] {
  height: 42px;
  padding: 0 16px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #007bff;
  color: white;
}
.gabito-btn-edit[data-v-70b9c8ba]:hover:not(:disabled) {
  background: #0056b3;
  transform: translateY(-1px);
}
.gabito-btn-close[data-v-70b9c8ba] {
  height: 40px;
  width: 40px;
  padding: 0;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #dc3545;
  color: white;
}
.gabito-btn-close[data-v-70b9c8ba]:hover:not(:disabled) {
  background: #c82333;
}
/* === PRZYSZŁE PRZYCISKI – dodawaj tutaj (przykłady gotowe do użycia) === */
.gabito-btn-save[data-v-70b9c8ba] {
  background: #28a745;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
  height:42px; 
  padding:0 20px; 
  font-weight:600;
}
.gabito-btn-save[data-v-70b9c8ba]:hover:not(:disabled) {
  background: #218838;
}
.gabito-btn-cancel[data-v-70b9c8ba],
.gabito-btn-anuluj[data-v-70b9c8ba] {
  background: #dc3545;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-cancel[data-v-70b9c8ba]:hover:not(:disabled),
.gabito-btn-anuluj[data-v-70b9c8ba]:hover:not(:disabled) {
  background: #c82333;
}
.gabito-btn-edit-general[data-v-70b9c8ba] {
  background: #007bff;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 700;
}
.gabito-btn-edit-general[data-v-70b9c8ba]:hover:not(:disabled) {
  background: #0056b3;
}
/* === NOWE KLASY DEDYKOWANE DLA PRZYCISKÓW "Dalej" i "Anuluj" w NewHistorySetup.vue === */
.gabito-form-btn-dalej[data-v-70b9c8ba] {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-dalej[data-v-70b9c8ba]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-1px);
}
.gabito-form-btn-anuluj[data-v-70b9c8ba] {
  background-color: #6c757d;
  color: #ffffff;
  font-weight: 700;
  min-width: 140px;
}
.gabito-form-btn-anuluj[data-v-70b9c8ba]:hover:not(:disabled) {
  background-color: #5a6268;
  transform: translateY(-1px);
}
/* Responsywność wspólna dla wszystkich gabito-btn (pasuje do reszty projektu) */
@media (max-width: 768px) {
.gabito-btn-edit[data-v-70b9c8ba],
  .gabito-btn-save[data-v-70b9c8ba],
  .gabito-btn-cancel[data-v-70b9c8ba],
  .gabito-btn-anuluj[data-v-70b9c8ba],
  .gabito-btn-edit-general[data-v-70b9c8ba],
  .gabito-form-btn-dalej[data-v-70b9c8ba],
  .gabito-form-btn-anuluj[data-v-70b9c8ba] {
    height: 40px;
    font-size: 14px;
    padding: 0 14px;
}
.gabito-btn-close[data-v-70b9c8ba] {
    height: 40px;
    width: 40px;
    font-size: 22px;
}
}
/* Styl formularza – spójny z UnitSettingsView.vue i profilami uprawnień */
.settings-form[data-v-70b9c8ba] {
  max-width: 800px;
  margin: 0 auto;
}
.form-group[data-v-70b9c8ba] {
  margin-bottom: 1.5rem;
}
.form-group label[data-v-70b9c8ba] {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #111827;
  font-size: 15px;
}
.form-group input[data-v-70b9c8ba] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  background: #ffffff;
}
.form-group input[data-v-70b9c8ba]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.smtp-section[data-v-4ab71683] {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px dashed #aaa;
  border-radius: 8px;
  margin-top: 0.5rem;
}
.checkbox[data-v-4ab71683] {
  margin: 0.75rem 0;
}

.stats-view[data-v-b36dfa84] {
  padding: 1rem;
}
.filters[data-v-b36dfa84] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
}
.filters label[data-v-b36dfa84] {
  font-weight: bold;
}
.filters input[data-v-b36dfa84],
.filters select[data-v-b36dfa84] {
  padding: 0.5rem;
  font-size: 1rem;
}
table[data-v-b36dfa84] {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
th[data-v-b36dfa84], td[data-v-b36dfa84] {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}
th[data-v-b36dfa84] {
  background: #f4f4f4;
}

.filters-row[data-v-5f912173] {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.filters-row input[data-v-5f912173] {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.status-badge[data-v-5f912173] {
  background: #dc3545;
  color: white;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.75rem;
  margin-left: 8px;
}
.url-text[data-v-5f912173] {
  font-family: monospace;
  word-break: break-all;
  font-size: 0.9rem;
}

.error-log-list-view[data-v-d8ad4cb8] {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.preview-content[data-v-5c6b3589] { max-width: 1100px; margin: 0 auto; padding: 20px;
}
.preview-row[data-v-5c6b3589] { margin-bottom: 24px;
}
label[data-v-5c6b3589] { font-weight: 700; display: block; margin-bottom: 6px;
}
.preview-value[data-v-5c6b3589] { padding: 14px 18px; background: #f8f9fa; border: 1px solid #ddd; border-radius: 8px;
}
pre[data-v-5c6b3589] { background: #1e1e1e; color: #d4d4d4; padding: 16px; border-radius: 8px; font-family: monospace; white-space: pre-wrap; overflow-x: auto;
}
.full-width pre[data-v-5c6b3589] { width: 100%;
}
.message-preview[data-v-5c6b3589] { font-size: 1.05rem;
}
.stack-preview[data-v-5c6b3589] { max-height: 420px;
}
.json-preview[data-v-5c6b3589] { max-height: 380px;
}

.items-grid[data-v-23d7c08e] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
}
.color-card .color-swatch[data-v-23d7c08e] {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin-right: 12px;
}

.hex-row[data-v-28fe693c] { display: flex; align-items: center;
}

.color-edit-view[data-v-aa4c9b7a] { display: contents;
} /* nie wpływa na układ */
/* src/modules/ServiceCategories/components/ServiceCategoryList.css */
/* Encoding: UTF-8 */
/* Stylizacja listy kategorii – w pełni zgodna z VisitHistoryList.css */
.entity-list-template[data-v-d6f537e8] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-d6f537e8] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.list-header[data-v-d6f537e8] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; flex-wrap: wrap; gap: 15px;
}
.list-header h2[data-v-d6f537e8] { margin: 0; font-size: 1.8rem; font-weight: 700; color: #000; flex-shrink: 0;
}
.header-actions[data-v-d6f537e8] { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; width: 100%; justify-content: space-between;
}
.header-left-group[data-v-d6f537e8] { display: flex !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; flex: 1 1 auto !important;
}
.input-with-search[data-v-d6f537e8] { position: relative; flex: 1; min-width: 220px;
}
.input-with-search input[data-v-d6f537e8] { width: 100%; padding: 6px 12px; padding-right: 46px; height: 36px; font-size: 14.5px; border: 1px solid #ddd; border-radius: 6px;
}
.input-with-search input[data-v-d6f537e8]:focus { border-color: #007bff; outline: none;
}
.category-card[data-v-d6f537e8] { 
  cursor: pointer; 
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); 
  border: 1px solid #e5e7eb; 
  display: flex; 
  flex-direction: column; 
  min-height: 0; 
  height: auto;
}
.category-card.deleted[data-v-d6f537e8] { 
  background-color: #fef2f2; 
  border-left: 6px solid #f87171;
}
.category-card[data-v-d6f537e8]:hover { 
  transform: translateY(-3px); 
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); 
  border-color: #d1d5db;
}
.items-grid[data-v-d6f537e8] { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
  gap: 20px; 
  padding-bottom: 240px; 
  overflow: visible; 
  align-items: start !important; 
  grid-auto-rows: minmax(min-content, max-content);
}
.loading-state[data-v-d6f537e8], .empty-state[data-v-d6f537e8] { 
  text-align: center; 
  padding: 60px 20px; 
  color: #666; 
  font-size: 1.1rem;
}
.pagination[data-v-d6f537e8] { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap: 16px; 
  margin-top: 30px; 
  font-weight: 500;
}
.pagination button[data-v-d6f537e8] { 
  padding: 10px 24px; 
  border-radius: 6px; 
  background: #007bff; 
  color: white; 
  border: none; 
  cursor: pointer; 
  font-weight: 500;
}
.pagination button[data-v-d6f537e8]:disabled { 
  background: #ccc; 
  cursor: not-allowed;
}
@media (max-width: 768px) {
.entity-list-template[data-v-d6f537e8] { padding: 15px 10px;
}
.list-header h2[data-v-d6f537e8] { font-size: 1.5rem;
}
.items-grid[data-v-d6f537e8] { padding-bottom: 220px;
}
.input-with-search[data-v-d6f537e8] { min-width: 100%;
}
}


/* ============================================= */
/* NOWY PRZYCISK ZARZĄDZANIA USŁUGAMI W KATEGORII */
/* ============================================= */
.service-category-services-btn[data-v-d6f537e8] {
  width: 100% !important;
  min-width: auto !important;
  height: 50px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: linear-gradient(90deg, #007bff, #00aaff) !important;
  color: white !important;
  border: none !important;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
  transition: all 0.3s ease !important;
  margin-top: 16px !important;
}
.service-category-services-btn[data-v-d6f537e8]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4) !important;
  background: linear-gradient(90deg, #0056b3, #007bff) !important;
}
.service-category-services-btn i[data-v-d6f537e8] {
  font-size: 18px;
}
.count-badge[data-v-d6f537e8] {
  background: rgba(255,255,255,0.3);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.info-container[data-v-27dc59f8] { padding: 22px 26px;
}
.form-group[data-v-27dc59f8] { margin-bottom: 22px;
}
input[data-v-27dc59f8], textarea[data-v-27dc59f8], select[data-v-27dc59f8] { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px;
}
.form-select[data-v-27dc59f8] { height: 42px;
}
.text-danger[data-v-27dc59f8] { color: #dc3545;
}
/* (styl bez zmian – zostawiamy dokładnie tak samo) */
.search-status[data-v-d17b78bb] { text-align: center; padding: 24px 20px; color: #007bff; font-weight: 700; font-size: 15px;
}
.search-results-grid[data-v-d17b78bb], .current-services-grid[data-v-d17b78bb] { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; margin-top: 16px;
}
h4[data-v-d17b78bb] { margin: 28px 0 14px 0; color: #1f2937; font-weight: 700;
}
/* Styl przycisku Usuń (czerwony) */
.gabito-btn-delete[data-v-d17b78bb] { background-color: #dc3545 !important; color: white !important; border: none !important; border-radius: 8px !important; padding: 8px 16px !important; font-size: 14px !important; font-weight: 700 !important; cursor: pointer; transition: all 0.2s ease !important; box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3) !important;
}
.gabito-btn-delete[data-v-d17b78bb]:hover { background-color: #c82333 !important; box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4) !important; transform: translateY(-1px);
}
.gabito-btn-delete.small[data-v-d17b78bb] { padding: 6px 14px !important; font-size: 13px !important;
}/* src/modules/VatRates/components/VatRateList.css */
/* Encoding: UTF-8 */
.entity-list-template[data-v-a3faf2d1] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-a3faf2d1] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.items-grid[data-v-a3faf2d1] { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); 
  gap: 20px; 
  padding-bottom: 240px;
}
.vat-rate-card[data-v-a3faf2d1] {
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e5e7eb;
}
.vat-rate-card[data-v-a3faf2d1]:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  border-color: #d1d5db;
}
.vat-rate-card.inactive[data-v-a3faf2d1] {
  background-color: #fef2f2;
  border-left: 6px solid #f87171;
}
.loading-state[data-v-a3faf2d1], .empty-state[data-v-a3faf2d1] { 
  text-align: center; 
  padding: 80px 20px; 
  color: #666; 
  font-size: 1.1rem;
}
.pagination[data-v-a3faf2d1] { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap: 16px; 
  margin-top: 30px; 
  font-weight: 500;
}
.pagination button[data-v-a3faf2d1] { 
  padding: 10px 24px; 
  border-radius: 6px; 
  background: #007bff; 
  color: white; 
  border: none; 
  cursor: pointer;
}
.pagination button[data-v-a3faf2d1]:disabled { 
  background: #ccc; 
  cursor: not-allowed;
}
@media (max-width: 768px) {
.items-grid[data-v-a3faf2d1] { padding-bottom: 200px;
}
}
/* Możesz dodać style z VisitHistoryHeader jeśli chcesz – na razie podstawowe */
.title-with-id[data-v-2ec8aa97] { font-size: 1.45rem; font-weight: 700;
}
.vat-id[data-v-2ec8aa97] { font-size: 1.15rem; color: #2563eb; background: #eff6ff; padding: 4px 10px; border-radius: 6px; margin-left: 12px;
}
.close-btn[data-v-2ec8aa97] { font-size: 32px; background: none; border: none; color: #999; cursor: pointer;
}
.close-btn[data-v-2ec8aa97]:hover { color: #dc3545;
}
.error-alert[data-v-2ec8aa97] { background: #f8d7da; color: #721c24; padding: 12px; border-radius: 6px; margin: 10px 20px;
}

.gabito-common-filters-container[data-v-9cdd3f06] {
  display: inline-flex;
  align-items: center;
  background-color: #f0f7ff;           /* <<< NOWY KOLOR TŁA – delikatny niebieski */
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.gabito-common-filters-container[data-v-9cdd3f06]:hover {
  background-color: #e0f2fe;
  border-color: #7dd3fc;
  box-shadow: 0 2px 6px rgba(14, 165, 233, 0.15);
}
.gabito-common-checkbox-filters-container[data-v-9cdd3f06] {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.checkbox-label[data-v-9cdd3f06] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 500;
  color: #1e2937;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.gabito-common-filters-container.collapsed[data-v-9cdd3f06] {
  display: none;
}

/* Responsywność */
@media (max-width: 768px) {
.gabito-common-filters-container[data-v-9cdd3f06] {
    padding: 8px 12px;
    gap: 12px;
}
.gabito-common-checkbox-filters-container[data-v-9cdd3f06] {
    gap: 16px;
}
}
/* src/modules/ServiceCatalog/components/ServiceList.css */
/* Encoding: UTF-8 */
/* POPRAWIONA: kółko koloru jest teraz tuż z lewej strony przycisku menu */
.entity-list-template[data-v-80844647] { padding: 20px 15px;
}
.entity-content-wrapper[data-v-80844647] { max-width: 1380px; margin: 0 auto; width: 100%;
}
.items-grid[data-v-80844647] { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); 
  gap: 20px; 
  padding-bottom: 240px;
}
.service-card[data-v-80844647] { 
  cursor: pointer; 
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === NOWY LAYOUT NAGŁÓWKA – kółko po prawej (tuż przed menu) === */
.service-header-with-dot[data-v-80844647] {
  display: flex;
  align-items: center;
  justify-content: space-between;   /* tytuł po lewej, kółko po prawej */
  width: 100%;
  gap: 12px;
}
.service-color-dot[data-v-80844647] {
  width: 28px;          /* dokładnie taki sam rozmiar jak przycisk menu */
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 2px 6px rgba(0, 0, 0, 0.12);
  border: 2px solid #f8fafc;
}

/* Dane tekstowe (niezmienione) */
.service-card-data[data-v-80844647] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 2px;
  flex: 1;
  min-width: 0;
}
.service-card-data p[data-v-80844647] {
  margin: 0 !important;
  padding: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
}
.service-card-data p[data-v-80844647]:last-child {
  margin-bottom: 0 !important;
}

/* Reszta stylów bez zmian */
.service-card-content[data-v-80844647] {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 4px 0;
}
.service-thumb-container[data-v-80844647] {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.service-thumb[data-v-80844647] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-thumb-placeholder[data-v-80844647] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
}
.service-thumb-placeholder i[data-v-80844647] {
  font-size: 28px;
  color: #94a3b8;
}
.loading-state[data-v-80844647], .empty-state[data-v-80844647] { 
  text-align: center; 
  padding: 60px 20px; 
  color: #666; 
  font-size: 1.1rem;
}
.pagination[data-v-80844647] { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap: 16px; 
  margin-top: 30px; 
  font-weight: 500;
}
.pagination button[data-v-80844647] { 
  padding: 10px 24px; 
  border-radius: 6px; 
  background: #007bff; 
  color: white; 
  border: none; 
  cursor: pointer;
}
/* Style identyczne jak w GroupsSection.vue + nowe style dla layoutu */
.label-with-actions[data-v-f44df91c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.selected-groups[data-v-f44df91c] { margin-bottom: 12px; display: flex; flex-direction: column; gap: 8px;
}
.selected-group-item[data-v-f44df91c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}
.remove-group-btn[data-v-f44df91c] {
  background: #dc3545;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-group-btn[data-v-f44df91c]:hover { background: #c82333;
}
.groups-buttons-container[data-v-f44df91c] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rodo-add-button[data-v-f44df91c] {
  flex: none;                /* kluczowa zmiana – wąski przycisk */
  padding: 8px 18px;
  font-size: 14px;
  white-space: nowrap;
  min-width: 220px;          /* ta sama szerokość na desktop i mobile */
}
.btn-add-source[data-v-f44df91c] {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-add-source[data-v-f44df91c]:hover:not(:disabled) { background: #0056b3;
}
.btn-add-source[data-v-f44df91c]:disabled { background: #ccc; cursor: not-allowed;
}

/* Responsywność – przyciski nadal tej samej szerokości */
@media (max-width: 768px) {
.label-with-actions[data-v-f44df91c] {
    flex-direction: column;
    align-items: flex-start;
}
.rodo-add-button[data-v-f44df91c] {
    min-width: 220px;        /* nie zmienia się – ta sama szerokość co na desktop */
}
}

/* Identyczne style jak ClientGroupSelector.vue – działają od razu */
.rodo-modal-overlay[data-v-83c0f41f] { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background-color: rgba(0,0,0,0.6) !important; display: flex !important; justify-content: center !important; align-items: center !important; z-index: 13000 !important;
}
.rodo-modal[data-v-83c0f41f] { background-color: white; border-radius: 12px; width: 90%; max-width: 520px; box-shadow: 0 8px 30px rgba(0,0,0,0.25); overflow: hidden; z-index: 13001 !important;
}
.rodo-modal-header[data-v-83c0f41f] { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #e9ecef;
}
.rodo-modal-header h3[data-v-83c0f41f] { margin: 0; color: #000; font-weight: 700;
}
.close-button[data-v-83c0f41f] { background: none; border: none; font-size: 28px; cursor: pointer; color: #666;
}
.rodo-modal-body[data-v-83c0f41f] { padding: 20px;
}
.rodo-search-input[data-v-83c0f41f] { width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 15px;
}
.rodo-list[data-v-83c0f41f] { max-height: 340px; overflow-y: auto;
}
.rodo-option[data-v-83c0f41f] { padding: 14px; border-bottom: 1px solid #f0f0f0; cursor: pointer;
}
.rodo-option[data-v-83c0f41f]:hover { background: #f8f9fa;
}
.rodo-option-name[data-v-83c0f41f] { font-weight: 600;
}
.inactive-badge[data-v-83c0f41f] { color: #dc3545; font-size: 0.85em;
}
.rodo-option-details[data-v-83c0f41f] { font-size: 13px; color: #666; margin-top: 4px;
}
.loading-text[data-v-83c0f41f], .no-consents[data-v-83c0f41f] { text-align: center; padding: 40px 20px; color: #666; font-style: italic;
}
.no-consents[data-v-83c0f41f] { color: #dc3545;
}

/* Style identyczne jak w ServiceCategoriesSection.vue + nowe style dla layoutu */
.label-with-actions[data-v-f58c2d1c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.selected-groups[data-v-f58c2d1c] { margin-bottom: 12px; display: flex; flex-direction: column; gap: 8px;
}
.selected-group-item[data-v-f58c2d1c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}
.remove-group-btn[data-v-f58c2d1c] {
  background: #dc3545;
  color: #fff;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-group-btn[data-v-f58c2d1c]:hover { background: #c82333;
}
.groups-buttons-container[data-v-f58c2d1c] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rodo-add-button[data-v-f58c2d1c] {
  flex: none;
  padding: 8px 18px;
  font-size: 14px;
  white-space: nowrap;
  min-width: 220px;          /* ta sama szerokość co w sekcji kategorii */
}

/* Responsywność – przyciski nadal tej samej szerokości */
@media (max-width: 768px) {
.label-with-actions[data-v-f58c2d1c] {
    flex-direction: column;
    align-items: flex-start;
}
.rodo-add-button[data-v-f58c2d1c] {
    min-width: 220px;
}
}

/* Identyczne style jak ServiceCategorySelector.vue */
.rodo-modal-overlay[data-v-b9fdb0d7] { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; background-color: rgba(0,0,0,0.6) !important; display: flex !important; justify-content: center !important; align-items: center !important; z-index: 13000 !important;
}
.rodo-modal[data-v-b9fdb0d7] { background-color: white; border-radius: 12px; width: 90%; max-width: 520px; box-shadow: 0 8px 30px rgba(0,0,0,0.25); overflow: hidden; z-index: 13001 !important;
}
.rodo-modal-header[data-v-b9fdb0d7] { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #e9ecef;
}
.rodo-modal-header h3[data-v-b9fdb0d7] { margin: 0; color: #000; font-weight: 700;
}
.close-button[data-v-b9fdb0d7] { background: none; border: none; font-size: 28px; cursor: pointer; color: #666;
}
.rodo-modal-body[data-v-b9fdb0d7] { padding: 20px;
}
.rodo-search-input[data-v-b9fdb0d7] { width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 15px;
}
.rodo-list[data-v-b9fdb0d7] { max-height: 340px; overflow-y: auto;
}
.rodo-option[data-v-b9fdb0d7] { padding: 14px; border-bottom: 1px solid #f0f0f0; cursor: pointer;
}
.rodo-option[data-v-b9fdb0d7]:hover { background: #f8f9fa;
}
.rodo-option-name[data-v-b9fdb0d7] { font-weight: 600;
}
.no-consents[data-v-b9fdb0d7] { text-align: center; padding: 40px 20px; color: #dc3545; font-style: italic;
}

.custom-color-selector[data-v-6b349461] {
  position: relative;
  width: 100%;
}
.color-trigger[data-v-6b349461] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  min-height: 42px;
}
.color-trigger[data-v-6b349461]:hover {
  border-color: #9ca3af;
}
.selected-swatch[data-v-6b349461] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #e5e7eb;
  flex-shrink: 0;
}
.selected-name[data-v-6b349461] {
  color: #111827;
  font-weight: 500;
}
.placeholder[data-v-6b349461] {
  color: #9ca3af;
}
.color-dropdown[data-v-6b349461] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  max-height: 320px;
  overflow-y: auto;
  z-index: 50;
  padding: 4px;
}
.color-option[data-v-6b349461] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.color-option[data-v-6b349461]:hover {
  background-color: #f3f4f6;
}
.color-option.selected[data-v-6b349461] {
  background-color: #e0f2f1;
}
.option-swatch[data-v-6b349461] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #e5e7eb;
  flex-shrink: 0;
}
.option-name[data-v-6b349461] {
  font-size: 14px;
  color: #111827;
}

/* === WYRÓŻNIENIE CAŁEJ SEKCJI PROMOCJI === */
.promotion-section[data-v-7bec27a5] {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 22px;
}

/* Stan aktywny – lekkie wyróżnienie (dokładnie tak jak prosiłeś) */
.promotion-section.promotion-active[data-v-7bec27a5] {
  background: #fff7ed;
  border: 2px solid #fed7aa;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.08);
}

/* Nagłówek z checkboxem */
.promotion-header[data-v-7bec27a5] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 16px;
  cursor: pointer;
  color: #111827;
}

/* Pola wewnątrz wyróżnionej sekcji */
.promotion-fields[data-v-7bec27a5] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Spójność z resztą formularza */
.form-row[data-v-7bec27a5] {
  display: flex;
  gap: 16px;
}
.form-group[data-v-7bec27a5] {
  flex: 1;
}
.promotion-section label[data-v-7bec27a5] {
  font-weight: 500;
  color: #374151;
}

/* === IMPORT STYLU PRZYCISKU AI (dokładnie ten plik, o który prosiłeś) === */
/* ============================================= */
/* UNIKATOWE STYLE TYLKO DLA TEGO PRZYCISKU AI */
/* ============================================= */
.visit-history-ai-correction-btn[data-v-8e76d3ef] {
  background: linear-gradient(135deg, #6f42c1, #00bfff);
  box-shadow: 0 3px 12px rgba(111, 66, 193, 0.45);
  position: relative;
  overflow: hidden;
  height: 24px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.visit-history-ai-correction-btn[data-v-8e76d3ef]:hover:not(:disabled) {
  background: linear-gradient(135deg, #5a32a3, #0099cc);
  box-shadow: 0 5px 18px rgba(111, 66, 193, 0.6);
  transform: translateY(-2px);
}
.visit-history-ai-correction-btn i.fas.fa-magic[data-v-8e76d3ef] {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.visit-history-ai-correction-btn:hover i.fas.fa-magic[data-v-8e76d3ef] {
  transform: rotate(45deg) scale(1.25);
}
/* Layout label + przycisk obok siebie (identycznie jak w VisitHistory) */
.content-label-row[data-v-8e76d3ef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}
.content-label-row label[data-v-8e76d3ef] {
  margin-bottom: 0;
  font-weight: 600;
  color: #111827;
  font-size: 15px;
}
/* Styl textarea (zachowany spójny z resztą formularza) */
.auto-resize-textarea[data-v-8e76d3ef] {
  width: 100%;
  min-height: 140px;
  padding: 13px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  resize: vertical;
  line-height: 1.5;
}



.photo-section[data-v-309c3257] { margin-bottom: 24px;
}
.photo-preview-container[data-v-309c3257] { width: 220px; height: 220px; border: 3px solid #e5e7eb; border-radius: 12px; overflow: hidden; margin-bottom: 12px;
}
.photo-thumb[data-v-309c3257] { width: 100%; height: 100%; object-fit: cover;
}
.no-photo-placeholder[data-v-309c3257] { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f8f9fa; color: #9ca3af;
}
.photo-actions[data-v-309c3257] { display: flex; gap: 12px;
}
/* === TRYB PODGLĄDU – pełne style (dodane) === */
.service-view-mode[data-v-32926218] {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.view-section[data-v-32926218] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 26px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.section-title[data-v-32926218] {
  margin: 0 0 18px 0;
  font-size: 1.15rem;
  color: #111827;
  font-weight: 600;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 10px;
}
.view-grid[data-v-32926218] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.view-field[data-v-32926218] {
  display: flex;
  flex-direction: column;
}
.view-field label[data-v-32926218] {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.view-value[data-v-32926218] {
  padding: 12px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15.5px;
  color: #111827;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.price[data-v-32926218] {
  font-weight: 600;
  color: #166534;
}

/* Kolor */
.color-view .color-display[data-v-32926218] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.color-swatch-large[data-v-32926218] {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #e5e7eb;
  flex-shrink: 0;
}
.color-name[data-v-32926218] {
  font-weight: 500;
}

/* Promocja */
.promotion-view-active[data-v-32926218] {
  background: #fff7ed;
  border: 2px solid #fed7aa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 16px;
}
.promotion-view-active h4[data-v-32926218] {
  color: #c2410f;
  margin-bottom: 14px;
  font-size: 1.05rem;
}

/* Statusy */
.status-list[data-v-32926218] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.status-item[data-v-32926218] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 15px;
}
.status-item.active[data-v-32926218] {
  background: #ecfdf5;
  color: #10b981;
}
.status-item i[data-v-32926218] {
  font-size: 18px;
}

/* Opis */
.view-description[data-v-32926218] {
  padding: 18px 22px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  line-height: 1.65;
  white-space: pre-wrap;
  min-height: 160px;
}
.photo-display img[data-v-32926218] {
  max-width: 100%;
  max-height: 420px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.no-photo[data-v-32926218] { color: #9ca3af; font-style: italic;
}

/* Responsywność */
@media (max-width: 768px) {
.view-grid[data-v-32926218] {
    grid-template-columns: 1fr;
}
}
/* src/modules/ServiceCatalog/components/ServiceForm.css */
/* Encoding: UTF-8 */
.service-form[data-v-6a4a65a8] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
.info-container[data-v-6a4a65a8] {
  flex: 1;
  overflow-y: auto;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 22px 26px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.form-group[data-v-6a4a65a8] { margin-bottom: 22px;
}
.view-field[data-v-6a4a65a8], .auto-resize-textarea[data-v-6a4a65a8] {
  width: 100%;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}
.gabito-form-actions[data-v-6a4a65a8] {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  justify-content: flex-end;
}
.gabito-form-btn-save[data-v-6a4a65a8] { background: #28a745; color: white;
}
.gabito-form-btn-cancel[data-v-6a4a65a8] { background: #6c757d; color: white;
}

/* === DODANE STYLE DLA CUSTOM COLOR SELECTORA === */
.color-trigger[data-v-6a4a65a8] {
  border: 1px solid #ddd;
  border-radius: 6px;
}
.color-dropdown[data-v-6a4a65a8] {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{list-style-type:none;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);box-sizing:var(--fa-border-box-sizing,content-box);padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{float:inline-start;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{float:inline-end;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}
:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-BfBXV7Mm.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-BVHPE7da.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-8GirhLYJ.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/assets/fa-brands-400-BfBXV7Mm.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/assets/fa-solid-900-8GirhLYJ.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/assets/fa-regular-400-BVHPE7da.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/fa-solid-900-8GirhLYJ.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/fa-brands-400-BfBXV7Mm.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/assets/fa-regular-400-BVHPE7da.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(data:font/woff2;base64,d09GMk9UVE8AAA/IAAkAAAAAIi4AAA9/A4EBAAAAAAAAAAAAAAAAAAAAAAAAAAAAATYCJAQGBmADgRwFiH0AghwHIA22GYUWESMRdnLSigfwXxK0JUN3PWgtIVtGtFABIUcjR8vMKvVNUhctBQIndOh7wFzNSdpf090C0MDGNSSuod3GJyMkmSUKlm72kk6vLpKqU4SDLlGqOoHx7wzNIRzzvZseTSBF/CoWaAkVRa5inol55lqxm5oz/9pr/qq+GXmakr21m0KxnJeWZ3dOoSo0//sTGj5e/r///znN1cDq77IugUrslFAFYg2CIfrG8Y3Q37GCqLAnZVKJvSuQC/x0zjP8v7/fp1rJjZ8tzGQcKS6iBFIAJMtql0EBKwIFJDuugO7Ztucm55fDg6nLQiMNIEFoAX1WesldzzU7W7qlB5C8/++0N/TOuYAMJkEJWxa0H6VUF8my5XljyWqW/HtHCdpC8/dzpf3Zo1xxtyzxz6xshdvbIjqxeb2f7J8c5YBze4Ccu5kUEBWBI0AH7IDAk6uwKytrZI3u+Oomu9N+Ch7edEI2hmbmj9mR4KGCCO1OI0Dr/VoFnpZiOoC03o/+9KGeq7f9lSyoBfSRrC9Amv8NNQXkv9dga9kX4SPg6q20ZH4KKkGH7ZxcnL4NSQJ3bNjDCltkZrMsvFjN7LHIvUfNiVvGzRR5g2liAY8ep1zeXndi8cn0bUAk+Rdo+H2aN3ibf00mnl6cTgSTzGQi2PwMLyybUdSOvMvrfRwevuNCicEtAc7iNqM5uMOiDXd5AXgoUDKe4wSrl3nYrJiJ5dgWy5eZNmGBqPqM7SiyHxMG13JMyioCC01sSbFISoxYYmjOYqngylWrJo0avhAvkN+mBQx+0Q/EuqY/MKvU/6QZOMFPn8YVKyFyLf/LwdGlvyBChm501AWTjv/yEZr7ZH17ZBCTYxHSc7VDmT9AFoyEi6CHBl359As9DQ82B5suxNn3j4gMt+UxWSNNYZZQvW8yZzIvpkfcsB9IM5scuJuxZ+gYJ1yo5FvehXBoyRMNnMS9UkW8OOc0MMSN2jR1ry3AabQk+JogpOfRBxzLQ6FlJ2OAKkDymQgcW9xTi3N58PQJMI1CpuCI5kjHZahelKvRmSv2ue23LAciStmv+qMxQMnoseN2TIh3nYzeu5gDMxPesxbeaVPhgpl1YJmQaT3p1uPa1l1QhEhsavLU+p3RJIxFqOwqyqks0qiMPn+ufnYItSTrkSg46sjY07FeCST6L1G6yVZZA2yuHrPmLfvQd7z6pC2GlriWzHIa3OjGNaElbS9udWlddmD03CQBYiOxu4x5MJj9aty8+8AtN195+WXnHXvMkeNHDepdrGj100fvPXPfPXedUS6QTH6OC8SLjm/RC7INBP1psFtAuh/jut1At7ug28Oumya6dSRdewT9u6fdi8KNPu45gM6I0glL5B4A5FS5OD6rJV07pr01Tbe7DNCfricygjae+C8jaQlwudWMKcHzYSyjgDACa+78r8uoVNCuVt7QVZyQLL8TeXFxjQoILPBnv12E3VdiCtFHfhcuFVlENkpnn2H/SXxVqpIlyc3yF4pgxXblcOUDlbeqTC1Xn9KUaxfCEQ5ZDvsdWhyTHXc4xTiPFe9zSekzvX2uzy5XoflexesHfIjl6zaU7k0eJ7GkJRisvss6IthIXzDKJNgOafeXL1zY+OrZ2RWDrpkmcPqRR0ALgU2f5sPNsN5mzE7tGsX/CsEmx07579/v/0rKfyU/B9xewNKUpWHBHGbSwWLhbS+nLAwOaSF2mpv37S0/A/N7tx/MR+H37AN49NY/GwSdrdlKnwmsNXUd0tTVHOFmclEYIQgaGkBICGSuZ2Zc1ZkgP6RM2kJWRDpVWXSeUXND5gKE1JyQkTqNKOsaR7iRmE+pgsyJlfylH6GUWXsT4uqgTL4XmmnNBvTSIeYa4auJkXz9tYBP6kI9QqqfU+wpBYuGK8AgbUZh6gA5zBkSrotIcz5B9ZUVMbvF5XkimQGmEkJDFtup83hwGaecgpTfOY8wQkjFBzHim294LkTOH5ONcFRwicEpLaxkTBrpwgUgBlRdiBbKSaPvsPwgNe+QUgccBUKDlOTvIscppyB76uemdhAoSqlahohzaq7UyX1ypuqk1WitUALYdpVCZjsbLNPWInJ/Wes1k6pryh+M6SRpjCbelogDZqvZoKqmSIjR31Kygf6f65K5G/LTlgDb0MVco6lFM67rlKt9moYigNgIdq9yZOjHuvIR2PQxkiarNVcVl9zfdHZiykproVioWsEItpndkPRp+9f1iEFZrhiBIGSl9F51vg6hluZQK1vrAmvXWTvJBc0mVVWMsuULNSugE0RQP9YSpt/9U5ZGBkV6UFpG3YtQk8V8RYcxEvldZR5I30VGzICwLSbvPXh/sd8AvSSvFjJZCB+d6PnyuEek88l8lBPR+BJaCYxfwwA0qhk0mcY4Z4w7NSIui2Spk3wgIpgJhpzfTmKALCrJLZCAScME5kqCYdqz+RVLJFffGEwnooYqpsl7EEYSN0SqBE30aFd04GY8/GVnAGNw86+H/zWjfEohq3YYxm0LulET5J7JoTAIGWn0CYlrS9e/DgdlMOlMMM2U/9dKwRHEda8hq2OZM8rY5I00yY9eXn4zGnIsmAASXcciw0TcLGE9Be859qlRjbeNBLjn/fu9kbEK/E0YQQ31G+2zQY3SuUUVjsBLePiL/6+46JcWPTyrzXIohckV6wVMt4jguZ/DT85pkL1XgabxDej/lYMB5gkvnpz879KLsg1b4DuSzocNzAOx8K39A+BeuhzA0bwHxKtUqlvryMsHHRjDoAqCdgrT6/MrNJIl8BAha+So2Z3q4y7bsHc2oWKDc3jqafI8EzgA8xbpBJ8JJKRRDnt7UXS0YwcEKRXGPKiGlDgD3ugGi52DrG2MM8+AO83Woq8P9JT6ox9mlDCwZhyDETO3JmvjwFnCPfnw45a5stJ9j1QK+bzOqv2jqUZBNibfaIdOl1eA1kQ7h2dQI8DTZTUXVFJmzyIlJVwFsTapQBQqjqdr4qXGfoma0Qnna96oFnEPDNrdtcWgvWAvEUqs4GC8mVtbJ8omjqeYiro6oT8pq3ip63X6up32Y4gP1PUX6APTS9osERNRRXR9i/+YulbmAd3XfI0eWF1ubK2AI4NK8ygBll5Oq4JoKJ127LhN21X7NfXV+7k0Rgtlu8hpjgyapeonI0xI1cn6T61Xpq5rpx3VT7g/pSGipIRrGWKB9tY56llBi0myy5NmDZRGrbd4OInkwyiXMhKjtl/T1iC5iId7UOocDRvAnozZYbGHekzqtCExsN/jToMDp2hoAT2/g7ySVayA/KCUxm07sANSKQ+JgVVb7bDjedw2hLw9aOsGPOucwfNDNPQ82R4kBooORoE6uEc368C/4EV6ptNehiCxci9VcrbhBugYGilx8skc9pfwz7f4lcUujBZqGRT7Yj9/GeF9uY9sli0x+jZku4B7V5CtDAsvQE+x4CGiGMrHlBnjZ0bH0PihMmF80fW1oCF2ZNt7v3jHuzgavrvcNTa8/Mf+lA28ePHHhdmlDs8Ijtsw41mQAzvwgOKGD1MfShiSoHyiyJrdYqp0/sF6cC6ZcQcwPs1nKZaFuzYcmZ63tyiDyriD0nlUmMlvEVDQLq09dX5+a/BCmp3giaHXbgvBDWB6GUeYkCJoe0RHFAuTiC7EWEtxIjYMlowP2ID2zjgBYs0FN4eE5IuVNZgWg21O/9fbq/bbBR+RDrc2rLVjxpO+anAx69iHLY8Rwbgn6BgDS4KZvlyRdNypPcT4G0RcEvfduSXZK9vbOhvOqxLHo0L53u3tM2fQ1171UqgFwaN7/iNt0KPwFbvwYwjhFlnWBIKVFEMvvpaVQNC18E19gVmLOadcxghyPsO0e9GzdZqJbAXKAazc/8ObOkWFE3IWDAnZDxLnMwOjzchyp7RASRrhFEiUFFsYUZZGhB5+IW2DBTHDEDOBSjHt/IyKa+I2YgshSBQUvjdFHVFSnRM7MLrKBcRwFxNCXuKIWxkkDZ3+GNSME7+HNFfwO/1sPObe41m+JMcl5i4nO+f7sAWpd3LiiRQKWk4dBljDES8g2BQw2ivsHIW4+jD/wt59GA//0G8vh/oQ5lvznmwzL8LRG9sCdLI+9lzbhO05llkvRHx2KbZmKzhzwqUGwYQo01QBjU9dhD4so8lPnjgxcUjV0SIEMK4oIhJD7FTYlJhAMCAvn9kKjWCzYoSFkOXbiZ9YkeBAyWHrMwq8OGUy2/ExrEh6VZNtBrZRyYayz4FnJlTvuR/zj9Jll0FK/h5zjG4lJQ84Rrz/PlWhF67tuOAAReg8QlviW7BqX0z6dNNNWjHPAf0783geYmU3uu+nMa96e7VTkIwddJvmc7uBmfrcbhKZC0RHpV/nFU6Q48pogAXcnadHcERQnjZYlsKgbAkz/PvinZmQWXZBy19p5MhAQE40OBPxz+fYZgK99OPNnJXHxomMWB7La/SnlBrolWVgu/xaRI7zL8ALVqePUC9iPvuUW3N3XZI6J6uRiMrebvG9YDIbfHGAXDedDHIpyu79Uq4D91aqY3+ABiG8rsVnRg1L5xpsOLVt51LUQTvrEAtUMqzOzqK2T2t2zP772rd/ZY6fUp1uF6ePhpWeIxiqoWyhNsRA69AZrcY5o5zVFHUIBwtfsdxjAkFKhVFxVByV78qjlajtlsg1clS7RI9XJ/f2gjjXdB/xy3u+B7Z1szrwPh1m8nMticlqfZJWvPGLmjcJBohzT5z1F63AWaocmFtuAY1ePeBY30R4kfL7aE9+GetD5Hvj8eGMZ3up6qQxKgieGx69dhLxDSY+nQ5FI3LRfrLhMDFvEwF2uOoME+/Gh0MqYxkm4s05u6D4DyLBRemu4kMtB6Nv/NOFUZPitzFD8qL8o0r+kYrPnnsY0vWZd5GEzsCREC+Wz3APkfzeqsAp0tZw0lLrhuy2DNy1E1VNM1LqdhIO45OPIwT3rftapv3Bq7mdNHFSgnKIkN8flMKWHNJF9U1BMQglWyx3EZ7e5f02oBD3RnnUPJn1p0wir+pGFraC2kyNDOKF8tvhNtQ4Hcy0KjTgZz2eIU55xre6wlnEltXkEBDbif0x/5SQnkBBsVWmb3r49ic42aAZm9yFY1aRg7n+S55ntbIbUFoODVCE879nRYAuMN+ACxenLXW8IjGFgtIdIwdl+hm8IjDZChcfQWQE4njeBgZtMFXgB6tKKFfpy23VFRCE125CitD/JeFiLDnXDHDSEnA6F9x0fPn4hNuPX1WQu8Z38LPLmCxI8nJVmHouX1lTh3BMEinPhg07NI3cNPSeEiWEBfG4rV6SAQMAAAA=) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/* c:\Gabito_system\gabito_front\src\assets\css\action-buttons.css */

/* Ogólne style dla przycisków akcji (dropdown i standalone) - spójne z modułami jak users/buttons/lead-sources */

/* Kontener dla przycisków akcji (np. w nagłówku karty) */
.actions-wrapper {
  position: relative;
  overflow: visible; /* DODANO: Aby dropdown mógł wychodzić poza rodzica bez obcinania */
}

/* Przycisk główny menu akcji (ellipsis) */
.action-btn {
  background: #e9ecef;
  border: none;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  color: #666;
  transition: background 0.3s, border 0.3s;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
	height: 40px;
	width: 40px;


}

/* NOWE: Dodatkowy styl dla ikon wewnątrz .action-btn (obsługa Font Awesome) */
.action-btn i {
  font-size: 16px; /* Spójny rozmiar z tekstem ellipsis */
  color: inherit; /* Dziedziczy kolor z .action-btn */
  transition: color 0.3s; /* Płynna zmiana na hover */
}

.action-btn:hover:not(:disabled) i {
  color: #007bff; /* Niebieski na hover dla ikony */
}

.action-btn:hover:not(:disabled) {
  background: #dee2e6;
}

/* UJEDNOLICONY STYL: Sygnalizacja historii zmian (przeniesiony z modułów clients/lead-sources) */
.action-btn.has-changes {
  border: 2px solid #FFD700;
  background-color: #ffed4e;
  color: #000000;
  font-weight: 700;
}

.action-btn.has-changes:hover {
  background-color: #f0d500;
}

.action-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Dropdown menu akcji */
.action-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 1001;
  min-width: 140px;
  margin-top: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
  transition: background 0.3s;
  border-bottom: 1px solid #f8f9fa;
  font-weight: 700;
}

.dropdown-item:hover {
  background: #f8f9fa;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item.danger {
  color: #dc3545;
}

.dropdown-item.danger:hover {
  background: #f8d7da;
}

.dropdown-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

/* Specyficzne style dla typów akcji */

/* 'add' i 'create' - zielony */
.btn-add,
.btn-create,
.add-btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-add:hover,
.btn-create:hover,
.add-btn:hover:not(:disabled) {
  background: #218838;
  transform: translateY(-1px);
}

/* 'edit' i 'view' - niebieski */
.btn-edit,
.btn-view {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-edit:hover,
.btn-view:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

/* 'delete' - czerwony */
.btn-delete {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-delete:hover {
  background: #c82333;
  transform: translateY(-1px);
}

/* 'permission' - szary */
.btn-permission {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-permission:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

/* 'raport' i 'generate' - pomarańczowy */
.btn-raport,
.btn-generate {
  background: #fd7e14;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-raport:hover,
.btn-generate:hover {
  background: #e86209;
  transform: translateY(-1px);
}

/* 'history' - fioletowy */
.btn-history {
  background: #6f42c1;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.btn-history:hover {
  background: #5a32a3;
  transform: translateY(-1px);
}

/* Ogólne style dla wszystkich przycisków akcji (disabled, responsywność) */
.btn-action:disabled,
.clear-btn {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.clear-btn {
  background: #6c757d;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.clear-btn:hover:not(:disabled) {
  background: #5a6268;
  transform: translateY(-1px);
}

.action-dropdown.dropdown-left {
  right: auto;
  left: 0;
  transform: translateX(-100%); 
}


/* Responsywność - mniejsze przyciski na mobile */
@media (max-width: 768px) {
  .action-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  /* NOWE: Responsywność dla ikon w .action-btn */
  .action-btn i {
    font-size: 14px;
  }

  .dropdown-item {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
  }

  .btn-add,
  .btn-edit,
  .btn-delete,
  .btn-permission,
  .btn-raport,
  .btn-generate,
  .btn-create,
  .btn-view,
  .btn-history,
  .add-btn,
  .clear-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .action-dropdown {
    right: auto;
    left: 0;
    transform: none;
    width: fit-content;
    min-width: 120px;
    max-width: calc(100vw - 24px);
  }
  .action-dropdown.dropdown-left {
    right: 0;
    left: auto;
    transform: none;
  }
  
}/* src/assets/css/history-cards.css */

/* Kontener dla kart historii zmian – grid dla responsywności */
.history-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* Pojedyncza karta zmiany */
.history-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
}

.history-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Nagłówek karty */
.card-header {
  padding: 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

/* Tytuł w nagłówku */
.card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/* Zawartość karty */
.card-content {
  padding: 16px;
}

/* Opis zmiany */
.card-description {
  margin: 0;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.card-description strong {
  font-weight: 700;
}

/* Klasy dla typów wydarzeń – kolorowanie dla czytelności */
.event-created {
  color: #28a745; /* Zielony dla stworzenia */
}

.event-updated {
  color: #007bff; /* Niebieski dla aktualizacji */
}

.event-deleted {
  color: #dc3545; /* Czerwony dla usunięcia */
}

.event-restored {
  color: #6f42c1; /* Fioletowy dla przywrócenia */
}

.event-default {
  color: #6c757d; /* Szary dla domyślnego */
}

/* Responsywność – na mniejszych ekranach stackuj karty */
@media (max-width: 768px) {
  .history-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .card-title {
    font-size: 16px;
  }
  
  .card-description {
    font-size: 13px;
  }
}/* src/assets/css/shared-card-styles.css */
/* Encoding: UTF-8 */
/* Shared styles for entity cards across modules */
/* === POPRAWIONA WERSJA Z WSPARCIEM DLA uniform-height === */

.shared-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
  border: 1px solid #e9ecef;
  overflow: visible;

  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
}

.shared-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  z-index: 2;
}

.shared-card.menu-open {
  z-index: 10;
}

.shared-card.inactive {
  background: #fff5f5;
  border-color: #f8d7da;
}

.shared-card.inactive:hover {
  background: #fff0f0;
}

.shared-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.shared-card-title {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
}

.shared-card-content {
  padding: 20px;
  flex: 0 1 auto !important;
  min-height: 0;
}

.shared-card-description {
  margin: 0 0 0;
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.shared-card-description strong {
  font-weight: 700;
  color: #000000;
}

.shared-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shared-card-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.shared-card-meta-item i {
  color: #007bff;
}

/* ==================== NOWE: UNIFORM HEIGHT (fix dla notatek i wszystkich modułów) ==================== */
.shared-card.uniform-height {
  height: 100% !important;
  align-self: stretch !important;
  min-height: 0 !important;
}

.shared-card.uniform-height .shared-card-content {
  flex: 1 1 auto !important; /* treść się rozciąga równo */
}

.shared-card.uniform-height .footer-wrapper {
  flex-shrink: 0;
  margin-top: auto;
}

/* Responsiveness */
@media (max-width: 768px) {
  .shared-card-header,
  .shared-card-content {
    padding: 16px;
  }

  .shared-card-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .shared-card-header,
  .shared-card-content {
    padding: 12px;
  }
}/* src/assets/css/form-buttons.css */
/* Encoding: UTF-8 */
/* Globalne, unikalne style przycisków formularzy */

.gabito-form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
  flex-wrap: wrap;
}

.gabito-form-btn {
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  min-width: 140px;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px;
}

/* === Kolory standardowe === */
.gabito-form-btn-save {
  background-color: #28a745;
  color: #ffffff;
    min-height: 48px;

}

.gabito-form-btn-ok-save {
  background-color: #28a745;
  color: #ffffff;
    min-height: 40px;

}

.gabito-form-btn-save:hover:not(:disabled) {
  background-color: #218838;
  transform: translateY(-1px);
}

.gabito-form-btn-no-cancel {
  background-color: #28a745;
  color: #ffffff;
      height: 40px !important;

}


.gabito-form-btn-yes-cancel {
  background-color: #dc3545 !important;
  color: #ffffff !important;
    height: 40px;

}

.gabito-form-btn-cancel {
  background-color: #dc3545;
  color: #ffffff;
}

.gabito-form-btn-cancel:hover:not(:disabled) {
  background-color: #c82333;
  transform: translateY(-1px);
}

.gabito-form-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

/* ============================================= */
/* SPECJALNA POPRAWKA DLA MODALU USTAWIEŃ KALENDARZA */
/* ZAWSZE identyczna szerokość + zawsze jeden wiersz */
/* ============================================= */
.modal-footer .gabito-form-btn,
.calendar-settings-modal .gabito-form-btn,
.modal-footer .gabito-form-btn-cancel,
.modal-footer .gabito-form-btn-save {
  min-width: 160px !important;
  flex-basis: 160px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  padding: 11px 24px !important;
  font-size: 15px !important;
  min-height: 48px !important;
  height: 40px;
  width: 40px;

}

/* Zawsze jeden wiersz w stopce modalu ustawień */
.modal-footer {
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

/* Delikatne skalowanie na bardzo wąskich ekranach */
@media (max-width: 480px) {

  .modal-footer .gabito-form-btn,
  .calendar-settings-modal .gabito-form-btn {
    min-width: 148px !important;
    flex-basis: 148px !important;
    padding: 10px 20px !important;
    font-size: 14.5px !important;
    min-height: 46px !important;
  }
}

/* Dodatkowe klasy (na przyszłość) */
.gabito-form-btn-edit {
  background-color: #007bff;
  color: #ffffff;
    height: 40px;
  
}

.gabito-form-btn-edit:hover:not(:disabled) {
  background-color: #0056b3;
}

.gabito-form-btn-delete {
  background-color: #dc3545;
  color: #ffffff;
}

.gabito-form-btn-delete:hover:not(:disabled) {
  background-color: #c82333;
}

/* Responsywność ogólna *//* src/assets/css/gabito-common-action-buttons-v1.css */
/* Encoding: UTF-8 */
/* Uniwersalne przyciski + uniwersalny nagłówek list (clients, visit-history, lead-sources itp.) */

.gabito-common-add-btn-v1,
.gabito-common-clear-filters-btn-v1,
.gabito-common-search-btn-v1 {
  height: 42px !important;
  min-height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  font-size: 16.5px !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* === UNIWERSALNY NAGŁÓWEK LISTY (przeniesiony i uogólniony) === */
.gabito-common-list-container {
  max-width: 100vw;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.gabito-common-top-header {
  width: 100%;
  margin: 0 -10px 30px -10px;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

.gabito-common-top-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.gabito-common-title-row-1 {
  order: 1;
  flex: 0 1 auto;
}

.gabito-common-title-row-2 {
  order: 2;
  flex: 1 1 auto;
  min-width: 240px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.gabito-common-title-row-3 {
  order: 3;
  flex: 0 1 auto;
  margin-left: auto;
}

.gabito-common-title-with-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 20px;
  flex-wrap: nowrap;
}

.gabito-common-title-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 100%;
}

.gabito-common-list-error-message {
  color: #dc3545;
  background: #f8d7da;
  padding: 10px 15px;
  border-radius: 6px;
  border-left: 4px solid #dc3545;
  margin-top: 10px;
  flex-basis: 100%;
  font-weight: 600;
}

/* Controls & Search */
.gabito-common-controls-section,
.gabito-common-search-section {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.gabito-common-search-section {
  width: 100%;
}

.gabito-common-search-wrapper {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.gabito-common-search-wrapper input {
  width: 100%;
  padding: 12px 16px;
  padding-right: 46px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.gabito-common-search-wrapper input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}

.gabito-common-list-select-control {
  min-width: 260px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.gabito-common-list-select-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.gabito-common-checkbox-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gabito-common-filter-label,
.gabito-common-filter-label.active-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  transition: background 0.3s;
  font-weight: 600;
}

.gabito-common-filter-label:hover,
.gabito-common-filter-label.active-filter-label:hover {
  background: #e9ecef;
}

.gabito-common-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  opacity: 1;
  justify-content: space-around;
}

.gabito-common-filters-container.collapsed {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

/* PRZYCISK FILTRÓW – ZAWSZE NIEBIESKI */
.gabito-common-filters-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.gabito-common-filters-toggle:hover {
  background: #0056b3;
}

/* Responsywność całego nagłówka */
@media (max-width: 768px) {
  .gabito-common-top-inner {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .gabito-common-title-row-1,
  .gabito-common-title-row-2,
  .gabito-common-title-row-3 {
    order: initial;
    flex: 1 1 50%;
    margin: 0;
    justify-content: center !important;
    text-align: center !important;
  }

  .gabito-common-title-row-3 {
    margin-left: 0;
    justify-content: flex-end;
  }

  .gabito-common-title-with-select {
    margin: 0;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    justify-content: left;

  }

  .gabito-common-title-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .gabito-common-filters-container,
  .gabito-common-search-section {
    flex-direction: column;
    width: 100%;
  }

  .gabito-common-search-wrapper {
    min-width: 100%;
  }
}

/* === PRZYCISKI (istniejące + nowe) === */
.gabito-common-add-btn-v1 {
  background: #28a745 !important;
  color: white !important;
  font-size: 21px !important;
}

.gabito-common-add-btn-v1:hover {
  background: #218838 !important;
  transform: translateY(-1px) !important;
}

.gabito-common-clear-filters-btn-v1 {
  background-color: #dc3545 !important;
  color: white !important;
}

.gabito-common-clear-filters-btn-v1:hover {
  background-color: #5a6268 !important;
}

.gabito-common-clear-filters-btn-v1.active-filters {
  background-color: #dc3545 !important;
}

.gabito-common-search-btn-v1 {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

.gabito-common-search-btn-v1:hover {
  background-color: #0056b3;
}

/* Responsywność mobile */
@media (max-width: 768px) {

  .gabito-common-add-btn-v1,
  .gabito-common-clear-filters-btn-v1,
  .gabito-common-filters-toggle {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;

  }
}

.gabito-common-admin-tools-btn-v1 {
  height: 42px !important;
  min-height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  font-size: 16.5px !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #6f42c1 !important;
  color: white !important;
}

.gabito-common-admin-tools-btn-v1:hover {
  background: #5a32a3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(111, 66, 193, 0.4);
}

/* Responsywność mobile */
@media (max-width: 768px) {
  .gabito-common-admin-tools-btn-v1 {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }
}