.modal-evento-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.modal-evento-content {
  border-radius: 1rem;
  border: none;
  overflow: hidden;
  font-family: "Segoe UI", sans-serif;
}

.modal-evento-header {
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.modal-evento-body {
  padding: 1.5rem;
  background-color: #fff;
}

.modal-evento-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  gap: 1rem;
}

.modal-evento-label {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

.modal-evento-text {
  margin: 0;
  font-size: 0.88rem;
  color: #6c757d;
}

.modal-evento-footer {
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e0e0e0;
}

/* Fotos Carro Inicio */
.gallery-container {
  padding: 2rem;
  background-color: #f8f9fa;
}

.gallery-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.gallery-card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  cursor: pointer;
}

.gallery-card:hover {
  transform: scale(1.03);
}

.gallery-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.img-caption {
  text-align: center;
  font-weight: 500;
  padding: 0.5rem;
}

.modal-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* Fotos Carro Fin */

/* Proyecto List Inicio */
.card-status {
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: bold;
}

.status-completed {
  background-color: #d4edda;
  color: #155724;
}

.status-ongoing {
  background-color: #cce5ff;
  color: #004085;
}

.status-inactive {
  background-color: #fff3cd;
  color: #856404;
}

.status-critical {
  background-color: #f8d7da;
  color: #721c24;
}

.status-cancelled {
  background-color: #d6d8db;
  color: #1b1e21;
}

.progress-bar-status {
  height: 6px;
  border-radius: 4px;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 5px;
}

.custom-progress {
  background-color: transparent !important;
  height: 12px;
  border-radius: 6px;
}

.custom-progress-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 0.6s ease;
}
/* Proyecto List Fin */
