:root {
    --theme-main-900: #213866;
    --theme-main-800: #325499;
    --theme-main-700: #4370CC;
    --theme-main-600: #548DFF;
    --theme-main-500: #76A3FF;
    --theme-main-400: #98BAFF;
    --theme-main-300: #BAD1FF;
    --theme-main-200: #DCE8FF;
    --theme-main-100: #EDF3FF;
    --theme-main-50: #F6F9FF;

    /* Default button colors */
    --button-high-emphasis-normal: #548DFF;
    --button-high-emphasis-hover: #548DFF;
    --button-high-emphasis-pressed: #2f5bb7;
    --button-high-emphasis-border: #3079ed;

    --button-medium-emphasis-normal: #EEE;
    --button-medium-emphasis-hover: #f8f8f8;
    --button-medium-emphasis-pressed: #f6f6f6;
    --button-medium-emphasis-border: #CECECE;
    --button-medium-emphasis-text: #333333;

    --request-icon-small: url(../images/Request_small.svg);

    --panel-light-color: #BAD1FF;
    --eln-filter-color: #4E4E4E;
    --new-entity-dialog-hover-frame-color: rgb(22, 123, 254);
    --new-entity-dialog-hover-text-color: #FFFFFF;
    --tree-item-back-color-selected: linear-gradient(180deg, rgba(184,218,253,1) 0%, rgba(147,194,241,1) 50%, rgba(184,218,253,1) 100%);

    /* Navbar and app logo */
    --eln-navbar-logo: url(../images/eln-logo.svg);
    --eln-navbar-background-color: #434A54;
    --eln-navbar-link-selected-background-color: #282C32;

    --eln-app-title-text-transform: none;
    --eln-app-title-suite-color: #D9DADC;
    --eln-app-title-suite-font-weight: initial;
    --eln-app-title-product-font-weight: initial;

    /* List */
    --list-item-selected: #628cd5;
    --list-item-hovered: #eeeeee;

    --eln-calendar-hover-background: #F0E68C;
    --eln-calendar-selected-color: #4E4E4E;
    --eln-calendar-selected-background: #AACCEE;

    --eln-popup-border: #C3D9FF;
    --eln-checkbox: #4788EF;

    --neutral-black: #000000;
    --neutral-900: #1A1D21;
    --neutral-800: #282C32;
    --neutral-700: #353B43;
    --neutral-600: #434A54;
    --neutral-500: #686E76;
    --neutral-400: #8E9298;
    --neutral-300: #B3B6BA;
    --neutral-200: #D9DADC;
    --neutral-100: #ECEDEE;
    --neutral-50: #F5F5F6;
    --neutral-white: #FFFFFF;
}
