body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f5;
  font-size: 12px;
  font-family: "Roboto", sans-serif !important;
  color: #343434;
  overflow: auto;
  caret-color: transparent;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #bfc1c5;
  margin: 0px;
  padding: 0px;
}
.block {
  display: block;
}
.rounded-full {
  border-radius: 9999px;
}
.w-auto {
  width: auto !important;
}
.h-auto {
  height: auto  !important;
}

p+p {
  margin-top: 8px;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
  background-color: transparent;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w-full {
  width: 100%  !important;
}

.relative {
  position: relative;
}

.font-semibold {
  font-weight: 600;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media (min-width: 420px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1350px;
  }
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 34px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e5e7eb; 
  background-color: #ffffff;
}

@media (min-width: 640px) {
  .marquee-wrapper {
    margin-bottom: 0.975rem;
  }
}

//Content start
.itstock {
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
}

.loginBtn,
.startedBtn {
  padding-left: 2rem;          /* px-8 */
  padding-right: 2rem;
  padding-top: 0.5rem;         /* py-2 */
  padding-bottom: 0.5rem;
  font-size: 1rem;             /* text-base */
  font-weight: 500;            /* font-medium */
  outline: none;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 150ms linear;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 9999px !important;
}

.loginBtn:hover,
.loginBtn:focus,
.loginBtn:active,
.startedBtn:hover,
.startedBtn:focus,
.startedBtn:active {
  text-decoration: none;
}

.loginBtn {
  color: #ffffff;                 /* text-white */
  background-color: transparent; /* bg-transparent */
  border: 1px solid #ffffff;     /* border-white */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* shadow (approx.) */
}

.startedBtn {
  color: #000000;               /* text-black */
  background-color: #e6ba3f;    /* yellow (e.g. Tailwind yellow-400) */
  border: 1px solid #e6ba3f;    /* border-yellow */
}

.startedBtn:hover {
  background-color: #cfa93d; /* hover:bg-yellow/90 */
}

.startedBtn:active {
  background-color: #cfa93d;     /* active:bg-yellow */
}


.justify-between{width:1300px;display:flex;justify-content:space-between}

.ImageRes-container {
  width: 100%;
  height: 100%;
}

img, video {
  max-width: 100%;
  height: auto;
}

//Herocontent start

.heroheadcontent {display: none}
.herocontents {
  position: relative;
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}


@media (min-width: 420px) {
  .herocontents {
    margin-top: 0.5rem; /* xs:mt-2 */
    margin-bottom: 2.875rem; /* sm:mb-[2.875rem] */
  }
}

.herocontents .leftContent {
  width: 100%;
}

/* Medium screens */
@media (min-width: 768px) {
  .herocontents .leftContent {
    width: 89%;
  }
}

.herocontents .leftContent h1 {
  color: #41444f;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

/* xs and sm breakpoints */
@media (min-width: 420px) {
  .herocontents .leftContent h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
  }
}

@media (min-width: 640px) {
  .herocontents .leftContent h1 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    line-height: 3.375rem;
  }
}

.herocontents .leftContent p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #8c8e95;
  font-weight: 500;
  margin-top: 0.75rem;
}

/* sm breakpoint for p */
@media (min-width: 640px) {
  .herocontents .leftContent p {
    font-size: 1rem;
  }
}

.herocontents .ImageResContainerImg {
  width: 130px !important;
}

.herocontents .strikeIcon {
  display: none;
}

@media (min-width: 768px) {
  .herocontents .strikeIcon {
    display: block;
  }
}
//Herocontent end

/* Table */

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

.value-divider {
  margin-left: 0px;
  margin-right: 0px;
  flex-shrink: 0;
  display: inline-block;
  width: 1px;
  height: 0.75rem; /* h-3 */
  background-color: #E5E7EB; /* assuming bg-light-300 maps to Tailwind's light gray */
}
@media (min-width: 640px) {
  .value-divider {
    margin-left: 4px;
    margin-right: 4px;
    height: 1rem; /* sm:h-4 */
  }
}

.gray {
  color: var(--text-mute);
}

