:root {
/*Configure here the colors set in the Syncfusion theme builder*/
    --primary: #1c86c8;
    --primary-text-color: white;
    --secondary: #6c757d;
    --secondary-text-color: white;
/*End Configure here the colors set in the Syncfusion theme builder*/

    --WebsiteBaseColor: var(--primary);
    --WebsiteToolbarTextColor: var(--primary-text-color);
    --WebsiteErrorTextColor: #fd7e14;
    --WebsiteWarningTextColor: #fd7e14;
}