 @import url("remixicon.css");
@import url("line-awesome.min.css");

a,
.btn {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a,
button,
input,
btn {
  outline: medium none !important;
}

a {
  color: #089bab;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0px;
  line-height: 1.5;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 3.052em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 1.953em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}
/* --- Color Definitions --- */
body, html {

  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;

}
.home-container{
   
    
    --smrt-neon: #1ebf93; 
    /* background-color: var(--smrt-dark); */

    font-family: "Inter", sans-serif;
   
    --gradient-color-start: #1abc9c;
    --gradient-color-end: #2ecc71;
    
    --smrt-purple: linear-gradient(90deg, var(--gradient-color-start) 0%, var(--gradient-color-end) 100%);
}



:root {
  --bg-color: #f6fbff;
  --text-color: #2a2a2a;
  --navbar-bg: #ffffff;
  --navbar-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  /* --thead-bg: #e7effd; */
  --dark-txt-color: black;
  --broker_card_bg: #c8dcfd;
  --card-bg-color: #e7effd;
  --font-color: #2a2a2a;
  --button-color: #2a2a2a;
 
  --sidebar-bg: #ffffff;
  --sidebar-border-radius: 0px;
  --sidebar-box-shadow: none;
      font-family: "Inter", sans-serif;
}
[data-theme="Light"] 
{
  --button-text-color:#120e14;
 --table-bg-color: #ffffff;
  --nav-tabs-active-text:#1abc9c;
  --sidebar-active-text-color:#070707;
  --sidebar-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  --bg-primary: #0f1729;
  --btn-radius:10px;
--sidebar-bg:#fff;
--sidebar-text-color :#0e0d0d;
--sidebar-active-bg:linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%);
--navbar-bg:#fff;
--button-color: linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%);
--card-bg-color:#fff;
--hover-text-color:#1abc9c;
--sidebar-border-radius: 0px;
--nav-tabs-bg:#2ecc7017;
--nav-tabs-border-color: #1abc9c;
--nav-pills-nav-link-color:#1abc9c;
--sidebar-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
--card-border-color: #e7effd;
--thead-bg:#f3f6ff;
 --pill-btn-text-color: #000000;
--button-text-color:#000;
} 
[data-theme="default"] 
{
  --btn-radius:5px;
  --sidebar-active-text-color:#fff;
  --sidebar-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  --bg-primary: #0f1729;
--sidebar-bg:#0f1729;
--sidebar-text-color :#ffffff;
--sidebar-active-bg:#1d283a;
--navbar-bg:transparent;
--button-color:#0f1729;
--card-bg-color:#fff;
--hover-text-color:#fff;
--sidebar-border-radius: 0px;
--nav-tabs-bg:#e4edf5;
--nav-tabs-border-color: #c7ced3;
--sidebar-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
--card-border-color: #e7effd;
--pill-btn-text-color: #fff;
--smrt-dark: #0f1729; 
    --smrt-darker: #ffffff; 
    --smrt-light-gray: #6d6969; 
--pill-btn-text-color: #fff;
    --smrt-neon: linear-gradient(90deg, #1d283a 0%, #0f1729 100%); /* adapted neon/gradient */
    --smrt-text-color: #10182a;
    --smrt-hover-color: #1a2b48; 
    --smrt-border-color: rgba(0, 0, 0, 0.1); 
    --smrt-card-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
    --smrt-chart-glow: 0 0 15px rgba(255, 255, 255, 0.3); 
    --smrt-navbar-bg: rgba(15, 23, 41, 0.95); 
    --active-overlay-color: #1d283a;
    --active-opacity: var(--smrt-overlay-opacity);
    --smrt-overlay-opacity: 0.7;
--button-text-color:#fff;
    --gradient-color-start: #1d283a;
    --gradient-color-end: #0f1729; 

    /* Utility RGB for transparent shadows/bars */
    --smrt-neon-rgb: 29, 40, 58;
    --smrt-text-rgb: 255, 255, 255;
    --smrt-bar-color: rgba(var(--smrt-text-rgb), 0.1);
    --smrt-input-placeholder-color: #cccccc;
}


[data-theme="dark"]
{
  --button-text-color:#fff;
  --nav-pills-nav-link-color:#3b3b3b;
  --btn-radius:8px;
  /* --- Primary Dark Colors (Matching Website Homepage) --- */
  --table-bg-color: #0c0a0f;      /* Table background - Dark Blue/Grey */
  --bg-primary: #0c0a0f;            /* Page background - Dark Blue/Grey */
  --sidebar-bg: #0c0a0f;          /* Sidebar background - Very Dark Blue/Black */
  --navbar-bg: #0c0a0f;    
  --thead-bg: #18181a;        /* Top navigation bar background */
  --card-bg-color: #0c0a0f;         /* Card/Panel background - Dark Blue/Grey (Dashboard, Funds, Max Profit boxes) */
    --bg-color: #110e14; 
    --font-color: #b4b5b6;           /* General light grey text */
  /* --- Text Colors --- */
  --bs-border-color:#191919; 
  --text-color: #9a9a9a;             /* General light grey text */
  --heading-color: #1ebf94;           /* White text for headings (like 'Dashboard') */
  --sidebar-text-color: #ffffff;    /* White text for the sidebar */
  --sidebar-active-text-color: #ffffff; /* White text for active link */
  --hover-text-color: #93c5fd;      /* Light blue for hover/accent text */
  
  /* --- Active/Accent Colors (e.g., Get Access, Signals button) --- */
  --sidebar-active-bg:linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%);;      /* Slightly lighter dark blue for the active link background */
  --button-color: linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%);          /* Primary button color - A clear blue for contrast */
  --button-text-color: #000000;     /* White text on buttons */

  /* --- Input Fields and Borders --- */
  --input-bg: #334155;               /* Dark grey background for input fields (Enter Fund, Max Profit) */
  --input-text-color: #ffffff;       /* White text inside input fields */
  --card-border-color: #334155;     /* Dark grey for subtle borders */
  
  /* --- Secondary Navigation/Tabs (Bot selector) --- */
  --nav-tabs-bg: #0c0a0f;           /* Darker background for bot selector bar */
  --nav-tabs-border-color: #414141; /* Dark grey border/separator */
  --nav-tab-active-bg: #1d283a;     /* Active bot tab background */
  --nav-tab-active-text: #ffffff;   /* Active bot tab text is white */

  /* --- Other Elements --- */
  --sidebar-box-shadow: none;       
  --sidebar-border-radius: 0px;   
}
/* [data-theme="Light"] {
  --bg-color: #f6fbff;
  --text-color: #2a2a2a;
  --navbar-bg: #ffffff;
  --navbar-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  --thead-bg: #e7effd;
  --dark-txt-color: black;
  --broker_card_bg: #c8dcfd;
  --card-bg-color: #e7effd;
  --font-color: #2a2a2a;
  --button-color: #2a2a2a;
  --pill-btn-text-color: #fff;
  --sidebar-border-radius: 10px;
  --sidebar-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
} */


[data-theme="Mint"] {
  --heading-color: #009688;       
  --bg-color: #f5fafa;           
  --text-color: #2a2a2a;           
  --font-color: #1d3a3a;           
  --navbar-bg: #ffffff;             
  --navbar-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  --card-bg-color: #ffffff;         
  --cards-bg: #eef7f6;            
  --thead-bg: #e6ffff;              
  --button-color: #009688;        
  --border-color: rgba(0, 150, 136, 0.2);
  --accent-1: #26a69a;              
  --accent-2: #4db6ac;  
  --nav-tabs-border-color: #4db6ac;
--nav-tabs-bg:#d6f8f8;
--sidebar-active-border-color:#009688;
  --hover-effect: rgba(0, 150, 136, 0.08);
--sidebar-active-bg:#d6f8f8;
--hover-text-color:#26a69a;
--sidebar-text-color :#2a2a2a;
  --sidebar-bg: #e8fffb;            
  --sidebar-border-radius: 10px;
  --sidebar-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;;
}
[data-theme="Sapphire-Gradient"] {
  /* Gradient Definition (Custom Variable) */
  --gradient-main: linear-gradient(135deg, #4c68d7 0%, #00aaff 100%);
  --gradient-hover: linear-gradient(135deg, #00aaff 0%, #4c68d7 100%);
  
  /* Primary & Text Colors */
  --heading-color: #00aaff;            
  --text-color: #f0f4f8;             
  --font-color: #ffffff;              

  /* Backgrounds & Surfaces (Dark Mode Feel) */

  --bg-color: #121c33;                 
  --cards-bg: #182540;                 
  --card-bg-color: #1c2b4d;            
  --thead-bg: #24355a;                

  /* Navigation & Sidebar (Where the gradient shines) */
  --navbar-bg: #1c2b4d;                /* Matches card background */
  --navbar-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5); 
  --sidebar-bg: #182540;               /* Dark blue sidebar base */
  --sidebar-text-color: #f0f4f8;       /* Light text */
  --sidebar-border-radius: 12px;       /* Modern, rounded edges */
  --sidebar-box-shadow: none;

  /* Interactive Elements & Accents */
  --button-color: #4c68d7;             /* Primary blue/purple for buttons (end of gradient) */
  --accent-1: #00aaff;                 /* Bright Blue for strong focus */
  --accent-2: #8498b5;                 /* Muted light blue for secondary info */
  --border-color: rgba(76, 104, 215, 0.4); /* Blue border for structure */

  /* Hover & Active States */
  --hover-effect: rgba(76, 104, 215, 0.15); /* Subtle blue hover effect */

  --hover-text-color: #ffffff;         /* White text on hover */
  
  /* Applying Gradient to Active States */
  --sidebar-active-border-color: transparent; /* Border not needed when using gradient */
  --sidebar-active-bg: var(--gradient-main); /* ACTIVE ITEM GETS THE GRADIENT */

  /* Tabs */
  --nav-tabs-border-color: #4c68d7;    /* Accent for tab border */
  --nav-tabs-bg: #1c2b4d;              /* Matches card background */
}

[data-theme="Terra-Stone"] {
  /* Primary & Text Colors */
  --heading-color: #d84315;            
  --text-color: #333333;               
  --font-color: #1a1a1a;               


  /* Backgrounds & Surfaces (Light Mode) */
  --bg-color: #fcfcfc;                

  --cards-bg: #f3f3f3;                 
  --card-bg-color: #ffffff;          
  --thead-bg: #ffeee8;               


  /* Navigation & Sidebar */
  --navbar-bg: #ffffff;                

  --navbar-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); 
  --sidebar-bg: rgb(255, 255, 255);   
  --sidebar-active-bg:#ff5722;

   --sidebar-active-text-color: #ffffff;       
  --sidebar-text-color: #4a4a4a;       
  --sidebar-border-radius: 8px;      

  --sidebar-box-shadow:  rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  /* Interactive Elements & Accents */

  --button-color: #ff5722;             
  --accent-1: #d84315;                 
  --accent-2: #9e9e9e;               
  --border-color: rgba(216, 67, 21, 0.2); 

  /* Hover & Active States */
  --hover-effect: rgba(216, 67, 21, 0.06); 

  --hover-text-color: #d84315;        
  --sidebar-active-border-color: #d84315; 

  /* Tabs */
  --nav-tabs-border-color: #d84315;   
  --nav-tabs-bg: #f9f9f9;          
  --sidebar-margin:10px;
  --header-radius:0 0px 25px 25px;
  --header-border:#ff5722;
  --header-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* Peach-Bloom */
[data-theme="Peach-Bloom"] {
  --bg-color: #fff5f0;
  --text-color: #4a3a35;

  --navbar-bg: #fffaf7;
  --navbar-shadow: 0px 2px 8px rgba(255, 175, 175, 0.1);
  --thead-bg: #ffdfd3;
  --dark-txt-color: #5a4a42;
  --broker_card_bg: #fffaf7;
  --card-bg-color: #f3e5dc;
  --font-color: #513320;
  --button-color: #5a4a42;
  --accent-1: #ffb7b7;
  --accent-2: #e8a87c;
  --sidebar-border-radius: 8px;
  --sidebar-bg:#5a4a42;
  --sidebar-box-shadow: 0px 2px 10px rgba(255, 175, 175, 0.15);
}




/* Definition Lists */
dl dd {
  margin-bottom: 15px;
}

dl dd:last-child {
  margin-bottom: 0px;
}

/* Table */
.table td,
.table th {
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  color: #02818f;
}

.dropdown-item {
  font-size: 14px;
}

.dropdown-menu {
  border-radius: 10px;
}

/* scroller */
.scroller {
  overflow-y: auto;
  scrollbar-color: #0d5883 #eff7f8;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar-thumb {
  background-color: #0d5883;
}

.scroller::-webkit-scrollbar-track {
  background-color: #eff7f8;
}

#sidebar-scrollbar {
    overflow-y: auto !important;
    scrollbar-color: #3f414d #eff7f8;
    scrollbar-width: thin;
    height: 100%;
}

#sidebar-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0d5883;
}

#sidebar-scrollbar::-webkit-scrollbar-track {
  background-color: #eff7f8;
}

/*---------------------------------------------------------------------
                                  Badge
-----------------------------------------------------------------------*/
.badge {
  padding: 0.3em 0.6em;
  line-height: 1.3;
  text-transform: capitalize;
}

.breadcrumb.bg-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*---------------------------------------------------------------------
                                  Profile-Avatar
-----------------------------------------------------------------------*/
.iq-profile-avatar {
  position: relative;
}

