:root {
    --mainFontFamily: 'Open Sans';
    --whiteText: #FFFFFF;
    --borderColor: #888888;
    --ashColor: #777777;
    --darkText: #555555;
    --heightOfButtonsAndFields: 30px;
    --mainBackgroundColor: #F5F5F5;
    --darkerText: #222222;
    --redUnderlineAndButtonsColor: #910A2D;
    --hrColorInSideNav: #e7e7e7;
    --disabledButton: #2222226e;
    --boldFontWeight: bold;
    --mainGridTableColor: #D5D5D5;
    --errorColor: red;
    --mainBackgroundColorForTableButton: #E7E7E7;
    --mat-checkbox-state-layer-size: 23px !important;
    --scrollbar-width: 8px;
    --scrollbar-track-color: #f1f1f1;
    --scrollbar-thumb-color: #0000009d;
  }