: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;
  --pill-btn-text-color: #fff;
}


/* Deep-Pulse ---not too good */

[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;
}


[data-theme="Deep-Pulse"] {
  --bg-color: #0f0f1a;
  --text-color: #e0e0ff;
  --navbar-bg: #313169;
  --navbar-shadow: 0px 0px 15px 0px rgba(100, 65, 255, 0.3);
  --thead-bg: #1e1e3f;
  --dark-txt-color: #ffffff;
  --broker_card_bg: #16213e;
  --card-bg-color: #1c2744;

  --font-color: #e0e0ff;
  --button-color: #6c63ff;
  --accent-1: #6c63ff;
  --accent-2: #00d4ff;
  --border-color: rgba(108, 99, 255, 0.3);
  --hover-effect: rgba(108, 99, 255, 0.1);
}


/* 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;
}

/* Dusty-Rose */
[data-theme="Dusty-Rose"] {
  --bg-color: #fff0f5;
  --text-color: #5a3a42;
  --navbar-bg: #ffe6ee;
  --navbar-shadow: 0px 2px 8px rgba(255, 150, 180, 0.1);
  --thead-bg: #ffd6e0;
  --dark-txt-color: #4a2d35;
  --broker_card_bg: #ffe6ee;
  --card-bg-color: #ffe6ee;
  --font-color: #400f1f;
  --button-color: #4a2d35;
  --accent-1: #d4a3b8;
  --accent-2: #a38b96;
}

/* Midnight-Pulse */
[data-theme="Midnight-Pulse"] {
  --bg-color: #050510;
  --text-color: rgba(255, 255, 255, 0.9);
  --navbar-bg: linear-gradient(135deg,
      rgba(70, 85, 220, 0.9) 0%,
      rgba(140, 50, 200, 0.9) 50%,
      rgba(70, 85, 220, 0.9) 100%);
  --navbar-shadow: 0 0 30px rgba(185, 85, 255, 0.3);
  --thead-bg: #0b0b30;
  --card-bg-color: rgba(23, 16, 48, 0.6);
  --font-color: #e8f5f0;
  --button-color: #4453e2;
  --accent-1: #6473ff;
  --accent-2: #b955ff;
  --hover-effect: linear-gradient(45deg, transparent 48%, rgba(185, 85, 255, 0.1) 50%, transparent 52%);
}



