:root {
    --color: #c14b00;
    --shade-color: #ffdc83;
    --white-color: #ffffff;
    --gradient-color: linear-gradient(
        62deg,
        #fbab7e 0%,
        #f7ce68 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: #c14b00;
    --tree-items-text-color: #ffffff;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
}