:root {
    --color: #0597F2;
    --shade-color: #98cbea;
    --white-color: #ffffff;
    --gradient-color: linear-gradient(90deg,rgba(76, 217, 237, 1) 0%, rgba(71, 166, 236, 1) 50%, rgba(67, 127, 236, 1) 100%)!important;
    --gradient-back-color: #4CD9ED!important;
    --unselected-color: #7A98D9;
    --text-color: #0C1C2A;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;  
    --tree-items-bg: #0597F2;
    --tree-items-text-color: #ffffff;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
}