/* Colores por tag/grupo en Swagger UI */

/* FWB - azul */
#operations-tag-FWB .opblock-tag { background-color: #1a3a5c !important; color: #fff !important; }
#operations-tag-FWB .opblock { border-color: #1a6fa8 !important; }

/* FBL - verde */
#operations-tag-FBL .opblock-tag { background-color: #1a4a2e !important; color: #fff !important; }
#operations-tag-FBL .opblock { border-color: #27ae60 !important; }

/* FBR - naranja */
#operations-tag-FBR .opblock-tag { background-color: #5c3a00 !important; color: #fff !important; }
#operations-tag-FBR .opblock { border-color: #e67e22 !important; }

/* FFM - morado */
#operations-tag-FFM .opblock-tag { background-color: #3a1a5c !important; color: #fff !important; }
#operations-tag-FFM .opblock { border-color: #8e44ad !important; }

/* FFR - rojo */
#operations-tag-FFR .opblock-tag { background-color: #5c1a1a !important; color: #fff !important; }
#operations-tag-FFR .opblock { border-color: #c0392b !important; }

/* FHL - teal */
#operations-tag-FHL .opblock-tag { background-color: #0d3d3d !important; color: #fff !important; }
#operations-tag-FHL .opblock { border-color: #16a085 !important; }

/* FMA - rosa */
#operations-tag-FMA .opblock-tag { background-color: #5c1a3a !important; color: #fff !important; }
#operations-tag-FMA .opblock { border-color: #e91e8c !important; }

/* FNA - gris azulado */
#operations-tag-FNA .opblock-tag { background-color: #1a2a3a !important; color: #fff !important; }
#operations-tag-FNA .opblock { border-color: #607d8b !important; }

/* Users - amarillo */
#operations-tag-Users .opblock-tag { background-color: #4a3a00 !important; color: #fff !important; }
#operations-tag-Users .opblock { border-color: #f1c40f !important; }

/* SITA - verde oscuro */
#operations-tag-SITA .opblock-tag { background-color: #1a3a1a !important; color: #fff !important; }
#operations-tag-SITA .opblock { border-color: #2ecc71 !important; }

/* FSU - índigo */
#operations-tag-FSU .opblock-tag { background-color: #1a1a5c !important; color: #fff !important; }
#operations-tag-FSU .opblock { border-color: #3f51b5 !important; }