/* Forest-Dew */
[data-theme="Green-Forest"] {
  --bg-color: #e8f5f0;
  --text-color: #3a5a4a;
  --font-color: #186547;
  --navbar-bg: linear-gradient(135deg, #e0f7ef 0%, #f0fffa 100%);
  --navbar-shadow: 0 2px 10px rgba(80, 200, 180, 0.1);
  --card-bg-color: #d0e6dd;
  --cards-bg: rgb(201, 238, 223);
  --thead-bg: #cceee2;
  --button-color: #3a5a4a;
  --border-color: rgba(174, 230, 211, 0.4);
  --accent-1: #38d9a9;
  --accent-2: #69db7e;
}




[data-theme="Blue-Forest"] {
  --bg-color: #e6faff;
  --text-color: #014b64;
  --font-color: #01687c;
  --navbar-bg: linear-gradient(135deg, #c3f0ff 0%, #a1e4f4 100%);
  --navbar-shadow: 0 2px 8px rgba(0, 153, 204, 0.2);
  --card-bg-color: #ccefff;
  --cards-bg: #d9f7ff;
  --thead-bg: #b3e9f7;
  --button-color: #027b9a;
  --border-color: rgba(0, 153, 204, 0.2);
  --accent-1: #00c2ff;
  --accent-2: #4fd1ff;
}

/* deep woood need to add */
[data-theme="Deep-Wood"] {
  --bg-color: #1c1b18;
  --text-color: #e3dac9;
  --font-color: #d4c2a6;
  --navbar-bg: linear-gradient(135deg, #3d3522 0%, #4e4631 100%);
  --navbar-shadow: 0 2px 8px rgba(100, 85, 50, 0.3);
  --card-bg-color: #2b271d;
  --cards-bg: #343023;
  --thead-bg: #463e2e;
  --button-color: #b2935a;
  --border-color: rgba(200, 185, 120, 0.2);
  --accent-1: #d4af37;
  --accent-2: #a67c52;
}

/* Aurora-Glow */
[data-theme="Aurora-Glow"] {
  --bg-color: #0e0f1a;
  --text-color: #e8f7ff;
  --font-color: #ffffff;
  --navbar-bg: linear-gradient(135deg, #00ffe5, #0061ff, #cc00ff);
  --navbar-shadow: 0px 2px 16px rgba(0, 255, 200, 0.3);
  --card-bg-color: #1a1c2b;
  --cards-bg: #2a2d3d;
  --thead-bg: #1e2a35;
  --button-color: #326aff;
  --border-color: rgba(0, 255, 200, 0.2);
  --accent-1: #00f7ff;
  --accent-2: #c26fff;
  --hover-effect: linear-gradient(45deg, transparent 45%, rgba(0, 255, 204, 0.1) 50%, transparent 55%);
}

/* Vivid-Fusion */
[data-theme="Vivid-Fusion"] {
  --bg-color: #f0f7ff;
  --text-color: #222b45;
  --font-color: #1c1c3b;
  --navbar-bg: linear-gradient(135deg, #00c6ff, #0072ff, #ff007f);
  --navbar-shadow: 0 4px 14px rgba(0, 115, 255, 0.2);
  --card-bg-color: #e6f0ff;
  --cards-bg: #f4f8ff;
  --thead-bg: #dbe9ff;
  --button-color: #0062ff;
  --border-color: rgba(0, 98, 255, 0.2);
  --accent-1: #0099ff;
  --accent-2: #ff00cc;
  --hover-effect: linear-gradient(45deg, transparent 48%, rgba(0, 132, 255, 0.1) 50%, transparent 52%);
}


/* Golden-Hour */
[data-theme="Golden-Hour"] {
  --bg-color: #fff9f3;
  --text-color: #442200;
  --font-color: #5c1e00;
  --navbar-bg: linear-gradient(135deg, #ffcc70, #ff885e, #ff597b);
  --navbar-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
  --card-bg-color: #fff1e0;
  --cards-bg: #ffe4cc;
  --thead-bg: #ffdab3;
  --button-color: #f97316;
  --border-color: rgba(255, 133, 64, 0.2);
  --accent-1: #ffc861;
  --accent-2: #ff6e40;
  --hover-effect: linear-gradient(45deg, transparent 48%, rgba(255, 153, 51, 0.1) 50%, transparent 52%);
}







/* 
[data-theme="dark"] {
  --bg-color: #12100e;
  --text-color: #fefefe;
  --font-color: #fefefe;

  --navbar-bg: linear-gradient(135deg, #2a1b14 0%, #ff6a00 100%);
  --navbar-shadow: 0 4px 20px rgba(255, 106, 0, 0.25);

  --card-bg-color: #1e1510;
  --cards-bg: #2a1b14;
  --thead-bg: linear-gradient(135deg, #2a1b14, #1e1510);

  --button-color: #ff6a00;
  --border-color: rgba(255, 106, 0, 0.2);

  --accent-1: #ff6a00;
  --accent-2: #ffb347;

  --hover-effect: linear-gradient(135deg, rgba(255, 106, 0, 0.1), rgba(255, 179, 71, 0.05));
} */


[data-theme="Rustic-Roast"] {
  --bg-color: #1e1209;
  --text-color: #f5efe6;
  --font-color: #f5efe6;

  --navbar-bg: linear-gradient(135deg, #4b3621 0%, #a67c52 100%);
  --navbar-shadow: 0 4px 20px rgba(166, 124, 82, 0.2);

  --card-bg-color: #3b2316;
  --cards-bg: #160c04;
  --thead-bg: #805c39;

  --button-color: #805c39;
  --border-color: rgba(214, 177, 132, 0.3);

  --accent-1: #a67c52;
  --accent-2: #d8c3a5;

  --hover-effect: linear-gradient(135deg, rgba(214, 177, 132, 0.1), rgba(166, 124, 82, 0.05));
}





[data-theme="Blackout"] {
  --bg-color: #1a1a1a;
  --text-color: #f5f5f5;
  --navbar-bg: #252525;
  --navbar-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  --thead-bg: #333333;
  --dark-txt-color: #ffffff;
  --broker_card_bg: #2a2a2a;
  --card-bg-color: #2a2a2a;
  --font-color: #e8f5f0;
  --button-color: #2a2a2a;
  --accent-1: #ff6b6b;
  --accent-2: #4ecdc4;
  --pill-btn-text-color: #e8f5f0;
}


.button-color {
  background-color: var(--button-color);
  color: var(--text-color);
}



/* ----themes above----- */


/* 
[data-theme="dark"] {
  --bg-color: #0c0c0c;
  --text-color: rgba(255,255,255,0.92);
  --dark-txt-color: #ffffff;
  --navbar-bg: linear-gradient(
    135deg,
    #0e0e0e 0%,
    #131313 50%,
    #0e0e0e 100%
  );
  --navbar-shadow: 
    0 2px 15px rgba(0,0,0,0.7),
    inset 0 1px 1px rgba(255,255,255,0.03);
  --card-bg-color: #121212;
  --broker_card_bg: #111317;
  --thead-bg: #111111;
  --card-border: 1px solid rgba(255,255,255,0.05);
  --accent-1: #6e40ff;
  --accent-2: #4dabf7;
  --accent-gradient: linear-gradient(45deg, #6e40ff 0%, #4dabf7 100%);
  --hover-effect: 
    box-shadow: 0 0 0 1px rgba(110, 64, 255, 0.3);
  --active-effect: 
    background: rgba(110, 64, 255, 0.15);
} */



/* [data-theme="dark"] {
  --bg-color: #0f0f0f;
  --text-color: #ffffff;
  --navbar-bg: #0e0d0d;
  --navbar-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  --dark-txt-color: white;
  --thead-bg: #0e1218;
  --broker_card_bg: #0e1218;
  --card-bg-color: #0e1218;
} */





[data-theme="dark"] label {
  color: var(--text-color);
}

[data-theme="root"] label {
  color: var(--text-color) !important;
}

[data-theme="dark"] .pclass {
  background-color: var(--bg-color);
  border: 1px solid white;
}

[data-theme="dark"] .lds-spinner {
  background-color: var(--bg-color);
}

[data-theme="dark"] .borderColor {
  border-bottom: 1px solid white;
}

[data-theme="dark"] .planClass {
  color: var(--text-color);
}

[data-theme="dark"] .submit-button-one {
  border: 1px solid white !important;
  /* Dark mode mein white border */
}

[data-theme="dark"] p strong {
  color: var(--text-color);
}

/* 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;
}

#sidebar-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0d5883;
}

#sidebar-scrollbar::-webkit-scrollbar-track {
  background-color: #eff7f8;
}

/* Form */
#sidebar-scrollbar {
  height: 100%;
}

 

/*---------------------------------------------------------------------
                                  Badge
-----------------------------------------------------------------------*/
.badge {
  padding: 0.3em 0.6em;
  line-height: 1.3;
  text-transform: capitalize;
}

.breadcrumb.bg-primary .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

/*---------------------------------------------------------------------
                               Media Support
-----------------------------------------------------------------------*/
.media-support {
  display: inline-block;
  width: 100%;
}

.media-support-user-img img {
  height: 60px;
}

.media-support-header {
  display: flex;
  align-items: flex-start;
}

.media-support-info {
  flex: 1;
}

.projects-media img {
  height: 60px;
}

.iq-media-group .iq-media {
  margin-left: -20px;
  position: relative;
  z-index: 0;
  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;
}

.iq-media-group .iq-media:hover {
  z-index: 9;
}

.iq-media-group .iq-media img,
.iq-media-group .iq-media.border {
  border: 2px solid #ddd;
}

.iq-media-group .iq-media:first-child {
  margin-left: 0;
}

.iq-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.iq-media:hover {
  text-decoration: none;
}

.media-pl {
  text-align: center;
}

/*---------------------------------------------------------------------
                                  Best Sellers
-----------------------------------------------------------------------*/
.media-sellers {
  display: flex;
  align-items: flex-start;
}

.media-sellers-media-info {
  flex: 1;
}

.media-sellers-img img {
  height: 80px;
}

.iq-card .list-star li {
  margin-right: 0;
}

/*---------------------------------------------------------------------
                                  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;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px 0 0;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #777d74;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "f040";
  font-family: "FontAwesome";
  color: #374948;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------------------------------------------
                                  Countdown
-----------------------------------------------------------------------*/
.iq-comingsoon {
  margin-top: 80px;
}

.countdown {
  margin: 60px 0 0;
  padding: 0;
}

.countdown li {
  margin: 0 30px 0 0;
  padding: 45px 0;
  list-style: none;
  width: 22.8%;
  display: inline-block;
  text-align: center;
  line-height: normal;
  background: #ffffff;
  float: left;
  color: #374948;
  border-radius: 15px;
}

.countdown li span {
  font-size: 60px;
  display: inline-block;
  width: 100%;
  color: #0d5883;
}

.countdown li:last-child {
  margin-right: 0;
}

.iq-comingsoon-form {
  position: relative;
}

.iq-comingsoon-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 30px;
}

/*---------------------------------------------------------------------
                                  Progressbar
-----------------------------------------------------------------------*/
.iq-progress-bar {
  background: #eef1f7;
  box-shadow: 0 0 0;
  height: 6px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

.iq-progress-bar>span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 4px;
}

/*---------------------------------------------------------------------
                             Dropdown Menu
-----------------------------------------------------------------------*/
.iq-card-header .dropdown-bg {
  background: var(--bg-color);
  padding: 8px 15px;
  color: var(--text-color);
  border-radius: 15px;
}

.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;
}

/*---------------------------------------------------------------------
                             Badge Img Tag
-----------------------------------------------------------------------*/
.badge-img-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*---------------------------------------------------------------------
                             list Style 1
-----------------------------------------------------------------------*/
.iq-list-style-1 {
  margin: 0;
  padding: 0;
}

.iq-list-style-1 li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin-right: 15px;
}

.iq-list-style-1 li:last-child {
  margin-right: 0;
}

.iq-list-style-1 li a {
  color: #777d74;
}

.iq-list-style-1 li a i {
  color: #9597af;
  margin-right: 5px;
}

.iq-list-style-1 li a:hover,
.iq-list-style-1 li a:focus {
  text-decoration: none;
  color: #0d5883;
}

.iq-list-style-1.text-white li a,
.iq-list-style-1.text-white li a i {
  color: #ffffff;
}

.list-inline.text-white li a {
  color: #ffffff;
}

.list-inline.text-white li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*---------------------------------------------------------------------
                             Icon Box
-----------------------------------------------------------------------*/
.iq-icon-box {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.iq-icon-box:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------
                             Tasks Card
-----------------------------------------------------------------------*/
.tasks-card {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eef0f4;
  margin: 0 0 15px 0;
}

.tasks-card .close {
  font-size: 16px;
}

.tasks-card:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------------------
                               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);
}

/*---------------------------------------------------------------------
                               Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank {
  background-color: #eee;
  border: dashed 2px #444;
  height: 90%;
  justify-content: center;
}

.dash-hover-blank:hover {
  cursor: pointer;
  background-color: #ddd;
}

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect {
  position: relative;
  overflow: hidden;
}

/*  Ripple */
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 155, 171, 0.1);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*---------------------------------------------------------------------
                                Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar {
  position: fixed;
  z-index: 9;
  top: 70px;
  width: 260px;
  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;
  /* -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); */
}

ul.iq-menu a span {
  margin-left: 0px !important;
  font-size: 10px !important;
  display: block !important;
  width: 100%;
  margin-top: 6px;
}

.iq-sidebar.sidebar-left {
  left: 0;
}

.iq-sidebar.sidebar-right {
  right: 0;
}

.iq-sidebar.open {
  left: 0;
  /* show on hover */
}

.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
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar {
  height: 100vh;
}

.scroll-content div.p-3 {
  height: 100px;
}

.iq-sidebar-menu .iq-menu .iq-menu-title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  padding: 15px;
  font-weight: 500;
  line-height: 18px;
}

.iq-sidebar-menu .iq-menu .iq-menu-title i {
  display: none;
}

.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-menu-item-rightsidebar {
  list-style-type: none;
  position: relative;
  white-space: nowrap;
  margin: 5px !important;
} */

.iq-sidebar-menu .iq-menu li a {
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  position: relative;
  padding: 6px 0 6px 0;
  line-height: 12px;
  border-radius: 2px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
}

.sidebar-left .link-icon i {
  font-size: 25px !important;
  margin-top: 2px;
}

.sidebar-left a {
  padding: 10px 0 15px 0 !important;
}

.iq-sidebar-menu .iq-menu li li a {
  font-size: 14px;
}

.iq-sidebar-menu .iq-menu li a i {
  font-size: 25px;
  margin-right: 5px;
  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 .iq-arrow-right {
  margin-right: 0;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
}

.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(--text-color);
}

.iq-sidebar-menu .iq-menu li.active>a {
  color: var(--bg-color);
  text-decoration: none;
  text-decoration: none;
}

.iq-search-bar .searchbox .search-link {
  position: absolute;
  right: 15px;
  top: 2px;
  font-size: 16px;
}

.iq-sidebar-menu .iq-menu li.menu-open>a {
  color: #0d5883;
  text-decoration: none;
}

.iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right {
  transform: rotate(90deg);
}

.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(--text-color);
  color: white;
  box-shadow: 3px 2px 20px 1px rgba(0, 0, 0, 0.1);
}

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-sidebar-menu .iq-menu .iq-menu-title {
  color: rgba(255, 255, 255, 0.4);
}

.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 .iq-menu-bt {
  background: #0f1317;
}

.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 .iq-navbar-custom .iq-menu-bt {
  display: none;
}