.iq-profile-avatar:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #00cf2d;
  height: 16px;
  width: 16px;
  right: 0;
  bottom: 3px;
}

.iq-profile-avatar.status-online:before {
  background-color: #0070ff;
}

.iq-profile-avatar.status-away:before {
  background-color: #ff0000;
}

/*---------------------------------------------------------------------
                             Dropdown Menu
-----------------------------------------------------------------------*/

.iq-card-header .dropdown-menu {
  margin: 0;
  padding: 0;
  font-size: 13px;
  top: 20px !important;
  border-radius: 10px;
  border-color: #eef0f4;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
}

.iq-card-header .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  color: var(--text-color);
}

.iq-card-header .dropdown-menu .dropdown-item i {
  font-size: 14px;
  vertical-align: middle;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #0d5883;
}

/*--------------*/
.iq-card-header select.form-control {
  background: #eef0f4;
  border: none;
  font-size: 14px;
  margin-right: 15px;
}

.iq-card-header select.form-control.width-100 {
  width: 180px;
}

/*---------------------------------------------------------------------
                               Sign In
-----------------------------------------------------------------------*/
.sign-in-page {
  height: 100%;
}

section.sign-in-page {
  background: #1e293b;
}

.sign-in-detail {
  padding: 100px;
  height: 100vh;
  border-radius: 40px;
}

.sign-in-logo {
  display: inline-block;
  width: 100%;
}

.sign-in-logo img {
  height: 100px;
  width: 200px !important;
}

section.sign-in-page {
  background: #fdfdfd;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}

.sign-info {
  border-top: 1px solid #cdd1f3;
  margin-top: 30px;
  padding-top: 20px;
}

.iq-social-media {
  margin: 0;
  padding: 0;
  float: right;
}

.iq-social-media li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

.iq-social-media li:last-child {
  margin-right: 0;
}

.iq-social-media li a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #eff7f8;
  color: #0d5883 !important;
}

.iq-social-media li a:hover {
  text-decoration: none;
}

.sign-in-page .sign-in-page-bg {
  position: relative;
  overflow: hidden;
}

.sign-in-page .sign-in-page-bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 270px;
  z-index: -1;
  border-radius: 40px;
  background: rgba(8, 155, 171, 1);
  background: -moz-linear-gradient(
    left,
    rgba(8, 155, 171, 1) 0%,
    rgba(13, 181, 200, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(8, 155, 171, 1)),
    color-stop(100%, rgba(13, 181, 200, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(8, 155, 171, 1) 0%,
    rgba(13, 181, 200, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(8, 155, 171, 1) 0%,
    rgba(13, 181, 200, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(8, 155, 171, 1) 0%,
    rgba(13, 181, 200, 1) 100%
  );
  background: linear-gradient(to right, #3f414d 0%, #3f414d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5883', endColorstr='#0db5c8', GradientType=1);
}

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect {
  position: relative;
  overflow: hidden;
}

/*---------------------------------------------------------------------
                                Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar {
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 250px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: var(--sidebar-bg);
    border-radius: var(--sidebar-border-radius);
    box-shadow: var(--sidebar-box-shadow);
    /* margin: var(--sidebar-margin); */

}

ul.iq-menu a span {
    margin-left: 0px !important;
    font-size: 14px !important;
  
}
.iq-sidebar.sidebar-left {
  left: 0;
  transition: all 0.8s linear;
}


/* .iq-sidebar.open {
  left: 0;

} */

.iq-sidebar.fixed {
  left: 0;
  /* stay open on click */
}

.iq-sidebar .iq-sidebar-logo {
  float: none;
  width: 100%;
}

.iq-sidebar #sidebar-scrollbar {
  margin-top: 15px;
}

/*---------------------------------------------------------------------
                             Sidebar Menu
-----------------------------------------------------------------------*/

.scroll-content div.p-3 {
  height: 100px;
}

.iq-sidebar-menu {
  position: relative;
}

.iq-sidebar-menu .iq-menu {
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
}

.iq-sidebar-menu .iq-menu li {
  list-style-type: none;
  position: relative;
  white-space: nowrap;
  margin: 15px 0;
}

.iq-sidebar-menu .iq-menu li a {
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    /* flex-direction: column; */
    color: var(--sidebar-text-color);
    position: relative;
    padding: 10px 13px 10px 13px;
    /* line-height: 12px; */
    border-radius: 2px;
    text-transform: capitalize;
    /* justify-content: center; */
    align-items: center;
    
}




.iq-sidebar-menu .iq-menu li li a {
  font-size: 14px;
}

.iq-sidebar-menu .iq-menu li a i {
    font-size: 18px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20px;
    display: inline-block;
    float: left;
    line-height: 25px;
}

.iq-sidebar-menu .iq-menu li li a i {
  /* font-size: 16px; */
}

.iq-sidebar-menu .iq-menu li a span {
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition: none;
}



.iq-sidebar-menu .iq-menu li a .badge {
  position: absolute;
  right: 10px;
  padding: 3px;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
}

.iq-sidebar-menu .iq-menu li.active {
  border-bottom: none;
}

.iq-sidebar-menu .iq-menu li a:hover {
  color: var(--hover-text-color);
}

.iq-sidebar-menu .iq-menu li.active > a {
  color: var(--sidebar-active-text-color);
  text-decoration: none;
  text-decoration: none;
  
}

.iq-sidebar-menu .iq-menu li.menu-open > a {
  color: #0d5883;
  text-decoration: none;
}



.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover,
.iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
  background: "#green";
}

.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active > a {
  background: #ceebee;
  color: #0d5883;
  border-radius: 0;
}

.iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child > a {
  border-radius: 0 0 15px 15px;
}

.iq-sidebar-menu .iq-menu li .iq-submenu li > a::before {
  display: none;
}

.iq-sidebar-menu .iq-menu > li {
  margin-bottom: 0;
  border-radius: 8px;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out;
}

.iq-sidebar-menu .iq-menu > li.menu-open,
.iq-sidebar-menu .iq-menu > li.active {
  margin-bottom: 10px;
  background: var(--sidebar-active-bg);
  color: var(--sidebar-active-text-color);
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--sidebar-active-border-color);
}

body.sidebar-main .iq-sidebar:hover .iq-menu li.menu-open > a {
  border-radius: 15px 15px 0 0;
}

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul {
  display: none;
  padding-left: 0px;
}

.iq-sidebar-menu .iq-menu li ul li a {
  color: #777d74;
  padding: 12px 15px;
}

.iq-sidebar-menu .iq-menu li ul a:hover {
  color: #0d5883;
  text-decoration: none;
  background: transparent;
}

/*---------Sidebar Dark---------------*/
.iq-sidebar.sidebar-dark,
.iq-sidebar.sidebar-dark .iq-sidebar-logo {
  background: #151b21;
  color: #ffffff;
}

.iq-sidebar.sidebar-dark .iq-sidebar-logo a span {
  color: rgba(255, 255, 255, 0.8);
}

