:root {
    --black-color-rgb: 0, 0, 0;
    --white-color-rgb: 255, 255, 255;

    --primary-color-50: #FFF1E7;
    --primary-color-100: #ffefe3;
    --primary-color-200: #ffe4d1;
    --primary-color-300: #fde7e2;
    --primary-color-400: #FF9A21;
    --primary-color-500: #FF6B00;
    --primary-color-600: #f24822;
    --primary-color--600-rgb: 242, 72, 34;

    --red-color-200: #FCE3E6;
    --red-color-300: #E30000;
    --red-color-400: #DB2800;
    --red-color-500: #E8001B;


    --green-color-100: #E5F6ED;
    --green-color-200: #e1f5ea;
    --green-color-300: #E0F4EA;
    --green-color-400: #16BA2A;
    --green-color-500: #14AE5C;
    --green-color-600: #0b9b00;
    --green-color-rgb: 9, 179, 88;
}
.process-step path:first-child { stroke: #FF6B00 !important; }
.process-step path:nth-child(2) { stroke: #FF6B00 !important;}
.process-step path:last-child { fill: #FF6B00 !important;}
