$background-light-color: #fff;
$background-light-color-2: #f9f9f9;
$background-color: #f2f2f2;
$background-color-2:#f0f0f0;
$background-color-dark: #282828;

$border-light-color: #ddd;
$border-color: #ccc;

$text-light-color: #999;
$text-color: #333;
$text-dark-color: #1e1e1e;
$color-brand: #00e889;
$status-exists-color: green;
$status-not-exists-color: red;

$padding: 0.75rem;