.iq-sidebar.sidebar-dark .iq-menu li > a::before {
  display: none;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li > a:hover,
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active > a,
.iq-sidebar.sidebar-dark
  .iq-sidebar.sidebar-dark
  .iq-sidebar-menu
  .iq-menu
  li
  a {
  color: #ffffff;
  background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-menu li a:hover,
.iq-sidebar.sidebar-dark .iq-menu li.active > a,
.iq-sidebar.sidebar-dark .iq-menu li.menu-open > a {
  color: #ffffff;
  background: #0f1317;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
  color: rgba(255, 255, 255, 0.6);
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul li a {
  background: transparent;
}

.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul {
  padding-left: 0;
  background: #1e242a;
}

.iq-sidebar.sidebar-dark
  .iq-sidebar-menu
  .iq-menu
  li.active
  .iq-submenu
  li
  > a {
  background: transparent;
}

.iq-sidebar.sidebar-dark .iq-menu li.active .iq-submenu li.active > a {
  background: #1e1e1e;
  color: #fff;
}

.iq-sidebar.sidebar-dark .ripple {
  background: rgba(255, 255, 255, 0.1);
}

.iq-sidebar.sidebar-dark .line-menu {
  background: #ffffff;
}

.menu-open {
  display: block !important;
}

.menu-open > a {
  text-decoration: none;
}

.sidebar-main .iq-sidebar .iq-submenu li a {
  font-size: 0;
}

.sidebar-main .iq-sidebar:hover .iq-submenu li a {
  font-size: 14px;
}

/*---------------------------------------------------------------------
                             Top Menu
-----------------------------------------------------------------------*/

.iq-top-navbar {
    padding: 0;
    min-height: 73px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: calc(100% - 250px);
    display: inline-block;
    z-index: 9;
    background: var(--navbar-bg);
    box-shadow: var(--header-shadow);
    color: var(--text-color);
    /* margin: 20px 30px; */
    -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
    /* box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); */
    transition: all 0.45s ease 0s;
    border-radius: var(--header-radius);
    /* -webkit-border-radius: 25px; */
    backdrop-filter: blur(20px);
    border: 1px solid var(--header-border);
}

.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb {
  display: block;
  margin-left: 30px;
  padding: 10px 0;
}

.iq-top-navbar .breadcrumb .breadcrumb-item.active {
  color: #777d74;
}

.iq-top-navbar .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.iq-top-navbar .breadcrumb li {
  list-style-type: none;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "ea5f";
  font-family: "remixicon";
  font-size: 14px;
  vertical-align: sub;
  color: #777d74;
}

.iq-top-navbar .breadcrumb li a,
.iq-top-navbar .breadcrumb li a:hover {
  text-decoration: none;
}

.navbar-list {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
}

.navbar-list li {
  float: left;
  list-style-type: none;
  position: relative;
}

.navbar-list li > .dropdown .dropdown-menu {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.navbar-list li .dropdown-toggle::after {
  display: none;
}

.navbar-list li > a.language-title {
  font-size: 16px;
}

.navbar-list li > a {
  font-size: 18px;
  padding: 0 15px;
  line-height: 73px;
  color: #3f414d;
  display: block;
  min-height: 75px;
}


.navbar-list li a:hover {
  text-decoration: none;
}

.navbar-list li > a > img {
  width: 35px;
  height: 35px;
}

.navbar-list li.iq-nav-user {
  display: flex;
  align-items: flex-start;
}

.navbar-list li.iq-nav-user span {
  flex: 1;
  font-size: 14px;
}

.nav-item span.dots {
  height: 5px;
  width: 5px;
  font-size: 0;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 10px;
  animation: shadow-pulse-dots 1s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@keyframes shadow-pulse-dots {
  0% {
    box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 132, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 132, 255, 0);
  }
}

div#lottie-beil,
div#lottie-mail,
div#lottie-fullscreen {
  height: 20px;
  width: 20px;
}

div#lottie-beil svg path,
div#lottie-mail svg path,
div#lottie-fullscreen svg path {
  stroke: #0d5883;
}

.navbar-list li .caption {
  line-height: 16px;
}

.navbar-list li > .dropdown {
  line-height: 73px;
  cursor: pointer;
}

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo {
  /* display: none; */
  /* width: 7rem; */
  padding: 12px;
 
  float: left;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  /* transition: all 0.3s ease-out 0s; */
  /* background: transparent; */
}

.iq-sidebar-logo a {
  display: flex;
  align-items: flex-start;
}

.iq-sidebar-logo a span {
  margin-left: 10px;
  font-size: 28px;
  line-height: 45px;
  color: #ffffff;
  font-family: "Inter", serif;
  flex: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.iq-sidebar-logo a:hover,
.iq-sidebar-logo a:focus {
  text-decoration: none;
}

.iq-sidebar-logo img {
  height: 45px;
  object-fit: cover;
  /* width: 80px; */
}

.wrapper-menu {
  font-size: 30px;
  line-height: 15px;
  color: var(--text-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

.line-menu {
  background-color: #0d5883;
  border-radius: 90px;
  width: 100%;
  height: 2px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.hover-circle {
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}

.wrapper-menu.open .hover-circle {
  opacity: 1;
}

.wrapper-menu.open .main-circle {
  opacity: 0;
}

/*----------------------*/
.iq-top-navbar .iq-sub-dropdown {
  width: 300px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #d80000;
  transition: all 0.3s;
  padding: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.iq-top-navbar .iq-sub-dropdown .iq-card-body div {
  border-radius: 10px 10px 0 0;
}

.iq-card-body {
  background-color: var(--bg-color);
}


@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.iq-show .iq-sub-dropdown {
  display: inline-block;
}

.navbar-list li .iq-sub-dropdown .iq-sub-card {
  font-size: inherit;
  padding: 15px;
  line-height: normal;
  color: inherit;
  border-bottom: 1px solid #f3f7fd;
  display: inline-block;
  width: 100%;
}

.iq-top-navbar .search-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #be0606;
  transition: all 0.3s;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.iq-show .search-box {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.search-box .search-input {
  width: 300px;
  height: 50px;
  padding: 0 1em;
  border: 1px solid #d4e3f9;
  background-color: #f3f7fd;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*---------------------------------------------------------------------
                              Content Page
-----------------------------------------------------------------------*/
.wrapper {
  background: var(--bg-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5883', endColorstr='#0db5c8', GradientType=1);
}

.content-page {
  margin-left: 260px;
  /* overflow: hidden; */
  padding: 65px 0px 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.iq-user-dropdown {
  width: 350px;
}







body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo a span,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 1;
  display: inline-block;
  transition: all 0.45s ease 0s;
}

body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li ul {
  display: none;
}

body.sidebar-main .iq-sidebar.sidebar-hover .iq-sidebar-menu .iq-menu li ul {
  display: none;
}

/*------------------------*/
.iq-card.iq-user-profile-block {
  margin-top: 65px;
}

.user-details-block .user-profile {
  margin-top: -85px;
}

.user-details-block h3 span {
  font-size: 20px;
}

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img {
  width: 35px;
  height: 35px;
  border-radius: 90px;
}

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/

.track {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  overflow-x: scroll;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}



.custom-checkbox.custom-checkbox-color input.bg-primary ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-primary
  ~ label::before,
.custom-radio.custom-radio-color input.bg-primary ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-primary
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-primary ~ label::before {
  background-color: #0d5883 !important;
  border-color: #0d5883 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-success ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-success
  ~ label::before,
.custom-radio.custom-radio-color input.bg-success ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-success
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-success ~ label::before {
  background-color: #27b345 !important;
  border-color: #27b345 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-danger ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-danger
  ~ label::before,
.custom-radio.custom-radio-color input.bg-danger ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-danger
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-danger ~ label::before {
  background-color: #f14336 !important;
  border-color: #f14336 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-warning ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-warning
  ~ label::before,
.custom-radio.custom-radio-color input.bg-warning ~ label::before,
.custom-radio.custom-radio-color-checked
  input:checked.bg-warning
  ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-warning ~ label::before {
  background-color: #fbc647 !important;
  border-color: #fbc647 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-dark ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-dark
  ~ label::before,
.custom-radio.custom-radio-color input.bg-dark ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-dark ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-dark ~ label::before {
  background-color: #ff00c8 !important;
  border-color: #ff00d4 !important;
}

.custom-checkbox.custom-checkbox-color input.bg-info ~ label::before,
.custom-checkbox.custom-checkbox-color-check
  input:checked.bg-info
  ~ label::before,
.custom-radio.custom-radio-color input.bg-info ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-info ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-info ~ label::before {
  background-color: #00d0ff !important;
  border-color: #00d0ff !important;
}





.card {
  z-index: 0;
  border: none;
  position: relative;
  background-color: var(--bg-color) !important;
}

.steps {
  font-size: 20px;
  color: #777d74;
  font-weight: normal;
  text-align: right;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user-profile button.close-popup {
  display: block;
  font-size: 24px;
}

ul.user-status {
  list-style: none;
}

.chat-sidebar-name h6 {
  font-size: 1.2em;
  color: var(--text-color);
}

.chat-sidebar-name span {
  color: #777d74;
}

button.close-btn-res {
  display: none;
}

div.sidebar-toggle {
  display: none;
}

.chat-head header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}

.chat-footer {
  border-radius: 0 0 25px 25px;
}

/*---------------------------------------------------------------------
Profile Page
-----------------------------------------------------------------------*/
.profile-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cover-container {
  position: relative;
}

.profile-img {
  margin-top: -80px;
}

ul.post-comments {
  list-style: none;
}

.comment-activity > a {
  margin-right: 10px;
  text-transform: capitalize;
  color: #0d5883;
  text-decoration: none;
}

form.comment-text {
  position: relative;
}

.about-info a,
div#profile-profile a {
  color: #777d74;
}

.doc-profile-bg {
  border-radius: 25px 25px 0 0;
}

.docter-profile {
  margin-top: 10px;
}

/*---------------------------------------------------------------------
Profile Edit 
-----------------------------------------------------------------------*/
.profile-pic {
  max-width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.file-upload {
  display: none;
}

.upload-button {
  font-size: 1.5em;
}

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.input-group .input-group-text {
  background: #e9edf4;
  border: 0px solid #d7dbda;
}

.data-privacy {
  margin: 30px 0;
}

.table-responsive #exampleInputSearch {
  width: auto;
  background-color: var(--bg-color) !important;
  border: 1px solid #f1f2f1;
}

.iq-doc-social-info ul li {
  display: inline-block;
}

.iq-doc-social-info ul li a {
  display: block;
  color: #0d5883;
  background: #ceebee;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 3px;
}

/*---------------------------------------------------------------------
Add User Page
-----------------------------------------------------------------------*/

a {
  text-decoration: none;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  /* margin-bottom: 2rem; */
}

textarea.form-control {
  height: auto;
}

.form-check-input:checked {
  background-color: #0d5883;
  border-color: #0d5883;
}

.form-check-input:focus {
  border-color: #0d5883;
  box-shadow: none;
}

.iq-card .iq-card-header.min-height-auto {
  min-height: auto;
}

/*===================== 
Rtl Switch 
===========================*/
.navbar-list li a.rtl-switch-toogle {
  font-size: 24px;
}

.rtl-switch-toogle .form-switch {
  position: relative;
  padding: 0;
  margin: 0;
}

.rtl-switch-toogle .form-switch .form-check-input {
  border-color: #3f414d;
}

.rtl-switch-toogle .form-switch .form-check-input:focus,
.rtl-switch-toogle .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%230d5883'/%3E%3C/svg%3E");
}

.rtl-switch-toogle .form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.rtl-switch-toogle .rtl-switch {
  float: none;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  background-position: left center;
}

.rtl-switch-toogle .rtl-switch:checked {
  background-position: right center;
}

.rtl-switch-toogle .form-switch .rtl-toggle-tooltip {
  padding: 2px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.3s ease-in;
}

.rtl-switch-toogle .form-switch:hover .rtl-toggle-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.rtl-switch-toogle .rtl-switch .rtl-toggle-tooltip.ltr-tooltip {
  display: none;
}

.rtl-switch-toogle
  .rtl-switch:checked
  + .rtl-toggle-tooltip.ltr-tooltip
  + .rtl-toggle-tooltip.rtl-tooltip {
  display: none;
}

.rtl-switch-toogle .rtl-switch:checked + .rtl-toggle-tooltip.ltr-tooltip {
  display: inline-block;
}

.sidebar {
  width: 200px;
  height: 100vh;
  position: fixed;
  top: 0;

  /* initially hidden */
  transition: left 0.3s;
}

.sidebar.open {
  left: 0;
  /* show on hover */
}

.sidebar.fixed {
  left: 0;
  /* stay open on click */
}

@media (max-width: 1699px) {
  .sign-in-detail {
    position: relative !important;
  }
}

.sign-in-detail {
  z-index: 9 !important;
}

table th {
  white-space: nowrap;
}

table tr {
  white-space: nowrap;
}

.password-eye {
  position: absolute;
  top: 10px;
  right: 20px;
}

.blurred {
  filter: blur(5px);
  opacity: 0.5;
}

.disabled-checkbox {
  pointer-events: none;
  opacity: 0.5;
}

.css-1ex1afd-MuiTableCell-root {
  text-align: center !important;
}

.tss-178gktx-MUIDataTableHeadCell-contentWrapper {
  justify-content: center !important;
}

.dropdown-menu {
  max-height: 150px;
  overflow: auto;
}

::placeholder {
  color: #fff;
}

a {
  color: #000;
}

.btn-primary {
  color: #ffffff;

  background:var(--button-color) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1) !important;
  border-color: #3f414d !important;
}

.btn-primary:hover {
  background: linear-gradient(to right, #3f414d 0%, #3f414d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1) !important;
  border-color: #3f414d !important;
}



.css-11mde6h-MuiPaper-root {
  box-shadow: none !important;
}

.uniform-bg {
  background-color: #f8f9fa;
  /* Example background color, change as needed */
}

/* .MuiTable-root td :first-child {
  display: none !important;
} */

.tss-gm6zfk-MUIDataTableHeadCell-fixedHeader, .MuiTableCell-head, .MuiTableHead-root {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: var(--thead-bg) !important;
    color: var(--text-color) !important;
    font-weight: 600 !important;
    font-size: 0.955rem;
}
.MuiTypography-root,
.MuiTablePagination-toolbar,
.MuiTablePagination-actions button svg {
  color: #bdbec0 !important;
}

.css-1ygcj2i-MuiTableCell-root {
  padding: 8px !important;
}

/* body.sidebar-main .iq-sidebar {
  width: 260px;
  left: 0;
  z-index: 999;
  background: #1a1e23 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1);
} */

.MuiTableCell-root {

  color: var(--text-color) !important;
  font-family: "Inter", serif !important;
}

.ag-chart-wrapper canvas,
.ag-chart-wrapper .ag-charts-focus__wrapper {
  height: 500px !important;
  overflow-y: hidden;
}






.custom-width-modal {
  width: 600px;
  height: 600px;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  .MuiTable-root .MuiTableBody-root td :nth-last-of-type(2) {
    display: none !important;
  }

  .MuiTable-root td :last-child {
    display: block !important;
  }

  .MuiTable-root .MuiTableFooter-root td :last-child {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .custom-width-modal {
    width: 90%;
    /* Adjust width for smaller screens */
  }
  .paper-live-trading-btn
  {
width: 160px !important;
  }
   .paper-live-trading-btn button
  {
font-size:10px !important;
  }
 
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-container input {
  width: 100%;
  padding-right: 40px;
  /* Adjust based on the span width */
}

.input-container .input-span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #aaa;
  /* Adjust color as needed */
}

/* .modal-content {
  margin-left: 12rem !important;
} */

.MuiInputBase-input {
  height: -20px !important;
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  color: #a09e9e;
  border-radius: 10px !important;
}

.MuiInputBase-root {
  margin: 0 !important;
  height: 45px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  letter-spacing: 0.00938em;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  position: relative;
  /* cursor: text; */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 9px !important;
}

.MuiFormControl-root {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
}

.MuiTablePagination-input {
  margin-top: -15px !important;
}

.lds-spinner {
  /* change color here */
  color: #1c4c5b;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.modal {

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 99;
}

/* button.btn.btn-primary.btn1 {
  margin-top: 21px !important;
} */

.react-datepicker-wrapper {
  width: 100% !important;
}

@media (max-width: 767px) {
  .col-md-2.ms-3.mt-4.strategy {
    margin-bottom: 10px;
  }
}

@media (max-width: 381px) {
  .forgett {
    width: 367px !important;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .forgett {
    width: 534px !important;
  }
}

@media (min-width: 575px) {
  .forgett {
    width: 600px !important;
  }
}

@media (max-width: 991px) {
  .clientheader {
    margin-top: 75px;
  }
}

.customtable table tbody tr td div:last-child {
  /* width: 100px !important; */
  white-space: normal;
}

@media (max-width: 768px) {
  .MuiTableCell-root {
    padding: 8px !important;
  }

  .MuiCheckbox-root {
    width: 40px;
  }
}

.dropdownuser .dropdown .dropdown-menu.show {
  display: block !important;
  top: -149px !important;
}

@media (max-width: 400px) {
  .iq-card-body {
    padding: 0px !important;
  }
   .navbar-list li .caption
  {
    display: none !important;
  }
}

.api_img {
  background: #000 !important;
}

.custom-tabs .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    /* color: #495057; */
    font-family: 'Inter';
}

.custom-tabs .nav-link.active {
  background-color: #535353;
  color: white;
  border-radius: 5px;
}

.tab-content {
  background-color: var(--bg-color);
  /* padding: 20px; */
  border-radius: 5px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.wallet-balance-container {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.balance-label {
  margin-right: 8px;
  color: var(--text-color);
}

.balance-amount {
  color: #28a745;
  /* or any color you prefer for highlighting */
  font-weight: 600;
  font-size: 18px;
}

.form-control {
  border-radius: 5px;
  padding: 10px;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

select {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 5px;
  transition: border-color 0.2s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}

option:disabled {
  color: #999;
}

option[value="Complete"] {
  color: green;
}

option[value="Reject"] {
  color: red;
}

.red {
  color: red;
}

.green {
  color: green;
  font-weight: 700;
}

.container-fluid {
  margin-top: 1rem;
  background-color: var(--bg-color);
}

.broker-card {
  background-color: var(--broker_card_bg);
  /* Yellow background */
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.broker-card-icon {
  color: #ffffff !important;
}

.broker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text-color) !important;
    margin-bottom: 0.75rem !IMPORTANT;
}
.card-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.action-icon {
  cursor: pointer;
  transition: color 0.3s ease;
}

.edit-icon:hover {
  color: #007bff;
  /* Blue color for edit */
}

.delete-icon:hover {
  color: #dc3545;
  /* Red color for delete */
}

/* Trading Icon */
.trading-icon {
  background-color: #363c44;
  padding: 8px 0px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.trading-icon svg {
  color: var(--text-color);
}

/* Responsive Layout */
@media (max-width: 768px) {
  .row-cols-md-5 {
    row-gap: 20px;
  }
}

ul#fill-tab-example {
  margin: 0px auto;
}

button.nav-link.active {
  color: var(--bg-color) !important;
  background-color: var(--button-color) !important;
}

a.nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
  /* border-bottom: 1px solid var(--button-color) !important; */
 
}

.iq-card .iq-card-header .iq-header-title .card-title {
  margin-bottom: 0;
  color: var(--button-color) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--nav-tabs-active-text) !important;
    box-shadow: #00ca00;
    background: transparent !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 1px;
    border: 2px solid var(--nav-tabs-border-color) !important;
    margin-top: -2px;
    border-radius: 5px !important;
    font-weight: 600;
    border-top-width: 3px !important;
}
.nav-tabs .nav-item a {
    color: var(--font-color);
    /* font-family: "Inter", serif; */
    border: none;
    /* border-bottom: 2px solid transparent; */
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 500;
}
.nav-tabs .nav-link , .nav-pills .nav-link , .btn ,.addbtn
{
  border-radius: var(--btn-radius) !important;
}

.form-select,
.form-control,
.MuiInputBase-root {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  /* border: 1px solid #4b5055 !important; */
}

ul.nav.nav-tabs.justify-content-center,
.nav-tabs.nav-fill,
.nav.nav-pills {
  /* background: var(--bg-color); */

  border-radius: 10px;
  /* padding: 5px 0 2px 5px; */
  border-bottom: 0;
  /* justify-content: center; */
  
}

.tab-content-data {
  background: var(--bg-color);
}

.nav-fill .nav-item {
  width: 250px !important;
  /* margin: 0px auto; */
  color: var(--text-color) !important;
  flex: none !important;
}

.plan-data h2,
.plan-data h4 {
  color: var(--text-color) !important;
}

tbody.MuiTableBody-root.css-apqrd9-MuiTableBody-root,
tfoot.MuiTableFooter-root,
.MuiTableCell-body,
.MuiCheckbox-root {
  background: var( --table-bg-color) !important;
  color: var(--text-color) !important;
}

 .MuiTableCell-body, .MuiTableCell-head
 {
padding: 10px !important;
 }

.MuiTableRow-head {
  /* border-top: 2px solid #fff; */
  background: transparent;
}

p,
h1,
h2,
h3,
h4,
h5
 {
  color: var(--text-color) !important;
  
}

h4 {
  /* color: rgb(120, 75, 161) !important; */
  font-size: 22px;
}

.modal-content,
.setApi .card-body,
.setApi .card,
.modal .form-control,
.modal .form-select,
.table {
  background-color: var(--bg-color) !important;
  --bs-card-bg: var(--bg-color) !important;
  color: var(--text-color) !important;
  --bs-table-bg: var(--bg-color) !important;
}

::placeholder {
  color: #bdbec0 !important;
}

.setApi .iq-card.content.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.all-plan-card {
  background-color: var(--bg-color);
  border-radius: 10px;
  width: 100%;
  padding: 20px 20px;
  background: var(--bg-color);
  border: 1px dashed #e2e8f0;
  border-radius: 23px;
}

.plan-data {
  text-align: center;
}

.card {
  background: var(--card-bg-color);
  --bs-card-bg: var(--bg-color) !important;
}

.swal2-confirm,
.all-plan-card button {
  background: var(--bg-color) !important;
  color: var(--text-color) !important;
}

.navbar-nav li a,
.navbar-nav li {
  color: var(--text-color) !important;
  text-decoration: none;
}

.bg-transparent {
  background-color: transparent !important;
  --bs-table-bg: transparent !important;
}

.broker-card .card-title {
  font-size: 1rem;
}

.dark-card {
  background: var(--card-bg-color);
  border: 1px solid var(--card-border-color) !important;
  border-radius: 8px;
}

.swal2-show {
  border: 1px dashed #e2e8f0;
  border-radius: 20px;
  background: var(--bg-color) !important;
}

.css-1ps6pg7-MuiPaper-root {
  display: none !important;
}

.select__menu .css-13cymwt-control {
  background-color: var(--bg-color) !important;
}

.select__menu {
  background-color: var(--bg-color) !important;
}

/* ____________________________________ */

.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #121212;
  color: white;
}

.profile-card {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.profile-card span {
  color: #fff;
}

.profile-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-image {
  width: 100px;
  height: 100px;
  background-color: #333;
  border-radius: 50%;
  margin: 0 auto;
}

.profile-details {
  margin-top: 20px;
}

.profile-item {
  background: #2a2a2a;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-item p {
  margin: 0;
  font-size: 14px;
}

.profile-item h5 {
  margin: 0;
  font-size: 16px;
}

.icon {
  font-size: 24px;
}

/* .container-fluid{
  background-color: black;
}

.card-body {
  background-color: black;
} */

/* _____________Profile page styling___________________ */
/* Base Styles */
.profile-page {
  background: linear-gradient(45deg, #1a1a2e, #16213e);
}

/* Glass Card Effect */
.glass-card {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: transform 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
}

/* Avatar Effects */
.avatar-container {
  position: relative;
  display: inline-block;
}

.profile-avatar {
  filter: drop-shadow(0 0 10px rgba(78, 84, 200, 0.5));
  transition: transform 0.3s ease;
}

.avatar-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: radial-gradient(
    circle,
    rgba(78, 84, 200, 0.4) 0%,
    transparent 70%
  );
  animation: glow-pulse 2s infinite;
}

/* Info Cards */
.info-card {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease;
}

.info-card:hover {
  background: rgba(0, 0, 0, 0.5) !important;
  transform: translateY(-3px);
  border-color: var(--hover-color) !important;
}

.hover-transform {
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* Text Gradient */
.text-gradient {
  background: linear-gradient(45deg, #8f94fb, #4e54c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Animated Background */
.animated-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.gradient-blob {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(78, 84, 200, 0.2) 0%,
    transparent 60%
  );
  animation: float 20s infinite linear;
}

.gradient-blob:nth-child(2) {
  top: 20%;
  left: 70%;
  animation-delay: -5s;
}

/* Button Effects */
.glow-button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.glow-button:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

.glass-card {
  height: auto;
  margin-top: -5rem;
  background-color: black;
}

/* Animations */
@keyframes glow-pulse {
  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(100px, 100px) rotate(90deg);
  }

  50% {
    transform: translate(0, 200px) rotate(180deg);
  }

  75% {
    transform: translate(-100px, 100px) rotate(270deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

.info-icon-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.info-icon-container::after {
  content: attr(data-tooltip);
  visibility: hidden;
  opacity: 0;
  background-color: #0a192f;
  /* Dark Blue Background */
  color: #ffffff;
  /* White text */
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  /* Set fixed width */
  display: block;
  /* Force it to be a block element */
  text-align: center;
  white-space: normal;
  /* Allow multi-line text */
  word-wrap: break-word;
  /* Ensure long words break properly */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 100;
}

.info-icon-container:hover::after {
  visibility: visible;
  opacity: 1;
}

/* _____________tooltip stying ends here_________ */
.form-select {
  --bs-form-select-bg-icon: unset !important;
}

/* .btn-close {
  background: #ffffffd4 var(--bs-btn-close-bg) center !important;
} */

.form-switch .form-check-input {
    background-color: #dddddddd;
    border-color: #ddd;
}


.form-control {
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 103, 240, 0.25);
  border-color: #7367f0;
}

.tss-1dqj55d-MUIDataTableToolbarSelect-root {
  display: none !important;
}

.fix-table {
  margin-top: -9rem;
}



.breadcrumb-links {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

ul.breadcrumb-links li {
  list-style-type: none;
}

ul.breadcrumb-links li a {
  text-decoration: none;
}

.breadcrumb-links > li:nth-child(n + 4) {
  display: none;
}

.breadcrumb-box {
  display: flex;
  align-items: center;
}

.breadcrumb-link {
  color: var(--text-color);
}

.breadcrumb-box:hover > *:not(.breadcrumb-icon) {
  color: #4f46e5;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-color);
}

.breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}

.breadcrumb-text {
  font-size: 1.05rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
}

@media (min-width: 640px) {
  .breadcrumb-links > li:nth-child(n + 4) {
    display: block;
  }

  .breadcrumb-links li:first-child .breadcrumb-text {
    display: block;
  }
}

.table-container {
  /* background-color: var(--bg-color) !important;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* padding: 20px; */
}

.MuiBox-root {
  /* background-color: var(--bg-color) !important; */
  color: var(--text-color) !important;
}

.MuiButtonBase-root {
  color: var(--text-color) !important;
  font-size: "20px";
}

.MuiTypography-root,
.MuiTablePagination-toolbar,
.MuiTablePagination-actions button svg {
  /* color: var(--dark-txt-color) !important; */
}

.text-white {
  --bs-text-opacity: 1;
  color: var(--text-color) !important;
}

.input-block {
  margin-bottom: 1;
}

/* svg {
  color: var(--text-color) !important;
} */

.addbtn{
    color: var(--button-text-color) !important;
    background: var(--button-color) !important;
    border-radius: 5px;
    padding: 10px 15px;
    /* height: 40px; */
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
        font-size: 16px;
    transition: all 0.3s 
ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.newaddbtn btn {
  color: var(--bg-color) !important;
  background-color: var(--text-color) !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 0px 5px;
  /* height: 40px; */
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.backbtn {
  color: var(--bg-color) !important;
  background-color: var(--text-color) !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 3px 10px;
  /* height: 40px; */
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.addbtn btn:hover {
  background-color: #e2e6ea;
  border-color: #bbb;
  color: black;
}

@media (min-width: 600px) {
  .css-78c6dr-MuiToolbar-root-MuiTablePagination-toolbar {
    min-height: 52px;
    padding-right: 2px;
    padding-top: 10px;
  }
}

.css-6hp17o-MuiList-root-MuiMenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: 0;
  background-color: var(--bg-color) !important;
}

.show-more {
  cursor: pointer;
  color: blue;
}

.css-hbtnrh-MuiTableCell-root {
  font-weight: 900 !important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-container::before {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-container:hover::before {
  opacity: 1;
  visibility: visible;
}

.add-btn-custom {
  background-color: #2ed573;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* span {
  color: var(--text-color);
} */

.MuiTabs-root {
  width: 50% !important;
}

.iconcol {
  color: var(--bg-color) !important;
}

.MuiButtonBase-root {
  background: var(--bg-color) !important;
}

/* ______group css testing_________ */
/* Custom modal dialog styling to center the modal and limit its width */
.custom-modal-dialog {
  max-width: 800px;
  margin: auto;
}

/* Optional: Improve modal content appearance */
.modal-content-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding: 1rem;
}

.modal-description,
.modal-parameters {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Modern look for nav pills inside modal */

.nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Centering and width for modals */
.custom-modal-dialog {
  max-width: 800px;
  margin: auto;
}

/* Scrollable content inside modal */
.modal-content-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding: 1rem;
}

/* Modal content font styling */
.modal-description,
.modal-parameters {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Modern look for nav pills inside modal */
.nav-pills .nav-link {
 
    color: #333;
    border: 1px solid #ddd !important;
    transition: all 0.3s ease;
}



/* Ensure modal is centered and has a max-width */
.custom-modal-dialog {
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
}

/* Remove default modal header border and add a light background */
.modal-header {
  border-bottom: none;
  background-color: #f8f9fa;
}

/* Modal title styling */
.modal-title {
  font-weight: 600;
  color: #333;
}

/* Add ample padding to the modal body */
.modal-body {
  padding: 2rem;
}

/* Container for the Option Strategy modal content */
.option-modal-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Left side: image container */
.option-image-container {
  flex: 1 1 40%;
  padding-right: 1.5rem;
  border-right: 1px solid #eaeaea;
  text-align: center;
}

/* Style for the image */
.option-image {
  max-width: 100%;
  height: auto;
}

/* Right side: details container */
.option-details-container {
  flex: 1 1 60%;
  padding-left: 1.5rem;
}

/* Option details heading */
.option-details-container h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

/* Option details paragraph styling */
.option-details-container p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Modal footer styling */
.modal-footer {
  border-top: none;
  padding: 1rem 2rem;
}

/* Fallback style when no image is available */
.no-image {
  font-size: 0.9rem;
  color: #999;
  padding: 2rem;
}

.custom-modal-dialog {
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
}

.modal-header {
  border-bottom: none;
  background-color: #f8f9fa;
}

.modal-title {
  font-weight: 600;
  color: #333;
}

.modal-body {
  padding: 2rem;
}

.pattern-modal-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pattern-image-container {
  flex: 1 1 40%;
  padding-right: 1.5rem;
  border-right: 1px solid #eaeaea;
  text-align: center;
}

.pattern-image {
  max-width: 100%;
  height: auto;
}

.pattern-details-container {
  flex: 1 1 60%;
  padding-left: 1.5rem;
}

.pattern-details-container h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.pattern-details-container p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.modal-footer {
  border-top: none;
  padding: 1rem 2rem;
}

.no-image {
  font-size: 0.9rem;
  color: #999;
  padding: 2rem;
}

/* Container for the entire modal */
.modal-container {
  padding: 24px;
}

/* Card styling with gradient background, rounded corners and shadow */
.parameters-card {
  background: linear-gradient(to right, #2d3748, #1a202c);
  color: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Title styling */
.parameters-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #63b3ed;
  margin-bottom: 16px;
}

/* Grid layout for key/value pairs */
.parameters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Individual parameter item styling */
.parameters-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background-color: #4a5568;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

/* Hover effect for each parameter item */
.parameters-item:hover {
  background-color: #2d3748;
}

/* Styling for parameter labels */
.parameters-label {
  color: #cbd5e0;
  font-weight: 500;
}

/* Styling for parameter values */
.parameters-value {
  color: #e2e8f0;
  font-weight: 600;
}

/* Fallback message styling */
.no-parameters {
  text-align: center;
  color: #a0aec0;
  font-size: 1rem;
}

h4.heading-color.mb-0 {
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
}

.form-select.is-valid,
.was-validated .form-select:valid ,div#strategyTag{
  border-color:  var(--bs-border-color,#e7e7e7) !important;
  
}
div#strategyTag
{
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px !important;
}
/* .addbtn btn{
height: auto;
} */
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 5px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.edit-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

.edit-btn:active {
  background-color: #004494;
  transform: scale(0.98);
}

.edit-btn svg {
  font-size: 16px;
}

.css-1d1zd7w {
  display: flex;
  justify-content: center;
}

.css-13cymwt-control {
  width: 39vw;
}

.form-label {
    margin-bottom: 5px !important;
}

/* _______________Description______________ */
/* styles.css */

.desc-container {
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.desc-tab-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  text-align: left;
}



.desc-btn-group .btn {
  margin: 5px;
  border-radius: 8px;
}

.desc-btn-group .btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.desc-btn-group .btn-outline-primary:hover,
.desc-btn-group .btn-outline-secondary:hover,
.desc-btn-group .btn-outline-success:hover {
  background-color: #0056b3;
  color: white;
}

.desc-heading {
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
}

/* Modern full-width wrapper */

/* Full-width container with card style */
.desc-container {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Tab content area styling */
.desc-tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}



.desc-btn-group .btn {
  font-size: 14px;
  padding: 6px 16px;
  margin: 4px;
  border-radius: 8px;
}

/* Custom styling for outlined primary buttons */
.btn-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
  transition: background-color 0.2s ease;
}

.btn-outline-primary.active,
.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

/* Modern card styling for description details */

/* Description text styling */

/* Heading styling */
.desc-heading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}

/* Modern card styling for description details with smaller font */
[data-theme="Light"] .desc-card {
  background-color:var(--card-bg-color);
}
.desc-card {

  /* Smaller font size for modern look */
  color: #333;
  /* Use a modern font; ensure you load it if necessary */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  line-height: 1.4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Styling for description text paragraphs */
.desc-text {
  margin: 0.4rem 0;
  color: #555;
}

/* Existing styles retained... */

/* Option Details - Two column layout */
.option-details {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 15px;
  padding: 15px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
}

.option-image-container {
  flex: 1;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.option-info {
  flex: 2;
  min-width: 250px;
  font-size: 13px;
  color: #444;
  line-height: 1.4;
}

.option-info p {
  margin: 6px 0;
}

.nested-info {
  margin-left: 15px;
  margin-bottom: 6px;
}

/* Example: Adjust heading and overall description card font sizes */
.desc-heading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}



.option-info p {
  font-size: 16px;
}



.desc-container {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.desc-tab-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}


/* Dropdown container for Pattern tab */
.dropdown-container {
  width: auto;
}

/* Use Bootstrap's form-select styling, or add custom adjustments */
.form-select {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 5px;
}

/* Additional styling for headings and details */
.desc-heading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}


.pattern-container-unique {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  gap: 15px;
}

.pattern-image-unique {
  width: 230px;
  height: 230px;
  object-fit: contain;
  border-radius: 10px;
  border: 3px solid #007bff;
  box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.2);
  transition: transform 0.3s ease-in-out;
}

/* Text Section */
.text-content-unique {
  text-align: left;
  padding: 10px;


}

.pattern-title-unique {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

.pattern-type-unique,
.trading-type-unique {
  font-size: 16px;
  color: #555;
  margin: 8px 0;
}

.pattern-description-unique {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  background: #fff;
  padding: 10px;
  border-left: 5px solid #007bff;
  border-radius: 5px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (min-width: 768px) {
  .pattern-container-unique {
    flex-direction: row;
    justify-content: center;
  }

}

.css-13cymwt-control {
  width: auto !important;
  background-color: var(--bg-color) !important;
}

.ocf-control {
  width: 97%;
  /* Ensure inputs take full width of the group */
  height: 38px;
  border: 1px solid #ced4da;
  padding: 0px;
  /* Increase padding for better usability */
  background-color: var(--bg-color) !important;
  /* Use the same background color */
  color: var(--text-color) !important;
  border-radius: 6px;
  /* Rounded corners for modern look */
  box-sizing: border-box;
  /* Include padding and border in width */
}

.toggle-button {
  display: flex;
  align-items: center;
  background-color: black;
  border: none;
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 0.8rem;
  cursor: pointer;
}

.toggle-button:hover {
  background-color: #34495e;
}

.toggle-button:active {
  transform: scale(0.95);
}

.toggle-button .btn .btn-primary {
  margin-left: -50px;
}

/* .AddScript_LivePrice {
  display: flex;
  justify-content: end;
  margin-bottom: -42px;
  margin-right: 10px;
} */

.LivePriceContainer {
  display: flex;
  align-items: center;
  background: #1e1e2f;
  /* Dark Elegant Background */
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
}

.LivePriceContainer span {
  font-size: 17px;
}

.LivePrice {
  font-size: 18px;
  font-weight: 600;
  color: #00ff99;
  /* Classy Neon Green */
  padding: 4px 8px;
  border-radius: 4px;
}

.tss-1cdcmys-MUIDataTable-responsiveBase {
  max-height: auto !important;
}

.trade-report-btns {
  z-index: 2;
}

.report-page-dates {
  position: absolute !important;
  z-index: 1;
  right: 30px;
}

.history-page-dates {
  margin-top: -4px !important;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  right: 4% !important;
}

.report-btn {
  z-index: 2;
}

.response-page-dates {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}

.dashboard-date {
  position: relative !important;
  top: 31%;
  right: 21%;
  margin-bottom: -6rem;
}

.netpnl-btn {
  position: absolute !important;
  top: 15%;
}



.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e") !important;
}


.MuiBox-root {
  padding: 0px !important;

  /* Override only inside the coupon modal */
  body .coupon-modal .MuiBox-root {
    padding: 20px !important;
  }
}

.live-price-item {
  list-style: none;
  margin: 0 0.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border 0.4s ease, box-shadow 0.4s ease;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.live-price-item {
  border: 1px solid var(--nav-tabs-active-text);
  background: var(--nav-tabs-bg);
  /* animated border color */
  box-shadow: 0 0 2px rgba(28, 204, 138, 0.6);
}

.liveprice-text-color {
  color: #1ccc8a;
  font-weight: 600;
  font-size: 16px;
}

.live-price-box {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.label {
  color: #ccc;
}

.price {
  color: #1ccc8a;
  font-weight: bold;
}

.hoverNone {
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hoverNone:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swal2-confirm {
  background-color: green !important;
  color: white !important;
}

.cancel-btn-color {
  background-color: #b30000 !important;
  color: white !important;
}

.add-btn-color {
  background-color: green !important;
  color: white !important;
}








.botIcon {
    font-size: 0.7em;
    background-position: 50%;
    background-size: 300% !important;
    background: #a64bf4;
    background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    border: none;
    z-index: 1;
}

.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-color: #007bff;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.chatbot-messages {
  flex: 1;
  padding: 10px;
  background-color: #f1f1f1;
  overflow-y: auto;
}

.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;
}



.spinner {
  position: absolute;
  width: 9px;
  height: 9px;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #000000;
  transform: rotate(calc(var(--rotation) * 1deg))
    translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
}

@keyframes spinner-fzua35 {
  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1.5%));
  }
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #ff3d00;
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {
  0%,
  100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

/* From Uiverse.io by vinodjangid07 */
.del-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
  gap: 2px;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.del-button:hover {
  transition-duration: 0.3s;
  background-color: #b22222;
  /* DarkRed */
  align-items: center;
  gap: 0;
}

.bin-top {
  transform-origin: bottom right;
}

.del-button:hover .bin-top {
  transition-duration: 0.5s;
  transform: rotate(160deg);
}

.suggested-bot-card {
  transition: transform 0.18s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.18s;
}

.suggested-bot-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 36px 0 rgba(31, 38, 135, 0.18);
}

.suggested-bot-card .card-title {
    font-size: 1rem !important;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    word-break: break-word;
}

.suggested-bot-card .desc-link-btn {
  text-decoration: underline;
  font-weight: 500;
  margin-left: 6px;
  transition: color 0.15s;
}

.suggested-bot-card .desc-link-btn:hover {
  color: #3b82f6;
}

.suggested-bot-card .btn-outline-primary {
    border-radius: 16px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    background: var(--button-color);
    color: var(--button-text-color);
    border: 1.5px solid #a5b4fc;
    transition: background 0.15s, color 0.15s, border 0.15s;
}

.suggested-bot-card .btn-outline-primary:hover {
  background: var(--button-color);
  color: #fff;
  border: 1.5px solid #6366f1;
}

.theme-switch {
  --toggle-size: 15px;
  --container-width: 5.625em;
  --container-height: 2.5em;
  --container-radius: 6.25em;
  --container-light-bg: #3d7eae;
  --container-night-bg: #1d1f2c;
  --circle-container-diameter: 3.375em;
  --sun-moon-diameter: 2.125em;
  --sun-bg: #e8e8e8;
  --moon-bg: #c4c9d1;
  --spot-color: #959db1;
  --circle-container-offset: calc(
    (var(--circle-container-diameter) - var(--container-height)) / 2 * -1
  );
  --stars-color: #fff;
  --clouds-color: #f3fdff;
  --back-clouds-color: #aacadf;
  --transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: 0.3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch,
.theme-switch *,
.theme-switch *::before,
.theme-switch *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}

.theme-switch__container {
  width: var(--container-width);
  height: var(--container-height);
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25),
    0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25),
    0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset,
    0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset,
    0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius);
}

.theme-switch__checkbox {
  display: none;
}

.theme-switch__circle-container {
  transition: transform 0.4s ease-in-out;
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1),
    inset 0 0 0 3.375em rgba(255, 255, 255, 0.1),
    0 0 0 0.625em rgba(255, 255, 255, 0.1),
    0 0 0 1.25em rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1),
    inset 0 0 0 3.375em rgba(255, 255, 255, 0.1),
    0 0 0 0.625em rgba(255, 255, 255, 0.1),
    0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  pointer-events: none;
}

.theme-switch__sun-moon-container {
  transition: all 0.4s ease-in-out;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61)
      inset,
    0em -0.062em 0.062em 0em #a1872a inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset,
    0em -0.062em 0.062em 0em #a1872a inset;
  -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25))
    drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25))
    drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__moon,
.theme-switch__spot {
  transition: all 0.3s ease;
}

.theme-switch__moon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61)
      inset,
    0em -0.062em 0.062em 0em #969696 inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset,
    0em -0.062em 0.062em 0em #969696 inset;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}

.theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  -webkit-box-shadow: 0.937em 0.312em var(--clouds-color),
    -0.312em -0.312em var(--back-clouds-color),
    1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color),
    2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color),
    2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color),
    3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color),
    4.5em -0.312em var(--clouds-color),
    3.375em -0.437em var(--back-clouds-color),
    4.625em -1.75em 0 0.437em var(--clouds-color),
    4em -0.625em var(--back-clouds-color),
    4.125em -2.125em 0 0.437em var(--back-clouds-color);
  box-shadow: 0.937em 0.312em var(--clouds-color),
    -0.312em -0.312em var(--back-clouds-color),
    1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color),
    2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color),
    2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color),
    3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color),
    4.5em -0.312em var(--clouds-color),
    3.375em -0.437em var(--back-clouds-color),
    4.625em -1.75em 0 0.437em var(--clouds-color),
    4em -0.625em var(--back-clouds-color),
    4.125em -2.125em 0 0.437em var(--back-clouds-color);
  -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