.iq-top-navbar {
  padding: 0;
  min-height: 73px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: calc(100% - 320px);
  display: inline-block;
  z-index: 99;
  background: var(--navbar-bg);
  box-shadow: var(--navbar-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: 25px; */
  /* -webkit-border-radius: 25px; */
}

.iq-top-navbar.fixed-header {
  margin: 0;
  right: 0;
  width: calc(100% - 260px);
  border-radius: 0;
  transition: all 0.45s ease 0s;
}

.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:last-child>a {
  /* padding-right: 20px; */
  padding-right: 60px;
}

.menu-tag {
  position: absolute;
  background: #374948;
  color: #ffffff;
  display: inline-block;
  top: 18px;
  left: 18px;
  font-size: 12px;
  border-radius: 90px;
  line-height: normal;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}

.navbar-list li a:hover {
  text-decoration: none;
}

.navbar-list li>a>img {
  width: 50px;
  height: 50px;
}

.navbar-list li.iq-nav-user {
  display: flex;
  align-items: flex-start;
}

.navbar-list li.iq-nav-user span {
  flex: 1;
  font-size: 14px;
}

.iq-breadcrumb {
  display: none;
}

.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%;
}

.nav-item span.count-mail {
  height: 5px;
  width: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  animation: shadow-pulse 1s infinite;
  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;
}

.top-nav-bottom {
  margin-left: 260px;
  border-top: 1px solid #f2edff;
}

.topnav-toolbar li a {
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #1a1e23;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.topnav-toolbar li.date-today {
  background: #f2f3f7;
}

.topnav-toolbar li.active a {
  background: #eff7f8;
  color: #0d5883;
}

.topnav-toolbar ul li {
  list-style: none;
  padding: 13px 0;
}

.navbar-list li>.dropdown {
  line-height: 73px;
  cursor: pointer;
}

.iq-search-bar {
  padding: 0 15px;
}

.iq-search-bar .searchbox {
  width: 480px;
  position: relative;
}

.iq-search-bar .search-input {
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 10px;
  border: none;
  background: #3f414d;
}

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo {
  /* display: none; */
  width: 7rem;
  padding-top: 15px;
  padding-left: 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; */
}

.iq-top-navbar .iq-navbar-custom .iq-menu-bt-sidebar .iq-menu-bt {
  display: block;
  margin: 0 0 0 20px;
}

body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt {
  opacity: 1;
}

.iq-menu-bt {
  padding: 12px 7px;
  margin-right: 0px;
  -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-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 12px;
}

.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);
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-22 15:30:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-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;
}

.iq-sub-dropdown .iq-card-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

/*---------------------------------------------------------------------
                              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-top-navbar {
  width: calc(100% - 140px);
}

body.sidebar-main .iq-top-navbar.fixed-header {
  width: calc(100% - 80px);
}

body.sidebar-main .content-page {
  margin-left: 80px;
}

body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main .iq-sidebar-logo a span,
body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 0;
  display: none;
  transition: all 0.45s ease 0s;
}

body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title span {
  display: none;
}

body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i {
  font-size: 20px;
  display: block;
}

body.sidebar-main .iq-menu-bt {
  opacity: 0;
  display: none;
}

body.sidebar-main .iq-sidebar {
  width: 80px;
}

body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: none;
}

body.sidebar-main .iq-sidebar:hover,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo {
  width: 260px;
}

body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: inline-block;
}

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,
body.sidebar-main .iq-sidebar:hover .iq-menu-bt {
  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;
}

ul.doctoe-sedual li {
  list-style: none;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

ul.doctoe-sedual li:first-child {
  border-left: none;
}

ul.doctors-lists {
  height: 277px;
  overflow-y: scroll;
}

/*-------------------------*/
.iq-iconbox {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
}

.iq-scale-border {
  height: 50px;
  width: 50px;
  border: 8px solid;
  border-radius: 50%;
}

.iq-scale-border.like-block {
  border-color: #ceebee;
}

.iq-scale-border.comment-block {
  border-color: #e5fafc;
}

.iq-scale-border.share-block {
  border-color: #fedc8a;
}

.iq-scale-border.repost-block {
  border-color: #fa847b;
}

.iq-scale-border.view-block {
  border-color: #56d172;
}

.iq-scale-border.post-block {
  border-color: #cacaca;
}

.iq-caption {
  position: absolute;
  top: 30px;
  left: 50px;
  color: #fff;
}

.iq-caption h1 {
  color: var(--text-color);
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}

.iq-caption p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 4.2px;
}

/*--------------------------------*/
.docter-list-item-inner {
  box-shadow: -1px 3px 13px -2px rgba(175, 175, 175, 0.1);
  padding: 20px 15px;
  margin: 5px;
}

table.table-box-shadow {
  box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06);
  border-radius: 25px;
  padding: 30px;
}

table.table-box-shadow thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

table.table-box-shadow th {
  font-weight: 400;
}

.patient-role>li {
  margin: 0 10px;
  width: 33.33%;
}

/*--------------------*/
.iq-card-header-list {
  margin: 0;
  padding: 0;
  float: right;
}

.iq-card-header-list li {
  list-style-type: none;
  float: left;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 8px;
}

.iq-card-header-list li a,
.iq-card-header-list li a:hover {
  text-decoration: none;
}

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media {
  padding: 20px;
}

/*-------------- Content Page ---------------*/
.big-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f2edff;
  padding: 20px;
}

/*---------------------------------------------------------------------
                              Error Page
-----------------------------------------------------------------------*/
.iq-error {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iq-error h1 {
  font-weight: 900;
  font-size: 16rem;
  line-height: 14rem;
  margin-bottom: 0;
  padding-top: 45px;
  letter-spacing: 15px;
}

.iq-error-img {
  position: static;
  display: inline-block;
  width: 700px;
  margin: 100px 0 50px;
}

.error-500 .iq-error-img {
  width: 100%;
}

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav i {
  font-size: 24px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #e7e7e7;
  font-weight: normal;
  text-align: center;
  -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;
}

.owl-carousel .owl-nav i:hover {
  background: #4ac4f3;
  color: #fff;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
  margin-top: 20px;
  display: inline-block;
}

.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 0px 5px;
  height: 8px;
  width: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  outline: none;
  border: none;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}

