﻿/*:root {*/
/*--main-color: #353f53;*/ /*Mid Light Blue color */
/*--register-heading: #4ec9ff5e;*/
/*--label-color: #203c48;*/
/*--dark-bg-color: #00334d;*/ /*Dark Blue color */
/*--primary-color: #D0E1F9;*/ /* Light Blue color */

/*--text-white: #fff;*/ /*Text White*/
/*--white-50: rgba(255, 255, 255, 0.5);*/ /*Text White*/
/*--white-20: rgba(255,255,255,.2);*/ /*Text White*/
/*--main-body: #262d3c;*/ /*Side nav Active*/
/*--bg-hover: rgba(255,255,255,.1);*/ /* header background */
/*--bg-blue: #2196f3;*/ /* Active BG */
/*--tb-head: #30394c;*/ /* Table Head */
/*--actve-link: #03a9f4;*/ /*Side nav Active*/
/*--input-select-bgcolor: rgb(42, 50, 66);*/
/*--box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);*/ /* Box Shadow */
/*}*/

:root {
    --ribbon-clr: #ae0202;
    --ribbon-clr: linear-gradient(to top, #09203f 0%, #537895 100%);
    --form-heading-clr: #213C5B;
    --btn-main-clr: #537895;
    --main-color: #fff; /*Mid Light Blue color */
    --header-color: rgba(195,36,33,255);
    --register-heading: #4ec9ff5e;
    --label-color: #203c48;
    --dark-bg-color: #00334d; /*Dark Blue color */
    --primary-color: #D0E1F9; /* Light Blue color */
    --text-white: #494A4B; /*Text White*/
    --white-50: rgba(255, 255, 255, 0.5); /*Text White*/
    --white-20: rgba(255,255,255,.2); /*Text White*/
    --main-body: #F8F9FB; /*Side nav Active*/
    --bg-hover: #537895; /* header background */
    --bg-blue: #2196f3; /* Active BG */
    --tb-head: #ae0202; /* Table Head */
    --tb-head: linear-gradient(to right, #c94b4b, #4b134f); /* Table Head */
    --actve-link: #0a2240; /*Side nav Active*/
    --input-select-bgcolor: #fff;
    --box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); /* Box Shadow */
    --table-row-hover-color: rgba(92, 171, 246, 0.1);
    --btn-primar-color: #2d8ce5;
    --input-feild-focus-border-color: #0075E4;
    --text-hover-color: #0075E4;
    --dashboard-options-text-color: #494A4B;
    --dashboard-icons-color: #000000;
    --nav-account-clr: #537895;
    --action-btn-clr: #537895;
    /*Statuses colors scheme*/
    /*New Order*/
    --status-new-order-badge-text-color: #fff;
    --status-new-order-badge-bg-color: #42ba96;
    /*RETURN FOR MANUFACTURING*/
    --status-return-for-manufacturing-text-color: #fff;
    --status-return-for-manufacturing-bg-color: rgb(157, 51, 51);
    /*Assign To Manufacturer*/
    --status-assign-to-manufacturer-badge-text-color: #fff;
    --status-assign-to-manufacturer-badge-bg-color: #01386a;
    /*In Manufacturing*/
    --status-in-manufacturing-badge-text-color: #fff;
    --status-in-manufacturing-badge-bg-color: #e53232;
    /*Finish Manufacturer*/
    --status-finish-manufacturer-badge-text-color: #690000;
    --status-finish-manufacturer-badge-bg-color: rgba(157, 51, 51, 1);
    /*Return For Manufacturing*/
    --status-return-for-manufacturing-badge-text-color: #690000;
    --status-return-for-manufacturing-badge-bg-color: rgba(157, 51, 51, 1);
    /*Received From Manufacturer*/
    --status-received-from-manufacturer-badge-text-color: #690000;
    --status-received-from-manufacturer-badge-bg-color: rgba(157, 51, 51, 1);
    /*Assign To Shipper*/
    --status-assign-to-shipper-badge-text-color: #fff;
    --status-assign-to-shipper-badge-bg-color: #fca120;
    /*Return From Shipper*/
    --status-return-from-shipper-badge-text-color: #690000;
    --status-return-from-shipper-badge-bg-color: rgba(157, 51, 51, 1);
    /*On Hold From Shipper*/
    --status-on-hold-from-shipper-badge-text-color: #690000;
    --status-on-hold-from-shipper-badge-bg-color: rgba(157, 51, 51, 1);
    /*In Transit*/
    --status-in-transit-badge-text-color: #fff;
    --status-in-transit-badge-bg-color: #1a73e8;
    /*On Hold From Company*/
    --status-on-hold-from-company-badge-text-color: #690000;
    --status-on-hold-from-company-badge-bg-color: rgba(157, 51, 51, 1);
    /*Returned From Company*/
    --status-returned-from-company-badge-text-color: #690000;
    --status-returned-from-company-badge-bg-color: rgba(157, 51, 51, 1);
    /*Returned From Consignee*/
    --status-returned-from-consignee-badge-text-color: #690000;
    --status-returned-from-consignee-badge-bg-color: rgba(157, 51, 51, 1);
    /*Delivered*/
    --status-delivered-badge-text-color: #690000;
    --status-delivered-badge-bg-color: rgba(157, 51, 51, 1);
    /*Complete*/
    --status-complete-badge-text-color: #086900;
    --status-complete-badge-bg-color: rgba(44, 146, 73, 1);
    /*history color*/

    --new_color: rgb(157, 51, 51);
    /*mega menu new background color*/
    --megabg: #f6f9fc;
}