/* actions */

.theme-switch__checkbox:checked + .theme-switch__container {
  background-color: var(--container-night-bg);
}

.theme-switch__checkbox:checked
  + .theme-switch__container
  .theme-switch__circle-container {
  left: calc(
    100% - var(--circle-container-offset) - var(--circle-container-diameter)
  );
}

.theme-switch__checkbox:checked
  + .theme-switch__container
  .theme-switch__circle-container:hover {
  left: calc(
    100% - var(--circle-container-offset) - var(--circle-container-diameter) -
      0.187em
  );
}

.theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.theme-switch__checkbox:checked
  + .theme-switch__container
  .theme-switch__clouds {
  bottom: -4.062em;
}

.theme-switch__checkbox:checked
  + .theme-switch__container
  .theme-switch__stars-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.allplan-card {
  background-color: var(--card-bg-color) !important;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.allplan-card:hover {
  transform: translateY(-5px);
}

.plan-title {
  font-size: 19px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}



.per-month {
  font-size: 14px;
  color: #777;
}

.features {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  font-size: 14px;

}

.features li {
  margin-bottom: 8px;
  position: relative;
  border-bottom:  1px solid #dee2e6;
  /* padding-left: 20px; */
    padding-bottom: 10px;
} 

.plan-btn {
  background-color: #0066ff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.plan-btn:hover {
  background-color: #004ec2;
}

.buy-again {
  background-color: #28a745;
  transition: background-color 0.2s ease;
}

.buy-again:hover {
  background-color: #218838;
}

.show-more {
  cursor: pointer;
  margin-left: 6px;
  color: #007bff;
}

/* Default - Light Theme */
.dynamic-button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: #2a2a2a;
  /* dark background */
  color: #fff;
  /* white text */
  border: 3px solid #2a2a2a;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

/* Shared styles */
.dynamic-button-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.dynamic-button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.dynamic-button:hover .icon {
  transform: translate(4px);
}

.dynamic-button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.dynamic-button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.jelly-triangle {
  --uib-size: 2.8rem;
  --uib-speed: 1.75s;
  --uib-color: #183153;
  position: relative;
  height: var(--uib-size);
  width: var(--uib-size);
  filter: url("#uib-jelly-triangle-ooze");
}

.jelly-triangle__dot,
.jelly-triangle::before,
.jelly-triangle::after {
  content: "";
  position: absolute;
  width: 33%;
  height: 33%;
  background: var(--uib-color);
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.jelly-triangle__dot {
  top: 6%;
  left: 30%;
  animation: grow7132 var(--uib-speed) ease infinite;
}

.jelly-triangle::before {
  bottom: 6%;
  right: 0;
  animation: grow7132 var(--uib-speed) ease calc(var(--uib-speed) * -0.666)
    infinite;
}

.jelly-triangle::after {
  bottom: 6%;
  left: 0;
  animation: grow7132 var(--uib-speed) ease calc(var(--uib-speed) * -0.333)
    infinite;
}

.jelly-maker {
  width: 0;
  height: 0;
  position: absolute;
}

@keyframes triangulate6214 {
  0%,
  100% {
    transform: none;
  }

  33.333% {
    transform: translate(120%, 175%);
  }

  66.666% {
    transform: translate(-95%, 175%);
  }
}

@keyframes grow7132 {
  0%,
  100% {
    transform: scale(1.5);
  }

  20%,
  70% {
    transform: none;
  }
}

.themed-card {
  /* background: var(--button-color); */
  color: var(--font-color);
  box-shadow: var(--navbar-shadow);
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
}

.admin-pnl-data {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
  color: white !important;
}

.card-border {
  border: 1px solid #b2b1fc !important;
}

.modern-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.modern-card-header {
  padding-top: 20px;
  font-size: 2rem;
  /* padding: 1rem 1.25rem; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  margin-bottom: -2rem;
}

.modern-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f0f0f0;
}

.modern-card-body {
  padding: 1rem 1.25rem;
}

.modern-label {
  color: #cccccc;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}

.modern-input {
  background-color: #1f1f1f;
  border: 1px solid #333;
  color: #fff;
  border-radius: 8px;
}

.modern-input::placeholder {
  color: #888;
}

.modern-btn {
  background-color: #1ccc8a !important;
  color: #fff !important;
  border: none;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.modern-btn:hover {
  background-color: #19b37a;
}

.card-text-Color {
  color: var(--font-color) !important;
}

.card-bg-color {
  background-color: var(--card-bg-color) !important;
  padding: 10px 15px;
  margin: 0px auto;
  width: 100%;
  justify-content: center;
  border: 1px solid var(--bs-border-color,#e7e7e7) !important;
  border-radius: 8px;
  /* width: 85%; */
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--pill-btn-text-color) !important;
  background: var(--button-color) !important;
}

.btn-text-color {
  color: var(--bg-color) !important;
}

.stgTag .select__control .css-1bvv3vm-control {
  background-color: var(--bg-color) !important;
}

.btn-width {
  width: 29rem !important;
}

.commonIndexClass {
  background-color: var(--card-bg-color) !important;
  color: var(--font-color) !important;
}

.live-price-item {
  width: fit-content; /* ya fixed width like 120px */
  /* margin-right: 8px; */
  padding: 4px 8px;
}

.live-price-box {
  display: flex;
  align-items: center;
  font-size: 0.75rem; /* chhoti font size */
}

.label {
  font-size: 0.75rem;
}

.liveprice-text-color {
  font-size: 0.75rem;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* separator ko / se change kar sakte ho */
  color: #6c757d;
}
li.breadcrumb-item.active {
    font-size: 30px;
    font-weight: 700;
    color: var(--heading-color);
}
.react-select__control {
  min-height: 42px !important;
  border-color: transparent !important;
}
[data-theme="Blackout"] ul.nav.nav-tabs.justify-content-center,
[data-theme="Blackout"] .nav-tabs.nav-fill,
[data-theme="Blackout"] .nav.nav-pills {
  background: #292929 !important;
}
[data-theme="Blackout"] .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #fff !important;
  color: #000 !important;
}
[data-theme="Blackout"] .nav-pills .nav-link {
  background: #252525 !important;
  color: #fff !important ;
}

