:root {
    --bronze: #887f77;
    --black: #000;
    --blue-darker:#2264c3;
    --blue-dark:#205eb8;
    --blue: #3b7ddd;
    --blue-semi:#4285f4;
    --blue-light: #7ca8e8;
    --blue-lighter:#46b8da;
    --blue-gray:#203a45;
    --blue-alice: #f0f8ff;
    --blue-alice-medium: #f4f7fc;
    --blue-alice-dark: #99adcb;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --purple-dark: #3e4676;
    --purple-light: #9b7cd4;
    --pink: #e83e8c;
    --pink-dirty: #e4606d;
    --pink-light:#e77681;
    --pink-red: #d14;
    --red-dark: #bd2130;
    --red: #dc3545;
    --red-opacity: rgba(220,53,69,.25);
    --orange-dark: #dc6502;
    --orange: #fd7e14;
    --orange-light:#fea860;
    --yellow: #ffc107;
    --yellow-green: #998;
    --yellow-white:#fcf8e3;
    --green-dark: #1e7e34;
    --green: #28a745;
    --green-light: #34ce57;
    --green-lighter: #48d368;
    --teal: #20c997;
    --teal-light:#52e3b8;
    --cyan: #17a2b8;
    --white: #fff;
    --white-light: #f8f9fa;
    --white-smoke:#f4f7fc;
    --white-dark: #f5f5f5;
    --gray: #6c757d;
    --gray-darker: #16181b;
    --gray-dark: #343a40;
    --gray-medium-darker: #495057;
    --gray-medium: #ced4da;
    --gray-light: #dee2e6;
    --primary: #3b7ddd;
    --secondary: #6f42c1;
    --success: #28a745;
    --info: #20c997;
    --warning: #fd7e14;
    --danger: #dc3545;
    --light: #e9ecef;
    --dark: #153d77;
    --dark-opacity: rgba(21,61,119,.1);
    --hide-logic-color: #1AC6BD;
    --hide-logic-color-light: #ccf5f3;
    --skip-logic-color: #51749D;
    --skip-logic-color-light: #c6dfff;
    --tertiary: #669ae5;
    --light-blue: #a8c5f0;
    --ncolor: #eeeff5;
    --scrollbarColor: rgba(0, 0, 0, 0.75);
    --scrollbarBackColor: #EEEEEE;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --font-family-sans-serif: "Hind Vadodara", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}