﻿/* Colors */
:root {
    --primary-color: #414e58;
    --secondary-color: #ffffff;
    --secondary-alt-color: #555555;
    --third-color: #d7df23;
    --menu-header-text-color: #ffffff;
    --menu-header-text-hover-color: #d7df23;
    --menu-left-text-color: #555555;
    --menu-left-counter-color: #484848;
    --sub-menu-left-text-color: #555555;
    --sidebar: #484848;
    --btn-add: #ef6a00;
    --btn-save: #0069aa;
    --btn-cancel: #dbdcdf;
}