:root {
    --color: rgba(100, 43, 115, 1);
    --shade-color: rgb(215, 181, 222);
    --white-color: #ffffff;
    --gradient-color: radial-gradient(
        circle farthest-corner at 10% 20%,
        rgba(100, 43, 115, 1) 0%,
        rgba(4, 0, 4, 1) 90%
    ) !important;
    --gradient-back-color: radial-gradient(
        circle farthest-corner at 10% 20%,
        rgba(100, 43, 115, 1) 0%,
        rgba(4, 0, 4, 1) 90%
    ) !important;
    --unselected-color: #ffffff;
    --text-color: #575757;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;
    --tree-items-bg: rgba(100, 43, 115, 1);
    --tree-items-text-color: #ffffff;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
}