/* Réduction de l'espacement entre breadcrumb et contenu */
.pc-container .page-header + .row {
  padding-top: 0 !important;
}

/* Styles pour le dashboard contributeur */
.dashboard-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.dashboard-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dashboard-card .avtar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-card .avtar i {
  font-size: 1.2rem;
}

.dashboard-card h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.dashboard-card h6 {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

/* Actions rapides */
.btn-lg {
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-lg:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Derniers tickets */
.card-header {
  border-bottom: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  font-weight: 500;
}

/* Page header */
.page-header {
  margin-bottom: 2rem;
}

.page-header-title h2 {
  color: #2c3e50;
  font-weight: 600;
}

/* Styles généraux existants */
.auth-wrapper.v1 .auth-form {
    background-image: none !important;
  }
  
.auth-main {
  background-image: url(/images/fondEdutaskmaster.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pc-sidebar .pc-caption {
  padding: 24px 5px 8px !important;
}

#photo-drop-zone.drag-over {
  border-color: #0d6efd !important;
  background-color: rgba(13, 110, 253, 0.1);
}

.photo-preview-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.photo-preview-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.photo-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.9);
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-remove-btn:hover {
  background: rgba(220, 53, 69, 1);
}