[data-theme="Blackout"]
  ul.nav.nav-tabs.justify-content-center.border-bottom.rounded-0
  .nav-link.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgb(26 26 26) !important;
}
[data-theme="Light"]
  ul.nav.nav-tabs.justify-content-center.border-bottom.rounded-0
  .nav-link.active,
[data-theme="Light"] .MuiTab-root.Mui-selected {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgb(231 239 253) !important;
  border-bottom: 1px solid green;
}
[data-theme="Blackout"] li.breadcrumb-item.active {
  color: #fff !important;
}

[data-theme="Light"].MuiButtonBase-root.MuiTab-root,
[data-theme="Blackout"].MuiButtonBase-root.MuiTab-root {
  font-size: 16px;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 500;
}

/* Container with dark background */
.allplan-container {
  padding: 2rem;
  background-color: var(--bg-color);
  min-height: 100vh;
  color: #fff;
}

/* Page title styling */
.allplan-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

/* Card styling */

.allplan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Card title - plan name appears in blue */
.allplan-card-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #007bff;
  /* Blue for plan name */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Card subtitle */
.allplan-card-subtitle {
  font-size: 1.2rem;
  color: #bbb;
  margin-bottom: 1rem;
}

/* Button styling */
.allplan-button {
  padding: 12px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.allplan-button:hover {
  background-color: #0056b3;
}

/* Adjust tab-content margin if necessary */
.allplan-tab-content {
  margin-top: -5rem;
}

.purchased-badge {
  color: #28a745;
  margin-left: 10px;
}

.plan-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

.allplan-button.purchased {
  background-color: #6c757d;
  cursor: not-allowed;
}

.plan-details {
  text-align: left;
  margin: 15px 0;
}

.plan-details p {
  margin: 8px 0;
  font-size: 0.9rem;
}

/* Existing AllPlan CSS remains... */

/* New rule for Buy Again button */
.allplan-button.buy-again {
  background-color: #28a745;
  /* Green color */
  cursor: pointer;
}

/* Optionally, update hover for buy-again */
.allplan-button.buy-again:hover {
  background-color: #218838;
}

.wrapper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

/* SOP Plan Card Styles */
.card-sop-select {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s, border 0.2s, color 0.2s;
}
.card-sop-select:hover {
  background: #e6f9ec;
  border-color: #43a047;
}
.card-sop-select.selected-card {
  background: #43a047;
  border: 2px solid #388e3c;
  color: #fff;
}
.card-sop-select.selected-card .card-text-Color {
  color: #fff !important;
}
.card-sop-select.selected-card:hover {
  background: #66bb6a;
  border-color: #388e3c;
}
/* Container with dark background */
.myplan-container {
  background-color: #121212;
  min-height: 100vh;
  padding: 2rem;
  color: #ffffff;
}


/* Modern card style for each plan */
.myplan-plancard {
  background-color: #1e1e1e;
  border-radius: 15px;
  width: 320px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #4caf50;
  /* Very thin green border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.myplan-plancard:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Card title with space between text and icon */
.myplan-card-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Subtitle for additional info */
.myplan-card-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #b0b0b0;
}

/* Details text for plan features */
.myplan-card-detail {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
}

/* Styled button placed at the bottom of the card */
.myplan-purchased-button {
  background-color: #4caf50;
  border: none;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border-radius: 10px;
  font-size: 1rem;
  cursor: not-allowed;
  transition: background-color 0.3s;
  width: 100%;
  margin-top: auto;
  /* push the button to the bottom */
  display: flex;
  align-items: center;
  justify-content: center;
}

.myplan-purchased-button:hover {
  background-color: #45a049;
}

.myplan-purchased-button svg {
  margin-left: 0.5rem;
}

.MuiTabs-root {
  justify-content: center;
}

.myplan-container.card-bg-color .MuiBox-root {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.myplan-tab {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* Style for the TabList */
.MuiTab-root {
  font-weight: bold; /* Bold text */
  color: black; /* Black text */
  background-color: transparent; /* Transparent background */
  text-transform: none; /* Keep text case as is */
  padding: 0.75rem 1.5rem; /* Add padding for better spacing */
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.MuiTabs-indicator {
  display: none; /* Hide default indicator */
}

.myplan-container.card-bg-color .MuiButtonBase-root {
  background-color: transparent !important;
}
[data-theme="Blackout"] .plan-modal {
  background: #1a1a1a;
  border: 1px dashed #4c4c4c;
  border-radius: 7px;
}
[data-theme="Blackout"] .MuiOutlinedInput-root.MuiInputBase-colorPrimary {
  background: #1a1a1a;
  border: none !important;
  color: #fff !important;
}
button.MuiButtonBase-root.MuiButton-root.MuiButton-outlined {
  text-transform: capitalize !important;
}

[data-theme="Blackout"] .plan-modal .MuiOutlinedInput-notchedOutline {
  border-color: #fff !important;
}
[data-theme="Blackout"] .plan-modal .MuiFormLabel-root {
  color: rgb(255 255 255) !important;
}
[data-theme="Blackout"] .plan-tab .MuiTab-root {
  background: #292929 !important;
}
[data-theme="Blackout"] .plan-tab .MuiTabs-root {
  width: 100% !important;
  background: #292929 !important;
  border-bottom: 1px solid #fff;
}
[data-theme="Blackout"] .MuiTab-root.Mui-selected {
  background: #1a1a1a !important;
  color: #fff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.paper-trade {
  background: #2a2a2a;
  /* border: 1px solid #4caf50; */
  border-radius: 7px;
}
.live-trade {
  background: #2a2a2a;
  /* border: 1px solid #4caf50; */
  border-radius: 7px;
}
[data-theme="Blackout"] .paper-trade,
[data-theme="Blackout"] .live-trade {
  color: #fff;
}
[data-theme="Light"] .paper-live-trading-btn {
  border: 1px solid #2a2a2a !important;
}
[data-theme="Blackout"] .paper-live-trading-btn {
  border: 1px solid #fff !important;
}
@media screen and (max-width: 1024px) {
 
 
  .sidebar-open .iq-sidebar {
    display: block !important;
    transition: all 0.8s linear;
  }
 
 
  .iq-sidebar-menu .iq-menu li a i {
    font-size: 18px !important;
    width: 17px;
    line-height: 13px;
  }
  .iq-sidebar-menu .iq-menu {
    margin: 0 5px;
  }

 
}



[data-theme="Blackout"] .breadcrumb {
  border: 1px dashed #ddd !important;
}


.sidebar-left .iq-sidebar-menu .iq-menu li {
  margin: 0px 0;
}

 

.broker-card-design {
  /* width: 220px; */
  height: 260px;
  background: var(--bg-color);
  border: 1px solid var(--card-border-color); /* dynamic border */
  border-top-right-radius: 10px;
  border-radius: 10%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  /* margin: 10px;  */
}


.broker-card-design:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.broker-card-design:hover .overlay {
  transform: scale(4) translateZ(0);
}

.broker-card-design:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.broker-card-design:hover .circle:after {
  background: var(--bg-color-light);
}

.broker-card-design:hover p {
  color: var(--text-color-hover);
}

.broker-card-design p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circle img {
  z-index: 1;
}

.circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.circle svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;

  background: var(--overlay-color); 
  top: 10px;
  left: 52px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}
.sign-in-page,
.sign-in-detail {
  height: 100%;
}





body.sidebar-main-menu .iq-sidebar .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main-menu .iq-sidebar-logo a span,
body.sidebar-main-menu .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 0;
  display: none;
  transition: all 0.45s ease 0s;
}





body.sidebar-main-menu .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main-menu .iq-sidebar:hover .iq-sidebar-logo a span,
body.sidebar-main-menu .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 1;
  display: inline-block;
  transition: all 0.45s ease 0s;
}

body.sidebar-main-menu .iq-sidebar .iq-sidebar-menu .iq-menu li ul {
  display: none;
}

body.sidebar-main-menu
  .iq-sidebar.sidebar-hover
  .iq-sidebar-menu
  .iq-menu
  li
  ul {
  display: none;
}

body.sidebar-main-menu .iq-sidebar .iq-submenu li a {
  font-size: 0;
  padding: 12px 15px;
}

body.sidebar-main-menu .iq-sidebar:hover .iq-submenu li a {
  font-size: 14px;
}

body.sidebar-main-menu.sidebar-main .iq-sidebar .iq-submenu li a {
  font-size: 14px;
}



body.sidebar-main-menu.sidebar-main
  .iq-sidebar
  .iq-sidebar-menu
  .iq-menu
  li
  a
  span,
body.sidebar-main-menu.sidebar-main .iq-sidebar-logo a span,
body.sidebar-main-menu.sidebar-main .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 1;
  display: inline-block;
}