.iq-example-row .row>.col,
.iq-example-row .row>[class^="col-"] {
  padding-top: 0.75rem;
  color: #374948;
  padding-bottom: 0.75rem;
  background-color: rgba(95, 0, 236, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.iq-example-row-flex-cols .row {
  margin-bottom: 15px;
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.iq-icons-list {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

.iq-icons-list i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  float: left;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list .icon {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list span {
  display: inline-block;
  vertical-align: middle;
}

.iq-card-icon {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline {
  margin: 0 0 0 5px;
  padding: 0;
  width: 100%;
  border-left: 3px solid #f2edff;
}

.iq-timeline li {
  margin-left: 15px;
  position: relative;
  padding: 15px 15px 0 5px;
  list-style-type: none;
}

.iq-timeline li .timeline-dots {
  position: absolute;
  top: 20px;
  left: -24px;
  border: 3px solid #0d5883;
  border-radius: 90px;
  padding: 5px;
  background: #fff;
}

.iq-timeline li .timeline-dots-fill {
  position: absolute;
  top: 20px;
  left: -23px;
  background: #0d5883;
  border-radius: 90px;
  padding: 7px;
}

.iq-timeline0 ul li {
  width: 50%;
  padding: 5px 30px 2.5rem 30px;
  cursor: pointer;
  margin: 0px;
}

.iq-timeline0 ul li:nth-child(odd) {
  float: left;
  text-align: left;
  width: 100%;
  padding: 0 0 0 60px;
  margin-bottom: 20px;
}

.iq-timeline0 ul li:nth-child(odd) .timeline-dots {
  left: 12px;
  right: auto;
}

.iq-timeline0 ul li:nth-child(odd) .timeline-dots.timeline-dot1 {
  left: 12px;
  right: auto;
}

.iq-timeline0 ul li:nth-child(even) {
  float: left;
  text-align: left;
  width: 100%;
  padding: 0 0 0 60px;
  margin-bottom: 20px;
}

.iq-timeline0 ul li:nth-child(even) .timeline-dots {
  left: 12px;
  right: auto;
}

.iq-timeline0 ul li:nth-child(even) .timeline-dots.timeline-dot1 {
  left: 12px;
  right: auto;
}

.iq-timeline0 li .timeline-dots {
  height: 15px;
  width: 15px;
  background: white !important;
}

.iq-timeline0 li .timeline-dots1 {
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #05bbc9;
  border-radius: 90px;
  padding: 5px;
  background: white;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 25px;
  text-align: center;
}

.iq-timeline0 li .timeline-dots.timeline-dot1 {
  height: 15px;
  width: 15px;
}

.iq-timeline0 li {
  margin-left: 2.188rem;
  position: relative;
  padding: 15px 15px 0 5px;
  list-style-type: none;
}

.iq-timeline0 li .timeline-dots {
  position: absolute;
  top: 20px;
  left: -54px;
  border: 3px solid #05bbc9;
  border-radius: 90px;
  padding: 5px;
  background: white;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 25px;
  text-align: center;
}

.iq-timeline0:before {
  content: "";
  position: absolute;
  left: 20px;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ccc;
}

/*---------------------------------------------------------------------
                               Team
-----------------------------------------------------------------------*/
.iq-team {
  background: #ffffff;
  padding: 15px;
  position: relative;
}

.team-authors-bg {
  position: relative;
  margin-bottom: 50px;
}

.team-authors-bg .avatar-80 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------*/
.iq-team-1 {
  position: relative;
  background: #ffffff;
}

.iq-team-1 .iq-team-1-info {
  position: absolute;
  padding: 30px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*---------------------------------------------------------------------
                           User Add Block
-----------------------------------------------------------------------*/
.user-add-block {
  background: #ffffff;
}

.user-add-plus {
  position: absolute;
  right: 30px;
  font-size: 24px;
  bottom: -25px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #374948;
  color: #ffffff;
  border-radius: 900px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
}

.user-add-plus:hover {
  background: #0d5883;
  color: #ffffff;
  text-decoration: none;
}

.user-add-authors {
  position: relative;
}

.user-add-authors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 132, 255, 0.8);
}

.user-add-authors .user-add-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  display: inline-block;
}

.user-add-list {
  padding: 30px;
}

/*---------------------------------------------------------------------
                             Email list
-----------------------------------------------------------------------*/
.iq-email-list .iq-email-ui {
  margin: 0;
  padding: 0;
}

.iq-email-list .iq-email-ui li {
  list-style-type: none;
  font-size: 16px;
  color: #777d74;
  margin-bottom: 3px;
}

.iq-email-list .iq-email-ui li:last-child {
  margin-bottom: 0;
}

.iq-email-list .iq-email-ui li a {
  color: #777d74;
  padding: 0;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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;
}

.iq-email-list .iq-email-ui li.active a,
.iq-email-list .iq-email-ui li a:hover {
  text-decoration: none;
  color: #0d5883;
}

.iq-email-list .iq-email-ui li {
  list-style-type: none;
}

.iq-email-list .iq-email-ui li i {
  margin-right: 10px;
}

.iq-email-list .iq-email-ui li .badge {
  float: right;
  font-weight: normal;
  margin-top: 3px;
}

.iq-email-list .iq-email-ui.iq-email-label li {
  margin-bottom: 10px;
}

.iq-email-list .iq-email-ui.iq-email-label li:last-child {
  margin-bottom: 0;
}

/*----------------------------------*/
.iq-email-to-list ul {
  margin: 0;
  padding: 0;
}

.iq-email-to-list ul li {
  list-style-type: none;
  font-size: 20px;
  color: #777d74;
  margin: 0 5px 0 0;
  float: left;
}

.iq-email-to-list ul li:first-child a {
  background: none;
  width: auto;
}

.iq-email-to-list ul li>a {
  color: #0d5883;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  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: #eff7f8;
}

.iq-email-to-list ul li a:hover,
.iq-email-to-list ul li.q-list a:hover {
  color: #0d5883;
  text-decoration: none;
}

.iq-email-to-list ul li .custom-control-label::before {
  top: 13px;
  left: -20px;
}

/*----------------------------------*/
.iq-email-search {
  position: relative;
}

.iq-email-search .form-control {
  height: 40px;
  border: 1px solid #eef0f4;
  width: 300px;
}

.iq-email-search .search-link {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  line-height: 38px;
  color: #0d5883;
}

.iq-email-search .search-link:hover {
  text-decoration: none;
}

/*----------------------------------*/
.iq-email-listbox .iq-email-sender-list {
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.iq-email-listbox .iq-email-sender-list>li {
  list-style-type: none;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eef0f4;
  float: left;
  display: inline-block;
  width: 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;
}

.iq-email-listbox .iq-email-sender-list>li:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
}

.iq-email-listbox .iq-email-sender-list li a:hover {
  text-decoration: none;
}

.iq-email-listbox .iq-email-sender-list li.iq-unread a {
  color: #0d5883;
  font-weight: 500;
}

.iq-email-listbox .iq-email-sender-list li.iq-unread li a {
  color: #007bff;
}

.iq-email-sender-info .iq-checkbox-mail,
.iq-email-sender-info .iq-star-toggle {
  display: block;
  float: left;
}

.iq-email-sender-info .iq-checkbox-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 4px;
}

.iq-email-sender-info .iq-star-toggle {
  color: #777d74;
  margin-left: 10px;
  font-size: 18px;
}

.iq-email-sender-info .iq-email-title {
  color: #777d74;
  position: absolute;
  top: 0;
  left: 85px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 62px;
}

.iq-email-content {
  position: absolute;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  line-height: 62px;
}

.iq-email-content .iq-email-date,
.iq-email-content .iq-email-subject {
  position: absolute;
  top: 0;
}

.iq-email-content .iq-email-subject {
  color: #777d74;
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.iq-email-content .iq-email-date {
  right: 20px;
  width: 100px;
  text-align: right;
  padding-left: 10px;
  color: #374948;
}

.iq-email-sender-list .iq-social-media {
  position: absolute;
  line-height: 62px;
  right: -200px;
  top: 0;
  background: #ffffff;
  font-size: 18px;
  padding: 0 30px;
  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;
}

.iq-email-listbox .iq-email-sender-list li:hover .iq-social-media {
  right: 0;
}

/*----------------------------------*/
.iq-inbox-details tr td {
  padding: 5px 10px;
}

.iq-inbox-details tr td:first-child {
  width: 75px;
  color: #374948;
}

/* .iq-subject-info { display: flex; align-items: flex-start; } */
.iq-subject-status {
  margin-left: 15px;
  flex: 1;
}

/*----------------------------------------------------------------------
                        Chart
 ----------------------------------------------------------------------*/
#sda1-chart,
#sda1-chart1,
#sda1-chart2 {
  min-height: 200px !important;
}

/*-----------------------------------------------------------------
                        Material Card Style1
----------------------------------------------------------------- */
.card-style1 {
  display: flex;
}

.card-style1 img {
  object-fit: cover;
  border-radius: 100px;
  height: 75px;
  margin-right: 10px;
}

.card-style1 .title {
  text-transform: capitalize;
  font-weight: bold;
}

.card-style1 .percentage {
  font-weight: bolder;
  font-size: 1.5rem;
  margin: auto;
}

.card-style1 .percentage span {
  font-weight: normal;
}

/*-----------------------------------------------------------------
                        Material Card Style2
----------------------------------------------------------------- */
.card-style1.card-style2 .iq-details {
  width: 100%;
}

.card-style1.card-style2 .percentage {
  font-weight: bolder;
  font-size: 1.2rem;
  margin-top: -5px;
  margin-left: -50px;
}

/*-----------------------------------------------------------------
                        Circle Progressbar
------------------------------------------------------------------- */
.iq-circle-progressbar .percent {
  font-size: 1.3rem !important;
}

.iq-circle-progressbar svg {
  width: 100px !important;
  height: 100px !important;
}

.iq-circle-progressbar {
  margin: 0 auto;
  width: 100px !important;
  height: 100px !important;
}

/* ------------ */
.progress-round {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.progress-round::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-round .progress-left {
  left: 0;
}

.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-round .progress-right {
  right: 0;
}

.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-round .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar-vertical {
  width: 10px;
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.progress-bar-vertical>span {
  height: 0;
  width: 100% !important;
}

.hospital-mgt .progress>div+div {
  text-align: right;
  padding-right: 15px;
}

.hospital-mgt .progress>div {
  text-align: left;
  padding-left: 15px;
}

.progress-round.patient-progress {
  height: 100px;
  width: 100px;
}

.progress-round.patient-progress .progress-bar {
  border-width: 5px;
}

.progress-round.patient-progress::after {
  border: 5px solid #ceebee;
}

.patient-steps2 .progress-round.patient-progress::after {
  border: 5px solid #fffbe5;
}

/*-----------------------------------------------------------------
                        Tikit Booking List
------------------------------------------------------------------- */
.iq-booking-ab {
  display: inline-block;
}

.iq-booking-ab li {
  line-height: 3rem;
  height: 45px;
  margin-bottom: 1rem;
  position: relative;
}

.iq-booking-ab li.friest-booking-blank {
  margin-bottom: 0;
  height: 40px;
}

.iq-booking-ab li.secondary-booking-blank {
  height: 70px;
}

.iq-booking-ab li.three-booking-blank {
  height: 70px;
}

.iq-booking-no li {
  width: 4.9%;
  text-align: center;
  margin-right: 0 !important;
}

.iq-booking-no li .iq-seat {
  background: #f3f7fd;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}

.iq-booking-no li .iq-seat img {
  width: 100%;
}

.iq-booking-no li .iq-seat img.active-seat {
  display: none;
}

.iq-booking-no li .iq-seat.bg-secondary img.default,
.iq-booking-no li .iq-seat.active img.default {
  display: none;
}

.iq-booking-no li .iq-seat.bg-secondary img.active-seat,
.iq-booking-no li .iq-seat.active img.active-seat {
  display: inline-block;
}

.iq-booking-no li .iq-seat.active {
  background: #27b345;
}

.iq-booking-status {
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}

.iq-booking-status span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background: #f3f7fd;
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}

/*-----------------------------------------------------------------
                        Right Sidebar Menu
------------------------------------------------------------------- */
#right-sidebar-scrollbar {
  height: 100vh;
}

.iq-sidebar-right-menu {
  position: fixed;
  top: 75px;
  right: -400px;
  width: 360px;
  background: #eef0f4;
  overflow: hidden;
  z-index: 99;
  -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;
}

.iq-sidebar-right-menu.film-side {
  right: 0;
}

.iq-sidebar-booking,
.iq-sidebar-payment {
  padding: 30px;
}

.iq-booking-ticket {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 25px 30px;
  position: relative;
}

.iq-booking-ticket:after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: -10px;
  height: 20px;
  width: 20px;
  background: #0d5883;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

.iq-booking-ticket:before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -10px;
  height: 20px;
  width: 20px;
  background: #0d5883;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span {
  padding-left: 0px;
}

.iq-accordion.career-style .iq-accordion-block {
  margin-bottom: 30px;
}

.iq-accordion.career-style.faq-style .accordion-title:before {
  display: inline-block;
  cursor: pointer;
  content: "f218";
  font-family: "Ionicons";
  position: absolute;
  top: -8px;
  right: 15px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.iq-accordion.career-style .iq-accordion-block .accordion-title span {
  font-size: 16px;
  font-family: "Inter", serif;
  display: table-cell;
  color: #212529;
}

.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before {
  content: "f209";
  display: inline-block;
}

.iq-accordion.career-style.faq-style .active-faq .row {
  background: transparent;
  padding: 10px 0px;
}

.iq-accordion.career-style.faq-style .iq-accordion-block {
  padding: 10px 5px;
  border-radius: 20px;
}

.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before,
.iq-accordion.career-style.faq-style .accordion-title:before {
  background-image: -moz-linear-gradient(0deg,
      rgb(109, 115, 239) 0%,
      rgb(163, 120, 252) 100%);
  border-radius: 90px;
}

.iq-accordion-block .accordion-title {
  padding-right: 15px;
  display: inline-block;
}

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img {
  width: 35px;
  height: 35px;
  border-radius: 90px;
}

.progress-animate {
  animation: progress-bar-stripes 1s linear infinite;
}

img.summary-image-top {
  width: 35px;
}

.iq-subject-info img {
  width: 80px;
}

/*---------------------------------------------------------------------
Animation Card
-----------------------------------------------------------------------*/
.animation-card {
  position: relative;
}

.animation-card .an-img {
  margin-top: -60px;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.animation-card .an-img .bodymovin {
  width: 162%;
  margin-bottom: -57px;
  margin-left: -50px;
}

.animation-card .an-text {
  position: absolute;
  width: 180px;
  display: inline-block;
  top: 75px;
  left: 30px;
}

.animation-card .an-text h2 {
  margin-top: 0;
}

/*------------*/
.an-img-two {
  width: 700px;
  position: absolute;
  right: -35%;
  top: -175px;
  z-index: -1;
}

.iq-card.bg-primary.sb-top-banner-card {
  z-index: 1;
  position: relative;
}

.bodymovin {
  z-index: -1;
}

/*------------*/
.offer-an-img {
  position: absolute;
  top: -183px;
  width: 695px;
  left: -100px;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.iq-footer {
  padding: 15px;
  margin: 0 15px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -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-footer ul li a {
  color: #777d74;
}

.iq-footer ul li a:hover {
  color: #0d5883;
  text-decoration: none;
}

.bg-banner-image.style-three {
  height: 150px;
  background: url("../images/bg-03.jpg");
}

.iq-mt--70 {
  margin-top: -70px;
}

.banner-main-text {
  position: absolute;
  left: 15%;
  bottom: 13%;
}

.nav.nav-pills.style-three .nav-link.active:before,
.nav.nav-pills.style-three .nav-link:hover:before {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #0d5883;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:before {
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 3px;
  background: #19beec;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}

.iq-card-body.banner-box {
  padding-bottom: 0;
}

.nav.nav-pills.style-three {
  margin-top: 10px;
}

.nav.nav-pills.style-three a:last-child {
  margin-right: 0px;
}

.nav.nav-pills.style-three a {
  /* background: transparent; */
  position: relative;
  margin-right: 30px;
  padding: 10px 0px;
}

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/
.dash-tracking-icon {
  height: 80px;
}

.map-profile-card {
  margin-right: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.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;
}

/*---------------------------------------------------------------------
Mail Inbox
-----------------------------------------------------------------------*/
.email-app-details.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.email-app-details {
  position: absolute;
  display: block;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.attegement ul {
  padding: 0;
  list-style: none;
}

.send-panel a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

#compose-email-popup {
  position: fixed;
  max-width: 700px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0 !important;
  max-height: 555px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#compose-email-popup .iq-card {
  border-radius: 30px 30px 0 0;
}

button.close-popup {
  background: transparent;
  color: #000;
  border: none;
  font-size: 20px;
  line-height: 20px;
}

.compose-bottom {
  border-top: 1px solid #777d74;
}

.select2-container--default .select2-selection--multiple {
  border-color: #d7dbda;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  color: #374948;
  border-color: #d7dbda;
  box-shadow: none;
}

/* colors changes in radio button, checkbox, switch */
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.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;
}

/* checkbox with icon */
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #ceebee;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: #ceebee;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #00ed64 !important;
}

.custom-checkbox.checkbox-icon label i {
  position: absolute;
  top: 6px;
  left: -21px;
  font-size: 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.custom-checkbox.checkbox-icon input:checked~label i {
  transform: scale(1);
  -webkit-transform: scale(1);
  color: var(--text-color);
}

.custom-checkbox.checkbox-icon input:checked~label::after {
  display: none;
}

/* switch with icon */
.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-right {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
}

.custom-switch.custom-switch-icon label .switch-icon-left i,
.custom-switch.custom-switch-icon label .switch-icon-right i {
  font-size: 10px;
}

.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-left {
  left: 8px;
  right: auto;
  color: #fff;
}

.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-right {
  right: 5px;
  left: auto;
}

.custom-switch.custom-switch-icon,
.custom-switch.custom-switch-text {
  padding-left: 0;
}

.custom-switch.custom-switch-icon .custom-control-label {
  height: 20px;
  width: 42px;
  padding: 0;
}

.custom-switch.custom-switch-text .custom-control-label {
  width: 46px;
  margin-left: 15px;
}

.custom-switch.custom-switch-icon .custom-control-label::before,
.custom-switch.custom-switch-text .custom-control-label::before {
  width: 130px !important;
  height: 26px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  top: 0;
  left: -44px;
  width: 2.75rem;
  border-radius: 15px !important;
  line-height: 22px;
  background-color: #ff0000;
  border: none !important;
  font-size: 11.8px !important;
}

.custom-switch.custom-switch-text .custom-control-label::before {
  width: 100%;
}

.custom-switch.custom-switch-icon .custom-control-label:after,
.custom-switch.custom-switch-text .custom-control-label:after {
  position: absolute;
  top: 1px;
  left: -43px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 24px;
  width: 36px;
  border-radius: 12px;
  background-color: #fff;
}

.custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(1.4rem);
  -ms-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

.custom-switch.custom-switch-text .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(1.6rem);
  -ms-transform: translateX(1.6rem);
  transform: translateX(5.8rem);
}

.custom-switch-inner {
  display: block;
  text-align: center;
}

.custom-switch.custom-switch-text input:checked~label::before {
  color: #fff;
  content: attr(data-on-label);
  text-align: left;
  line-height: 22px;
}

.custom-switch.custom-switch-text label::before {
  color: #fff;
  content: attr(data-off-label);
  width: 2.85rem;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}

.custom-switch.custom-switch-text label:after {
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 16px;
  width: 16px;
}

.custom-switch.custom-switch-text input:checked~label.custom-control-label::after {
  transform: translateX(1.6rem);
  -webkit-transform: translateX(1.6rem);
}

.form-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0.6rem;
  color: #475f7b;
  font-size: 0.85rem;
  opacity: 0;
}

.counter-value {
  color: #fff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

.vector-map.h-500 {
  width: 100%;
  height: 500px;
}

.custom-switch,
.custom-control.custom-switch {
  padding-left: 2.25rem;
}

.custom-control.custom-switch.custom-switch-icon,
.custom-control.custom-switch.custom-switch-text {
  padding-left: 0;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

/* .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
} */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 1.5rem;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/*---------------------------------------------------------------------
Swiper Arrow
-----------------------------------------------------------------------*/
.iqonic-navigation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.iqonic-navigation .swiper-buttons {
  position: static;
  margin-top: 0;
  background: #ceebee;
  height: 30px;
  width: 30px;
  color: #0d5883;
  border: none;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 24px;
}

.iqonic-navigation .swiper-button-next:after,
.iqonic-navigation .swiper-button-prev:after {
  content: none;
}

.navigation-center .iqonic-navigation {
  display: block;
}

.navigation-center .iqonic-navigation .swiper-buttons {
  position: absolute;
}

.navigation-center .iqonic-navigation .swiper-buttons.swiper-button-prev {
  left: 0;
  transform: translateY(-50%);
}

.navigation-center .iqonic-navigation .swiper-buttons.swiper-button-next {
  right: 0;
  transform: translateY(-50%);
}

.navigation-on-hover .swiper-buttons {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.navigation-on-hover:hover .swiper-buttons {
  opacity: 1;
}

/*---------------------------------------------------------------------
Calender
-----------------------------------------------------------------------*/
.fc-unthemed .fc-toolbar .fc-button {
  background: #eff7f8;
  color: #0d5883;
  border: none;
  text-transform: capitalize;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  color: #fff;
  background-color: #0d5883;
}

.job-classification li,
.today-schedule li {
  list-style-type: none;
  margin-bottom: 10px;
}

.job-classification li>i,
.today-schedule li i {
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.schedule-text span {
  display: block;
}

.calender-small .flatpickr-calendar.animate.inline {
  width: 100%;
  box-shadow: none;
}

.calender-small .dayContainer {
  width: 100%;
  min-width: auto;
}

.calender-small .flatpickr-days {
  width: 100%;
}

.calender-small .flatpickr-day.today {
  color: #fff;
  border-color: #0d5883;
  background: #0d5883;
}

.calender-small .flatpickr-day.today:hover,
.calender-small .flatpickr-day.today:focus {
  color: #fff;
  border-color: #0d5883;
  background: #0d5883;
}

.calender-small .flatpickr-months {
  margin-bottom: 10px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 16px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
  color: #0d5883;
}

.calender-small .flatpickr-current-month input.cur-year {
  font-size: 16px;
}

.calender-small .numInputWrapper:hover {
  background: transparent;
}

.calender-small .flatpickr-months .flatpickr-prev-month,
.calender-small .flatpickr-months .flatpickr-next-month {
  padding: 7px 10px;
}

.calender-small .flatpickr-day.selected,
.calender-small .flatpickr-day.startRange,
.calender-small .flatpickr-day.endRange,
.calender-small .flatpickr-day.selected.inRange,
.calender-small .flatpickr-day.startRange.inRange,
.calender-small .flatpickr-day.endRange.inRange,
.calender-small .flatpickr-day.selected:focus,
.calender-small .flatpickr-day.startRange:focus,
.calender-small .flatpickr-day.endRange:focus,
.calender-small .flatpickr-day.selected:hover,
.calender-small .flatpickr-day.startRange:hover,
.calender-small .flatpickr-day.endRange:hover,
.calender-small .flatpickr-day.selected.prevMonthDay,
.calender-small .flatpickr-day.startRange.prevMonthDay,
.calender-small .flatpickr-day.endRange.prevMonthDay,
.calender-small .flatpickr-day.selected.nextMonthDay,
.calender-small .flatpickr-day.startRange.nextMonthDay,
.calender-small .flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: #0d5883;
  background: #0d5883;
}

.calender-small .flatpickr-day.inRange,
.calender-small .flatpickr-day.prevMonthDay.inRange,
.calender-small .flatpickr-day.nextMonthDay.inRange,
.calender-small .flatpickr-day.today.inRange,
.calender-small .flatpickr-day.prevMonthDay.today.inRange,
.calender-small .flatpickr-day.nextMonthDay.today.inRange,
.calender-small .flatpickr-day:hover,
.calender-small .flatpickr-day.prevMonthDay:hover,
.calender-small .flatpickr-day.nextMonthDay:hover,
.calender-small .flatpickr-day:focus,
.calender-small .flatpickr-day.prevMonthDay:focus,
.calender-small .flatpickr-day.nextMonthDay:focus {
  background: #eff7f8;
  color: #0d5883;
  border-color: transparent;
}

.smaill-calender-home .flatpickr-calendar.animate.inline {
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 25px;
}

.smaill-calender-home .flatpickr-day.selected,
.smaill-calender-home .flatpickr-day.startRange,
.smaill-calender-home .flatpickr-day.endRange,
.smaill-calender-home .flatpickr-day.selected.inRange,
.smaill-calender-home .flatpickr-day.startRange.inRange,
.smaill-calender-home .flatpickr-day.endRange.inRange,
.smaill-calender-home .flatpickr-day.selected:focus,
.smaill-calender-home .flatpickr-day.startRange:focus,
.smaill-calender-home .flatpickr-day.endRange:focus,
.smaill-calender-home .flatpickr-day.selected:hover,
.smaill-calender-home .flatpickr-day.startRange:hover,
.smaill-calender-home .flatpickr-day.endRange:hover,
.smaill-calender-home .flatpickr-day.selected.prevMonthDay,
.smaill-calender-home .flatpickr-day.startRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.endRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.selected.nextMonthDay,
.smaill-calender-home .flatpickr-day.startRange.nextMonthDay,
.smaill-calender-home .flatpickr-day.endRange.nextMonthDay {
  color: #ffffff;
  text-decoration: none;
  background-color: #0d5883;
  text-decoration: none;
  border-color: #0d5883;
}

.smaill-calender-home .flatpickr-days,
.smaill-calender-home .dayContainer {
  width: 100%;
}

.smaill-calender-home .flatpickr-innerContainer {
  justify-content: space-around;
}

.smaill-calender-home .flatpickr-day.today {
  color: #fff;
  border-color: #3f414d;
  background: #3f414d;
}

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/
#form-wizard1,
#form-wizard2,
#form-wizard3 {
  position: relative;
}

#form-wizard1 input[type="file"] {
  line-height: 27px;
}

#form-wizard1 fieldset:not(:first-of-type) {
  display: none;
}

.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;
}

#top-tab-list {
  margin: 0 -10px 60px;
  overflow: hidden;
  color: #777d74;
}

#top-tab-list .active {
  color: #3f414d;
}

#top-tab-list li {
  list-style-type: none;
  font-size: 18px;
  width: 25%;
  float: left;
  text-align: left;
  position: relative;
  font-weight: 400;
}

#top-tab-list li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  color: #ffffff;
  background: #3f414d;
}

