.etiqueta_tiempo{
  border-radius: 8px;
  padding: 7px
}

.dark-mode .card {
  background-color: #262b2e;
}

.ticket:hover{
  cursor:pointer;
  background:#34344181 !important; 
}

.round-iniciales{
  width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(4, 126, 69, 0.767);
	display: inline-block;
	text-align: center;
  margin:5px;
}

.text-circulo {
	font-family: sans-serif;
	color: white;
	font-size: 0.8rem;
	font-weight: bold;
  margin: 0
}

.opcion-area:hover{
  background: #3e414a !important;
}

#panel_asignacion_descripcion{
  border: 5px outset rgb(13, 137, 238);
  color: #fff;
}

.prioridad{
  border-radius: 40px;
  padding: 5px 25px;
}

.prioridad_alta{
  background: rgba(255, 0, 0, 0.795) !important;
}

.prioridad_media{
  background: rgba(231, 228, 7, 0.849) !important;
}

.prioridad_baja{
  background: rgba(12, 133, 8, 0.836) !important;
}

.panel_asignacion_titulo{
  color: rgb(13, 137, 238) !important;
}

.texto-flujo{
  color: rgba(13, 231, 166, 0.945);
}

.contenedor_imagen_editar, .contenedor_imagen{
  max-width: 4.5rem !important;
  max-height: 8.6rem !important;
  overflow: hidden;
}

.eliminar_adjunto:hover{
  color:rgb(238, 13, 13) !important;
  cursor: pointer;
}