﻿:root {
    --bg: #F6F2E5;
    --light-bg: #FFFFFF;
    --alt-bg: #FEFDFB;
    --secondary-bg: #DDD4B7;
    --comment-unread-bg: #E9E2CB;
    --primary-font: #3E3E3E;
    --light-font: #FFFFFF;
    --excluded-font: #A5A5A5;
    --header-height: 70px;
    --header-bg: linear-gradient(170deg, #0080B7 0%, #005FB7 100%, rgba(0, 128, 183, 0.00) 100%);
    --shadow: 0px 4px 31px #D1C9AF;
    --shadow-alt: -11px 0px 6px 0px rgba(0, 0, 0, 0.10);
    --card-shadow: -3px 10px 31px 0px #D1C9AF;
    --list-bg: #FFFFFF;
    --primary: #50B86B;
    --primary-highlight: #CEE8D4;
    --primary-light-bg: #EBEEDD;
    --primary-gradient: linear-gradient(162deg, #50B86B 0%, #50B886 100%);
    --secondary: #0080B7;
    --dark-highlight: #E9E2CB;
    --new-status-indicator: #FF0303;
    --scrollbar-fill: #F39200;
    --icons-color: #807B69;
    --alt-status: #6A396B;
    --survey-chip: #03A9F4;
    --select-chip: #0181B7;
    --state-chip: #A43AFE;
    --department-chip: #653B6A;
    --business-unit-chip: #EF6C00;
    --pay-plan-chip: #2E7D32;
    --pre-configured-chip: #8BC34A;
    --assigned-to-chip: #A43AFE;
}