.fixed-table {
  min-height: 200px;
  max-height: 400px;
  scrollbar-width: unset;
}

.deals .rs-nav-horizontal,
.corporate-action .rs-nav-horizontal {
  border-bottom: 1px solid #ccc;
}

.sell-badges {
  background-color: #CF262b;
}

.buy-sell-badges {
  background-color: #00AEAE;
}

.buy-badges {
  background-color: #4FBB6E;
}

.up-badges {
  background-color: #B2DCBE;
}

.down-up-badges {
  background-color: #A6E3E3;
}

.down-badges {
  background-color: #F0B9BB;
}

.buy-badges,
.buy-sell-badges,
.sell-badges,
.down-up-badges,
.down-badges,
.up-badges {
  color: #FFFFFF;
  width: 70px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 500;
  margin: 0 auto;
}

.text-buy {
  color: #1D863B;
}

.text-sell {
  color: #CF262b;
}

.badges-green {
  background-color: #E8F3EB;
  color: #1D863B;
  border-radius: 99px;
  padding: 4px 16px;
}

.badges-red {
  background-color: #fae9e9;
  color: #CF262B;
  border-radius: 99px;
  padding: 4px 16px;
}

.text-color-red {
  color: #CF262B;
}

.text-color-green {
  color: #1D863B;
}

.stock-list-table .table-responsive.table-stock .table thead th:last-child,
.stock-list-table .table-responsive.table-stock .table tbody td:last-child {
  padding-left: 0px;
  padding-right: 0px;
  width: 1.25rem; /* w-5 */
}

.tableCard {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
}