#top-tab-list li.active a {
  color: #fff;
  background: #3f414d;
}

#top-tab-list li.active.done a {
  background: #27b345;
}

#top-tab-list li.active.done i {
  color: #27b345;
}

#top-tab-list li#confirm.active a {
  background: #27b345;
}

#top-tab-list li#confirm.active i {
  color: #27b345;
}

#top-tab-list li a {
  background: #eff7f8;
  color: #0d5883;
  display: block;
  padding: 15px;
  margin: 0 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-decoration: none;
}

#top-tab-list li.active i {
  background-color: #fff;
  color: #0d5883;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* validate */
.stepwizard-row {
  display: block;
  margin: 0 -20px;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.setup-content {
  margin-top: 60px;
}

.wizard-step {
  font-size: 18px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

.stepwizard-row .wizard-step a.btn {
  background: #fff;
  color: #374948;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 50px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
  font-family: "Inter", serif;
}

.stepwizard-row .wizard-step i {
  display: block;
  text-align: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 25px;
  border-radius: 50%;
  margin: 0 auto 20px;
  color: #ffffff;
  background: #3f414d;
}

.stepwizard-row #user.active a {
  background: #eff7f8;
  border-color: #3f414d;
}

.stepwizard-row #document.active a {
  background: #fff5f4;
  border-color: #f14336;
}

