@import url("themeCommon.css?v=4.5");

:root {
    /* Button */
    --button-primary-color: #006464;
    --button-primary-color-hover: #038585;
    --button-primary-color-active-hover: #038585;

    --button-info-color: #127e97;
    --button-info-color-hover: #1799b7;
    --button-info-color-active-hover: #1799b7;

    --switch-color: #E6F0F0;
    --switch-hover-color: #99C1C1;
    --switch-checked-color: #66A2A2;
    --switch-checked-hover-color: #408B8B;

    --input-background-color: #e5efef;

    --theme-color: #006464;
    --hover-background: #d5efef;
    --hover-color: #555;
    --selection-background: #c7e3e3;
    --button-hover-background: #5d9696;
    --patient-header-background: #dae4e4;
    --modal-background: #47939b;
    --svg-filter: invert(96%) sepia(46%) saturate(4500%) hue-rotate(160deg) brightness(90%) contrast(90%);
    --svg-filter-background: invert(96%) sepia(46%) saturate(4500%) hue-rotate(160deg) brightness(60%) contrast(90%);
    --svg-filter-tree-icon: invert(60%) sepia(70%) saturate(4500%) hue-rotate(140deg) brightness(110%) contrast(90%);
}