@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("../icons/simple-line-icons/css/simple-line-icons.css");
@import url("../icons/font-awesome-6/css/all.min.css");
@import url("../icons/font-awesome/css/all.min.css");
@import url("../icons/material-design-iconic-font/css/materialdesignicons.min.css");
@import url("../icons/themify-icons/css/themify-icons.css");
@import url("../icons/line-awesome/css/line-awesome.min.css");
@import url("../icons/flaticon/flaticon.css");
@import url("../icons/flaticon_1/flaticon_1.css");
@import url("../icons/icomoon/icomoon.css");
@import url("../icons/bootstrap-icons/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url(../vendor/metismenu/css/metisMenu.min.css);
body.light {
  --nav-link-color: #464a53;
    --bs-body-font-family: "Roboto Flex", sans-serif;;
  --border-color: #ddd6f2;
  --border-sidebar: #c8c8c8;
  --hamburger-line: #000;
  --content-heading-color: #705ffb;
  --search-bg: #f1f1f1;
  --bs-btn-bg: linear-gradient(
    135deg,
    hsl(210 100% 65%),
    hsl(270 85% 65%)
  ) !important;
  --button-bg: hsl(210 100% 65%);
  --btn-background: linear-gradient(
    135deg,
    hsl(210 100% 65%),
    hsl(270 85% 65%)
  ) !important;
  --headerbg: #fff;
  --wrapper-shadow: rgba(7, 8, 8, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  --btn-border-radius: 8px;
  --btn-color: #fff;
  --sidebar-bg: #fff;
  --sidebar-btn-radius: 8px;
  --tab-border: #e1e7ef;
  --table-header-text-color: #333;
  --table-header-bg: linear-gradient(
    90deg,
    hsl(210 100% 50% / 0.1),
    hsl(270 85% 50% / 0.1)
  );
  --active-sidebar: linear-gradient(
    135deg,
    hsl(210 100% 65%),
    hsl(270 85% 65%)
  );
  --active-sidebar-link-color: #fff;
  --nav-link-color: #64748b;

  --table-text-color: #1e293b;
  --input-bg: #fff;
  --input-border-color: #e1e7ef;
  --input-text-color: #1e293b;
  --label-color: #1e293b;
  --wrapper-radius: 5px;
  --modal-bg: #fff;
  --auth-card-bg: #fff;
  --login-bg: #ecebfa;
}
body.dark {
  --bs-body-color: #fff !important;
  --nav-link-color: #94a3b8;
  --border-sidebar: #1d283a;
  --hamburger-line: #e2e8f0;
  --search-bg: #1e293b;
  --content-body-bg: #020817;
  --bs-body-bg: #020817 !important;
  --wrapper-data-bg: #020a1c;
  --sidebar-bg: #030e26;
  --headerbg: #020a1c;
  --modal-bg: #030e26;
  --bs-card-bg: #020a1c !important;
  --sidebar-radius: 8px;
  --sidebar-btn-radius: 8px;
  --btn-border-radius: 8px;
  --btn-color: #fff;
  --tab-border: #007fff40;
  --table-header-text-color: #94a3b8;
  --table-text-color: #e2e8f0;
  --button-bg: #58657a;
  --btn-background: linear-gradient(
    135deg,
    hsl(210 100% 65%),
    hsl(270 85% 65%)
  ) !important;
  --table-header-bg: linear-gradient(
    90deg,
    hsl(210 100% 50% / 0.1),
    hsl(270 85% 50% / 0.1)
  );
  --active-sidebar: linear-gradient(
    90deg,
    hsl(217 91% 60% / 0.1),
    hsl(189 85% 60% / 0.1)
  );
  --active-sidebar-link-color: #fff;
  --content-heading-color: #e2e8f0;
  --input-bg: #030e26;
  --input-border-color: #1d283a;
  --input-text-color: #94a3b8;
  --label-color: #94a3b8;
  --user-dashboard-card-bg: linear-gradient(
    145deg,
    hsl(222 84% 8%),
    hsl(217 32% 17%)
  );
  --wrapper-radius: 5px;
  --user-dashboard-cardheader-bg: linear-gradient(
    135deg,
    hsl(220 100% 60% / 0.08),
    hsl(280 90% 60% / 0.08)
  );
  --auth-card-bg: #030e26;
  --login-bg: #020a1c;
  --particle-color: #ffffff;
  --line-color: #ffffff;
  --brand-content-color: #fff;
}

body.purple-gradient {
  /* ========== Base layout colors ========== */
  --body-bg: #f9f8fd; /* full background */
  --wrapper-bg: #f2f0fa; /* page wrapper area */
  --content-bg: #ffffff; /* content panels, cards */
  /* ========== Text colors ========== */
  --text-color: #3d3558;
  --text-muted: #9a94b8;
  --heading-color: #2a2142;
  /* ========== Sidebar ========== */
  --sidebar-bg: linear-gradient(135deg, hsl(210 100% 65%), hsl(270 85% 65%));
  --sidebar-text: #ffffff;

  --sidebar-active-text: #ffffff;
  --sidebar-radius: 20px;
  --nav-link-color: #fff;
  /* ========== Cards / Wrappers ========== */
  --card-bg: #ffffff;
  --card-border: #e2dff0;
  --card-shadow: 0 4px 10px rgba(140, 115, 255, 0.1);
  --wrapper-border: #ded9f5;
  --wrapper-radius: 20px;
  --modal-bg: #fff;
  /* ========== Tables ========== */
  --table-header-bg: #ede9fb;
  --table-header-text: #4a3d75;

  --table-border-color: #d9d3f2;
  /* ========== Buttons ========== */
  --button-bg: linear-gradient(135deg, hsl(210 100% 65%), hsl(270 85% 65%));
  --button-hover-bg: #5a3bd9;
  --button-text: #ffffff;
  --button-border: transparent;
  --btn-background: #7b5cf3;
  --button-secondary-bg: #ede9fb;
  --button-secondary-text: #5a3bd9;

  /* ========== Form elements ========== */
  --input-bg: #ffffff;
  --input-border: #d9d3f2;
  --input-focus-border: #7b5cf3;

  /* ========== Misc ========== */
  --border-color: #ddd6f2;
  --scrollbar-thumb: #322c46;
  --scrollbar-track: #f0edf9;
  --headerbg: #dbd6fd;
  --content-body-bg: #dbd6fd;
  --wrapper-data-bg: #ffff;
  --app-bg: #dbd6fd;
  --border-sidebar: #c8c8c8;
  --sidebar-margin: 10px;
  --btn-border-radius: 20px;
  --auth-card-bg: #fff;
}
body.purple-elegant {
  /* ========== Base layout colors ========== */
  --body-bg: #f9f8fd; /* full background */
  --wrapper-bg: #f2f0fa; /* page wrapper area */
  --content-bg: #ffffff; /* content panels, cards */

  /* ========== Text colors ========== */
  --text-color: #3d3558;
  --text-muted: #9a94b8;
  --heading-color: #2a2142;

  /* ========== Sidebar ========== */
  --sidebar-bg: linear-gradient(180deg, #a78bfa 0%, #7b5cf3 50%, #5a3bd9 100%);
  --sidebar-text: #ffffff;
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 20px;
  --nav-link-color: #fff;

  /* ========== Cards / Wrappers ========== */
  --card-bg: #ffffff;
  --card-border: #e2dff0;
  --card-shadow: 0 4px 10px rgba(140, 115, 255, 0.1);
  --wrapper-border: #ded9f5;
  --wrapper-radius: 20px;
  --modal-bg: #fff;

  /* ========== Tables ========== */
  --table-header-bg: #ede9fb;
  --table-header-text: #4a3d75;
  --table-border-color: #d9d3f2;

  /* ========== Buttons ========== */
  --button-bg: #7b5cf3;
  --button-hover-bg: #5a3bd9;
  --button-text: #ffffff;
  --button-border: transparent;
  --btn-background: #7b5cf3;
  --button-secondary-bg: #ede9fb;
  --button-secondary-text: #5a3bd9;


  /* ========== Form elements ========== */
  --input-bg: #ffffff;
  --input-border: #d9d3f2;
  --input-focus-border: #7b5cf3;

  /* ========== Misc ========== */
  --border-color: #ddd6f2;
  --scrollbar-thumb: #322c46;
  --scrollbar-track: #f0edf9;
  --headerbg: #dbd6fd;
  --content-body-bg: #dbd6fd;
  --wrapper-data-bg: #ffff;
  --app-bg: #dbd6fd;
  --border-sidebar: #c8c8c8;
  --sidebar-margin: 10px;
  --btn-border-radius: 20px;
  --auth-card-bg: #fff;
}

body.ocean-blue {
  /* Base layout colors */
  --body-bg: #f0f9ff;
  --wrapper-bg: #e0f2fe;
  --content-bg: #ffffff;
  --bs-body-font-family: "Nunito", sans-serif;
  /* Text colors */
  --text-color: #0f172a;
  --text-muted: #64748b;
  --content-heading-color: #065b89;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #0284c7 0%, #0369a1 50%, #075985 100%);

  --sidebar-text: #ffffff;
  --active-sidebar: #e0f2fec4;
  --sidebar-btn-radius: 3px;
  --sidebar-active-text: #ffffff;

  --nav-link-color: #fff;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #e2e8f0;
  --card-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
  --wrapper-border: #cbd5e1;
  --wrapper-radius: 3px;
  --modal-bg: #fff;

  /* Tables */
  --table-header-bg: #e0f2fe;
  --table-header-text: #0f172a;

  --table-border-color: #e2e8f0;

  /* Buttons */
  --button-bg: #0284c7;
  --button-hover-bg: #0369a1;
  --btn-color: #ffffff;
  --button-border: transparent;
  --btn-background: #0284c7;
  --button-secondary-bg: #e0f2fe;
  --button-secondary-text: #0369a1;

  --btn-border-radius: 3px;
  /* Form elements */
  --input-bg: #ffffff;

  --input-border-color: #c5ddfd;
  --input-focus-border: #0284c7;

  /* Misc */
  --border-color: #e2e8f0;
  --scrollbar-thumb: #64748b;
  --scrollbar-track: #f1f5f9;
  --headerbg: linear-gradient(180deg, #0284c7 0%, #0369a1 50%, #075985 100%);
  --content-body-bg: #e0f2fe;
  --wrapper-data-bg: #ffffff;
  --app-bg: #e0f2fe;
  --border-sidebar: #94a3b8;
  --sidebar-margin: 10px;
  --auth-card-bg: #fff;
  --tab-border: #e0f2fe;
  --login-bg: #0369a1;
  --particle-color: #ffffff;
  --line-color: #ffffff;
  --brand-content-color: #fff;
}
body.header-blue {
  /* Base layout colors */
  --body-bg: #f0f9ff;
  --wrapper-bg: #e0f2fe;
  --content-bg: #ffffff;

  /* Text colors */
  --text-color: #0f172a;
  --text-muted: #64748b;
  --content-heading-color: #065b89;

  /* Sidebar */
  --sidebar-bg: #fff;

  --sidebar-text: #ffffff;
  --active-sidebar: #0284c7;
  --sidebar-btn-radius: 8px;
  --sidebar-active-text: #ffffff;
  --nav-link-color: #000000;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #e2e8f0;
  --card-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
  --wrapper-border: #cbd5e1;
  --wrapper-radius: 20px;
  --modal-bg: #fff;

  /* Tables */
  --table-header-bg: #e0f2fe;
  --table-header-text: #0f172a;

  --table-border-color: #e2e8f0;

  /* Buttons */
  --button-bg: #0284c7;
  --button-hover-bg: #0369a1;
  --btn-color: #ffffff;
  --button-border: transparent;
  --btn-background: #0284c7;
  --button-secondary-bg: #e0f2fe;
  --button-secondary-text: #0369a1;
  
  --btn-border-radius: 10px;
  /* Form elements */
  --input-bg: #ffffff;
  --input-border-color: #c5ddfd;
  --input-focus-border: #0284c7;

  /* Misc */
  --border-color: #e2e8f0;
  --scrollbar-thumb: #64748b;
  --scrollbar-track: #f1f5f9;
  --headerbg: linear-gradient(180deg, #0284c7 0%, #0369a1 50%, #075985 100%);
  --content-body-bg: #e0f2fe;
  --wrapper-data-bg: #ffffff;
  --app-bg: #e0f2fe;
  --border-sidebar: #94a3b8;
  --sidebar-margin: 10px;
  --auth-card-bg: #fff;
  --tab-border: #e0f2fe;
  --login-bg: #0369a1;
  --particle-color: #ffffff;
  --line-color: #ffffff;
  --brand-content-color: #fff;
  --active-sidebar-link-color: #fff;
}

/* ========== THEME 2: Emerald Green (Nature) ========== */
body.emerald-nature {
  --body-bg: #f0fdf4;
  --wrapper-bg: #dcfce7;
  --content-: #ffffff;

  /* Text colors */
  --text-color: #14532d;
  --text-muted: #6b7280;
  --content-heading-color: #1f2937;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #10b981 0%, #059669 50%, #047857 100%);

  --sidebar-text: #ffffff;
  --active-sidebar: rgba(255, 255, 255, 0.2);
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 20px;
  --nav-link-color: #fff;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #d1fae5;
  --card-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
  --wrapper-border: #a7f3d0;
  --wrapper-radius: 20px;
  --modal-bg: #fff;
  /* Tables */
  --table-header-bg: #d1fae5;
  --table-header-text: #14532d;

  --table-border-color: #bbf7d0;

  /* Buttons */
  --button-bg: #10b981;
  --button-hover-bg: #059669;
  --button-text: #ffffff;
  --button-border: transparent;
  --btn-background: #10b981;
  --button-secondary-bg: #d1fae5;
  --button-secondary-text: #059669;

  --btn-color: #000;
  --btn-border-color: #d1fae5;
  --btn-bg: #43a047;
  --bs-btn-bg: #43a047;

  /* Form elements */
  --input-bg: #ffffff;
  --input-border: #d1fae5;
  --input-focus-border: #10b981;

  /* Misc */
  --border-color: #d1fae5;
  --scrollbar-thumb: #6b7280;
  --scrollbar-track: #f3f4f6;
  --headerbg: #dcfce7;
  --content-body-bg: #dcfce7;
  --wrapper-data-bg: #ffffff;
  --app-bg: #dcfce7;
  --border-sidebar: #9ca3af;
  --sidebar-margin: 10px;
  --btn-border-radius: 20px;
  --auth-card-bg: #fff;
  --brand-content-color: #000;
}

/* ========== THEME 3: Sunset Orange (Warm) ========== */
body.sunset-warm {
  --body-bg: #fff7ed;
  --wrapper-bg: #fed7aa;
  --content-bg: #ffffff;

  /* Text colors */
  --text-color: #7c2d12;
  --text-muted: #a3a3a3;
  --heading-color: #9a3412;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #fb923c 0%, #f97316 50%, #ea580c 100%);
 
  --sidebar-text: #ffffff;
 
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 0 20px 20px 0;
  --nav-link-color: #fff;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #fed7aa;
  --card-shadow: 0 4px 12px rgba(251, 146, 60, 0.2);
  --wrapper-border: #fdba74;
  --wrapper-radius: 20px;

  /* Tables */
  --table-header-bg: #fed7aa;
  --table-header-text: #7c2d12;

  --table-border-color: #fed7aa;

  /* Buttons */
  --button-bg: #f97316;
  --button-hover-bg: #ea580c;
  --button-text: #ffffff;
  --button-border: transparent;
  --btn-background: #f97316;
  --button-secondary-bg: #fed7aa;
  --button-secondary-text: #ea580c;


  /* Form elements */
  --input-bg: #ffffff;
  --input-border: #fed7aa;
  --input-focus-border: #f97316;

  /* Misc */
  --border-color: #fed7aa;
  --scrollbar-thumb: #a3a3a3;
  --scrollbar-track: #fafafa;
  --headerbg: #fed7aa;
  --content-body-bg: #fed7aa;
  --wrapper-data-bg: #ffffff;
  --app-bg: #fed7aa;
  --border-sidebar: #d4d4d8;
  --sidebar-margin: 10px;
  --btn-border-radius: 20px;
  --login-bg: #fed7aa;
  --modal-bg: #fff;
  --brand-content-color: #000;
}

/* ========== THEME 5: Rose Gold (Elegant) ========== */
body.rose-elegant {
  /* Base layout colors */
  --body-bg: #fdf2f8;
  --wrapper-bg: #fce7f3;
  --content-bg: #ffffff;
  --tab-border: #fce7f3;
  --bs-body-font-family: "Poppins", sans-serif;

  /* Text colors */
  --text-color: #831843;
  --text-muted: #9ca3af;
  --heading-color: #9f1239;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #f43f5e 0%, #e11d48 50%, #be123c 100%);
  --sidebar-text: #ffffff;
  --active-sidebar: #fce7f382;
  --active-sidebar-link-color: #fff;
  --sidebar-btn-radius: 8px;
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 0 30px 30px 0;
  --nav-link-color: #fff;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #fce7f3;
  --card-shadow: 0 4px 12px rgba(244, 63, 94, 0.15);
  --wrapper-border: #fbcfe8;
  --wrapper-radius: 20px;

  /* Tables */
  --table-header-bg: #fce7f3;
  --table-header-text: #831843;

  --table-border-color: #fbcfe8;

  /* Buttons */
  --button-bg: #e11d48;
  --button-hover-bg: #be123c;
  --button-text: #ffffff;
  --button-border: transparent;
  --btn-background: #e11d48;
  --button-secondary-bg: #fce7f3;
  --button-secondary-text: #be123c;

  --btn-color: #fff;

  /* Form elements */
  --input-bg: #ffffff;
  --input-border: #fce7f3;
  --input-focus-border: #e11d48;

  /* Misc */
  --border-color: #fce7f3;
  --scrollbar-thumb: #9ca3af;
  --scrollbar-track: #f9fafb;
  --headerbg: #fdcad6;
  --content-body-bg: #fce7f3;
  --wrapper-data-bg: #ffffff;
  --app-bg: #fce7f3;
  --border-sidebar: #d1d5db;
  --sidebar-margin: 10px;
  --btn-border-radius: 10px;
  --modal-bg: #fff;
  --login-bg:#fce7f3;
  --particle-color:#e11d48;
  --line-color:#e11d48;

}

/* ========== THEME 6: Teal Corporate (Modern) ========== */
body.teal-corporate {
  /* Base layout colors */
  --body-bg: #f0fdfa;
  --wrapper-bg: #ccfbf1;
  --content-bg: #ffffff;
  --bs-body-font-family: "Poppins", sans-serif;
  /* Text colors */
  --text-color: #134e4a;
  --text-muted: #6b7280;
  --heading-color: #1f2937;
  --content-heading-color: #09524d;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #14b8a6 0%, #0d9488 50%, #0f766e 100%);
  --sidebar-btn-radius: 5px;
 
  --sidebar-text: #ffffff;
  --active-sidebar: #ccfbf1;
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 00px 25px 25px 0px;
  --nav-link-color: #fff;
  --wrapper-boxshadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #ccfbf1;
  --card-shadow: 0 4px 12px rgba(20, 184, 166, 0.15);
  --wrapper-border: #99f6e4;
  --wrapper-radius: 10px;

  /* Tables */
  --table-header-bg: #ccfbf1;
  --table-header-text: #134e4a;

  --table-border-color: #99f6e4;
  --tab-border: #0e988b61;

  /* Buttons */
  --button-bg: #14b8a6;
  --button-hover-bg: #0d9488;
  --btn-color: #ffffff;
  --bs-btn-border-color: transparent;
  --bs-btn-active-border-color: #14b8a6 !important;
  --btn-background: #14b8a6;
  --button-secondary-bg: #ccfbf1;
  --button-secondary-text: #0d9488;

  

  /* Form elements */
  --input-bg: #ffffff;
  --input-border-color: #14b8a66b;
  --input-focus-border: #14b8a6;

  /* Misc */
  --bs-border-color: #ccfbf1;
  --scrollbar-thumb: #6b7280;
  --scrollbar-track: #f3f4f6;
  --headerbg: #ccfbf1;
  --content-body-bg: #ccfbf1;
  --wrapper-data-bg: #ffffff;
  --app-bg: #ccfbf1;
  --border-sidebar: #9ca3af;
  --sidebar-margin: 10px;
  --btn-border-radius: 8px;
  --header-shadow: 0;
  --modal-bg: #fff;
  --particle-color: #000;
  --line-color: #000;
  --login-bg: #ccfbf1;
  --auth-card-bg: #fff;
  --brand-content-color: #000;
}

/* ========== THEME 7: Indigo Tech (Futuristic) ========== */
body.indigo-tech {
  /* Base layout colors */
  --body-bg: #f8fafc;
  --wrapper-bg: #e0e7ff;
  --content-bg: #ffffff;
  --bs-body-font-family: "Oxygen", sans-serif;
  /* Text colors */
  --text-color: #312e81;
  --text-muted: #64748b;
  --content-heading-color: #4439cc;

  /* Sidebar */
  --sidebar-bg: linear-gradient(180deg, #6366f1 0%, #4f46e5 50%, #4338ca 100%);

  --sidebar-text: #ffffff;
  --active-sidebar: rgb(224 231 255 / 79%);
  --sidebar-active-text: #ffffff;
  --sidebar-radius: 0 50px 50px 0;
  --sidebar-btn-radius: 20px;
  --nav-link-color: #fff;
  --tab-border: #e0e7ff;

  /* Cards / Wrappers */
  --card-bg: #ffffff;
  --card-border: #e0e7ff;
  --card-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
  --wrapper-border: #c7d2fe;
  --wrapper-radius: 20px;
  --wrapper-boxshadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

  /* Tables */
  --table-header-bg: #e0e7ff;
  --table-header-text: #312e81;

  --table-border-color: #c7d2fe;

  /* Buttons */
  --button-bg: #4f46e5;
  --button-hover-bg: #4338ca;
  --btn-color: #ffffff;
  --button-border: transparent;
  --btn-background: #4f46e5;
  --button-secondary-bg: #e0e7ff;
  --button-secondary-text: #4338ca;


  /* Form elements */
  --input-bg: #ffffff;
  --input-border-color: #e0e7ff;
  --input-focus-border: #4f46e5;
  --bs-border-radius: 20px;

  /* Misc */
  --border-color: #e0e7ff;
  --scrollbar-thumb: #64748b;
  --scrollbar-track: #f1f5f9;
  --headerbg: #e0e7ff;
  --content-body-bg: #e0e7ff;
  --wrapper-data-bg: #ffffff;
  --app-bg: #e0e7ff;
  --border-sidebar: #94a3b8;
  --sidebar-margin: 10px;
  --btn-border-radius: 20px;
  --modal-bg: #fff;
  --login-bg: #6366f1;
  --particle-color: #fff;
  --auth-card-bg: #fff;
  --line-color: #fff;
}
:root {
  background: var(--content-body-bg) !important;
  height: 100%;
}
div#root {
  height: 100%;
}
/* BASE STYLES WITH VARIABLES */
body {
  margin: 0;
  padding-top: env(safe-area-inset-top, 20px);
  background: var(--background);
  color: var(--text-primary);
  font-weight: bold !important;
  overflow-x: hidden;
  height: 100%;
}
#App {
  background: var(--app-bg);
  height: 100%;
}
/* Merged .nav-header styles START */
.nav-header .brand-title {
  max-width: 12rem;
  width: 100%;
  /* height: 50px; */
}
@media only screen and (max-width: 47.9375rem) {
  .nav-header {
    top: 0;
    background: transparent;
  }
}
/* @media only screen and (max-width: 74.9375rem) {
  .nav-header {
    height: 5rem;
  }
} */
.nav-header .rect-primary-rect {
  fill: var(--primary);
}
/* Merged .nav-header styles END */
.nav-control {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.125rem 0.5rem 0;
  border-radius: 0.125rem;
}
.hamburger {
  display: inline-block;
  left: 0rem;
  position: relative;
  top: 0rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1.625rem;
  z-index: 999;
}
.hamburger .line {
  background: var(--hamburger-line);
  display: block;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(1) {
  width: 1.625rem;
}
.hamburger .line:nth-child(2) {
  width: 1.625rem;
}
.hamburger .line:nth-child(3) {
  width: 0.9375rem;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  width: 1.625rem;
}
.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 0.625rem;
  height: 0.125rem;
}
.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 1.375rem;
  height: 0.125rem;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
  transform: translateY(4px) translateX(12px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
  transform: translateY(-4px) translateX(12px) rotate(-45deg);
}
.header {
  height: 4.8rem;
  z-index: 1;
  position: relative;
  padding: 0rem;
  background: var(--headerbg);
  color: var(--text-primary);
  z-index: 9;
  padding-top: 0rem;
  transition: all 0.2s ease;
  border-bottom: 1px solid #e1e7ef !important;
  width: calc(100% - 250px);
  top: 0;
  left: 250px;
  box-shadow: var(--header-shadow);
}
.header .header-content {
  height: 100%;
  padding-left: 0rem;
  padding-right: 0;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 74.9375rem) {
  .header .header-content {
    padding-left: 1rem;
  }
}
.header .navbar {
  padding: 0;
  height: 100%;
  width: 100%;
}
.header .navbar .navbar-collapse {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 87.5rem) {
  .pulse-css {
    height: 1rem;
    width: 1rem;
  }
}
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-left .breadcrumb {
  margin-bottom: 0;
}
.header-left .agenda a {
  border-radius: 1.75rem;
}
.header-left .agenda a i {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-left .agenda a i {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 93.75rem) {
  .header-left .agenda a {
    font-size: 0;
    border-radius: 0.75rem;
    padding: 0.8125rem 0.9375rem;
  }
  .header-left .agenda a i {
    font-size: 1.25rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-left .agenda {
    display: none;
  }
}
.header-left .dashboard_bar {
  font-size: 2.375rem;
  font-weight: 400;
  color: var(--text-primary);
}
@media only screen and (max-width: 74.9375rem) {
  .header-left .dashboard_bar {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .header-left .dashboard_bar {
    display: none;
  }
}
.header-left .dashboard_bar.sub-bar {
  font-size: 1.875rem;
}
.header-left .search-area {
  width: 25.875rem;
  box-shadow: 0 0.875rem 0.5rem var(--rgba-black-1);
  border-radius: 2.375rem;
}
@media only screen and (max-width: 100rem) {
  .header-left .search-area {
    width: 18.75rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .header-left .search-area {
    display: none;
  }
}
.header-left .search-area .form-control {
  border: 0;
  background: var(--search-bg);
  border-top-left-radius: 2.625rem;
  border-bottom-left-radius: 2.625rem;
  height: 3.5rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-left .search-area .form-control {
    height: 3rem;
  }
}
.header-left .search-area .input-group-text {
  border-top-right-radius: 2.625rem;
  border-bottom-right-radius: 2.625rem;
  background: var(--search-bg);
}
.header-left .headaer-title h1,
.header-left .headaer-title .h1 {
  font-size: 2rem;
}
@media only screen and (max-width: 48.9375rem) {
  .header-left .headaer-title h1,
  .header-left .headaer-title .h1 {
    display: none;
  }
}
[data-sidebar-style="compact"] .header-left {
  margin-left: 0;
}
.header-right {
  height: 100%;
}
.header-right .nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-right .nav-item .nav-link {
  color: var(--nav-link-color);
  font-size: 1.125rem;
}
.header-right .right-sidebar {
  margin-right: -1.875rem;
}
.header-right .right-sidebar a {
  height: 5rem;
  width: 5rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  border-left: 0.0625rem solid var(--border-sidebar);
}
.header-right > li:not(:first-child) {
  padding-left: 0.25rem;
}
@media only screen and (max-width: 74.9375rem) {
  .header-right > li:not(:first-child) {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-right > li:not(:first-child) {
    padding-left: 0.4rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .header-right .notification_dropdown {
    position: static;
  }
}
.header-right .notification_dropdown .nav-link {
  position: relative;
  color: var(--primary);
  border-radius: 0.5rem;
  padding: 0.9375rem;
  line-height: 1;
}
.header-right .notification_dropdown .nav-link.nav-action {
  width: 3.75rem;
  height: 3.75rem;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  line-height: 3.75rem;
  padding: 0;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link.nav-action {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.header-right .notification_dropdown .nav-link i {
  font-size: 1.5rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link i {
    font-size: 1.125rem;
  }
}
.header-right .notification_dropdown .nav-link svg {
  width: 1.375rem;
  height: 1.75rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-right .notification_dropdown .nav-link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header-right .notification_dropdown .nav-link .badge {
  position: absolute;
  font-size: 0.625rem;
  border-radius: 50%;
  height: 0.875rem;
  width: 0.875rem;
  padding: 0;
  display: block;
  top: 1rem;
  right: 0.813rem;
  border: 2px solid var(--white);
}
@media only screen and (max-width: 87.5rem) {
  .header-right .notification_dropdown .nav-link .badge {
    right: 0.5rem;
    top: 0.625rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .header-right .notification_dropdown .nav-link .badge {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.header-right .notification_dropdown .dropdown-item:focus a,
.header-right .notification_dropdown .dropdown-item:active a {
  color: var(--text-primary);
}
.header-right .notification_dropdown .dropdown-item a {
  color: var(--text-muted);
}
.header-right .notification_dropdown .dropdown-item a:hover {
  text-decoration: none;
}
.header-right .dropdown-menu {
  border-width: 0;
  box-shadow: 0 0 2.3125rem rgba(8, 21, 66, 0.05);
}
[data-theme-version="dark"] .header-right .dropdown-menu {
  box-shadow: none;
}
.header-right .search-area2 {
  width: 34.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
}
.header-right .search-area2 .input-group-text {
  border-radius: 0.5rem;
  padding-right: 1.5rem;
  background: var(--card-bg);
}
@media only screen and (max-width: 87.5rem) {
  .header-right .search-area2 .input-group-text svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.header-right .search-area2 .form-control {
  border-right: 0;
  border-color: var(--border-light);
  border-radius: 0.5rem;
  font-size: 0.938rem;
  font-weight: 500;
}
@media only screen and (max-width: 1600px) {
  .header-right .search-area2 {
    width: 18.75rem;
  }
}
@media only screen and (max-width: 74.9375rem) {
  .header-right .search-area2 {
    display: none;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .header-right .search-area2 {
    display: none;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .header-right .search-area2 {
    display: none;
  }
}
.dz-fullscreen #icon-minimize {
  display: none;
}
.dz-fullscreen.active #icon-full {
  display: none;
}
.dz-fullscreen.active #icon-minimize {
  display: inline-block;
}
.notification_dropdown .dropdown-menu-end {
  min-width: 19.375rem;
  padding: 0rem 0 1rem;
  top: 100%;
}
.notification_dropdown .dropdown-menu-end .notification_title {
  background: var(--primary);
  color: var(--white);
  padding: 0.625rem 1.25rem;
}
.notification_dropdown .dropdown-menu-end .notification_title h5,
.notification_dropdown .dropdown-menu-end .notification_title .h5 {
  color: var(--white);
  margin-bottom: 0.1875rem;
}
.notification_dropdown .dropdown-menu-end .media {
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.125rem;
}
[data-theme-version="dark"] .notification_dropdown .dropdown-menu-end .media {
  border-color: var(--gray-600);
}
.notification_dropdown .dropdown-menu-end .media > span {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 3.125rem;
  display: inline-block;
  padding: 0.4375rem 0.5625rem;
  margin-right: 0.625rem;
}
[direction="rtl"].notification_dropdown .dropdown-menu-end .media > span {
  margin-right: 0;
  margin-left: 0.625rem;
}
.notification_dropdown .dropdown-menu-end .media > span.success {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success);
}
.notification_dropdown .dropdown-menu-end .media > span.primary {
  background: var(--rgba-primary-1);
  color: var(--primary);
}
.notification_dropdown .dropdown-menu-end .media > span.danger {
  background: rgba(239, 68, 68, 0.1);
  color: var(--danger);
}
.notification_dropdown .dropdown-menu-end .media .notify-time {
  width: 100%;
  margin-right: 0;
  color: var(--text-muted);
}
.notification_dropdown .dropdown-menu-end .media p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12.5rem;
  margin-bottom: 0;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 35.9375rem) {
  .notification_dropdown .dropdown-menu-end .media p {
    max-width: 6.25rem;
  }
}
.notification_dropdown .dropdown-menu-end .all-notification {
  display: block;
  padding: 0.9375rem 1.875rem 0;
  text-align: center;
  border-top: 0.0625rem solid var(--border-color);
}
.notification_dropdown .dropdown-menu-end .all-notification i {
  margin-left: 0.625rem;
}
.header-profile > a.nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  margin-left: 0.9375rem;
}
.header-profile > a.nav-link i {
  font-weight: 700;
}
.header-profile > a.nav-link .header-info {
  padding-left: 0rem;
  text-align: left;
}
@media only screen and (max-width: 87.5rem) {
  .header-profile > a.nav-link .header-info {
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile > a.nav-link .header-info {
    display: none;
  }
}
.header-profile > a.nav-link .header-info span {
  font-size: 1rem;
  color: var(--text-primary);
  display: block;
  font-weight: 600;
}
.header-profile > a.nav-link .header-info strong {
  color: var(--text-secondary);
}
.header-profile > a.nav-link .header-info small,
.header-profile > a.nav-link .header-info .small {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 87.5rem) {
  .header-profile > a.nav-link {
    margin-left: 0rem;
    padding-left: 0rem;
  }
  .header-profile > a.nav-link .header-info span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile > a.nav-link {
    margin-left: 0rem;
    padding-left: 0rem;
    border-left: 0;
  }
}
.header-profile .dropdown-menu {
  padding: 0.9375rem 0;
  min-width: 12.5rem;
}
.header-profile .dropdown-menu a:hover,
.header-profile .dropdown-menu a:focus,
.header-profile .dropdown-menu a.active {
  color: var(--primary);
}
.header-profile img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 87.5rem) {
  .header-profile img {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}
.header-profile .dropdown-toggle i {
  font-size: 1.25rem;
}
@media only screen and (max-width: 35.9375rem) {
  .header-profile .dropdown-toggle span {
    display: none;
  }
}
.header-profile .profile_title {
  background: var(--primary);
  color: var(--white);
  padding: 0.625rem 1.25rem;
}
.header-profile .profile_title h5,
.header-profile .profile_title .h5 {
  color: var(--white);
  margin-bottom: 0.1875rem;
}
.header-profile .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.header-profile .dz-calender {
  border: 1px solid var(--border-color);
  padding: 0 0.938rem;
  position: relative;
  border-radius: 0.5rem;
  z-index: 1;
  background-color: var(--card-bg);
}
.header-profile .dz-calender:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: var(--text-muted);
}
@media only screen and (max-width: 47.9375rem) {
  .header-profile .dz-calender {
    display: none;
  }
}
.header-profile .dz-calender svg path {
  fill: var(--primary);
}
.deznav {
  width: 250px;
  padding-bottom: 0;
  height: 100%;
  position: fixed;
  padding-top: 0;
  padding: 0px 12px 0px 12px;
  z-index: 6;
  background: var(--sidebar-bg);
  transition: all 0.5s ease;
  border-right: 1px solid var(--border-color);
  overflow-y: auto;
  /* margin: var(--sidebar-margin); */
  border-radius: var(--sidebar-radius);
  padding-top: 15px;
  box-shadow: var(--wrapper-boxshadow);
}
.deznav .deznav-scroll {
  position: relative;
  height: 100%;
}
.deznav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.deznav .metismenu {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.deznav .metismenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.deznav .metismenu > li {
  display: flex;
  flex-direction: column;
}
.deznav .metismenu > li a > i {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  height: auto;
  width: auto;
  text-align: center;
  margin-right: 1em;
  border-radius: 0.125rem;
  line-height: 1;
  border-radius: 0.125rem;
}
[data-sidebar-style="compact"] .deznav .metismenu > li a > i {
  display: block;
  padding: 0;
  background: var(--rgba-black-2);
  color: var(--text-muted);
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  line-height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3125rem;
}
[data-sidebar-style="compact"]
  .deznav
  .metismenu
  > li
  a
  > i[data-theme-version="dark"] {
  color: var(--white);
}
@media only screen and (max-width: 84.375rem) {
  .deznav .metismenu > li a > i {
    height: auto;
    line-height: 0.0625rem;
    width: auto;
    font-size: 1rem;
    padding: 0;
    color: var(--nav-link-color);
  }
}
.deznav .metismenu > li > a {
  font-weight: 500;
  display: flex;
  font-size: 0.85rem;
  color: var(--nav-link-color);
  align-items: center;
}
.deznav .metismenu > li > a i {
  color: var(--nav-link-color);
}
.deznav .metismenu > li > a svg {
  max-width: 1.2rem;
  max-height: 1.2rem;
  height: 100%;
  margin-right: 0.3125rem;
  margin-top: -0.1875rem;
}
.deznav .metismenu > li > a g [fill] {
  fill: var(--text-secondary);
}
.deznav .metismenu > li:hover > a,
.deznav .metismenu > li:focus > a {
  color: var(--nav-link-color);
}
.deznav .metismenu > li:hover > a g [fill],
.deznav .metismenu > li:focus > a g [fill] {
  fill: var(--primary);
}
.deznav .metismenu > li.mm-active > a.mm-active {
  color: var(--primary) !important;
  font-weight: 600;
  box-shadow: none;
  background-color: var(--rgba-primary-1);
}
/* .deznav .metismenu > li.mm-active > a i {
  font-weight: 100;
} */
.deznav .metismenu > li.mm-active > a g [fill] {
  fill: var(--primary);
}
[data-sidebar-style="compact"] .deznav .metismenu > li.mm-active > a i {
  color: var(--primary) !important;
}
.deznav .metismenu li {
  position: relative;
}
.deznav .metismenu ul {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0;
}
.deznav .metismenu ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  font-size: 0.75rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 47.9375rem) {
  .deznav .metismenu ul a {
    font-size: 0.875rem;
  }
}
.empty-state {
  text-align: center;
  padding: 80px 20px;
  color: var(--text-secondary);
}
.empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--rgba-primary-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
ul.left.mm-collapse.mm-show a i {
  font-size: 13px;
}
ul.mm-collapse.mm-show.left {
  padding: 20px;
}
ul.left.mm-collapse.mm-show .mm-active a {
  background: var(--background);
  padding-right: 20px;
  color: var(--text-secondary) !important;
  border-radius: 10px;
}
.deznav .metismenu ul a:hover {
  text-decoration: none;
  color: var(--primary);
}
.deznav .metismenu ul a:before {
  position: absolute;
  content: none;
  height: 0.125rem;
  width: 0.5rem;
  top: 50%;
  left: 1.75rem;
  border-radius: 3.75rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 84.375rem) {
  .deznav .metismenu ul a:before {
    left: 2.8125rem;
  }
}
.deznav .metismenu a {
  position: relative;
  display: block;
  padding: 0.625rem 0.8rem;
  outline-width: 0;
  color: var(--text-muted);
  text-decoration: none;
}
@media only screen and (max-width: 47.9375rem) {
  .deznav .metismenu a {
    padding: 0.625rem 1.25rem;
  }
}
.deznav .plus-box {
  padding-left: 1.875rem;
}
.deznav .main-menu {
  padding: 0.625rem 1.875rem;
}
.copyright {
  padding: 0 1.875rem;
  color: var(--text-muted);
  margin-top: 1.875rem;
}
.copyright span,
.copyright p {
  font-size: 0.875rem !important;
  font-weight: 400;
  color: var(--text-secondary);
}
@media only screen and (max-width: 87.5rem) {
  .copyright span,
  .copyright p {
    font-size: 0.8rem !important;
  }
}
.copyright strong {
  display: block;
  font-size: 0.875rem;
}
@media (max-width: 47.9375rem) {
  .brand-title {
    width: 100%;
  }
  .footer {
    padding-left: 0;
  }
}
.heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../images/like.png);
  cursor: pointer;
  margin: -25px -15px;
}
@keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
  }
  100% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
  }
}
@media only screen and (max-width: 87.5rem) {
  .nice-select.wide {
    line-height: 2rem;
  }
}
.nav-user {
  background: var(--primary);
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.5625rem 0.9375rem;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user {
    padding: 1.25rem 0.9375rem 0.9375rem;
  }
}
.nav-user img {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user img {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-bottom: 0.625rem;
  }
}
.nav-user h5,
.nav-user .h5 {
  margin-left: 0.625rem;
  margin-bottom: 0.1875rem;
  color: var(--white);
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user h5,
  .nav-user .h5 {
    display: none;
  }
}
[data-sibebarbg="color_2"] .nav-user h5,
[data-sibebarbg="color_2"] .nav-user .h5 {
  color: var(--white);
}
.nav-user p {
  margin-left: 0.625rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user p {
    display: none;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  .nav-user i {
    margin-top: 0.9375rem;
    display: block;
  }
}
.menu-toggle .nav-user {
  padding: 1.25rem 0.9375rem 0.9375rem;
}
.menu-toggle .nav-user img {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-bottom: 0.625rem;
}
.menu-toggle .nav-user h5,
.menu-toggle .nav-user .h5,
.menu-toggle .nav-user p {
  display: none;
}
.menu-toggle .nav-user i {
  margin-top: 0.9375rem;
  display: block;
}
.menu-toggle .nav-user .dropdown-menu {
  left: 2.8125rem !important;
  top: 1.375rem !important;
}
.chatbox {
  width: 21.25rem;
  height: 100vh;
  position: fixed;
  right: -31.25rem;
  top: 0;
  z-index: 999;
  background: var(--card-bg);
  box-shadow: 0rem 0rem 1.875rem 0rem rgba(82, 63, 105, 0.15);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
[data-theme-version="dark"] .chatbox {
  background: var(--card-bg);
}
.chatbox .chatbox-close {
  position: absolute;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
  height: 100%;
  right: 21.25rem;
  background: var(--black);
  z-index: 1;
  opacity: 0.1;
  cursor: pointer;
}
.chatbox .card-fotter {
  padding: 0.75rem 1rem;
}
.chatbox .card-body {
  padding: 1rem;
}
.chatbox.active {
  right: 0;
}
.chatbox.active .chatbox-close {
  width: 100vw;
}
.chatbox .type_msg {
  padding-top: 0.625rem;
  border-color: var(--border-color);
}
.chatbox .nav {
  padding: 1rem 1rem 0 1rem;
  background: var(--rgba-primary-1);
  border: 0;
  justify-content: space-between;
}
.chatbox .nav .nav-link {
  color: var(--primary);
  opacity: 0.7;
  text-transform: uppercase;
}
.chatbox .nav .nav-link:hover,
.chatbox .nav .nav-link.active {
  background: transparent;
  color: var(--primary);
  opacity: 1;
  border-color: var(--primary);
}
.chatbox .img_cont {
  width: 2.5rem;
  border-radius: 2.5rem;
  margin-right: 0.625rem;
  position: relative;
  height: 2.5rem;
  background: var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.chatbox .img_cont .icon {
  color: var(--white);
}
.chatbox .img_cont.primary {
  background: var(--rgba-primary-1);
  color: var(--primary);
}
[data-theme-version="dark"] .chatbox .img_cont.primary {
  background: var(--rgba-primary-1);
}
.chatbox .img_cont.warning {
  background: rgba(245, 158, 11, 0.1);
  color: var(--warning);
}
[data-theme-version="dark"] .chatbox .img_cont.warning {
  background: rgba(245, 158, 11, 0.1);
}
.chatbox .img_cont.success {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success);
}
[data-theme-version="dark"] .chatbox .img_cont.success {
  background: rgba(16, 185, 129, 0.1);
}
.chatbox .img_cont.info {
  background: rgba(6, 182, 212, 0.1);
  color: var(--info);
}
[data-theme-version="dark"] .chatbox .img_cont.info {
  background: rgba(6, 182, 212, 0.1);
}
.chatbox .img_cont img {
  width: 100%;
}
.chatbox .img_cont .online_icon {
  background: var(--success);
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.9375rem;
  right: -0.0625rem;
  bottom: 0rem;
  border: 0.125rem solid var(--white);
}
.chatbox .img_cont .online_icon.offline {
  background: var(--danger);
}
.chatbox .card {
  box-shadow: none;
}
.chatbox .search {
  height: 2.5rem;
}
.chatbox .user_info span {
  font-size: 0.9375rem;
  color: var(--text-primary);
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 10.625rem;
}
[data-theme-version="dark"] .chatbox .user_info span {
  color: var(--text-primary);
}
.chatbox .user_info p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 10.625rem;
}
.chatbox .contacts li {
  padding: 0.4375rem 1rem;
  border-bottom: 0.0625rem solid var(--border-color);
  cursor: pointer;
}
[data-theme-version="dark"] .chatbox .contacts li {
  border-color: var(--border-color);
}
.chatbox .contacts li > div {
  display: flex;
  align-items: center;
}
.content-body {
  /* margin-top: 113px; */
  margin-bottom: 90px;
  width: calc(100% - 250px);
  margin-left: 250px;
  transition: all 0.5s ease;
  padding: 100px 20px;
  margin-bottom: 0;
  height: 100%;
}
.wrapper-data {
  border: 1px solid #e1e7ef;
  background: var(--white);
  border-radius: var(--wrapper-radius);
  padding: 20px;
  box-shadow: var(--wrapper-boxshadow);
}
.sidebar-open .deznav {
  /* position: relative; */
  left: 0px;
  width: 100px;
}
.sidebar-open .content-body {
  width: calc(100% - 100px);
  margin-left: 100px;
}
.sidebar-open .header {
  width: calc(100% - 100px);
  top: 0px;
  left: 100px;
  border-bottom: 1px solid rgb(225, 231, 239) !important;
}
@media (min-width: 1024px) {

  .sidebar-open .deznav .metismenu li > a span {
    display: none;
  }
  .sidebar-open .deznav .metismenu > li > a i {
    margin-right: 0;
    font-size: 1.2rem;
  }
  .sidebar-open .deznav .metismenu > li > a {
    margin: 0px auto;
  }
    .compact-dashboard {
   
    grid-template-columns: 33% 33% 33%;
}
}
@media (max-width: 1024px) {
    .feature-list, .brand-subtitle, .Company_logo {
    display: none !important;
}
  .deznav,
  .sidebar-remove .deznav {
    left: -250px;
  }
  .compact-dashboard {
   
    grid-template-columns: 50% 50%;
}
  .sidebar-open .header {
    width: calc(100% - 250px) !important;
    left: 250px !important;
  }
  .header,
  .sidebar-remove .header {
    width: 100%;
    left: 0;
  }
  .sidebar-open .header {
    width: calc(100% - 250px) !important;
    left: 250px !important;
  }
  .content-body {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .sidebar-open .deznav {
    left: 0px;
    width: 250px !important;
  }
}
@media (min-width: 769px) {
  .nav-tabs.two-tabs {
    width: 60% !important;
    text-align: center;
  }
}
.nav-tabs.two-tabs .nav-item {
  width: 49%;
  text-align: center;
}
.content-body {
  background: var(--content-body-bg);
}
.wrapper-data {
  background: var(--wrapper-data-bg);
}
.react-bootstrap-table,
.rdt_Table {
  /* border: 1px solid hsl(210 100% 65% / 0.3); */
  border-radius: 10px;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
ul.nav.nav-tabs .nav-link.active {
  background: var(--btn-background) !important;
  color: var(--btn-color) !important;
  box-shadow: 0 6px 18px rgba(79, 70, 229, 0.12);
  border: none !important;
  border-radius: var(--btn-border-radius) !important;
}
ul.nav.nav-tabs {
  display: flex !important;
  gap: 6px;
  padding: 6px;
  margin: 0 auto !important;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--tab-border) !important;
  border-radius: 10px !important;
  background: transparent;
  overflow: hidden;
  margin: 0px auto;
  justify-content: center;
}
.react-bootstrap-table table tr.header-class,
.rdt_TableHeadRow {
  background: var(--table-header-bg) !important;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}
.btn-primary,
.swal2-confirm {
  background-image: var(--btn-background) !important;
  color: var(--btn-color) !important;
  border-color: var(--bs-border-color) !important;
  border-radius: var(--btn-border-radius) !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
a.active.sidebar-link {
  background: var(--active-sidebar);
}
.metismenu li.mm-active > a,
.metismenu li > a.active,
.metismenu li.mm-active > i,
.metismenu li > a.active i {
  border-radius: var(--sidebar-btn-radius);
  color: var(--active-sidebar-link-color) !important;
}
ul#signals-tabs .nav-item button,
.nav.nav-tabs .nav-item button {
  width: 100%;
}
.auth-page-wrapper-unique-light {
    background-color: var(--login-bg);
    color: #333;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.auth-card-unique-light {
  background-color: var(--auth-card-bg);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  z-index: 2;
}
.auth-icon-container-unique-light {
  text-align: center;
  margin-bottom: 0.3rem;
}
.auth-user-icon-unique-light {
  background: var(--btn-background);
  padding: 16px;
  border-radius: 54px;
}
.auth-user-icon-unique-light {
  font-size: 40px;
  color: #ffffff;
}
.auth-heading-unique-light {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #222;
}
.form-group-unique-light {
  margin-bottom: 1.5rem;
  position: relative;
}
.form-label-unique-light {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-input-unique-light {
  width: 100%;
  padding: 10px 36px 10px 36px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  /* color: #333; */
}
.input-icon-unique-light {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.input-eye-icon-unique-light {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  cursor: pointer;
}
.btn-submit-unique-light {
  background-color: #1976d2;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease;
}
.btn-submit-unique-light:hover {
  background-color: #125ca1;
}
.auth-link-unique-light {
  color: #1976d2;
  font-weight: 500;
  text-decoration: none;
}
.auth-link-unique-light:hover {
  text-decoration: underline;
}
.error-message-unique-light {
  color: red;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.spinner-unique-light {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #fff;
  border-top: 2px solid #1976d2;
  border-radius: 50%;
  display: inline-block;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.background-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.auth-heading-unique-light {
  font-size: 1.5rem;
  font-weight: 700;
  color: #94a3b8;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  /* text-transform: uppercase; */
  text-shadow: 0 0 10px rgba(33, 150, 243, 0.3);
}
.form-group-unique-light {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.form-label-unique-light {
  font-weight: 500;
  font-size: 0.95rem;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.form-input-unique-light {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgb(255 232 232 / 34%);
  border-radius: 8px;
  padding: 8px 18px 10px 50px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}
.form-input-unique-light::placeholder {
  /* color: #333; */
}
.form-input-unique-light:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #2196f3;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
}
.input-icon-unique-light {
  position: absolute;
  left: 18px;
  top: 52px;
  transform: translateY(-50%);
  /* color: #333; */
  font-size: 1.1rem;
  z-index: 4;
}
.input-eye-icon-unique-light {
  position: absolute;
  right: 18px;
  top: 52px;
  /* transform: translateY(-50%); */
  color: #333;
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 5;
  padding: 5px;
}
.error-message-unique-light {
  color: #ff6b6b;
  font-size: 0.8rem;
  text-align: left;
  margin-top: 5px;
}
.btn-submit-unique-light {
  background: var(--btn-background);
  color: white;
  font-weight: 700;
  padding: 8px 30px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  width: 100%;
  font-size: 1.1rem;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-primary,
.chatbot-input button {
  background: var(--btn-background) !important;
}
.btn-submit-unique-light:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.spinner-unique-light {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-right: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.auth-link-unique-light {
  color: #2196f3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}
.auth-link-unique-light:hover {
  color: #1976d2;
  text-decoration: underline;
}
/* .otp-modal-header.modal-header,
.otp-modal-footer,
.otp-modal .modal-body,
.otp-modal .modal-content {
  background: #fff;
  color: #94a3b8;
} */
.otp-div input {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #333 !important;
  border: none;
  border-bottom: 1px solid #94a3b8 !important;
  background-color: transparent;
  transition: border-color 0.3s ease;
  outline: none;
  border-radius: 0 !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item {
  border-radius: 8px;
  margin-bottom: 1.5rem;
  padding: 1.2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
}
.faq-body {
  margin-top: 1rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.brokers-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 24px;
}
/* Broker Card */
.broker-card1 {
  position: relative;
  /* background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); */
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.broker-card1:hover {
  border-color: #3b82f6;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
/* Broker Header */
.broker-header1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.broker-info1 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.broker-image1 {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}
.broker-name1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px 0;
}
.broker-meta1 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: #6b7280;
}
.broker-meta-item1 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.broker-meta-icon1 {
  width: 16px;
  height: 16px;
}
.status-badge1 {
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.broker-desc1 {
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.5;
}
.otp-div {
  gap: 10px;
  justify-content: center;
}
.otp-div p {
  text-align: center;
}
/* .otp-modal-header button.btn-close {
  width: auto;
} */
.otp-modal-header.modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
}
.otp-modal-footer.modal-footer .btn {
  width: 70% !important;
  margin: 0px auto;
  color: white;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  width: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.otp-div input {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #333 !important;
  border: none;
  border-bottom: 4px solid var(--input-border-color);
  background-color: transparent;
  transition: border-color 0.3s ease;
  outline: none;
  border-radius: 0 !important;
}
/*  ------------------ for checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  height: 20px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
#app-cover {
  display: table;
  counter-reset: button-counter;
}
#app-cover .row {
  display: table-row;
}
#app-cover .toggle-button-cover {
  display: table-cell;
  box-sizing: border-box;
}
#app-cover .button-cover {
  margin: 20px;
}
#app-cover .button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}
#app-cover .button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}
#app-cover .button.r,
.button.r .layer {
  border-radius: 100px;
}
#app-cover .button.b2 {
  border-radius: 2px;
}
#app-cover .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
#app-cover .knobs {
  z-index: 2;
}
#app-cover .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}
/* Button 1 */
#app-cover #button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}
#app-cover #button-1 .checkbox:checked + .knobs:before {
  content: "";
  left: 42px;
  background-color: #f44336;
}
#app-cover #button-1 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}
#app-cover #button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
/*==================== SERVICE CARD ====================*/
.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
}
.card__bx {
  --txt-clr: #ffffff;
  --transition: all 0.5s;
  font-family: "Inter", sans-serif;
  height: 400px;
  width: 250px;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: 70px;
  position: relative;
  overflow: hidden;
  background: var(--primary);
  transition: var(--primary);
}
.card__1 {
  height: 300px;
}
.card__bx .card__data {
  position: absolute;
  inset: 10px;
  border-radius: 10px;
  background: #fff;
}
.card__bx .card__data .card__icon {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 50%;
  height: 120px;
  width: 120px;
  background: var(--primary);
}
.card__bx .card__data .card__icon::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  height: 30px;
  width: 30px;
  border-top-left-radius: 30px;
  background: transparent;
  box-shadow: -5px -5px 0 5px var(--primary);
}
.card__icon-bx i {
  font-size: 35px;
}
.card__bx .card__data .card__icon .card__icon-bx {
  position: absolute;
  inset: 25px;
  border-radius: 10px;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  background: #fff;
  color: var(--clr);
}
.card__bx:hover .card__data .card__icon .card__icon-bx {
  background: var(--clr);
  color: var(--txt-clr);
  transition: var(--transition);
}
.card__bx .card__data .card__content {
  position: absolute;
  top: 70px;
  padding: 50px 0px 0px 0px;
  text-align: center;
  color: var(--txt-clr);
  margin-left: 15px;
}
.card__bx .card__data .card__content h3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__bx .card__data .card__content p {
  font-size: 14px;
  opacity: 0.75;
}
.card__bx .card__data .card__content a {
  display: inline-flex;
  align-self: center;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid var(--primary);
  /* color: #fff; */
  background: var(--clr);
  transition: var(--transition);
}
.card__bx .card__data .card__content a:hover {
  background: transparent;
  color: var(--primary);
}
.card-new-heading {
  text-align: center;
  border-bottom: 1px solid;
}
.new-sma {
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 5px;
}
.new-un {
  background-color: #21b5b3;
  padding: 5px 10px;
  border-radius: 5px;
}
.new-de {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #9d7ef8;
}
.list-btn .btn {
  color: blue;
  font-size: 20px;
  padding: 5px;
  margin: 0 2px;
}
.border-response-view {
  border: 1px solid var(--primary) !important;
}
.table td.bg-table {
  width: 200px;
  border-right: 1px solid var(--primary) !important;
}
.border-response-view > :not(caption) > * {
  border-color: var(--primary) !important;
}
.order-date-cell {
  white-space: normal;
  word-wrap: break-word;
  max-width: 100px;
}
.header-class {
  position: sticky;
  top: 0;
  z-index: 1;
}
.react-datepicker-popper {
  z-index: 9 !important;
}
.rdt_Pagination {
  background: transparent !important;
}
.rdt_TableRow,
.rdt_TableCell {
  background: transparent !important;
}
.rdt_Table .rdt_TableCell {
  border-bottom: 1px solid hsl(210 100% 65% / 0.3);
  background: transparent !important;
}
.react-bootstrap-table,
.rdt_Table {
  border: 1px solid hsl(210 100% 65% / 0.3);
  border-radius: 10px;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
/* .rdt_Table div {
  background: transparent !important;
} */
  .rdt_Table .empty-state {
  background: var(--bs-card-bg) !important;
} 
 .rdt_Table .empty-container {
  width: 100% !important;
} 
.breadcrumb-item h3,
.breadcrumb-item h4,
.breadcrumb-item h6,
.breadcrumb-item i,
.modal-title,
.empty-state {
  color: var(--content-heading-color) !important;
}
.rdt_TableBody .rdt_TableCell,
.rdt_Pagination {
  color: var(--table-text-color) !important;
}
.rdt_TableHead .rdt_TableCol {
  color: var(--table-header-text-color) !important;
}
.form-select,
.form-control,
.ant-picker,
.form-input-unique-light {
  background: var(--input-bg) !important;
  border-color: var(--input-border-color) !important;
  color: var(--input-text-color) !important;
    appearance: revert !important;
}

::placeholder {
  color: var(--input-placeholder-color) !important;
}
label,
::placeholder,
select {
  color: var(--label-color);
}
.trading-card {
  background: var(--user-dashboard-card-bg);
}
.trading-card .card-header {
  background: var(--user-dashboard-cardheader-bg);
}
@media only screen and (max-width: 480px) {
   .home-container  {
   padding: 0px 15px;
}
   .home-container .number-div {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px;
   }
 .home-container p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px !important;
}
.home-container h2 {
    font-size: 22px !important;
}
   .home-container h5{
    font-size: 18px;
   }
  label.form-check-label {
font-size: 12px !important;
}
.realized-text h6, .realized-text span {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
          body .trade-button, .btn-group-toggle button{
    padding: 6px 8px !important;
    font-size: 0.8rem !important;
}
.btn-primary {
    font-size: 12px !important;
}
.form-check
{
  display: flex  !important;
  align-items: normal;
}
     .compact-dashboard {
    grid-template-columns: 100% !important;
}
  ul.nav.nav-tabs .nav-link {
    font-size: 11px !important;
  }
 
  /* li.nav-item
	{
		width: 100% !important;
	} */
}
@media (max-width: 379px) {
  .nav-tabs.two-tabs .nav-item {
    width: 100%;
  }
}
.dashboard-card .card a {
  font-size: 12px;
  font-weight: 400;
}
.table tbody tr td,
.rdt_TableBody .rdt_TableCell {
  padding: 15px 10px;
  padding: 0.5rem 1.125rem;
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle;
  background-color: transparent !important;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background-color: var(--button-bg);
  border-radius: 6px;
  border: 3px solid #f0f0f0;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--button-bg);
}
@media (max-width: 768px) {
  .card-dashboard h4 {
    font-size: 15px;
    overflow: visible !important;
    white-space: break-spaces;
}
.card-dashboard a.small {
    font-size: 10px;
}

.card-dashboard h3
{
font-size: 14px;
}
.apexcharts-canvas ,.apexcharts-canvas svg , .apexcharts-canvas foreignObject, .chart-div
{
  height: 50px !important;
}
.chart-div
{
  min-height: 55px !important;
}
  .enhanced-card-grid {

    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr)) !important;
    gap: 1rem !important;
  
}
.enhanced-info-card {
  padding: 0.8rem !important;
}
.enhanced-info-card div:last-child {
    font-size: 0.7rem !important;
  
 
}
.enhanced-info-card h6 {
    font-size: 12px !important;
}
  .table tbody tr td, .rdt_TableBody .rdt_TableCell {
    font-size: 12px !important;
    padding: 0.1rem 0.5rem !important;
}
  .btn-sm {
    font-size: 12px !important;
    
}
.rdt_TableCell img {
  width: 20px !important; 
  height: 20px !important;
}
.rdt_TableCell svg
{
    width: 15px !important; 
  height: 15px !important;
}
  .subtitle, .chart-subtitle
  {
    display: none;
  }
      .compact-dashboard {
        grid-template-columns: 100%;
    }
    .brokers-grid1 {
    grid-template-columns: 100%;
}
.broker-header1 {
    display: block;
   
}
.status-badge1
{
  text-align: left;
}
  ul.nav.nav-tabs .nav-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }
  .progress-container {
    margin-bottom: 0px !important;
    padding: 0px 10px !important;
  }
  .trading-status-btn {
    width: 100%;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 12px;
  }
  .brokers-grid.row {
    padding: 15px;
  }
  .broker-container {
    padding: 0 !important;
  }
  body .progress-steps {
    gap: 0px !important;
    align-items: start !important;
  }
  .step-info p {
    text-align: left;
  }
  .step-info {
    padding-left: 0.5rem;
  }
  .step-circle {
    width: 45px !important;
    height: 45px !important;
    font-size: 16px !important;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
  .filter-row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  label {
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }
  input::placeholder, select , input,div#react-select-2-placeholder {
    font-size: 12px !important;
  }
  .trading-dates-tabs span {
    font-size: 10px !important;
  }
  .trading-dates-tabs .nav-item {
    flex: auto !important;
    min-width: 0;
    width: 130px;
  }
  .strategy-btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
.trading-dates-tabs button {
  width: 100px;
}
.Api-Create-Info ol li,
.Api-Create-Info ul li {
  font-size: 14px;
  font-weight: normal;
}
.table thead th {
}
/* ------------------------------------------------------------------------- */
/* Table View */
.table-container {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.table-wrapper {
  overflow-x: auto;
}
.enhanced-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.enhanced-table th {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  border: none;
}
.enhanced-table td {
  padding: 15px;
  border-bottom: 1px solid #e1e5e9;
  vertical-align: middle;
}
.enhanced-table tbody tr:hover {
  background: #f8f9fa;
}

.table-input,
.table-select {
  padding: 6px 10px;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 0.9rem;
  width: 100%;
  max-width: 100px;
}
.table-input:focus,
.table-select:focus {
  outline: none;
  border-color: #667eea;
}
/* Compact Cards View */
.compact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}
.compact-card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 4px solid #667eea;
}
.compact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.compact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.symbol-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.status-icon.active {
  color: #10b981;
}
.status-icon.inactive {
  color: #ef4444;
}

.metric-label {
  font-size: 0.9rem;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.strategy-section {
  margin-bottom: 20px;
}
.strategy-btn {
  width: 100%;
  padding: 12px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.strategy-btn:hover {
  background: #5a67d8;
  transform: translateY(-2px);
}
.action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Responsive Design */

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: var(--button-bg) !important;
  border-color: var(--button-bg) !important;
  background-color: transparent !important;
}
.list-view .list-group-item:hover {
  transition: all 0.3s ease;
}
.list-view .list-group-item:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
button {
  border-radius: var(--btn-border-radius) !important;
}
/* ------------------------------------------ */
/* Classic Grid (Style 0) */
.compact-dashboard {
  display: grid;
  flex-direction: column;
  gap: 15px;
  
}
.compact-item {
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.compact-item:hover {
  transform: scale(1.02);
}
.compact-content {
  display: flex;
  align-items: center;
  padding: 20px;
  border-left: 4px solid var(--bs-btn-active-border-color);
  gap: 15px;
}
.compact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  background: var(--sidebar-bg);
}
.compact-info {
  flex: 1;
}
.compact-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.compact-value {
  font-size: 1.5rem;
  font-weight: bold;
}
.compact-chart {
  width: 120px;
}
.compact-link {
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}
/* Hide the native checkbox */
.toggle-checkbox {
  display: none;
}
/* The switch background */
.toggle-switch {
  width: 49px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.3s;
  cursor: pointer;
}
.toggle-switch::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
/* When checked, change background and move knob */
.toggle-checkbox:checked + .toggle-switch {
  background-color: #4caf50;
}
.toggle-checkbox:checked + .toggle-switch::before {
  transform: translateX(25px);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--btn-color) !important;
  background-color: var(--button-bg) !important;
  border-color: var(--border-color) !important;
}
.feature-item1 {
  font-size: 14px;
}
.feature-item1 svg {
  width: 18px;
  margin-right: 5px;
}
.broadcast-container {
  background: var(--btn-background) !important;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: var(--button-bg) !important;
  border-color: var(--button-bg) !important;
  background-color: transparent !important;
}
.modal-content {
  background: var(--modal-bg) !important;
  color: var(--content-text-color) !important;
}
body .dropdown-item:hover {
  background-color: transparent !important;
  color: unset !important;
}
.btn-close {
  background: #ffffff var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

/* ========== Horizontal Layout Theme ========== */
body.horizontal-layout .deznav {
  width: 100%; /* Full width for horizontal nav */
  height: auto; /* Auto height */
  position: fixed; /* Stick to the top */
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  padding: 0 1rem; /* Adjust padding */
  border-right: none; /* Remove right border */
  border-bottom: 1px solid var(--border-color); /* Add bottom border */
  border-radius: 0; /* No border radius */
  box-shadow: var(--header-shadow); /* Use header shadow */
  background: var(--headerbg); /* Use header background */
}

body.horizontal-layout .deznav .deznav-scroll {
  height: auto; /* Auto height for scroll container */
  width: 100%;
}

body.horizontal-layout .deznav .metismenu {
  display: flex; /* Display items in a row */
  flex-direction: row; /* Horizontal direction */
  align-items: center;
  padding-top: 0; /* Remove top padding */
  width: 100%;
  gap: 0.5rem; /* Space between menu items */
}

body.horizontal-layout .deznav .metismenu > li {
  flex-direction: row; /* List items in a row */
}

body.horizontal-layout .deznav .metismenu > li a > i {
  margin-right: 0.5em; /* Space between icon and text */
}

body.horizontal-layout .content-body {
  margin-left: 0;
  width: 100%;
  padding-top: 160px;
}

body.horizontal-layout span.nav-text {
  white-space: nowrap;
}
body.horizontal-layout .deznav {
  top: 56px !important;
  padding-top: 30px;
  padding-bottom: 10px;
}
/* Hide brand title and hamburger in horizontal layout */
/* body.horizontal-layout .nav-header {
  display: none;
} */
body.horizontal-layout .toggle-sidebar-btn {
  display: none;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.float-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.1),
    rgba(139, 92, 246, 0.1)
  );
  backdrop-filter: blur(10px);
  animation: float 20s infinite ease-in-out;
}

.float-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.float-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 10%;
  animation-delay: 7s;
}

.float-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 15%;
  animation-delay: 14s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
  }
  75% {
    transform: translateY(-20px) rotate(270deg);
  }
}

.auth-container {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);

  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.auth-brand-section {
  flex: 1;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.9) 0%,
    rgba(139, 92, 246, 0.9) 50%,
    rgba(59, 130, 246, 0.9) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.auth-brand-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="rgba(255,255,255,0.1)" fill-opacity="0.1"><circle cx="30" cy="30" r="1"/></g></svg>');
  animation: backgroundMove 30s linear infinite;
}

@keyframes backgroundMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-60px, -60px);
  }
}

.brand-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--brand-content-color);
}

.logo-abbr {
  width: 250px;
  height: 100px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}
.dark .logo-abbr,
.ocean-blue.logo-abbr {
  filter: brightness(0) invert(1);
}
.brand-title {
  font-size: 2.5rem;
  font-weight: 700;
  /* margin-bottom: 1rem; */
  color: var(--brand-content-color);
  /* background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
}

.brand-subtitle {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  line-height: 1.6;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  opacity: 0.9;
}

.feature-item i {
  width: 20px;
  text-align: center;
  color: var(--brand-content-color);
}

.auth-form-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
}

.form-container {
  width: 100%;
  max-width: 420px;
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-subtitle {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.modern-form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.modern-form-group.half-width {
  width: calc(50% - 0.75rem);
  display: inline-block;
}

.modern-form-group.half-width:nth-child(odd) {
  margin-right: 1.5rem;
}

.modern-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}

.modern-input-container {
  position: relative;
}

.modern-form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  padding-left: 3rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.modern-form-input:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.modern-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.modern-form-input:focus + .modern-input-icon {
  color: #6366f1;
}

.modern-eye-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.modern-eye-icon:hover {
  color: #6366f1;
}

.modern-error-message {
  color: #ef4444;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.modern-submit-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: var(--btn-background);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

/* Fullscreen loader */

body.header-full .header, .horizontal-layout .header {
    width: 100%;
    left: 0 !important;
    padding: 10px;
}
body.header-full .deznav {
  top: 60px;
}
body.header-full .deznav .brand-title,
.horizontal-layout .deznav .brand-title {
  display: none;
}
.header-full.sidebar-open .header,
.horizontal-layout.sidebar-open .header {
  width: 100% !important;
}
.header .header-content .brand-logo {
  display: none;
}
.header-full .header .header-content .brand-logo,
.horizontal-layout .header .header-content .brand-logo {
  display: block;
}

.botIcon {
    font-size: 0.7em;
    background-position: 50%;
    background-size: 300% !important;
    background: var(--btn-background);
    background-image: var(--btn-background);
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    color: #fff;
    border: none;
    font-size: 25px;
}

.chatbot-container {
  position: fixed;
  bottom: 60px;
  right: 40px;
  width: 300px;
  height: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
}

.chatbot-header {
  background: var(--btn-background);
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.close-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.chatbot-messages {
  flex: 1;
  padding: 10px;
  background-color: #f1f1f1;
  overflow-y: auto;
  color: #171622;
}

.chatbot-message {
  background: #eee;
  padding: 8px;
  border-radius: 10px;
}

.chatbot-input {
  padding: 10px;
  border-top: 1px solid #ccc;
  display: flex;
  gap: 5px;
}

.chatbot-input input {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.chatbot-input button {
  padding: 8px 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
}
.card.hero-card, .table-responsive,.list-group,.broker-container,.form-validation
{
      animation: slideInDown 0.8s 
ease-out
}
 @keyframes slideInDown {
            from {
            opacity: 0;
            transform: translateY(-30px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }

        @keyframes fadeInUp {
          from {
            opacity: 0;
            transform: translateY(20px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
     
          .hero-card {
          
            border-radius: var(--wrapper-radius) !important;
            box-shadow: 0 15px 35px rgb(203 203 203 / 35%);
            border: none !important;
            overflow: hidden;
            position: relative;
          }
          
          .hero-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
            pointer-events: none;
          }
          
          .glass-card {
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
          }
          
          .glass-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
          }
          
          .hero-circle {
            background: var(--sidebar-bg);
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
            border: 1px solid var(--tab-border);
          }
          
          .icon-floating {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            animation: float 3s ease-in-out infinite;
          }
          
          @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
          }
          
          .custom-nav-tabs {
            background: #f8fafc;
            border-radius: 15px;
            padding: 5px;
            border: none;
          }
          
          .custom-nav-tabs .nav-link {
            border-radius: 10px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            color: #64748b;
          }
          
          .custom-nav-tabs .nav-link.active {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            color: white;
            box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3);
            border: none;
          }
          
          .form-control:focus {
            border-color: #4f46e5;
            box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
          }
          
          .btn-buy {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            border: none;
            border-radius: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
            transition: all 0.3s ease;
          }
          
          .btn-buy:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
            color: white;
          }
          
          .btn-sell {
            background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
            border: none;
            border-radius: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 16px rgba(239, 68, 68, 0.3);
            transition: all 0.3s ease;
          }
          
          .btn-sell:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
            color: white;
          }
          
          .crypto-item {
            transition: all 0.3s ease;
            border-radius: 15px;
          }
          
          .crypto-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          }
          
          .trading-panel {
          
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          }
          
          .form-range::-webkit-slider-thumb {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            border: none;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
          }
          
          .form-range::-moz-range-thumb {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            border: none;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
          }
          
          .input-group-text {
            background: #f8fafc;
            border-color: #e2e8f0;
            color: #64748b;
            font-weight: 600;
          }
          
          .stats-card {
             position: relative;
  overflow: hidden;
  height: 100%;    

            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 16px;
            transition: all 0.3s ease;
          }
          
          .stats-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          }
          
       label.form-check-label {
    font-weight: normal;
}


.stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(6px); */
  /* background-color: rgb(255 255 255 / 30%); */
 backdrop-filter: blur(3px);


  z-index: 5;
}

/* Eye button in center */
.stats-card .eye-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.stats-card .eye-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 599px) {
    nav.rdt_Pagination div {
    justify-content: end !important; 
}
.rdt_Pagination button
{
width: 26px !important;
}
}


        .hero-section {
  position: relative;
  overflow: hidden;
  background-color: #061226; /* fallback */
  color: #fff;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1642005098222-22b35c50a648?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.18; /* adjust transparency */
  filter: blur(6px);
  transform: scale(1.02);
  z-index: 2;
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* dark overlay for text readability */
  z-index: 3;
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 10;
}


body .bg-primary
{
  background: var(--btn-background) !important;

}
.realized-text
{
  display: flex;
  align-items: center;
}
.realized-text h6, .realized-text span {

    margin-bottom: 0px !important;
}
ul.system-tabs li {
    flex: none !important;
}
ul.system-tabs {
   flex-wrap: nowrap;
    width: 100%;
    overflow: auto !important;
    justify-content: start !important;
}
   

.enhanced-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.enhanced-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gradient-border {
  height: 4px;
  background: linear-gradient(90deg, #007bff, #6610f2);
}
  /* .modal {
        --bs-modal-margin: 1.5rem !important;
  } */
