:root {
    --color: #0038A5;
    --shade-color: #E5EBF6;
    --white-color: #ffffff;
    --gradient-color: #0038A5 !important;
    --gradient-back-color: #E5EBF6 !important;
    --unselected-color: #7A98D9;
    --text-color: #575757;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;  
    --tree-items-bg: #0038A5;
    --tree-items-text-color: #ffffff;
}