:root {
    --theme-color: #F58634;
    --theme-light: #FFF4EC;
    --theme-border: #FFD7B8;
    --primary-text: #222;
    --secondary-text: #8b8b95;
    --blue: #4b5bd4;
    --active: #28a745;
    --active-bg: #eaf8ee;
    --rejected: #dc3545;
    --rejected-bg: #fdecee;
    --inactive: #f59e0b;
    --inactive-bg: #fff4df;
}