$primary-color: #0d4458;
$secondary-color:#d0564e;
$light-color: #efefef;
$warning-color: #ffcf00;
$gray-400: #ced4da;
$light-blue: #E4EAEC;
$card-light: #f1f8fd;
$black: #000000;
$theme-blue: #4067bc;
$light-black: #4e586d;
$light-gray: #c1c1c1;
$sandybrown :#f4a460;
$bisque:#ffe4c4;

$theme-colors: (
  'primary': $primary-color,
  'secondary': #808080,
  'success': #198754,
  'info': #0dcaf0,
  'warning': #ffc107,
  'danger': #dc3545,
  'light': $light-color,
  'dark': #212529,
  'th-blue': $theme-blue
);

$Partial: #FFFF99;
$Cancelled: #FF9999;
$Placed: #CCCCCC;
$Confirmed: #99FF99;
$Packed: #9999FF;
$Shipped: #9999CC;
$Delivered: #99CCCC;
$Returned: #CC99CC;
$Return-Rejected: #FF6666;
$Return-Requested: #99FFFF;

/** Fonts **/
@import 'fonts';
$font-family-base: 'proxima-nova';
$font-family-sans-serif: 'proxima-nova';
$font-family-monospace: 'proxima-nova';
/** Fonts End **/

$primary-hover-color: lighten($primary-color, 5%);
$light-hover-color: darken($light-color, 5%);
$warning-hover-color: darken($warning-color, 5%);
// $dropdown-link-active-color: $primary-color;
$dropdown-link-active-bg: $primary-color;
$border: #eaedf1;

/** Form Focus **/
$input-focus-border-color: $primary-color;
$input-focus-boxshodow-color: rgba($primary-color, 10%) !default;
$input-focus-box-shadow: 0 0 0 0.25rem $input-focus-boxshodow-color;
$input-border-color: $gray-400;

/** Modal Custom Variable **/
$modal-header-bg: $input-focus-boxshodow-color;

/* Table */
$table-th-font-weight: 600;
$table-cell-padding-y: 0.75rem;
$table-cell-padding-x: 0.75rem;
$table-hover-bg: #f4f4f4;

/** Badges Border Radius **/
$badge-border-radius: 0.25rem;

$badge-font-weight: 600;
$badge-font-size: 0.875rem;

@import 'm_icon';

/** Bootstrap scss Start **/
@import '~bootstrap/scss/bootstrap';
/** Bootstrap scss End  **/

@import "styleFunction/styleFunction";
@import 'variable';
@import 'buttons';
@import 'checkbox';
@import 'badges';
@import 'cards';
@import 'tabs';
@import 'modal';
@import 'btn_groups';
@import 'header';
@import 'sidebar';
@import 'tables';
@import 'loader';
@import 'setting';
@import 'custom';
@import 'login';
@import 'changepass';
@import 'add_seller';
@import 'myaccordion';

// pages
@import 'pages/seller_details';
@import 'Products/manage_product';
@import 'ManageCoupon/manage_coupon';
@import 'pages/order/order_details';
@import 'pages/order/order_list';

// components
@import 'CustomizeLayout/customizeLayout';

// product48
@import "product/add_product";
@import "product/existing_proadd";
@import "toastnotification";

//manage home page
@import "ManageHomePageCss/managebannerslider";
@import "ManageHomePageCss/managehomethumbline";
@import "ManageHomePageCss/productWidget";
@import "ManageHomePageCss/manage_home_page";
@import "ManageMenucss/manage_banner";
@import 'ManageHomePageCss/testimonial';

// gallary css
@import "GridImageLayout/gridimagelayout";
@import "GridImageLayout/customgridlayout";
@import "nestableTemp.scss";


//home page
@import "Homepage/homepage";

// all svg icon css
@import "AllSvgIcon/allsvg_icon";

// edit-profile css
@import "edite-profile/edit_profile";

// shimmer css
@import "shimmerCss/shimmer";