.tableCardHeaders {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.75rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tableCardTitle {
  font-size: 1rem;
  font-weight: 600;
  color: #204bbb; /* text-blue-600 */
  margin-bottom: 0px;
}

/* Tabs circle */
.tableCard .circleTabs {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #272a37; /* text-dark-600 */
}

.tableCard .circleTabs a {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tableCard .circleTabs a:hover {
  background-color: #2563eb; /* bg-blue-600 */
  color: #ffffff;
  text-decoration: none;
}

.tableCard .circleTabsActive {
  background-color: #204bbb; /* assuming primary */
  color: #ffffff;
}
@media (min-width: 420px) {
  .tableCard .circleTabsActive {
    background-color: #dbeafe; /* primary-200 */
    color: #204bbb; /* primary */
  }
}

/* Tabs custom */
.tableCard .customTabs {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #4B5563; /* text-dark-600 */
}

.tableCard .customTabs a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
}

.tableCard .customTabs a:hover {
  background-color: #2563eb;
  color: #ffffff;
  text-decoration: none;
}

.tableCard .customTabsActive {
  background-color: #204bbb;
  color: #ffffff;
}
@media (min-width: 420px) {
  .tableCard .customTabsActive {
    background-color: #dbeafe;
    color: #204bbb;
  }
}

.tableCardWrapper {
  background-color: #dbeafe; /* primary-200 */
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
  height: 100%;
}

.tableCardWrapper .tableBg {
  background-color: #ffffff;
  flex: 1 1 0%;
  border-radius: 0.5rem;
}

.tableResponsive {
  max-height: 525px; /* sm:max-h-[525px] */
  width: 100%;
  min-height: 300px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: auto;
}

/* Table base */
.tableResponsive table.table {
  background-color: #ffffff;
  width: 100%;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Table header */
.tableResponsive table.table thead th {
  background-color: #e9effe; /* bg-primary-200 */
  color: #1f2937; /* text-dark */
  font-size: 0.875rem;
  font-weight: 600;
  height: 54px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 10;
  text-align: left;
}
@media (min-width: 640px) {
  .tableResponsive table.table thead th {
    font-size: 1rem;
    font-weight: 500;
    border-bottom-width: 0;
  }
}

/* Sorting inside th */
.tableResponsive table.table thead th .sorting {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

/* Table body cells */
.tableResponsive table.table tbody tr td {
  font-size: 0.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-bottom: 1px dotted #e5e7eb; /* border-tableLight */
  white-space: nowrap;
  text-align: left;
  color: #5a5c66; /* text-dark-400 */
}
.tableResponsive table.table tbody tr td a {
  color: #5a5c66; /* text-dark-400 */
  text-decoration: none;
}
.tableResponsive table.table tbody tr td a:hover {
  color: #204bbb;
  text-decoration: none;
}

@media (min-width: 640px) {
  .tableResponsive table.table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.rangeSlider {
  display: flex;
  flex-direction: column;
  width: 12rem;
}
.rangeSlider .rangeValue {
  display: flex;
  justify-content: space-between;
  padding-left: 0.25rem; /* 1 * 0.25rem */
  padding-right: 0.25rem;
}
.rangeSlider .rangeProgress {}
.rangeSlider .rangeProgress .progress {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem; /* 3 * 0.25rem = 0.75rem */
}

.rangeSlider .rangeProgress .progress .w-full {
  width: 100%  !important;
}

.rangeSlider .arrow {
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}

.rangeSlider .rangeProgress .progress .bar {
  background-color: #CEBFE3;
  width: 100%;
  height: 0.25rem;
  border-radius: 9999px;
}
.rangeSlider .rangeProgress .progress .bar .arrow {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: -7px;
  position: absolute;
  color: #7447AE;
}
.rangeSlider .low-high {
  display: flex;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 10px;
  color: #CEBFE3;
}
.updated {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: right;
  margin-bottom: 1.25rem;
}

/* First and last child tweaks */
.tableResponsive table.table tbody tr td:first-child {
  font-weight: 500;
  padding-left: 1.25rem;
}
.tableResponsive table.table tbody tr td:last-child {
  padding-right: 1rem;
}

/* Active row */
.tableResponsive table.table tbody tr.active-row,
.tableResponsive table.table tbody tr.active-row td:first-child {
  background-color: #FFEED9 !important;
}

/* Hover row */
.tableResponsive table.table tbody tr:hover,
.tableResponsive table.table tbody tr:hover td:first-child {
  background-color: #F1FAFA !important;
}

/* Insider trades table */
.tableResponsive table.table.insider-trades tbody tr td:first-child {
  background-color: #dbeafe; /* bg-blue-100 */
}
.tableResponsive table.table.insider-trades tbody tr:hover td:first-child {
  background-color: rgba(255, 238, 217, 0.5);
}

/* Table-firstchild-bg */
.tableResponsive table.table.table-firstchild-bg thead tr th {
  text-align: center;
}
.tableResponsive table.table.table-firstchild-bg thead tr th:first-child {
  text-align: left;
}
@media (min-width: 640px) {
  .tableResponsive table.table.table-firstchild-bg thead tr th:first-child {
    width: 200px;
    min-width: 160px;
  }
}
.tableResponsive table.table.table-firstchild-bg thead tr th:nth-child(2) {
  padding-left: 3.5rem;
  text-align: left;
}

.tableResponsive table.table.table-firstchild-bg tbody tr:hover td:first-child {
  background-color: rgba(255, 238, 217, 0.5);
}

.tableResponsive table.table.table-firstchild-bg tbody tr td {
  text-align: center;
}
.tableResponsive table.table.table-firstchild-bg tbody tr td:first-child {
  background-color: #e0e7ff; /* bg-primary-100 */
  font-weight: 500;
  text-align: left;
}
.tableResponsive table.table.table-firstchild-bg tbody tr td:nth-child(2) {
  padding-left: 3.5rem;
  text-align: left;
}

/* Pivots table */
.tableResponsive table.table.pivots-table {
  table-layout: fixed;
}
.tableResponsive table.table.pivots-table thead tr th:first-child {
  text-align: left;
}
@media (min-width: 640px) {
  .tableResponsive table.table.pivots-table thead tr th:first-child {
    width: 120px;
    min-width: 120px;
  }
}
.tableResponsive table.table.pivots-table thead tr th:nth-child(2),
.tableResponsive table.table.pivots-table tbody tr td:nth-child(2) {
  text-align: center;
}

/* Scrollbar styles */
.tableResponsive::-webkit-scrollbar-thumb:vertical {
  background: rgba(32, 75, 187, 0.2);
  border-radius: 5px;
}
.tableResponsive::-webkit-scrollbar-track:vertical {
  opacity: 0.2;
  background: rgba(97, 122, 250, 0.09);
  border-radius: 5px;
}
.tableResponsive::-webkit-scrollbar-button {
  display: none;
}
.tableResponsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.tableResponsive::-webkit-scrollbar-track {
  background: #bfc1c5;
  border-radius: 5px;
}
@media screen and (max-width: 550px) {
  .tableResponsive::-webkit-scrollbar-track {
    background: rgba(97, 122, 250, 0.3);
  }
}
.tableResponsive::-webkit-scrollbar-thumb {
  background: #5583FA;
  border-radius: 5px;
}
@media screen and (max-width: 550px) {
  .tableResponsive::-webkit-scrollbar-thumb {
    background: rgba(32, 75, 187, 0.5);
  }
}
.tableResponsive::-webkit-scrollbar-thumb:hover {
  background: #2b64f9;
}

/* Stock Table */

.tableStock .table {
  width: 100%;
}

.tableStock .table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

.tableStock .table thead th {
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 45;
  white-space: nowrap;
}

.tableStock .table thead th:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  white-space: nowrap;
  z-index: 46;
}

.tableStock .table thead .thHead {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tableStock .table thead .thHead .img {
  flex-shrink: 0;
}

/* First-child cell (thead + tbody) */
.tableStock .table thead tr th:first-child,
.tableStock .table tbody tr td:first-child {
  position: sticky;
  left: 0;
  text-align: left;
  border-right: none;
  border-left: none;
  border-right: 1px solid #e5e7eb; /* border-tableLight */

  width: 200px;
  min-width: 200px;
  max-width: 200px;
  white-space: wrap;
}

@media (max-width: 550px) {
  .tableStock .table thead tr th:first-child,
  .tableStock .table tbody tr td:first-child {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}

@media (max-width: 361px) {
  .tableStock .table thead tr th:first-child,
  .tableStock .table tbody tr td:first-child {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}

.tableStock .table thead tr th:first-child .sorting,
.tableStock .table tbody tr td:first-child .sorting {
  justify-content: flex-start;
}

/* Last-child padding */
.tableStock .table thead tr th:last-child,
.tableStock .table tbody tr td:last-child {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

.tableStock .table tbody {
  height: 100%;
  position: relative;
}

.tableStock .table tbody .spinner-container {
  position: absolute;
}

/* Row hover background */
.tableStock .table tbody tr:hover {
  background-color: rgba(255, 238, 217, 0.5);
}

.tableStock .table tbody tr:hover td:first-child {
  background-color: #FBF3EB;
}

.tableStock .table tbody td {
  text-align: center;
}

.tableStock .table tbody td:first-child {
  background-color: #f7f9ff;
  font-weight: 500;
}

.tableStock .table tbody td:last-child {
  padding: 0;
}

/* borderLessTable */

.borderLessTable {
  table-layout: fixed;
  width: 100%;
  min-height: fit-content;
  border-collapse: collapse;
}

.borderLessTable thead tr th {
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
  color: #272a37; /* text-dark-600 */
  font-size: 0.9rem;
  padding: 0.75rem;
  white-space: nowrap;
}

.borderLessTable thead tr th:first-child {
  text-align: left;
  padding-left: 10px;
}

.borderLessTable tbody tr td {
  width: 100%;
  text-align: center;
  color: #272a37;
  font-size: 0.875rem;
  padding: 0.75rem;
}

@media (min-width: 420px) {
  .borderLessTable tbody tr td {
    font-size: 1rem;
  }
}

.borderLessTable tbody tr td:first-child {
  text-align: left;
  padding-left: 10px;
}

/* Tag Colors */

.tag-bg-red {
  color: #CF262B !important;
}

.tag-bg-green {
  color: #1D863B !important;
}

.tag-neutral {
  color: #2B64F9 !important;
}

/* Sorting Controls */
.table-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.table thead tr th:first-child .table-sorting {
  justify-content: flex-start;
}

.ads-banner {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 180px;
  position: relative;
}
