
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
a {
  text-decoration: none !important;
}
.sidebar {
  background-color: var(--sidebar-color);
}

nav.navbar.navbar-expand-lg.TopNavbar {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.wrapper {
  background-color: var(--wrapper-color);
}

h1,
h2,
h3,h4,h5 {
  color: var(--heading-color, #000) !important;
}

button.button_BUY.active {
  background: #4bb543;
  color: white;
}

button.button_sell.active {
  background: #ff0000;
  color: white;
}

.table-container {
  max-height: auto;
  overflow-y: auto;
}

.table-responsive {
  overflow-y: auto;
}

.fiXed-header th {
  position: sticky;
  top: 0;
  background-color: #007bff;
  color: #fff;
  z-index: 1;
}

/* .react-bootstrap-table {
    height: 700px !important;
    overflow-y: auto !important;
  }  */

.header-class {
  position: sticky;
  top: 0;
  z-index: 1;
}
.react-datepicker-popper {
  z-index: 9 !important;
}

.Sidebar-horizontal {
  overflow-y: auto;
}

.content {
  transition: all 0.3s ease;
  padding: 40px;
}

.sidebartoggle {
  right: 20px;
  top: 15px;
  border: 1px solid;
  border-radius: 100%;
  font-size: 18px;
  line-height: 14px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Sidebar-horizontal ul::-webkit-scrollbar {
  width: 7px;
}

.Sidebar-horizontal ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.Sidebar-horizontal ul::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* sidebar.css */

/* Sidebar container */
.sidebar-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0 -0.8rem 1.2rem #f4f7f8;
}
.SidebarColored {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

.sidebar-vertical-container .SidebarColored {
  width: 250px;
  position: fixed;
  height: 100%;
  top: 55px;
  transition: all 0.3s ease;
  padding-bottom: 70px !important;
}
.sidebar-open .Sidebar-vertical {
  padding: 10px 10px 10px 10px;
}
.Sidebar-horizontal {
  padding: 0 20px;
}

.sidebar-open .Sidebar-horizontal {
  width: 100%;
}

.sidebar-collapsed .Sidebar-vertical {
  width: 90px;
  padding: 10px 13px 20px 15px;
}

/* Sidebar vertical */
.sidebar-vertical {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 10px;
}
.sidebar-collapsed .Sidebar-vertical .sidebar-menu .sidebar-link span {
  display: none;
}
.Sidebar-horizontal {
  transition: all 0.3s ease;
  padding: 0 20px;

  position: fixed;
  z-index: 9;
  top: 60px;
}
.sidebar-horizontal-container .content,
.sidebar-vertical-container .content {
  padding-top: 90px;
  height: 100vh;
}

/* Sidebar item */
.sidebar-item {
  width: 100%;
  margin-top: 5px;
}

.sidebar-item .sidebartoggle {
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.sidebar-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    transition: 0.3s linear;
}

/* Submenu */
ul.submenu {
  /* background: #ffff; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  padding: 0 0px 0px 8px;
}
li.sidebar-subitem {
  padding: 7px 0;
}
.submenu-item {
  margin: 5px 0;
}

.submenu-toggle-icon {
  color: #ccc;
}

.submenu-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.sidebar-vertical-container.sidebar-open .content {
  width: calc(100% - 250px);
  margin-left: 250px;
  height: 100%;
}
.sidebar-vertical-container.sidebar-collapsed .content {
  width: calc(100% - 60px);
  margin-left: 80px;
}
.sidebar-horizontal-container .content-wrapper {
  display: block;
}
.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  list-style-type: none;
  padding-left: 0px;
}
.sidebar-horizontal-container .sidebar-menu ul {
  position: fixed !important;
  background: #cfaaaa;
  border-radius: 5px;
}

ul.sidebar-menu ul {
  display: block !important;
}

.TopNavbar {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
}
.page-titles {
  border: none;
}

.new-table thead tr th {
  background-color: #004789 !important;
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left !important;
  border: 0;
  vertical-align: baseline;
  padding: 15px 12px;
}

.new-table thead tr th:first-child {
  border-radius: 5px 0 0 0;
}

.new-table thead tr th:last-child {
  border-radius: 0 5px 0 0;
}

.new-table tbody tr:nth-child(odd) {
  background: #eef8ff !important;
}

.new-table tbody tr:nth-child(even) {
  background: #f5fbff !important;
}

.new-table tbody tr {
  border: 0.5px solid #d9d9d9;
}

.new-table tbody tr td {
  padding: 15px 12px;
}

.new-table tbody tr td {
  background-color: transparent !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 12px;
  text-align: left !important;
  vertical-align: middle;
  border: none;
}

.new-table {
  width: 100%;
}

.new-table.new-table-bordered tbody tr td {
  border: 0.5px solid #d9d9d9;
}

.new-table.new-table-bordered thead tr th {
  border: 1px solid #fff;
}

.new-table-hover tbody tr td:hover {
  background-color: #004789 !important;
  color: #fff !important;
}

input,
select,
textarea {
  outline: none !important;
}

.form-floating,
.form-check {
  margin-bottom: 10px !important;
}

.form-floating input,
.form-floating select {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgb(204, 204, 204) !important;
}

.notification-container::after,
.profile-container::after {
  display: none !important;
}

.accordion-plus .accordion-button::after,
.accordion-plus .accordion-button::before {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 14px;
  font-family: "FontAwesome";
  height: auto;
  width: auto;
  background-image: none;
}

.accordion-plus .accordion-button::after {
  content: "\2b";
}

.accordion-plus .accordion-button::before {
  content: "\f068";
  display: none;
}

.accordion-plus .accordion-button:not(.collapsed)::after {
  display: none;
}

.accordion-plus .accordion-button:not(.collapsed)::before {
  display: block;
}

.accordion-arrow .accordion-button::after,
.accordion-arrow .accordion-button::before {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 14px;
  font-family: "FontAwesome";
  height: auto;
  width: auto;
  background-image: none;
}

.accordion-arrow .accordion-button::after {
  content: "\f107";
}

.accordion-arrow .accordion-button::before {
  content: "\f106";
  display: none;
}

.accordion-arrow .accordion-button:not(.collapsed)::after {
  display: none;
}

.accordion-arrow .accordion-button:not(.collapsed)::before {
  display: block;
}

.ReactModal__Overlay {
  background-color: #000000c4 !important;
  z-index: 99;
}

.ReactModal__Overlay .ReactModal__Content {
  width: 50%;
  border: none !important;
  border-radius: 10px !important;
  padding: 0 !important;
  inset: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: transparent !important;
}

.modal-header {
  background: var(--tabelheadbgcolor, #007bff) !important;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px !important;
  font-weight: 800;
}

.modal-header .modal-close-btn-head {
  position: absolute;
  right: 10px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}

.modal-body {
  color: #000;
  font-size: 18px;
  background: #fff;
}

.modal-btn-div {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}

.sidebar-setting-toggle-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  background: #fff;
  padding: 11px 13px;
  border-radius: 54px;
}

.sidebar-setting {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  height: 100vh;
  width: 450px;
  right: -450px;
  transition: ease-in-out 0.3s;
  overflow-y: auto;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sidebar-setting.sidebar-setting-open {
  right: 0;
}

.sidebar-setting-toggle-button i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 25px !important;
  cursor: pointer;
}

.setting-label {
  font-size: 20px;
  font-weight: 600;
}

.setting-color-mode-label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.setting-color-mode-input {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}

.setting-color-mode-input label {
  font-size: 15px;
  cursor: pointer;
}
.setting-color-mode-input label input {
  width: 17px;
  margin-right: 5px;
}

.color-input-div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.color-input-div label {
  font-size: 13px;
}

.color-input-div input[type="color"] {
  width: 30px;
  height: 20px;
  padding: 0;
  border-radius: 0;
  border-width: 0.5px;
  box-shadow: none;
}

.setting-sidebar-divider-line {
  width: 100%;
  height: 2px;
  background: red;
  margin-top: 15px !important;
  margin-bottom: 15px;
}

.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: #fff !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: #9ca3af;
}
.breadcrumb-box:hover > *:not(.breadcrumb-icon) {
  color: #4f46e5;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
}
.breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}

.breadcrumb-text {
  font-size: 1.05rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #000000;
}

@media (min-width: 640px) {
  .breadcrumb-links > li:nth-child(n + 4) {
    display: block;
  }

  .breadcrumb-links li:first-child .breadcrumb-text {
    display: block;
  }
}

.login-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgb(0, 0, 0, 0.25), -5px -5px 15px rgb(0, 0, 0, 0.25);
}

.login-wrapper .background {
  width: 1100px;
  height: 600px;
  bottom: 0;
  left: -200px;
  background: black;
  position: absolute;
  transform-origin: bottom center;
  transform: translate(100px, -180px) rotate(50deg);
  z-index: 10;
  transition: transform 0.5s ease;
}

.login-container,
.signup-container {
  position: absolute;
  top: 0;
  width: 350px;
  height: 400px;
  z-index: 5;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.login-container {
  left: 0;
}

.signup-container {
  right: 0;
}

.login-wrapper .active {
  opacity: 1;
}

.login-wrapper .inner-div {
  width: 75%;
}

.login-wrapper .form-item {
  position: relative;
  margin-bottom: 20px;
}

.login-wrapper .form-item input {
  width: 100%;
  padding: 8px 5px;
  border: none;
  border-bottom: 2px solid black;
  background: transparent;
  outline: none;
  font-size: 16px;
}

.login-wrapper .form-item label {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.login-wrapper .form-button {
  width: 100%;
  padding: 8px 0;
  background: black;
  color: white;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

.login-wrapper .headline {
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.login-wrapper .headline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 50%;
  height: 3px;
  background-color: black;
}

/* -------------------------2nd login page------------------------------------------------- */
.glass-container nav .sidebar-active:checked ~ .sidebar {
  display: flex;
}
.glass-container nav #sidebar-active:checked ~ .sidebar {
  display: flex;
}
:root {
  --accent-color: #54a5b3;
  --base-color: white;
  --text-color: #2e2b41;
  --swiper-navigation-size: 25px !important;

  --input-color: #f3f0ff;
}
.glass-container form {
  width: min(300px, 100%);
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.glass-container form > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.glass-container form label {
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  background-color: var(--accent-color);
  fill: var(--base-color);
  color: var(--base-color);
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.glass-container form input {
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
  height: 50px;
  padding: 1em;
  font: inherit;
  border-radius: 0 10px 10px 0;
  border: 2px solid var(--input-color);
  border-left: none;
  background-color: var(--input-color);
  transition: 150ms ease;
}
.glass-container form input:hover {
  border-color: var(--accent-color);
}
.glass-container form input:focus {
  outline: none;
  border-color: var(--text-color);
}
.glass-container div:has(input:focus) > label {
  background-color: var(--text-color);
}
.glass-container form input::placeholder {
  color: var(--text-color);
}
.glass-container form button {
  margin-top: 10px;
  border: none;
  border-radius: 1000px;
  padding: 0.85em 4em;
  background-color: var(--accent-color);
  color: var(--base-color);
  font: inherit;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 150ms ease;
}
.glass-container form button:hover {
  background-color: var(--text-color);
}
.glass-container form button:focus {
  outline: none;
  background-color: var(--text-color);
}
.glass-container a {
  text-decoration: none;
  color: var(--accent-color);
}
.glass-container a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  .glass-container .wrapper {
    width: min(600px, 100%);
    border-radius: 0;
  }
}
.glass-container form div.incorrect label {
  background-color: #f06272;
}
.glass-container form div.incorrect input {
  border-color: #f06272;
}
.glass-container #error-message {
  color: #f06272;
}
.glass-container .wrapper {
  box-sizing: border-box;

  height: 100%;
  width: max(40%, 400px);
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.glass-container h1 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-login {
  overflow: hidden;
  height: 100vh;
}

.trade-card {
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  box-shadow: 0 0.25rem 0.875rem 0 rgb(0 0 0 / 12%);
}
.trade-content {
  border-radius: 5px;
  padding: 16px;
  background: #f2f2f2;
}
.btn-buy {
  background-color: #28a745;
  color: #fff;
}
.product-show {
  font-size: 18px;
  left: 15px;
}
.page-breadcrumb .breadcrumb-title {
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.page-breadcrumb nav {
  padding-right: 15px;
}
.page-breadcrumb nav ol.breadcrumb .breadcrumb-item {
  font-size: 20px;
  color: #000;
  line-height: 20px;
}
.page-breadcrumb {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  flex-direction: row-reverse;
  justify-content: left;
}
ol.breadcrumb.mb-0.p-0 {
  box-shadow: none !important;
}

/* Secondary button using CSS variables */
.btn.btn-secondary,
.btn.btn-primary:hover {
  background-color: var(--BtnSecBgCol) !important;
  color: var(--BtnSecTxtCol) !important;
  border-color: var(--BtnSecBorderColor, black) !important;
}
.content-heading {
  color: var(--dynamic-color, black) !important;
}
.btn-primary,
.nav-link.active,
.btn-secondary.active,
.btn-secondary:hover {
  background-color: var(--BtnPriBgCol, black) !important;
  color: var(--BtnPriTxtCol, #fff) !important;
  border-color: var(--BtnBorderColor, black) !important;
}

.primary-text {
  color: var(--PrimaryColor, black) !important;
}

.sidebar-color,
.sidebar-color a,
.sidebar-color span,
.sidebar-color svg,
.sidebar-color svg *,
.sidebar-color.sidebar-link svg path,
.sidebar-color.sidebar-link svg rect,
.sidebar-color.sidebar-link svg line,
.sidebar-color.sidebar-link svg circle {
  color: var(--headSidebarFontCol, black) !important;
}

.sidebar-color.sidebar-link.active,
a.sidebar-color.sidebar-sublink.active {
  background-color: var(--headSidebarFontActiveCol, white) !important;
  border-radius: 5px !important;
}
.heading-color {
  color: var(--HeadingColor, black) !important;
}

.sidebar-bg {
  background: var(--sidebarColor, white) !important;
}
a.sidebar-color.sidebar-sublink.active {
  padding: 10px;
}
.features {
  padding-left: 0;
}
.features li {
  list-style-type: none;
}
.pricing-card {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.pricing-card li {
  list-style-type: none;
}
.progress-bar.progress-animated {
  background-color: var(--BtnPriBgCol, green) !important;
}
.rdt_TableHeadRow,
.signalstrategy-table thead tr td {
  background: var(--tabelheadbgcolor, #f1f1f1) !important;
}

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */

.loader {
  width: 40px;
  height: 26px;
  --c: no-repeat linear-gradient(#000 0 0);
  background: var(--c) 0 100%, var(--c) 50% 100%, var(--c) 100% 100%;
  background-size: 8px calc(100% - 4px);
  position: relative;
  margin-top: 20px;
}

.loader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 0;
  animation: l3-1 1.5s linear infinite alternate,
    l3-2 0.75s cubic-bezier(0, 200, 0.8, 200) infinite;
}

@keyframes l3-1 {
  100% {
    left: calc(100% - 8px);
  }
}

@keyframes l3-2 {
  100% {
    top: -0.1px;
  }
}

/* .loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  animation: l14 4s infinite;
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border: 8px solid;
  border-radius: 50%;
  border-color: red red #0000 #0000;
  mix-blend-mode: darken;
  animation: l14 1s infinite linear;
}

.loader::after {
  border-color: #0000 #0000 blue blue;
  animation-direction: reverse;
}

@keyframes l14 {
  100% {
    transform: rotate(1turn)
  }
} */
/* Fullscreen Blur Background */
.loader-container {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(10px);  */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.dashboard-card {
  height: 100% !important;
}
.dropdown-item.notification {
  white-space: break-spaces;
}
.table-responsive {
  width: 100%;
}
.policy-content h2 {
  font-size: 20px;
  font-weight: 600;
}
/* ---------------------------Responsive css------------------------------ */

@media screen and (min-width: 1024px) {
  .sidebar-vertical-container.sidebar-open
    .SidebarColored
    .sidebar-link
    tooltip {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-vertical-container.sidebar-open .SidebarColored {
    left: -250px;
  }
  .sidebar-vertical-container.sidebar-collapsed
    ul.submenu
    .sidebar-subitem
    span {
    display: none;
  }
  .sidebar-vertical-container.sidebar-open .content {
    width: calc(100%);
    margin-left: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  body .border-md-right {
    border-right: 0px !important;
  }
  .btn.btn-primary,
  .btn.btn-secondary {
    font-size: 14px !important;
  }
  .content {
    padding: 30px;
  }
  .sidebar-vertical-container.sidebar-collapsed .content {
    margin-left: 70px;
  }
}
@media screen and (max-width: 575px) {
  span.switch-label,
  .form-check.form-switch.form-check-dark span {
    font-size: 12px !important;
  }
  .form-check.form-switch.form-check-dark.mb-0 {
    font-size: 16px !important;
  }
  div#dropdownMenuLink svg {
    width: 15px !important;
  }
  .navbar-brand img {
    width: 100px !important;
    height: 30px !important;
    object-fit: contain;
  }
}

.dynamic-content img {
  width: 350px;
}

/* -------------------user dashboard---------------------------*/

.box .apexcharts-xaxistooltip {
  background: #1b213b;
  color: #fff;
}

.content-area {
  max-width: 1280px;
  margin: 0 auto;
}

.box {
  background-color: #262d47;
  padding: 25px 25px;
  border-radius: 4px;
}

.columnbox {
  padding-right: 15px;
}
.radialbox {
  max-height: 333px;
  margin-bottom: 60px;
}

.apexcharts-legend-series tspan:nth-child(3) {
  font-weight: bold;
  font-size: 20px;
}

.table-primary,
.accordion-button:not(.collapsed), .accordion-button:not(.collapsed) p{
  background: var(--tabelheadbgcolor, #007bff) !important;
  --bs-table-bg: var(--tabelheadbgcolor, #007bff) !important;
   color: var(--BtnPriTxtCol, #fff) !important;
}
.activity-card .progress,
.activity-card .progress-stacked {
  --bs-progress-height: 1.5rem !important;
}

span.alert-count {
  top: -6px !important;
  right: -10px !important;
  width: 15px;
  height: 15px;
  padding: 2px 4px !important;
  line-height: 13px !important;
}
span.trade-type1 {
  background: #00cd00;
  color: #fff;
  border-radius: 5px;
  padding: 2px 4px;
}

.btn-primary i,
.btn-secondary i {
  padding-right: 5px;
}

.fs-14 {
  font-size: 14px;
}
li.fs-14 {
  padding: 5px 0;
}
.basket-short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-img {
  /* height: 200px; */
  object-fit: cover;
  width: 80%;
  margin: 0px auto;
}
.dynamic-image {
  fill: var(--BtnPriBgCol, red); /* Default color red */
}

.privacy-data p img,
.privacy-data img {
  width: 100%;
}

.screen-bg {
  fill: var(--BtnPriBgCol, black) !important;
  animation: flicker 3s ease-in-out infinite;
}
.dot {
  fill: #ffffff;
  animation: dotPulse 2s ease-in-out infinite;
  transform-origin: center;
}
@keyframes dotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes flicker {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
.dark .screen-bg {
  fill: var(--BtnPriBgCol, black) !important;
}
.no-data {
  margin-top: -20px;
  font-size: 20px;
}

.basket-stock-list .breadcrumb a,
.basket-stock-list .breadcrumb button {
  margin-right: 8px;
  margin-top: 5px !important;
}

.rfreshicon,
.refresh-icon {
  margin-top: 30px;
  margin-left: 15px;
}
body.sidebar-vertical-container.sidebar-closed.sidebar-collapsed
  .sidebar-subitem
  .sidebar-sublink
  span {
  display: none;
}
body.sidebar-vertical-container.sidebar-closed.sidebar-collapsed
  svg.lucide.lucide-chevron-right {
  color: #fff !important;
  margin-left: -15px;
}
.lucide-trash2 {
  color: red;
}

svg.lucide.lucide-square-pen {
  color: #0d6efd;
}

.lucide-user-cog {
  color: #058105;
}

svg.lucide.lucide-arrow-down-to-line {
  color: #ff6000;
}

svg.lucide.lucide-eye {
  color: #ffc107;
}

svg.lucide {
  margin: 0px 3px;
}
.lucide-pencil {
  color: brown;
}

.date-btn {
  background-color: #ccc;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 400;
}

.timeline {
  max-width: 100%;
  margin-left: auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  position: relative;
}

/* Main timeline vertical bar */
.timeline::before {
  content: "";
  position: absolute;
  left: 24px; /* Adjusted to align with dot center */
  top: 0;
  bottom: 0;
  width: 2px;
  background: #3b82f6;
}

.timeline-item {
  position: relative;
  padding: 20px;
  margin: 30px 0;
  margin-left: 35px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Circle connector */
.timeline-item::before {
  content: "";
  position: absolute;
  left: -29px; /* Adjusted to center on bar */
  top: 24px;
  width: 12px;
  height: 12px;
  background: #3b82f6;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
}

/* Horizontal connector line */
.timeline-item::after {
  content: "";
  position: absolute;
  left: -17px; /* Adjusted to connect from dot edge */
  top: 29px;
  width: 17px;
  height: 2px;
  background: #3b82f6;
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.timeline-date {
  color: #6b7280;
  font-size: 0.875rem;
}

.timeline-title {
  color: #1f2937;
  font-size: 1.125rem;
  font-weight: 600;
}

.timeline-content {
  color: #4b5563;
  line-height: 1.5;
}

.timeline-item:nth-child(1) {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7),
    rgba(147, 197, 253, 0.3)
  );
}

.timeline-item:nth-child(2) {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7),
    rgba(167, 139, 250, 0.3)
  );
}

.timeline-item:nth-child(3) {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7),
    rgba(251, 146, 60, 0.3)
  );
}

.timeline-item:nth-child(4) {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7),
    rgba(110, 231, 183, 0.3)
  );
}

.timeline-item:nth-child(5) {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.7),
    rgba(249, 168, 212, 0.3)
  );
}

.timeline-item:hover::before {
  background: #2563eb;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

@media (max-width: 640px) {
  .timeline::before {
    left: 19px; /* Adjusted for mobile alignment */
  }

  .timeline-item {
    margin-left: 30px;
  }

  .timeline-item::before {
    left: -24px; /* Adjusted for mobile alignment */
  }

  .timeline-item::after {
    left: -12px;
    width: 12px;
  }

  .timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-date {
    margin-top: 4px;
    font-size: 0.813rem;
  }
}
a.sidebar-color.sidebar-sublink {
  font-size: 14px;
}

span.alert-count {
  top: -5px !important;
  right: -10px !important;
  width: 17px;
  height: 17px;
  padding: 2px 4px !important;
  line-height: 15px !important;
  letter-spacing: -1px;
  font-size: 9px !important;
}
button {
  transition: all 250ms !important;
}
button:hover {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 0 #f4f4f4, 0 1px 0 0 #efefef, 0 1px 0 0 #ececec,
    0 2px 0 0 #e0e0e0, 0 2px 0 0 #dedede, 0 3px 0 0 #dcdcdc, 0 4px 0 0 #cacaca I !important;
}

:root {
  --color-text: #616161;
}

.demate-data .card-wrap {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding-bottom: 15px;
}
.demate-data .card-wrap:hover {
  transform: scale(1.05);
}
.demate-data .card-header {
  height: 110px;
  width: 100%;
  /* background: red; */
  border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
  display: grid;
  place-items: center;
  border-radius: 0px 0px 120px 120px !important;
  border-top: 2px solid var(--BtnPriBgCol, black) !important;
}
.demate-data .card-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: -23px;
}

.demate-data .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.demate-data .card-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.demate-data .card-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
span.price-current svg {
  width: 18px;
  height: 18px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group input[type="button"] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  border: 1px solid #dedede;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  /* left: -6px; */
  width: 60px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
  border: 1px solid #dedede !important;
}
.button-plus {
  /* left: -13px; */
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.basket-detail-card {
  /* border-color: var(
  --BtnSecBorderColor,
  black
) !important;
  border: 1px solid; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 7px !important;
}
.basket-detail-card li {
  background-color: #ffffffc4;
}

.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper-2 {
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
.wrapper-1 h1 {
  font-family: "Kaushan Script", cursive !important;
  font-size: 4em;
  letter-spacing: 3px;
  color: var(--heading-color);
  margin: 0;
  margin-bottom: 20px;
}
.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #aaa;
  font-family: "Source Sans Pro", sans-serif;
  /* letter-spacing: 1px; */
}
.go-home {
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

@media (min-width: 360px) {
  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
}
html,
body,
.App,
div#root,
.wrapper {
  height: 100%;
}
.basket-short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.basket-card {
  position: relative;
}
.basket-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--BtnPriBgCol, black) !important;
  backdrop-filter: blur(10px);
  /* z-index: -1; */
  border-radius: 0px 0px 0px 100px;
}
.basket-card:hover::before {
  background-color: var(--BtnPriBgCol, black) !important;
  transform: scale(1.99);
  transition: all 0.3s ease-in-out;
}
.basket-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.sticky-card {
  width: 100%;
  background: #edf7f6;
  display: inline-block;
  float: left;
  position: sticky;
  top: 50px;
}
ul.mb-3.border-tab.nav.nav-tabs {
  justify-content: center;
}
.border-tab.nav.nav-tabs .nav-item.show .nav-link,
.border-tab.nav.nav-tabs .nav-link.active {
  border-color: var(--BtnSecBorderColor, black) !important;
  color: var(--BtnSecTxtCol) !important;
  background-color: var(--BtnSecBgCol) !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-width: 3px;
  font-weight: 600;
}
.border-tab.nav.nav-tabs .nav-item.show .nav-link:hover,
.border-tab.nav.nav-tabs .nav-item.show .nav-link:focus {
  border: 0px !important;
}
.basket-chart-data canvas {
  height: 350px !important;
  width: 1150px !important;
}
.chart-tab {
  /* width: 245px; */
  float: right;
  border: 1px solid #dfdfdf;
  justify-content: space-between;
  display: flex;
  border-radius: 10px;
}
.trade-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.trade-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

.trade-header .tags {
  display: flex;
  gap: 10px;
}

.tag {
  padding: 2px 8px;
  background: #e1e1e1;
  border-radius: 12px;
  font-size: 12px;
}

.strategy-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.strategy-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.strategy-table th,
.strategy-table td {
  text-align: left;
  padding: 6px 0;
}

.strategy-table th {
  color: #555;
}

.strategy-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.strategy-actions .info {
  font-size: 12px;
}

.strategy-actions button {
  background: #28c76f;
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
  cursor: pointer;
}
.service-card .card-header {
  background-color: var(--BtnPriBgCol, black) !important;
  color: var(--BtnPriTxtCol, #fff) !important;
  border-color: var(--BtnBorderColor, black) !important;
}
span.price-original {
  border: 1px solid;
  border-radius: 5px;
  padding: 1px 10px;
}

.thankyou-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: "Segoe UI", sans-serif;
  position: relative;
}

.thankyou-wrapper .card {
  background: #fff;
  padding: 0px 0px 30px;
  border-radius: 5px 5px 25px 25px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 10;
}
.thankyou-wrapper .check-header {
  width: 100%;
  border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
  border-top: 5px solid var(--BtnPriBgCol, black) !important;
}
.thankyou-wrapper .check-container {
  width: 100px;
  height: 100px;
  margin: 20px auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: slideInRight 1s ease-out forwards;
  transform: translateY(200%);
  opacity: 0;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
}

.thankyou-wrapper .checkmark {
  color: #fff;
  font-size: 50px;
}

.thankyou-wrapper h1 {
  font-family: "Pacifico", cursive !important;
  font-size: 55px;
  background: linear-gradient(270deg, #ff6ec4, #7873f5, #4ade80, #22d3ee);
  background-size: 600% 600%;
  line-height: 100px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s ease infinite;
  /* margin: 16px 0; */
}
.thankyou-wrapper p {
  color: #555;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Animation for tick slide-in */
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Confetti scoped inside wrapper */
.thankyou-wrapper .confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  animation: fall 3s linear infinite;
  opacity: 0.7;
}

.thankyou-wrapper .confetti:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  background: #f43f5e;
}
.thankyou-wrapper .confetti:nth-child(2) {
  left: 20%;
  animation-delay: 0.5s;
  background: #facc15;
}
.thankyou-wrapper .confetti:nth-child(3) {
  left: 40%;
  animation-delay: 1s;
  background: #4ade80;
}
.thankyou-wrapper .confetti:nth-child(4) {
  left: 60%;
  animation-delay: 1.5s;
  background: #60a5fa;
}
.thankyou-wrapper .confetti:nth-child(5) {
  left: 75%;
  animation-delay: 2s;
  background: #a78bfa;
}

@keyframes fall {
  0% {
    top: -10px;
    transform: rotate(0deg) scale(1);
  }
  100% {
    top: 120%;
    transform: rotate(360deg) scale(1.2);
  }
}

.basket-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.user-card .bg-gradient-deepblue {
  background: #6a11cb;
  background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
  background: linear-gradient(45deg, #6a11cb, #2575fc) !important;
}
.user-card .bg-gradient-ohhappiness {
  background: #00b09b;
  background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
  background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}
.user-card .bg-gradient-ibiza {
  background: #ee0979;
  background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
  background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}
.faq-content .accordion-item {
  border: 1px solid !important;
  margin: 10px 0;
  border-radius: 2px !important;
  border-color: var(--BtnSecBorderColor, black) !important;
}
.dynamic-content {
  font-size: 14px;
}

.pricing-table .card {
  -webkit-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-border-radius: 15px;
  height: 100%;
  border-radius: 15px;
}

.pricing-table .card .card-header {
  border-top-left-radius: 15px;

  border-top-right-radius: 15px;
  background-color: var(--BtnPriBgCol, black) !important;
  color: var(--BtnPriTxtCol, #fff) !important;
  border-color: var(--BtnBorderColor, black) !important;
}

@media (min-width: 992px) {
  .pricing-table .card:hover {
    margin-top: -0.25rem;

    margin-bottom: 0.25rem;

    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);

    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.pricing-table .card .card-title {
  font-size: 1rem;

  font-weight: 500;
}

.pricing-table .card .card-price {
  font-size: 2rem;
}

.pricing-table .card .card-price .term {
  font-size: 0.875rem;
}

.pricing-table .card ul li.list-group-item {
  border-bottom: 1px solid rgb(0 0 0 / 0%);

  color: #3b3b3b;

  font-size: 16px;
}
.cart-table 
{
  border-collapse: separate;
  border-spacing: 0 15px; /* Horizontal 0, Vertical 15px */
}
.cart-table tbody tr{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;


}
.cart-table tbody tr td{
  vertical-align: middle;
}
svg.lucide.lucide-x.text-danger {
  stroke: #dc3545;
}
.small-font {
  font-size: 12px;
  color: #505050 !important;
}
.signal-message-list {
  height: 220px;
  overflow-y: auto;
}
.transition-0
{
  transition: none !important;
}
.permission-badge{
    background-color: var(--headSidebarFontActiveCol, white) !important;
    border-radius: 5px !important;
    border-color: var(--BtnSecBorderColor, black) !important;
    color: var(--BtnSecTxtCol) !important;
    font-size: 12px;
    padding: 5px 11px;
    /* border-width: 1px;
    border-style: solid; */
    text-transform: capitalize;
    
}
.dashboard-card .dashboard-icon {
    background-color: var(--headSidebarFontActiveCol, white) !important;
    border-radius: 5px !important;
    color: #fff;
    padding: 5px 8px;
    line-height: 20px;
}
.badge.bg-light-success {
    background: #e8fdf8;
    color: #18b76d;
}
.badge.bg-light-danger {
    background: #feeceb;
    color: #f44236;
}
.dashboard-card  .progress-bar {
    background-color: var(--BtnPriBgCol, black) !important;
}
label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
svg.lucide.lucide-indian-rupee {
    width: 16px;
    color: green;
}
.col-form-label {
    font-weight: 500;
}
.btn-sm i,.btn-sm
{
  font-size: 12px !important;
}
.blog-para
{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.canvas-container canvas
{
  width: 100% !important;
}

.rdt_TableCol .rdt_TableCol_Sortable ,.table-primary th , thead.table-primary tr td ,.accordion-button:not(.collapsed) h5 , .accordion-button:not(.collapsed) h4{
  color: var(--BtnPriTxtCol, #fff) !important;
  font-weight: 600;
}
.plan-subscription .accordion-button:not(.collapsed) ,.plan-subscription .accordion-button:not(.collapsed) h5
{
color: var(--headSidebarFontCol, black) !important;
}

.main-login {
  background: var(--sidebarColor, white)
}
.bg-blur.show {
  backdrop-filter: brightness(0.9);
  background: #000000a3;
}
/* 
:root[data-theme="dark-green"] {
  --sidebarColor: #161f1e;
  --navbarColor: #ffffff;
  --cardbgcolor: #f0f0f0 !important;
  --cardbordercolor: #333333;
}
html[data-theme*='"ThemeName":"dark-green"'] .card {
  --bs-card-bg: #882626 !important;

  background-color: #21352e !important;
  --bs-card-border-color: var(--cardbordercolor, #333333) !important;
}
html[data-theme*='"ThemeName":"dark-green"'] .strategy-content p , html[data-theme*='"ThemeName":"dark-green"'] .content-heading, html[data-theme*='"ThemeName":"dark-green"'] label {
    color: #fff !important;
}

 html[data-theme*='"ThemeName":"dark-green"'] .rdt_TableBody .rdt_TableRow, html[data-theme*='"ThemeName":"dark-green"'] .rdt_TableCell,  html[data-theme*='"ThemeName":"dark-green"'] .rdt_Pagination
 {
  color: #c4c4c4 !important;
  background-color: #161f1e !important;
  border-color: #4a5466 !important;
 }
  html[data-theme*='"ThemeName":"dark-green"'] .table-responsive
 {
padding: 0px !important;
background: transparent !important;
 }
   [data-theme*='"ThemeName":"dark-green"'] .pricing-card ,html[data-theme*='"ThemeName":"dark-green"'] .form-control,   html[data-theme*='"ThemeName":"dark-green"'] .form-select {
   
    background-color: #172621;
    border-color: #4d4e50;
    color: #c4c4c4 !important;

}

  html[data-theme*='"ThemeName":"dark-green"'] svg, html[data-theme*='"ThemeName":"dark-green"'] .rdt_TableCol ,html[data-theme*='"ThemeName":"dark-green"'] .dashboard-card h5, html[data-theme*='"ThemeName":"dark-green"'] .card-title, html[data-theme*='"ThemeName":"dark-green"'] .card-body, html[data-theme*='"ThemeName":"dark-green"'] .form-control::placeholder,   html[data-theme*='"ThemeName":"dark-green"'] .page-breadcrumb .breadcrumb-title  {
   color: #c4c4c4 !important;
}
  html[data-theme*='"ThemeName":"dark-green"']  .badge.bg-light-success {
    background: #161f1e;
    color: #18b76d;
}
html[data-theme*='"ThemeName":"dark-green"'] .page-breadcrumb ,html[data-theme*='"ThemeName":"dark-green"'] .breadcrumb {
    background-color: #21352e !important;
    border: 1px solid #c4c4c4;
    
}
html[data-theme*='"ThemeName":"dark-green"'] .modal-footer , html[data-theme*='"ThemeName":"dark-green"'] .modal-body {
    background-color: #131a17 !important;   
}
html[data-theme*='"ThemeName":"dark-green"'] .navbar
{
background: rgb(22 31 30 / 35%);
    font-family: Arial;
    border-bottom: 1px solid #fff;
    backdrop-filter: blur(20px);
}
html[data-theme*='"ThemeName":"dark-green"'] .modal-header
{
  background-color: #21fa90 !important;
}
[data-theme*='"ThemeName":"dark-green"'] .modal-title,[data-theme*='"ThemeName":"dark-green"'] body .sticky-card label, [data-theme*='"ThemeName":"dark-green"'] body .sticky-card p {
    
    color: #000 !important;
}

[data-theme*='"ThemeName":"dark-green"']  .trade-card.shadow {
    background-color: rgb(23 38 33) !important;
}
[data-theme*='"ThemeName":"dark-green"'] .row.bg-white {
    background: #172621 ! IMPORTANT;
    border-top: 1px solid #fff !important;
}
[data-theme*='"ThemeName":"dark-green"'] .trade-content, [data-theme*='"ThemeName":"dark-green"'] .date-btn {
 
    background: #21352e;
}
[data-theme*='"ThemeName":"dark-green"']  .list-group-item, [data-theme*='"ThemeName":"dark-green"'] .tag
{
  background: transparent !important;
  color: #fff !important;

}
[data-theme*='"ThemeName":"dark-green"'] .demate-data .card-wrap
{
  background: transparent !important;
  color: #fff !important;
  border-width: 1px !important;
}
[data-theme*='"ThemeName":"dark-green"'] .pricing-container .card, [data-theme*='"ThemeName":"dark-green"'] .card.shadow {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    background: #172621 !important;
}
[data-theme*='"ThemeName":"dark-green"'] .demate-data .card-header {

background: #161f1e;
;
}
[data-theme*='"ThemeName":"dark-green"'] .trade-card {
    background: #162623;
 
}
[data-theme*='"ThemeName":"dark-green"']  .strategy-table.table
{
  --bs-table-bg: #21352e;
}
[data-theme*='"ThemeName":"dark-green"'] body .list-group-item a,[data-theme*='"ThemeName":"dark-green"'] .blog-para, [data-theme*='"ThemeName":"dark-green"']  .list-group-item div , [data-theme*='"ThemeName":"dark-green"'] .card.shadow h4{
  color: #c4c4c4 !important;

}
[data-theme*='"ThemeName":"dark-green"'] .card.shadow-sm ,[data-theme*='"ThemeName":"dark-green"'] .blog-card {
    box-shadow: var(--bs-box-shadow-sm)!important;
    border: 1px solid #c4c4c4;
}
html[data-theme*='"ThemeName":"dark-green"'] .blog-para h4, html[data-theme*='"ThemeName":"dark-green"'] body .blog-para h3 
{
  color: #fff !important;
}
html[data-theme*='"ThemeName":"dark-green"'] .user-dashboard h5,html[data-theme*='"ThemeName":"dark-green"'] h5 a ,html[data-theme*='"ThemeName":"dark-green"'] .user-dashboard h5,html[data-theme*='"ThemeName":"dark-green"'] h4,html[data-theme*='"ThemeName":"dark-green"'] body h5 a{
  color: #fff !important;
}
html[data-theme*='"ThemeName":"dark-green"'] .pricing-table .card .card-header {

    background-color: #3c5a50 !important;
 
} */


h5.tab-color.positive {
  color: green !important;
}

h5.tab-color.negative {
  color: red !important;
}

.btn-sub {
  color: white !important;
  font-size: small !important;
}

.button-suscribe {
  font-size: 1.1rem !important;
  color: white !important;
}