/* [project]/src/app/dashboard.css [app-client] (css) */
.dashboard-header {
  background: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.dashboard-title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-selector {
  position: relative;
}

.dashboard-selector-button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 1px 2px #0f172a14;
}

.dashboard-selector-button:hover {
  border-color: #d1d5db;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px #0f172a1f;
}

.dashboard-selector-button:focus-visible {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 3px #2563eb33;
}

.dashboard-avatar {
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.dashboard-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.dashboard-name {
  color: #0f172a;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}

.dashboard-code {
  color: #94a3b8;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
}

.dashboard-chevron {
  color: #94a3b8;
  margin-left: 4px;
  font-size: 12px;
}

.dashboard-dropdown-overlay {
  z-index: 40;
  position: fixed;
  inset: 0;
}

.dashboard-dropdown {
  z-index: 50;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  width: 360px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  box-shadow: 0 18px 48px #0f172a33;
}

.dashboard-dropdown-header {
  background: linear-gradient(#fff 0%, #f8fafc 100%);
  border-bottom: 1px solid #f1f5f9;
  padding: 18px 20px 16px;
}

.dashboard-dropdown-title {
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-search {
  position: relative;
}

.dashboard-search-icon {
  color: #94a3b8;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.dashboard-search-input {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  outline: none;
  width: 100%;
  padding: 11px 14px 11px 42px;
  font-size: 13px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.dashboard-search-input:focus {
  background: #fff;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #2563eb26;
}

.dashboard-dropdown-list {
  max-height: 420px;
  padding: 8px 10px 10px;
  overflow-y: auto;
}

.dashboard-dropdown-list::-webkit-scrollbar {
  width: 8px;
}

.dashboard-dropdown-list::-webkit-scrollbar-track {
  background: none;
}

.dashboard-dropdown-list::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 999px;
}

.dashboard-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #cbd5f5;
}

.dashboard-item {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 14px;
  transition: background .15s, border-color .15s, box-shadow .15s;
  display: flex;
  box-shadow: 0 1px 2px #0f172a0f;
}

.dashboard-item:last-child {
  margin-bottom: 0;
}

.dashboard-item:hover, .dashboard-item.active {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.dashboard-item.active {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 6px 18px #2563eb26;
}

.dashboard-item-avatar {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.dashboard-item-info {
  flex: 1;
  min-width: 0;
}

.dashboard-item-name {
  color: #0f172a;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-item-code {
  color: #94a3b8;
  font-size: 12px;
}

.dashboard-item-count {
  color: #475569;
  background: #f1f5f9;
  border-radius: 999px;
  margin-right: 2px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-dropdown-empty {
  text-align: center;
  color: #94a3b8;
  padding: 36px 20px;
  font-size: 13px;
}

.dashboard-dropdown-footer {
  background: #fff;
  border-top: 1px solid #f1f5f9;
  padding: 12px;
}

.dashboard-dropdown-footer-button {
  color: #2563eb;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  transition: background .15s, border-color .15s;
}

.dashboard-dropdown-footer-button:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.dashboard-actions {
  gap: 8px;
  display: flex;
  position: relative;
}

.action-button {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  align-items: center;
  gap: 6px;
  padding: 2px 9px;
  font-size: 10px;
  transition: all .15s;
  display: flex;
}

.action-button:hover {
  background: #f9fafb;
}

.action-button.active {
  color: #fff;
  background: #155dfc;
  border-color: #155dfc;
}

.action-button.active i {
  color: #fff;
}

.action-button-icon-only {
  padding: 5px 7px;
  position: relative;
}

.action-arrow {
  font-size: 13px;
  transition: transform .2s;
}

.action-arrow.rotated {
  transform: rotate(90deg);
}

.actions-dropdown {
  z-index: 50;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  min-width: 180px;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.actions-dropdown-item {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: none;
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 8px;
  font-size: 11px;
  transition: background .15s;
  display: flex;
}

.actions-dropdown-item:last-child {
  border-bottom: none;
}

.actions-dropdown-item:hover {
  background: #f9fafb;
}

.actions-dropdown-item.active .actions-dropdown-icon {
  color: #155dfc;
}

.actions-dropdown-icon {
  text-align: center;
  width: 20px;
  font-size: 15px;
}

.actions-dropdown-check {
  color: #10b981;
  margin-left: auto;
  font-size: 14px;
}

.dashboard-content {
  flex: 1;
  padding: 0;
  overflow-y: auto;
}

.dashboard-content::-webkit-scrollbar {
  width: 8px;
}

.dashboard-content::-webkit-scrollbar-track {
  background: none;
}

.dashboard-content::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}

.dashboard-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.dashboard-grid {
  grid-template-columns: 1fr 400px;
  gap: 24px;
  display: grid;
}

.dashboard-main-section {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.panel-nav-item__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.panel-nav-item__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  flex: 1;
  font-size: 10px;
  overflow: hidden;
}

/*# sourceMappingURL=src_app_dashboard_715f76ee.css.map*/