/* TODO - What could be the best way to name the colors, avoiding duplicates? */
:root {
    --vigie             : #31BFC1;

    --archived                      :#F4F4F4;
    --dark_text                     :#424242;
    --white                         : #FFFFFF;
    --black                         : #000000;
    --vigie-ok                      : #31BFC1;
    --vigie-danger                  : #E60000;
    --vigie_error                   : #FF3E3E;
    --vigie_grey                    : #828282;
    --vigie_grey_2                  : #ECECEC;
    --vigie_grey_3                  : #979797;
    --vigie_grey_4                  : #CECECE;
    --vigie-open-alarm              : #377778;
    --vigie_success_bg              : #31bfc133;
    --vigie_error_bg                : #E7111133;
    --vigie-lightest-blue           : #e6ffff;
    --dark_green                    : #006B83;
    --dark_grey                     : #98979A;
    --light_grey                    : #E3E3E4;

    --vigie_box_shadow              : rgba(0, 0, 0, 0.25);

    /* Faded colors */
    --black_25                      : #00000040;
    --black_15                      : #00000026;
    --color_archived                : #E3E3E3;

    /* Login*/
    --vigie-regular-font            : #424242;
    --vigie-regular-font-lighter    : #828282;
    --vigie-reset-password-subtext  : #7D787A;
    --vigie-input-white             : #FAFBFF;
    --vigie-input-border            : #E8E8E8;
    --vigie-input-border-with-focus : #31BFC1;

    /* Password evaluation */
    --vigie_pw_very_weak_1          : #ff0000;
    --vigie_pw_very_weak_2          : #ff5a17;
    --vigie_pw_weak                 : #eeda18;
    --vigie_pw_good                 : #117bff;
    --vigie_pw_very_good            : #31bfc1;

    /* OTP */
    --vigie-resend                  : #979797;

    /* Menu */
    --menu-main-background-color    : #393939;
    --menu-option-label             : #979797;
    --menu-bar-top-divider          : #E8E8E8;

    /* Filters */
    --filters-bar-background-color  : #E9F6F4;

    /* Opacity colors */
    --vigie-color-opacity-3         : rgba(49, 191, 193, 0.3);
    --vigie-color-half-opacity:      #31bfc180;

    /* User monogram */
    --user_monogram_solid_color             : #91b5b6;

    --disabled_switched                     : #e9ecef;
    --mandatory_color                       : #F78C8C;


    --background_grey                       : #fafbff;
    --version_color                         : #939393;
    --grey_separation_bar                   : #d8d8d8;

    --menu-bar-top-divider                  : #E8E8E8;

    --background_search_filter              : #E9F6F4;

    /* IMPORT RECEIVER error */
    --import_receiver_duplicated            : rgba(233, 174, 53, 0.2);
    --import_receiver_error                 : rgba(231, 17, 17, 0.2);
    --import_receiver_new                   : #E6FFEA;

    --lightest-grey                         : #CECECE;
    --even-ligher-grey                      : #FAFAFA;
    --robin-s-egg-blue                      : #ade2db;
    --ice                                   : #e9f6f4;

    --vigie-lightest-gray                   : #B9B9B9;
    --vigie-eveb-lightest-gray              : #EBEBEB;

    --light_light_grey                      : #f9f9f9;
}
