@import url("themeCommon.css?v=4.4");
:root{
    /* Button */
    --button-primary-color: #033b84;
    --button-primary-color-hover: #0556bb;
    --button-primary-color-active-hover: #0556bb;

    --button-info-color: #008CBA;
    --button-info-color-hover: #0198cb;
    --button-info-color-active-hover: #016384;

    --switch-color: #E6ECF3;
    --switch-hover-color: #9AB1CE;
    --switch-checked-color: #6889B5;
    --switch-checked-hover-color: #426CA3;

    --input-background-color: #e6ecf3;

    --theme-color: #033b84;
    --hover-background: #d8e6f8;
    --hover-color: #555;
    --selection-background: #ccdef5;
    --button-hover-background: #6698d7;
    --patient-header-background: #dbe0e6;
    --modal-background: #7dadea;

    --svg-filter: invert(10%) sepia(99%) saturate(4000%) hue-rotate(200deg) brightness(95%) contrast(84%);
    --svg-filter-background: invert(10%) sepia(99%) saturate(4000%) hue-rotate(200deg) brightness(75%) contrast(84%);
    --svg-filter-tree-icon: invert(20%) sepia(99%) saturate(4000%) hue-rotate(200deg) brightness(195%) contrast(84%);
}