:root {
    --color: #ff8643;
    --white-color: #ffffff;
    --shade-color: #99e8d3;
    --gradient-color: linear-gradient(
        62deg,
        #ff8643 0%,
        #99e8d3 100%
    ) !important;
    --gradient-back-color: #fbab7e !important;
    --unselected-color: #ffffff;
    --text-color: #575757;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;
    --tree-items-bg: #ff8643;
    --tree-items-text-color: #2f313b;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
}
