/*!
 * -------------------------------------------------------------------------
 * Carbon plugin for GLPI
 *
 * @copyright Copyright (C) 2024-2025 Teclib' and contributors.
 * @license   https://www.gnu.org/licenses/gpl-3.0.txt GPLv3+
 * @link      https://github.com/pluginsGLPI/carbon
 *
 * -------------------------------------------------------------------------
 *
 * LICENSE
 *
 * This file is part of Carbon plugin for GLPI.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 *
 * -------------------------------------------------------------------------
 */

.footer-height, .header-height{
    height: auto;
    margin-top: 0 !important;
    position: relative;
}

.illustration-footer, .illustration-header {
    width: 100%;
    height: auto;
}

.title-color {
    color: #005B52 !important;
}

.title-position {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.icon-size, .icon-size svg {
    /* width: 63px; */
    height: 63px;
}

.unhandled-computers-card {
    background-color: #FCF8A1;
}

.card-max-height {
    max-height: 380px !important;
}

.plugin_carbon_quick_report .card {
    min-height: 185px !important;
}

.info-tooltip {
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
}

.legend-grid-left {
  display: grid;
  grid-auto-rows: auto;
  gap: 8px;
  justify-content: start;
  max-width: 400px;
}

.legend-item {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 10px;
}

.legend-label {
  text-align: left;
}
