/* admin theme color start */
:root {
    --main-bg-color: linear-gradient(0deg, rgba(1,107,108,1) 0%, rgba(3,62,71,1) 0%);
    --main-color: #fff;
    --main-bg-sidebar:linear-gradient(0deg, rgba(1,107,108,1) 0%, rgba(4,77,89,1) 0%);
    --btn_backgrond: black;
    --btn_color_white: #fff;
    --btn_color_black: #333;
    --edit_btn: green;
    --view_btn: #1a73e8;
    --delete_btn: red;
}
/* admin theme color end */
/* retailer theme color start */
:root {
    --retailer_main_color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --retailer_text_color: #fff;
    --retailer_sidebar: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(93,93,93,1) 0%);
    --retailer_btn_bg: #1a73e8;
    --retailer_btn_color_white: #fff;
    --retailer_btn_color_black: #333;
    --retailer_edit_btn: #ff5722;
    --retailer_view_btn: #1a73e8;
    --retailer_delete_btn: #f70f0f;
}
/* retailer theme color end */
/* staff theme color start */
:root {
    --staff_main_color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --staff_text_color: #fff;
    --staff_sidebar: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(93,93,93,1) 0%);
    --staff_btn_bg: #262e6f;
    --staff_btn_color_white: #fff;
    --staff_btn_color_black: #333;
    --staff_edit_btn: #ff5722;
    --staff_view_btn: #1a73e8;
    --staff_delete_btn: #f70f0f;
}
/* staff theme color end */
/* website theme color start */
:root {
    --main-bg-color:linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --header-bg-color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --header-text-color: #fff;
    --main-bg-footer-color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --heading_color: #FF9800;
    --main-bg-btn-color: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(82,79,79,1) 0%);
    --btn-border-color: #FF9800;
}
/* website theme color end */