﻿:root {
    --header: #121212;
    --left_menu: #121212;
    --breadcrumb: #9a9a9a;
    --darkbreadcrumb: #9a9a9a;
    --topbar: #1e3250;
    --gxs_color_100: #000000;
    --gxs_color_90: #1A1A1A;
    --gxs_color_65: #3C3C3C;
    --gxs_color_55: #5E5E5E;
    --gxs_color_45: #A0A0A0;
    --gxs_color_30: #D3D3D3;
    --gxs_color_20: #E5E5E5;
    --gxs_color_10: #F4F4F4;
    --gxs_color_0: #FFFFFF;
    --sub_header_1: 16px;
    --sub_header_2: 14px;
    --theme_color: #0FA9F0;
    --dark_theme: #0098de;
    --darkblue: #112747;
    --primary_bg: 18,18,18;
    --secondary_bg: 32,101,167;
    --bg_light: 154,154,154;
    --body_bg_d: 32,33,36;
    --body_bg_l: 102,102,102;
    --white_bg: 255,255,255;
    --font_regular: 'Roboto-Regular'; /*--font_w_4*/
    --font_medium: 'Roboto-Medium'; /*--font_w_5*/
    --font_bold: 'Roboto-Bold'; /*--font_w_6*/
    --gray_txt: #888888;
    --th_bg: #D3D3D3;
    --txt_dark_gray: #333333;
    --on-hold: #fe6669;
    --received: #9D5FFD;
    --cancelled: #C86300;
    --assigned: #ff96c3;
    --published: #7A30B1;
    --approved: #65B77F;
    --approved_status: #79B342;
    --unassigned: #0092dd;
    --processed: #CC0088;
    --approved-file_neededstatus: #65b77f;
    --approved-file_pendingstatus: #65b77f;
    --ready_for_customization_status: #dbaf00;
    --completed_status: #F26C3D;
    --other_status: #36c6d3;
    --label-danger: #ed6b75;
    /*Queues starts*/
    --sample_requested_status: #41dcb1;
    --sample_converted_status: #e4f306;
    --ready_for_sampling_status: #686fff;
    --sampling_completed_status: #f306aa;
    --sample_approved_status: #2f742e;
    --draft: #9d5ffd;
    --art_approval_received: #9d5ffd;
    --art_approval_unassigned: #dc4184;
    --art_approval_assigned: #dc4184;
    --prod_approved_file_needed: #eac400;
    --ready_to_send: #3bc0ff;
    --art_approval_needed: #0092dd;
    --revision_requested: #ff96c3;
    --customer_approved: #b55a5a;
    --approved_file_needed: #9d9d96;
    --art_approval_published: #ca0287;
    --ready_for_customization: #dc4184;
    --send_files: #dbaf00;
    --art_approval_cancelled: #00c7c6;
    --request_sample: #dc4184;
    /*queues ends*/
    --blue_btn: #0A82FF;
    --sampling_completed_status: AED581;
    --ready-for-sampling-status: AED581;
    /*Bootstrap root starts*/
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    /*Bootstrap root ends*/
}