body.sidebar-main-menu.sidebar-main .content-page {
  margin-left: 250px;
  /* margin-right: 100px; */
  padding: 100px 20px;
}



@media (max-width: 991px) {
  .navbar-nav .nav-item button.btn1 {
    margin-top: 23px;
  }
.iq-sidebar {
        display: none !important;
    }
  .iq-top-navbar
  {
    width: 100% !important;
  }
  body.sidebar-main-menu.sidebar-main .content-page
  {
    margin-left: 0px !important;
    
  }

  body.sidebar-main-menu.sidebar-main .iq-top-navbar {
    width: calc(100% - 0px) !important;
  }
}

@media (min-width: 992px) {
  .menusidebar {
    display: none;
  }
}
@media (max-width: 991px) {
 

  .menusidebar {
    border: none;
    background: none;
    font-size: 2rem;
  }

  .wrapper-menu {
    margin-top: 10px;
  }

  body.sidebar-main-menu .iq-top-navbar {
    width: calc(100% - 80px);
  }

body.sidebar-main-menu .content-page {
    margin-left: 0 !important;
    border-radius: 0;
    width: 100%;
}
 

  body.sidebar-main-menu.sidebar-main .iq-top-navbar {
    width: calc(100% - 80px);
  }
}

@media (max-width: 576px) {
  body.sidebar-main-menu .iq-top-navbar {
    width: 90%;
  }

  body.sidebar-main-menu .content-page {
    margin-left: 0;
  }


  body.sidebar-main-menu .iq-sidebar:hover + div.content-page .iq-top-navbar {
    width: 100%;
  }

  body.sidebar-main-menu.sidebar-main .iq-top-navbar {
    width: 100%;
  }
}