.stepwizard-row #bank.active a {
  background: #eefff2;
  border-color: #27b345;
}

.stepwizard-row #confirm.active a {
  background: #fffcf3;
  border-color: #fbc647;
}

.stepwizard-row .wizard-step#user i {
  background: #eff7f8;
  color: #3f414d;
}

.stepwizard-row .wizard-step#document i {
  background: #fff5f4;
  color: #f14336;
}

.stepwizard-row .wizard-step#bank i {
  background: #eefff2;
  color: #27b345;
}

.stepwizard-row .wizard-step#confirm i {
  background: #fffcf3;
  color: #fbc647;
}

.stepwizard-row .wizard-step.active i {
  background-color: #fff !important;
}

.stepwizard-row .wizard-step#document.active i {
  background: #fff5f4;
  color: #f14336;
}

.stepwizard-row .wizard-step#bank.active i {
  background: #eefff2;
  color: #27b345;
}

.stepwizard-row .wizard-step#confirm.active i {
  background: #fffcf3;
  color: #fbc647;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* vertical */
#form-wizard3 fieldset:not(:first-of-type) {
  display: none;
}

#top-tabbar-vertical {
  overflow: hidden;
  color: #777d74;
  margin: 0 -20px 60px;
}

#top-tabbar-vertical .active {
  color: #0d5883;
}

#top-tabbar-vertical li {
  list-style-type: none;
  font-size: 18px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
}

#top-tabbar-vertical li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}

#top-tabbar-vertical li#personal i {
  background: #eff7f8;
  color: #0d5883;
}

#top-tabbar-vertical li#contact i {
  background: #fff5f4;
  color: #f14336;
}

#top-tabbar-vertical li#official i {
  background: #eefff2;
  color: #27b345;
}

#top-tabbar-vertical li#payment i {
  background: #fffcf3;
  color: #fbc647;
}

#top-tabbar-vertical li.active a {
  border-color: transparent;
}

#top-tabbar-vertical li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 20px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
}

#top-tabbar-vertical li.active i {
  background-color: #fff;
  color: #0d5883;
}

#top-tabbar-vertical #personal.active a {
  background: #eff7f8;
}

#top-tabbar-vertical #contact.active a {
  background: #fff5f4;
}

#top-tabbar-vertical #official.active a {
  background: #eefff2;
}

#top-tabbar-vertical #payment.active a {
  background: #fffcf3;
}

#top-tabbar-vertical li.active i {
  background: #fff !important;
}

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img {
  border-radius: 30px;
}

#chat-search {
  padding-left: 40px;
}

.form-group.chat-search-data>i {
  position: absolute;
  top: 8px;
  left: 15px;
  color: #0d5883;
  font-size: 16px;
}

.chat-sidebar-name {
  width: 100%;
}

