:root {
    --color: #262b68;
    --white-color: #ffffff;
    --shade-color: #E35F25;
    --gradient-color: linear-gradient(
        90deg,
        #0B1464 0%,
        #3D2A6F 35%,
        #8B3A4A 65%,
        #E45B1F 100%
    ) !important;
    --gradient-back-color: #0B1464 !important;
    --unselected-color: #ffffff;
    --text-color: #575757;
    --border-radius: 0.85rem !important;
    --transparent-color: transparent !important;
    --tree-items-bg: #0B1464;
    --tree-items-text-color: #ffffff;
    --mobile-back-color: #ffffff;
    --notification-color: #ffffff;
    --pagination-text-color: #ffffff;
}
