:root {
    --primary_color: #00AEEF;
    --secondary_color: #08678a;
    --highlight_color: #a600a9;
    --highlight_hover_color: #eb00ff;
    --btn_green: #006D07;
    --btn_red: #C20101;
    --back_grey: #363636;
    --back_lightgrey: #f2f2f2;
    --sidebar_grey: #222222;
    --divider_grey: #494949;
    --dashboard_filter: invert(53%) sepia(51%) saturate(2781%) hue-rotate(161deg) brightness(96%) contrast(101%);
    --selector_background_color: #01455e;
    --table-row-hover: #009bd3;
    --table-row-text-hover: #fff;
    --table-row-selected: #075672;
    --table-row-text-selected: #fff;
    --table-row-alt: #d7f3ff;
    --table-row: #f5f5f5;
    --table-row-text: #000;
    --table-cell: #dbdbdb;
    --table-cell-selected: #a600a9;
    --table-cell-previous: #08678a;
    --table-cell-excluded: #a2d5eb;
    --table-cell-green: #9eeba1;
    --table-cell-red: #ff0000;
    --table-cell-orange: #dfd4a4;
    --btn-info: brightness(0) saturate(100%) invert(10%) sepia(96%) saturate(4134%) hue-rotate(285deg) brightness(103%) contrast(106%);
    --btn-view: brightness(0) saturate(100%) invert(24%) sepia(79%) saturate(1430%) hue-rotate(102deg) brightness(95%) contrast(105%);
    --btn-edit: brightness(0) saturate(100%) invert(48%) sepia(80%) saturate(7499%) hue-rotate(210deg) brightness(94%) contrast(104%);
    --btn-delete: brightness(0) saturate(100%) invert(12%) sepia(70%) saturate(5808%) hue-rotate(357deg) brightness(93%) contrast(110%);
    --btn-video: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(6555%) hue-rotate(282deg) brightness(94%) contrast(117%);
    --btn-history: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(1454%) hue-rotate(158deg) brightness(93%) contrast(103%);
    --btn-reset: brightness(0) saturate(100%) invert(52%) sepia(87%) saturate(1454%) hue-rotate(158deg) brightness(93%) contrast(103%);
}