.chat-msg-counter {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 22px;
  margin: 0 auto;
  font-size: 10px;
}

.chat-meta span {
  font-size: 10px;
}

span.avatar-status {
  position: absolute;
  bottom: -5px;
  top: auto;
  left: auto;
  right: 0;
}

.iq-chat-ui li a {
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #f1f2f1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  margin-bottom: 20px;
}

.iq-chat-ui li a.active {
  border-color: transparent;
}

.nav-pills li a.active {
  color: #0d5883;
  background-color: var(--bg-color);
}

.iq-chat-ui li:last-child a {
  border: none;
}

.iq-chat-ui li:nth-child(2) a,
.iq-chat-ui li:nth-child(6) a {
  border: none;
}

.chat-sidebar-channel {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 15rem);
}

.chat-data {
  background: #fff;
  border-radius: 25px;
}

.chat-header-icons .dropdown-toggle:empty::after {
  display: none;
}

.chat-header-icons>a,
.chat-header-icons>span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin: 0 5px 0 0;
  color: #0d5883;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  cursor: pointer;
}

.chat-content {
  position: relative;
  height: calc(100vh - 25rem);
  text-align: center;
  padding: 1.4rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.chat-user {
  float: right;
  text-align: center;
}

.chat-user span.chat-time {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.chat-detail {
  overflow: hidden;
}

.chat-message {
  position: relative;
  float: right;
  text-align: right;
  padding: 0.75rem 1rem;
  margin: 0 1.33rem 1.33rem 0.3rem;
  clear: both;
  word-break: break-word;
  color: #fff;
  background: #0d5883;
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(8, 155, 171, 0.6);
}

.chat-message>p {
  margin: 0;
}

.chat-left .chat-message::after {
  right: auto;
  left: -7px;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.chat-content .chat-left .chat-message {
  text-align: left;
  float: left;
  margin: 0 0.3rem 1.8rem 1.3rem;
  color: #727e8c;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
}

.chat-sidebar-channel .avatar,
.avatar {
  position: relative;
}

.chat-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 15rem);
  flex-direction: column;
}

span.iq-start-icon {
  font-size: 50px;
  background: #fff;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #0d5883;
}

.chat-attagement {
  font-size: 20px;
}

.chat-attagement a {
  color: #777d74;
}

.chat-detail .chat-message .chat-time {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #828d99;
  font-size: 0.8rem;
  white-space: nowrap;
}

.chat-left .chat-user {
  float: left;
}

.chat-content .chat-body .chat-message p {
  margin-bottom: 0;
}

.chat-data .tab-content {
  position: relative;
}

.chat-searchbar {
  position: relative;
}

.chat-user-detail-popup {
  position: absolute;
  top: 0;
  width: 360px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}

.chat-user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}

.chatuser-detail .title {
  font-weight: 500;
}

.chatuser-detail {
  padding: 0 35px;
}

.user-profile button.close-popup {
  display: block;
  font-size: 24px;
}

ul.user-status {
  list-style: none;
}

#user-detail-popup {
  position: absolute;
  top: 0;
  width: 310px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}

#user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}

#user-detail-popup .user-profile button.close-popup {
  text-align: right;
  width: 100%;
}

.chat-sidebar-channel h5 {
  border-bottom: 1px solid #f1f2f1;
  padding-bottom: 10px;
}

.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;
}

ul.header-nav {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 20px;
}

ul.header-nav li {
  list-style: none;
}

ul.header-nav li a {
  display: block;
  list-style: none;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #0d5883;
  font-size: 18px;
  margin: 0 15px 0 0;
}

.profile-img {
  margin-top: -80px;
}

.profile-feed-items li {
  list-style: none;
}

.profile-feed-items li:last-child a {
  margin: 0;
}

.profile-feed-items li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #0d5883;
  background-color: #ceebee;
  margin: 0 20px 0 0;
}

.nav-pills.profile-feed-items li a.active {
  color: #fff;
  background: #0d5883;
}

.news-icon {
  font-size: 18px;
  margin-right: 20px;
}

ul.profile-img-gallary {
  list-style: none;
  margin: 0 -1px 0 -4px !important;
}

.twit-feed p span i {
  background: #0d5883;
  color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-size: 10px;
}

.twit-feed .twit-meta-tag {
  color: #0d5883;
}

.twit-feed .media-support-user-img img {
  height: 50px;
}

ul.media-story img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
}

ul.media-story li.active img {
  border-color: #0d5883;
}

.add-suggestion {
  border: 1px solid #007bff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #007bff;
}

.suggestions-lists .btn {
  display: block;
}

.feather-icon a,
.message-icon a {
  color: #777d74;
  font-size: 18px;
  font-weight: 300;
}

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;
}

.comment-attagement {
  position: absolute;
  left: auto;
  right: 0;
  font-size: 20px;
}

.comment-attagement a {
  color: #777d74;
}

#profile-activity .iq-timeline li {
  margin-bottom: 15px;
}

.about-info a,
div#profile-profile a {
  color: #777d74;
}

.twit-date a {
  color: #777d74;
}

.doc-profile-bg {
  border-radius: 25px 25px 0 0;
}

.docter-profile {
  margin-top: 10px;
}

.speciality-list .user-img>a {
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------
Profile Edit 
-----------------------------------------------------------------------*/
.profile-pic {
  max-width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-img-edit {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
}

.file-upload {
  display: none;
}

.p-image {
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #0d5883;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.upload-button {
  font-size: 1.5em;
}

.iq-edit-profile .nav-link {
  padding: 20px 15px;
  border-radius: 0;
  color: #777d74;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #f2edff;
}

.iq-edit-profile.nav-pills .nav-link.active,
.iq-edit-profile.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b37d6;
}

ul.iq-edit-profile li:first-child a {
  border-radius: 15px 0 0 15px;
  border-left: none;
}

ul.iq-edit-profile li:last-child a {
  border-radius: 0 15px 15px 0;
}

/*---------------------------------------------------------------------
Todo Page
-----------------------------------------------------------------------*/
.iq-todo-page .search-link,
.iq-todo-right .search-link {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  line-height: 43px;
  color: #777d74;
}

.iq-todo-page .todo-search,
.iq-todo-right .todo-search {
  padding-left: 35px;
}

.add-new-project>a {
  padding: 0 15px;
  color: #777d74;
  text-transform: capitalize;
  text-decoration: none;
}

.notification-icon>span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: auto;
  right: -8px;
}

.todo-date {
  font-size: 16px;
}

.iq-todo-page ul {
  list-style: none;
}

.iq-todo-page ul li a {
  color: #777d74;
  text-decoration: none;
}

.iq-todo-page ul ul li a {
  padding-left: 25px;
}

.iq-todo-page ul>li>a {
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.iq-todo-page ul>li[aria-expanded="true"]>a {
  color: #0d5883;
  background: #eff7f8;
}

.iq-todo-page ul>li li:hover a,
.iq-todo-page ul>li li.active a {
  color: #0d5883;
  background: #eff7f8;
}

ul.todo-task-lists li:hover {
  background: #daeff2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

ul.todo-task-lists li.active-task {
  background: #daeff2;
}

.media-support-info p {
  line-height: normal;
}

.todo-task-list .sub-task {
  display: none;
}

.todo-task-list .sub-task.show {
  display: block;
}

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.input-group .input-group-text {
  background: #e9edf4;
  border: 0px solid #d7dbda;
}

.data-privacy {
  margin: 30px 0;
}

/*---------------------------------------------------------------------
User List Page
-----------------------------------------------------------------------*/
.list-user-action a {
  font-size: 16px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 5px;
}

#user-list-table.table td {
  vertical-align: middle;
}

.user-list-files a {
  padding: 10px 15px;
  margin: 0 0 0 10px;
  border-radius: 15px;
  line-height: normal;
}

.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
-----------------------------------------------------------------------*/
.add-img-user .p-image {
  position: static;
  text-align: left;
  display: block;
  height: auto;
  width: auto;
  background: transparent;
  margin-top: 20px;
}

.img-extension a,
.img-extension span {
  color: #777d74;
  padding: 0 3px;
  font-size: 13px;
}

a {
  text-decoration: none;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  margin-bottom: 2rem;
}

.fc-toolbar.fc-header-toolbar {
  flex-wrap: wrap;
  gap: 15px;
}

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;
}

.custom-chart {
  height: 450px;
}

/* Add this to your CSS file */
.active-link {
  background-color: #fff;
  color: #0d5883;
  /* Change this to whatever active style you prefer */
}

.inactive-link {
  color: #fff;
  /* Default style for inactive links */
}

.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 */
}

.owl-carousel {
  width: 100% !important;
  z-index: 2 !important;
}

@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: 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;
}

.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;
}

.bg-primary,
.badge-primary {
  background: linear-gradient(to right, #3f414d 0%, #3f414d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d5883', endColorstr='#0db5c8', GradientType=1);
}

.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: 900 !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 {
  text-align: center !important;
  color: var(--text-color) !important;
}

.ag-chart-wrapper canvas,
.ag-chart-wrapper .ag-charts-focus__wrapper {
  height: 500px !important;
  overflow-y: hidden;
}

.css-nfmglb-MuiTableCell-root {
  padding: 2px !important;
}

.MuiInputBase-root {
  margin-bottom: 14px;
}

.MuiTablePagination-actions {
  margin-bottom: 14px;
}

.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 */
  }
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 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;
  }
}