@media (max-width: 400px) {
  body.sidebar-main-menu .iq-top-navbar {
    width: 85%;
  }

  body.sidebar-main-menu .content-page {
    margin-left: 0;
  }


 

  body.sidebar-main-menu .iq-sidebar:hover + div.content-page {
    margin-left: 0;
  }

  body.sidebar-main-menu .iq-sidebar:hover + div.content-page .iq-top-navbar {
    width: 100%;
  }

  body.sidebar-main-menu.sidebar-main .content-page {
    margin-left: 0;
  }

  body.sidebar-main-menu.sidebar-main .iq-top-navbar {
    width: 100%;
  }
}
@media (max-width: 320px) {
  body.sidebar-main-menu .iq-top-navbar {
    width: 100%;
  }

  body.sidebar-main-menu .content-page {
    margin-left: 0;
  }

  

  body.sidebar-main-menu .iq-sidebar:hover + div.content-page {
    margin-left: 0;
  }

  body.sidebar-main-menu .iq-sidebar:hover + div.content-page .iq-top-navbar {
    width: 100%;
  }

  body.sidebar-main-menu.sidebar-main .content-page {
    margin-left: 0;
  }

  body.sidebar-main-menu.sidebar-main .iq-top-navbar {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .iq-top-navbar .iq-sub-dropdown {
    left: 9%;
  }
}
/*----------------------------------------------
Input
------------------------------------------------*/
label {
  color: var(--text-color);
}
/* 
.text-white-important {
  color: white !important;
} */

.form-control {
  height: 45px;
  background: transparent;
  border: 1px solid #d7dbda;
  font-size: 14px;
  color: #a09e9e;
  border-radius: 10px;
}

.form-control:focus {
  color: #fff;
  border-color: #089bab;
  background-color: black;
  box-shadow: none;
}



.form-select[multiple] {
  height: auto;
}

.form-control {
  height: 35px;
  /* background-color: black !important; */
  border: 1px solid #d7dbda;
  font-size: 14px;
  color: #a09e9e;
  border-radius: 10px;
}

.form-control:focus {
  color: #fff;
  border-color: #089bab;
  background-color: black;
  box-shadow: none;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:focus {
  background-color: black !important;
  color: white !important;
  -webkit-text-fill-color: var(--text-color) !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*----------------------------------------------
loading
------------------------------------------------*/
#loading {
  background: #fff url(../images/loader.gif) no-repeat scroll center center;
  height: 100%;
  width: 100%;
  background-size: 10%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

/*----------------------------------------------
Card
------------------------------------------------*/
.iq-card {
  background: var(--bg-color);

  margin-bottom: 30px;
  border: none;
}

.iq-card .iq-card {
  box-shadow: none;
}

.iq-card .iq-card .iq-card-header {
  border: none;
}

.iq-card-body {
  padding: 20px;
}

/*--------------*/
.nav-pills .nav-item a {
  color: #393c52;
}


/*--------------*/


.nav-tabs .nav-item {
  /* margin-bottom: -2px; */
  color: var(--text-color) !important;
}

.page-item.disabled .page-link {
  border-color: #089bab;
}

.page-link {
  color: #089bab;
  border-color: #089bab;
}

.page-item.active .page-link {
  background-color: #089bab;
  border-color: #089bab;
}

.page-link:hover {
  color: #089bab;
  border-color: #089bab;
}

/*----------------------------------------------
Buttons
------------------------------------------------*/
.btn {
  font-size: 14px;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn i {
  margin-right: 5px;
}

.iq-sign-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  border-radius: 25px;
}

.iq-sign-btn:hover {
  color: #ffffff !important;
  background: #f14336 !important;
}

.alert .close {
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  outline: none;
}

.list-group-item.active {
  background-color: #089bab;
  border-color: #089bab;
}

.MuiPickersLayout-root .css-1st8yxe-MuiPickersLayout-root {
  background-color: black !important;
}

.form-select,
.form-control,
.MuiInputBase-root {
  border: 0.5px solid white;
}

.form-label {
  color: var(--text-color) !important;
}

.modal-header {
  background-color: var(--bg-color) !important;
}

.css-1dimb5e-singleValue {
  color: var(--text-color) !important;
}

.css-t3ipsp-control {
  background-color: var(--bg-color) !important;
}
.card.form-card
{
  border: 0 !important;
}



.form-group-add-coupon {
  display: flex;
  flex-direction: column;
}







.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}

.submit-button {
  padding: 12px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  align-self: center;
  width: 150px;
}

.submit-button:hover {
  background-color: #0056b3;
}

.add-coupon-wrapper {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.add-coupon-title {
  text-align: center;
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 20px;
}

.add-coupon-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.add-coupon-row {
  display: flex;
  gap: 20px;
}

.add-coupon-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Ensure fields in the same row are evenly spaced */
.add-coupon-field:last-child {
  flex: 1;
}

.add-coupon-label {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 5px;
}

.add-coupon-input,
.add-coupon-select {
  font-size: 1rem;
  border-radius: 4px;
  outline: none;
  border: 0.5px solid #cccccc;
}

.add-coupon-input:focus,
.add-coupon-select:focus {
  border-color: #007bff;
  outline: none;
}

.add-coupon-error {
  font-size: 0.9rem;
  color: #d9534f;
  margin-top: 5px;
}

.add-coupon-button-container {
  display: flex;
  justify-content: start;
  margin-top: 20px;
}

.add-coupon-button {
  padding: 10px 20px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-coupon-button:hover {
  background-color: #0056b3;
}


.same-height-field .add-coupon-input,
.same-height-field .add-coupon-select {
  min-height: 40px;
  height: 40px;
}
.nav-tabs {
    background: var(--nav-tabs-bg) !important;
}
.btn-icon {
  background-color:var(--button-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}

.btn-icon:hover {
  background-color:var(--button-color);
  transform: scale(1.05);
}
.strategy-card-modern {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.strategy-card-modern:hover {
  background: var(--bs-card-bg);
  transform: translateY(-6px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.strategy-card-img {
  /* background: linear-gradient(135deg, #f8f9fa, #e3e6ea); */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.strategy-card-img img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
  border-radius: 8px;
}

.strategy-card-content {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.description-scrollable {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #555;
  max-height: 90px;
  overflow-y: auto;
  margin-top: 6px;
}

.badge {
  font-size: 0.85rem;
  padding: 0.35em 0.65em;
}

@media (max-width: 768px) {
  .iq-card-body {
    padding: 0px;
}
.nav-tabs, .nav-pills {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    overflow-y: hidden;
}
.nav-tabs .nav-item a
{
font-size: 14px;
}
 .nav-tabs .nav-link.active
 {
  margin-top: 0px !important;
 }
  .strategy-card-modern {
    flex-direction: column;
  }
  .strategy-card-img {
    width: 100%;
  }
}
.plan-card {

  background: #fff;
  transition: all 0.3s ease;
}
.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.price-box {
  color: #198754;
}
.features li strong {
  color: #495057;
}
.show-more {
  font-size: 14px;
  color: #0d6efd;
  cursor: pointer;
}

button.nav-link , a.nav-link {
    font-weight: 600;
}
/* Horizontal Theme */

.horizontal-layout .iq-sidebar {
    width: 100%;
    height: auto;

    top: 75px;
}
.horizontal-layout .iq-sidebar-menu
{
  padding-top: 10px;
}
.horizontal-layout .iq-top-navbar {
    width: 100%;
 
}
.horizontal-layout .iq-sidebar-menu .iq-menu
{
  display: flex ;
}
.horizontal-layout .iq-sidebar .iq-sidebar-menu .iq-menu li {
    display: inline-block;
    margin: 0 10px;
}

.horizontal-layout .content-page {
    margin-left: 0 !important;
    padding-top: 150px  !important;
}
.horizontal-layout .iq-sidebar  .iq-sidebar-logo ,.horizontal-layout .iq-sidebar  hr
{
display: none;
}

.iq-top-navbar .iq-sidebar-logo
{
  display: none;
}
.horizontal-layout .iq-top-navbar .iq-sidebar-logo
{
  display: block !important;
}



/* Compact Theme */

.compact-layout .iq-sidebar {
    width: 80px;
}

.compact-layout .iq-sidebar .iq-sidebar-logo a span,
.compact-layout .iq-sidebar .iq-sidebar-menu .iq-menu li a span {
    display: none;
}

.compact-layout .iq-sidebar .iq-sidebar-menu .iq-menu li a i {
    margin-right: 0;
}

.compact-layout .content-page {
    margin-left: 80px !important;
}
.compact-layout .iq-sidebar .iq-sidebar-menu .iq-menu li a span{
 display: none !important;
}
.compact-layout .iq-sidebar .iq-sidebar-menu .iq-menu li a {
    justify-content: center;

}
.compact-layout .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a {
    justify-content: start;

}
.compact-layout .iq-sidebar .iq-sidebar-menu .iq-menu li.active > a {
    background: var(--sidebar-active-bg);
    color: var(--hover-text-color);
}

.compact-layout .iq-sidebar:hover {
    width: 250px;
}
.compact-layout .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span{
 display: block !important;
}
.compact-layout .iq-sidebar:hover .iq-sidebar-logo a span,
.compact-layout .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span {
    display: inline-block;
}

.compact-layout .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a i {
    margin-right: 15px;
}

.compact-layout .iq-top-navbar {
    width: calc(100% - 80px);
}

.compact-layout .iq-sidebar:hover + .content-page .iq-top-navbar {
    width: calc(100% - 250px);
}

@media (max-width: 991px) {
    .compact-layout .iq-sidebar {
        width: 0;
    }
    .compact-layout .content-page {
        margin-left: 0;
    }
    .compact-layout .iq-top-navbar {
        width: 100%;
    }
    .compact-layout .iq-sidebar:hover {
        width: 250px;
    }
    .compact-layout .iq-sidebar:hover + .content-page .iq-top-navbar {
        width: calc(100% - 250px);
    }
}


.hover-shadow {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-shadow:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
body .bg-primary
{
  background: var(--bg-primary) !important;
  background-color: var(--bg-primary) !important;
  
}


/* .content-body {
    position: relative;
    z-index: 9;
} */

.ScalpingForm .dark-card {
    background: #ffffff;
    /* border: 1px dashed var(--text-color) !important; */
    border-radius: 23px;
    background-color: var(--card-bg-color) !important;
    margin: 0px auto;
    width: 100%;
    /* justify-content: center; */
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px;
}


/* =========================================================================
   1. CSS VARIABLES FOR THEME SWITCHING
   ========================================================================= */

[data-theme="dark"] {
    /* DEFAULT (DARK) THEME VARIABLES */
    --smrt-dark: #120e14; 
    --smrt-darker: #1e1b23; 
    --smrt-light-gray: #d4d4d4; 
    --smrt-purple: #5d3f6d; 
     --smrt-neon: linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%); 
    --smrt-text-color: #ffffff;
    --smrt-hover-color: #1ccc8a;
    --smrt-border-color: rgba(255, 255, 255, 0.05);
    --smrt-card-shadow: 0 0 15px rgba(0, 0, 0, 0.7), inset 0 0 5px rgba(255, 255, 255, 0.05);
    --smrt-chart-glow: 0 0 30px rgba(93, 63, 109, 0.6);
    --smrt-navbar-bg: rgba(12, 10, 15, 0.95);
    --active-overlay-color:  #120e14;
    --active-opacity: 0.5;
   
    --gradient-color-start: #1abc9c;
    --gradient-color-end: #2ecc71;
    /* Utility RGB for transparent shadows/bars */
    --smrt-neon-rgb: 28, 204, 138;
    --smrt-text-rgb: 240, 240, 240; /* Close to f0f0f0 */
    --smrt-bar-color: rgba(var(--smrt-text-rgb), 0.4);
    --smrt-input-placeholder-color: #a0a0a0;
}

[data-theme="Light"] {
    --smrt-dark: #f0f0f5; 
    --smrt-darker: #ffffff; 
    --smrt-light-gray: #4a4a4a; 
   
    --smrt-neon: linear-gradient(90deg, #1abc9c 0%, #2ecc71 100%); 
    --smrt-text-color: #120e14;
    --smrt-hover-color: #1ccc8a;
    --smrt-border-color: rgba(0, 0, 0, 0.1);
    --smrt-card-shadow: 0 5px 20px rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
    --smrt-chart-glow: 0 0 15px rgba(0, 128, 128, 0.3); 
    --smrt-navbar-bg: rgba(255, 255, 255, 0.95);
    --active-overlay-color: #ffffff;
    --active-opacity: var(--smrt-overlay-opacity);
    --smrt-overlay-opacity: 0.7; 
 --gradient-color-start: #1abc9c;
    --gradient-color-end: #2ecc71;

    /* Utility RGB for transparent shadows/bars */
    --smrt-neon-rgb: 0, 128, 128;
    --smrt-text-rgb: 18, 14, 20; /* Close to #120e14 */
    --smrt-bar-color: rgba(var(--smrt-text-rgb), 0.1);
    --smrt-input-placeholder-color: #888888;
}




/* =========================================================================
   2. GLOBAL STYLES (Using Variables)
   ========================================================================= */

.home-container {
    background-color: var(--smrt-dark); /* Apply background variable */
}

.home-container section {
    padding: 5rem 0;
}

/* Base text color update */
.home-container p, .home-container h1, .home-container h2, .home-container h3, .home-container h4, .home-container h5, .home-container h6 {
    color: var(--smrt-text-color) !important;
}

.text-purple {
    color: var(--smrt-neon) !important; /* Changed 'text-purple' to neon highlight color */
}

/* --- Navbar Customization --- */
.navbar-custom {
    background-color: var(--smrt-navbar-bg);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid var(--smrt-border-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Fixed shadow value */
}
.home-container .navbar-nav .nav-link {
    color: var(--smrt-light-gray) !important;
}
.home-container .navbar-nav .nav-link:hover {
    color: var(--smrt-hover-color) !important;
}


/* --- Header/Hero Title --- */
.header-title {
    font-size: 4rem;
    font-weight: 900;
    color: var(--smrt-text-color) !important;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.4),
        0 0 20px var(--smrt-neon); /* Neon glow on the title */
}
@media (max-width: 992px) {
    .header-title { font-size: 3.5rem; }
}


/* --- Button Styles (Neon with Glow) --- */
.btn-neon {
    background: var(--smrt-purple);
    border-color: var(--smrt-purple) !important;
    color: var(--smrt-text-color) !important;
    font-weight: bold !important;
    padding: 0.75rem 2rem !important;
    border-radius: 0.5rem !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.btn-neon:hover {
    background: linear-gradient(90deg, var(--gradient-color-start) 0%, var(--gradient-color-end) 100%);
    border-color: var(--gradient-color-start);
    box-shadow: 0 0 20px var(--smrt-neon); 
    color: var(--smrt-text-color);
    transform: translateY(-2px);
}


/* --- Hero Button Primary (CTA) --- */
.hero-btn-primary {
    background: var(--smrt-neon) !important; /* Using Neon for high visibility CTA */
    border: none;
    color: var(--smrt-dark) !important; /* Dark text on neon background */
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    border-radius: 0.5rem !important;
    font-size: 1.25rem !important;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    /* Use Neon for the button glow */
    box-shadow: 0 5px 20px rgba(28, 204, 138, 0.4); 
}
.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(28, 204, 138, 0.7);
    filter: brightness(1.1);
}

/* Hero Section Secondary CTA Button */
.hero-btn-secondary {
    background: transparent;
    border: none;
    color: var(--smrt-light-gray);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}
.hero-btn-secondary:hover {
    color: var(--smrt-neon);
    text-decoration: underline;
}

/* --- Hero Banner (Sale Banner) Styling --- */
.sale-banner {
    color: var(--smrt-text-color);
    font-weight: bold;
    position: relative;
    overflow: hidden;
    padding: 8rem 0; 
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* --- Overlay Layer: ::before --- */
.sale-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    background-color: var(--active-overlay-color); 
    opacity: var(--active-opacity); 
    
    z-index: 0; 
}
/* --- Card and Box Shadow Styling (Frosted/Lifted Effect) --- */
.smrt-card {
    background-color: var(--smrt-darker);
    border: 1px solid var(--smrt-border-color);
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
    color: var(--smrt-light-gray);
    box-shadow: var(--smrt-card-shadow);
    transition: all 0.3s ease;
}
.smrt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7), 0 0 15px var(--smrt-neon);
}
.smrt-card.border-5 {
    border-color: var(--smrt-neon) !important;
}
.smrt-card .badge {
    background-color: var(--smrt-neon);
    color: var(--smrt-dark); /* Dark text on neon */
}

/* --- Chart Placeholder Shadow --- */
.chart-placeholder {
    background-color: #0d0b0f; /* Fixed dark for chart area */
    border: 1px solid var(--smrt-neon);
    border-radius: 0.5rem;
    min-height: 400px;
    box-shadow: var(--smrt-chart-glow);
}

/* --- FAQ Accordion Customization --- */
.accordion-item {
    background-color: var(--smrt-darker) !important;
    border-color: var(--smrt-border-color);
    margin-bottom: 1rem;
    border-radius: 0.5rem !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.accordion-button {
    background-color: var(--smrt-darker) !important;
    color: var(--smrt-text-color) !important;
    font-weight: bold;
    border-radius: 0.5rem !important;
}
.accordion-button:not(.collapsed) {
    color: var(--smrt-neon) !important;
    box-shadow: none;
}
.accordion-body {
    border-top: 1px solid var(--smrt-border-color);
    color: var(--smrt-light-gray);
}

/* --- Footer Styling --- */
.smrt-footer a {
    color: var(--smrt-light-gray);
    text-decoration: none;
}
.smrt-footer a:hover {
    color: var(--smrt-neon);
}

/* --- Utility for Navbar Anchor Links --- */
#pricing, #features, #why-choose {
    scroll-margin-top: 80px; /* navbar height */
}

.modern-table .modern-table-header th, .modern-table td, .modern-table td span {
   
  color: var(--font-color) !important;
}.chart-container {
  position: relative;
  width: 100%;
  height: 400px; /* or whatever fits best */
}
canvas {
  width: 100% !important;
  height: auto !important;
}
.paper-live-trading-btn {
  background: #1e1e2f;
  border-radius: 30px;
  padding: 3px;
  display: flex;
  gap: 4px;
  box-shadow: inset 0 0 6px rgba(255,255,255,0.1);
}

.paper-trade,
.live-trade {
  flex: 1;
  border: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.paper-trade.active {
  color: #fff;
  background: linear-gradient(90deg, #4caf50, #81c784);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
}

.live-trade.active {
  color: #fff;
  background: linear-gradient(90deg, #7367f0, #9e95f5);
  box-shadow: 0 2px 8px rgba(115, 103, 240, 0.4);
}

.paper-trade:hover,
.live-trade:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255,255,255,0.2);
}
.nav-pills .nav-link
{
border: 1px solid var(--nav-pills-nav-link-color, #3b3b3b) !important;
  color: var(--font-color) !important;
}
.dashboard-card
{
  background: var(--card-bg-color);

}
.MuiTable-root,
.MuiTableCell-root {
  font-family: 'Inter', Arial, sans-serif !important;
}
/* =========================================================================
   1. GLOBAL STYLES & IMMERSIVE BACKGROUND
   ========================================================================= */

.premium-auth-page {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
    position: relative;
    background-color: var(--smrt-dark); /* Changed to variable */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--smrt-text-color); /* Changed to variable */
    box-sizing: border-box;
}

.premium-auth-container {
    z-index: 15; 
    width: 100%;
    max-width: 520px; 
    padding: 20px;
    box-sizing: border-box;
}

.premium-logo-header {
    text-align: center;
    margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
    2. ANIMATED GRAPH BACKGROUND (The dynamic element)
    -------------------------------------------------------------------------- */

.animated-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    /* Use a subtle radial gradient based on the dark background color */
    background: radial-gradient(circle at center, rgba(var(--smrt-text-rgb), 0.05) 0%, rgba(var(--smrt-text-rgb), 0) 70%);
}

.bg-bar {
    position: absolute;
    bottom: -50px; 
    width: 70px; 
    background-color: var(--smrt-bar-color); /* Changed to variable for theme adaptation */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    opacity: 0.6;
    animation: bar-rise 15s ease-in-out infinite alternate;
    /* Neon glow effect using a transparent neon color */
    box-shadow: 0 -5px 15px rgba(var(--smrt-neon-rgb), 0.05); 
}

/* Positioning and unique animation delays/heights */
.bar-1 { left: 5%; height: 200px; animation-delay: 0s; }
.bar-2 { left: 18%; height: 350px; animation-delay: 2s; width: 60px; } 
.bar-3 { left: 31%; height: 250px; animation-delay: 4s; }
.bar-4 { 
    left: 44%; 
    height: 400px; 
    animation-delay: 6s; 
    width: 80px; 
    background-color: var(--smrt-bar-color); /* Use base bar color */
} 
.bar-5 { left: 57%; height: 300px; animation-delay: 8s; }
.bar-6 { left: 70%; height: 450px; animation-delay: 10s; width: 65px; }
.bar-7 { left: 83%; height: 280px; animation-delay: 12s; }


@keyframes bar-rise {
    0% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(-100px); opacity: 0.7; }
    100% { transform: translateY(0); opacity: 0.4; }
}

/* --------------------------------------------------------------------------
    3. FROSTED GLASS CARD STYLES
    -------------------------------------------------------------------------- */

.premium-form-card {
    /* Background uses darker theme color for card */
    background: var(--smrt-darker); 
    
    backdrop-filter: blur(12px); 
    -webkit-backdrop-filter: blur(12px); 
    
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid var(--smrt-border-color); /* Changed to variable */
    
    /* Box shadow uses the theme shadow variable */
    box-shadow: var(--smrt-card-shadow); 
    
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.premium-form-card:hover {
    transform: translateY(-2px);
    /* Subtle neon shadow on hover */
    box-shadow: 0 12px 40px 0 rgba(var(--smrt-neon-rgb), 0.1); 
}

/* --- Form Elements --- */
.premium-title { 
    font-size: 24px; 
    font-weight: 700; 
    color: var(--smrt-text-color) !important; /* Changed to variable */
    margin-bottom: 5px; 
}

.premium-subtitle { 
    color: var(--smrt-light-gray); /* Changed to variable */
    margin-bottom: 30px; 
    font-size: 15px; 
}

.premium-form { width: 100%; display: flex; flex-direction: column; gap: 20px; }

.premium-input-wrapper {
    position: relative;
    width: 100%;
}

.premium-input {
    width: 100%;
    padding: 15px 40px 15px 15px; 
    border: 1px solid var(--smrt-border-color); /* Changed to variable */
    background-color: var(--smrt-darker); /* Changed to variable (card/input background) */
    color: var(--smrt-text-color); /* Changed to variable */
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}

/* Placeholder color adjustment */
.premium-input::placeholder {
    color: var(--smrt-input-placeholder-color);
}


.premium-input:focus {
    outline: none;
    border-color: var(--smrt-neon); /* Changed to variable */
    /* Focus glow uses transparent neon color */
    box-shadow: 0 0 0 2px rgba(var(--smrt-neon-rgb), 0.3); 
}

.premium-password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--smrt-light-gray); /* Changed to variable */
    transition: color 0.2s;
}

.premium-password-toggle:hover {
    color: var(--smrt-neon); /* Changed to variable */
}

.premium-options-row {
    width: 100%;
    text-align: right;
}

.premium-forgot-link {
    color: var(--smrt-neon); /* Changed to variable */
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.premium-forgot-link:hover {
    color: var(--smrt-hover-color); /* Changed to variable */
    text-decoration: underline;
}

/* --- Button Styles --- */
.premium-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.primary-action-btn {
    background: var(--smrt-neon); /* Changed to variable */
    color: var(--button-text-color); 
}



.premium-switch-text {
    margin-top: 25px;
    color: var(--smrt-light-gray); /* Changed to variable */
    font-size: 14px;
}

.premium-switch-link {
    background: none;
    border: none;
    color: var(--smrt-neon); /* Changed to variable */
    text-decoration: underline;
    cursor: pointer;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
}
.premium-switch-link:hover {
    color: var(--smrt-hover-color); /* Changed to variable */
}

.premium-input-group-half {
    display: flex;
    gap: 10px;
    width: 100%;
}

.premium-input-group-half > * {
    flex: 1; 
}

/* --------------------------------------------------------------------------
    4. RESPONSIVENESS
    -------------------------------------------------------------------------- */

@media (max-width: 500px) {
    .premium-form-card {
        padding: 30px 20px;
    }
    .premium-title {
        font-size: 22px;
    }
    .premium-subtitle {
        font-size: 14px;
    }
    
    /* Optimize animations for mobile performance */
    .bg-bar {
        width: 40px;
        animation: bar-rise-mobile 10s ease-in-out infinite alternate;
    }
    .bar-4, .bar-6 { display: none; } 
    
    @keyframes bar-rise-mobile {
        0% { transform: translateY(0); opacity: 0.3; }
        50% { transform: translateY(-70px); opacity: 0.6; }
        100% { transform: translateY(0); opacity: 0.3; }
    }
}

[data-theme="default"] .home-container h2, .smrt-footer span, .smrt-footer p ,[data-theme="default"] #why-choose p
{
    color: #fff !important;
}

[data-theme="default"] .swal2-title
{
  color:unset !important;
}
.dropdown-multi  .col-lg-6 {
    width: 100%;
}





/* --------------------- */
.allplans-container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* gap: 4px; */
}

.allplan-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.allplan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.price {
  text-align: center;
  margin-bottom: 16px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
}

.features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.plan-btn {
  background: linear-gradient(90deg, #007bff, #0056d2);
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.3s ease;
  width: 100%;
}

.plan-btn:hover {
  background: linear-gradient(90deg, #0056d2, #003c9e);
  transform: scale(1.03);
}

.buy-again {
  background: linear-gradient(90deg, #28a745, #218838) !important;
}

/* Responsive Grid */
@media (max-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 992px) {
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
button.menusidebar .fa-angle-right {
    color: var(--button-text-color);
}
.MuiTableCell-paddingCheckbox {
  position: unset !important;
}
label.card-text-Color {
    font-size: 14px;
}
.basic-multi-select .select__control
{
  background-color: var(--bg-color) !important;
}
/* .content-body
{
      animation: fadeInLeft 0.95s 
ease-in
} */
 @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);
          }
        }
           @keyframes fadeInLeft {
          from {
            opacity: 0;
            transform: translatex(500px);
          }
          to {
            opacity: 1;
            transform: translatex(0);
          }
        }