/*
Copyright (c) 2025 by Dribia Data Research.
This file is part of project Kaito,
and is released under the MIT License Agreement.
See the LICENSE file for more information.
*/

/* Custom Catalan flag for the language picker.
   Overrides the Flask-AppBuilder flags16 sprite for the .es-ct class. */
.f16 .flag.es-ct {
  background-image: url("/static/assets/images/flag-catalonia.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
}
