:root {
    --color: #40078a;
    --shade-color: #d8baff;
    --white-color: #ffffff;
    --gradient-color: linear-gradient(
        90deg,
        rgba(64, 7, 138, 1) 0%,
        rgba(216, 186, 255, 1) 100%
    ) !important;
    --gradient-back-color: rgb(64, 7, 138) !important;
    --unselected-color: #ffffff;
    --text-color: #575757;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;  
    --tree-items-bg: #40078a;
    --tree-items-text-color: #ffffff;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
}