﻿:root {
    --primary-color: rgb(3, 148, 17);
    --primary-color-hover: hsl(hsl(125, 96, 30), 96, 15);
    --primary-color-background: rgb(248,249,250);
    --primary-color-border-hover: #014908;
    --tabs-secondary-foreground-color: black;
    --tabs-secondary-background-color: white;
    --tabs-secondary-border-color: #ddd;
    --tabs-secondary-corner-radius: 5px;
    --tabs-secondary-active-foreground-color: var(--primary-color);
    --tabs-secondary-active-background-color: rgb(248,249,250);
    --tabs-secondary-active-border-color: var(--primary-color);
    --tabs-secondary-hover-foreground-color: #014908;
    --tabs-secondary-hover-background-color: #daf2dc;
    --tabs-secondary-hover-border-color: #014908;
    --tabs-secondary-activehover-foreground-color: #26de37;
    --tabs-secondary-activehover-background-color: rgb(245,246,247);
    --tabs-primary-content-background-color: rgb(252, 255, 252);
    --card-sm-background-color: rgb(238,238,238);
    --card-sm-title-background-color: rgb(210,210,210);
    --card-sm-border-color: rgb(190,190,190);
    --card-sm-border-radius: 6px;
    --card-sm-help-color: rgb(0, 200, 0);
    --card-sm-max-width: 200px;
    --card-sm-min-height: 150px;
    --accorion-panelbar-background-color: rgb(247,247,247);
    --accorion-panelbar-hover-background-color: rgb(240,240,240);
}
