/*-
 * #%L
 * Pollen :: UI RiotJs
 * %%
 * Copyright (C) 2009 - 2025 Code Lutin
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero 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 Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * #L%
 */

:root{
    --main: #04c4bb;
    --main-hover: #129993;
    --background: #ffffff;
    --default: #2c3e50;
    --field-border: #96a8b2;

    --winner: #ff9e0d;
    --anonymous: #666666;

    --poll-created: #a6e4e1;
    --poll-adding_choices: #bcb2e9;
    --poll-voting: #fff2ba;
    --poll-closed: #ffd9ba;

    --choice-tile: #d1eaea;

    --link: #96a8b2;

    --separator: #b2c7d3;

    --dropdown: #f9f9f9;
    --dropdown-text: #353535;
    --dropdown-shadow: #aaa;
    --dropdown-hover: #f1f1f1;

    --header: #353535;
    --header-title: #04c4bb;
    --header-actions: #535353;
    --header-link: #eeeeee;
    --header-link-hover: #04c4bb;

    --footer: black;
    --footer-text: #ffffff;
    --footer-text-hover: #eeeeee;

    --qrcode: #ffffff;

    --focus: #04c4bb;
    --shadow: #4dabf5;
    --active: #7b929e;
    --btn-hover: #b0bec5;
    --disabled: #e5eaec;

    --brand: #2c3e50;
    --brand-active: #1c2732;
    --brand-hover: #3c556e;
    --info: #04c4bb;
    --info-active: #00aba3;
    --info-hover: #53d4cf;
    --warning: #ff9800;
    --warning-active: #d17d00;
    --warning-hover: #ffab2e;
    --success: #4caf50;
    --success-active: #3e8f41;
    --success-hover: #6abe6e;
    --error: #f44336;
    --error-active: #ef1d0d;
    --error-hover: #f66c62;

    --overlay: hsla(0, 0%, 7%, 0.4);

    --toggle: #fff;
    --toggle-shadow: #111;

    --code: #e5eaec;
    --code-text: #111;

    --favorit-list: #feffcc;
    --favorit-member: #ffffff;

    --title: "Pollen";
    --title-font: pacifico;
    --logo: "" /* url("/home/lutin.png")*/ ;

    --h1: #777777;
    --h1-background: #f3f3f3;

    --h4: #555555;

    --body-content-background: #fff;
    --container-border: #a9a9a9;

    --tabs-background: #f3f3f3;
    --tab-color: #777;
    --tab-selected-background: #fff;

    --poll-info: #aaa;
    --vote-selected: #04c4bb;
    --vote-not-selected: #e0e0e0;
    --vote-hover: #e7eef1;

    --tooltip-background: #111;
    --tooltip-color: #FFF;

    --report: rgba(0,0,0,0.05);
    --report-hover: #04c4bb;

    --list-alternate-row: #f3f3f3;

    --hatching: #f3f3f3;

    --supportH: 48;
    --support-background: hsl(var(--supportH), 93%, 52%);
    --support-background-hover: hsl(var(--supportH), 93%, 73%);
    --support-color: #535353;
}