.api_img {
  background: #000 !important;
}

.custom-tabs .nav-link {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
}

.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;
}

.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;
  border-radius: 0px;
  background-color: transparent !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 {
  border-bottom: 2px solid #089bab;
  color: #089bab;
  background: transparent !important;
  color: var(--font-color) !important;

  box-shadow: #00ca00;
}


.nav-tabs .nav-item a {
  color: var(--font-color);
  font-family: "Inter", serif;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 20px;
}


.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);
  margin: 1px 2px;
  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(--bg-color) !important;
  color: var(--text-color) !important;
}

.MuiPaper-root {
  border: 1px solid #4b5055 !important;
}

.MuiTableRow-head {
  /* border-top: 2px solid #fff; */
  background: transparent;
}

p,
h1,
h2,
h3,
h4,
h5,
body,
.table td,
.table th {
  color: var(--text-color) !important;
  font-size: 22px;
}

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(--bg-color);
  --bs-card-bg: var(--bg-color) !important;
}

button.btn.btn-primary,
.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(--bg-color);
  border: 1px dashed var(--text-color) !important;
  border-radius: 23px;
}

.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: #404868;
  border-color: #404868;
}

.form-switch .form-check-input:checked {
  background-color: #7367f0;
  border-color: #7367f0;
}

.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 {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 0.75rem 1.25rem;
  border-radius: 5px !important;
  background-color: var(--bg-color) !important;
  align-items: center;
  padding: 10px 15px !important;
  justify-content: space-between;
}

.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(--bg-color) !important;
  background-color: var(--text-color) !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 0px 10px;
  /* height: 40px; */
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  margin: 0;
}


.addbtn-2 {
  color: var(--bg-color) !important;
  background-color: var(--text-color) !important;
  border-radius: 5px;
  font-size: 14px;
  padding: 0px 9px;
  /* height: 40px; */
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.newAddBtn {
  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: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;
}


button:hover {
  scale: 1.1;
  /* scale: 0.5; */
}


/* ______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 {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.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 {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* 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;
}

body[data-theme="light"] h4.heading-color.mb-0 {
  color: #2a2a2a !important;
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #eeeeee !important;
}

/* .addbtn{
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: 0 !important;
}

/* _______________Description______________ */
/* styles.css */
.desc-page-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
}

.desc-container {
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.desc-nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
}

.desc-nav-tabs .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 10px 20px;
}

.desc-nav-tabs .nav-link.active {
  background-color: #007bff;
  color: white !important;
  border-radius: 8px;
}

.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 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.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 */
.desc-page-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
}

/* 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);
}

/* Centered navigation tabs */
.desc-nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
}

.desc-nav-tabs .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 10px 20px;
}

.desc-nav-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff !important;
  border-radius: 8px;
}

/* 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;
}

/* Button group styling - centered buttons */
.desc-btn-group {
  display: flex;
  justify-content: center;
  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 */
.desc-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Description text styling */
.desc-text {
  margin: 0.5rem 0;
  color: #666;
  font-size: 18px !important;
}

/* 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 */
.desc-card {
  font-size: 12px;
  /* Smaller font size for modern look */
  color: #333;
  font-family: "Roboto", sans-serif;
  /* Use a modern font; ensure you load it if necessary */
  background-color: #fff;
  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;
}

.desc-details {
  font-size: 14px;
}

.option-info p {
  font-size: 16px;
}

.desc-page-wrapper {
  width: 100%;
  padding: 20px;
  background-color: #f4f4f4;
}

.desc-container {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.desc-nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
}

.desc-nav-tabs .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 10px 20px;
}

.desc-nav-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff !important;
  border-radius: 8px;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}

.desc-details {
  font-size: 14px;
}

.pattern-container-unique {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

/* Image Section */
.image-container-unique {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.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;
  width: 100%;
  max-width: 600px;
}

.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;
  }

  .image-container-unique {
    width: 25%;
  }

  .text-content-unique {
    width: 60%;
  }
}

.css-13cymwt-control {
  width: auto !important;
  background-color: var(--bg-color) !important;
}

.toggle-container {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.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;
}

/* .report-btns {
  position: absolute !important;
  z-index: 2;
} */

.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;
}

/* .response-btns {
  position: absolute !important;
  z-index: 2;
  right: 21%;
} */
.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%;
}

.dropdown-multi .css-13cymwt-control {
  width: 36vw !important;
  margin-right: 10px;
}

.dropdown-multi .css-13cymwt-control {
  width: 36vw !important;
}

.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;
}

/* .header-logo-img{
  height: 30px !important;
    width: auto;
    margin-top: 6px !important;
} */
.MuiBox-root {
  padding: 0px !important;

  /* Light theme: Nav pills and description tab background */
  [data-theme="light"] ul.nav.nav-pills.rounded-pill,
  [data-theme="light"] .desc-nav-tabs {
    background-color: #e7effd;
  }

  [data-theme="dark"] ul.nav.nav-pills.rounded-pill,
  [data-theme="dark"] .desc-nav-tabs {
    background-color: #0f131b;

    /* Dark theme: Nav pills and description tab background */
    [data-theme="dark"] ul.nav.nav-pills.rounded-pill,
    [data-theme="dark"] .desc-nav-tabs {
      background-color: #0f131b;
    }


    /* Dark theme: Nav pills and description tab background */
    [data-theme="dark"] ul.nav.nav-pills.rounded-pill,
    [data-theme="dark"] .desc-nav-tabs {
      background-color: #0f131b;
    }

    /* Override only inside the coupon modal */
    body .coupon-modal .MuiBox-root {
      padding: 20px !important;
    }

    [data-theme="light"] .iq-card.borderColor {
      border: 1px solid #2a2a2a !important;
      padding: 10px;
      border-radius: 5px;
    }

    [data-theme="dark"] .iq-card.borderColor {
      border: 1px solid #ffff !important;
      padding: 10px;
      border-radius: 5px;
    }
  }
}



.live-price-item {
  list-style: none;
  margin: 0 1rem;
  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 #1ccc8a;
  /* 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;
}

.paper-live-trading-btn {
  margin-left: 5rem !important;
}

.dropdwown-multi .css-b62m3t-container {
  margin-left: 4rem !important;
  width: 40vw !important;
}

.stg-label {
  margin-left: 4rem;
}

.dropdown-multi .css-13cymwt-control {
  width: 39vw !important;
}

.dropdown-multi .css-b62m3t-container {
  width: 39vw !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: 100px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  border: none;
}

.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;
}

.close-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.chatbot-messages {
  flex: 1;
  padding: 10px;
  background-color: #f1f1f1;
  overflow-y: auto;
}

.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;
}


.Stg-select .css-13cymwt-control {
  width: 12vw !important;
  margin-right: 10px;
}

.suggested-bot-card {
  margin: 16px !important;
  box-sizing: border-box;
}



.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: .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: .2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -.2em .2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -.2em -.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: .2em -.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);
}




.viewSignal-button {
  position: relative;
  overflow: hidden;
  height: 2rem;
  padding: 0 1rem;
  border-radius: 1.5rem;
  background: #3d3a4e;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.viewSignal-button:hover::before {
  transform: scaleX(1);
}

.viewSignal-button-content {
  position: relative;
  z-index: 1;
}

.viewSignal-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(82.3deg,
      rgba(150, 93, 233, 1) 10.8%,
      rgba(99, 88, 238, 1) 94.3%);
  transition: all 0.475s;
}



.suggested-bot-card {
  transition: transform 0.18s cubic-bezier(.4, 2, .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: 1.25rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.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;
  letter-spacing: 0.2px;
  background: #f1f5ff;
  border: 1.5px solid #a5b4fc;
  transition: background 0.15s, color 0.15s, border 0.15s;
}

.suggested-bot-card .btn-outline-primary:hover {
  background: #6366f1;
  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: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: .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%);
}




.allplans-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.allplan-card {
  background-color: var(--card-bg-color) !important;
  border-radius: 15px;
  width: 30% !important;
  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 #b2b1fc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.allplan-card:hover {
  transform: translateY(-5px);
}

.plan-title {
  font-size: 30px;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

.price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.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;
  padding-left: 20px;
}



.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;
}

/* Dark Theme Override */
[data-theme="dark"] .dynamic-button {
  background-color: #fff;
  /* light background */
  color: #2a2a2a;
  /* dark text */
  border: 3px solid #fff;
}

/* 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-triangle__traveler {
  position: absolute;
  top: 6%;
  left: 30%;
  width: 33%;
  height: 33%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: triangulate6214 var(--uib-speed) ease 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;
  }
}



:root {
  --card-bg: #ffffff;
}

[data-theme="dark"] {
  --card-bg: linear-gradient(145deg, #1c1c1c, #0d0d0d);
}

.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
}

.set-username {
  position: absolute;
  top: 130px;
  right: 39px;

}


.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;
  color: #fff;
  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;
}

.set-margin {
  margin-bottom: -1rem !important;
}

.card-text-Color {
  color: var(--font-color) !important;
}

.card-bg-color {
  background-color: var(--card-bg-color) !important;
}

.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;
}

/* .selectedRowIndex {
  color: white !important;
  background: black !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;
}

 