@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/lato-v24-latin-300.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url(../webfonts/lato-v24-latin-300italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/lato-v24-latin-regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url(../webfonts/lato-v24-latin-italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/lato-v24-latin-700.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url(../webfonts/lato-v24-latin-700italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/lato-v24-latin-900.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url(../webfonts/lato-v24-latin-900italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/poppins-v22-latin-300.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/poppins-v22-latin-regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url(../webfonts/poppins-v22-latin-italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(../webfonts/poppins-v22-latin-500.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../webfonts/poppins-v22-latin-600.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url(../webfonts/poppins-v22-latin-600italic.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/poppins-v22-latin-700.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(../webfonts/poppins-v22-latin-800.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/poppins-v22-latin-900.woff2) format("woff2");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v222/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  font-weight: 800;
}

:root {
  --colorPrimary: #16928d;
  --colorSecondary: #243d4c;
  --colorTertiary: #2b3144;
  --colorGreen: #03a66d;
  --colorSoftGreen: #e4f2f3;
  --colorBlack: #000;
  --colorWhite: #fff;
  --colorRed: #e84b4b;
  --colorYello: #ffc325;
  --colorDarkGray: #333;
  --colorLightGray: #666;
  --colorLightGray2: #878a8c;
  --colorCCC: #ccc;
  --color999: #999;
  --body-color: #34373c;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f6fafd;
  background-size: cover;
  font-size: 14px;
  color: #34373c;
}

html {
  font-size: 62.5%;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.p-3,
.p-12 {
  padding: 12px;
}

.p-4 {
  padding: 16px;
}

.p-5 {
  padding: 2.4rem;
}

.p-6 {
  padding: 3.2rem;
}

.p-7 {
  padding: 4rem;
}

.p-8 {
  padding: 4.8rem;
}

.p-9 {
  padding: 5.6rem;
}

.p-10 {
  padding: 5.6rem;
}

.p-11 {
  padding: 6.8rem;
}

.p-12 {
  padding: 7.2rem;
}

.p-13 {
  padding: 7.6rem;
}

.p-14 {
  padding: 8rem;
}

.p-15 {
  padding: 9rem;
}

.p-16 {
  padding: 10rem;
}

.pt-1 {
  padding-top: 4px;
}

.pt-2 {
  padding-top: 8px;
}

.pt-3 {
  padding-top: 12px;
}

.pt-4 {
  padding-top: 16px;
}

.pt-5 {
  padding-top: 2.4rem;
}

.pt-6 {
  padding-top: 3.2rem;
}

.pt-7 {
  padding-top: 4rem;
}

.pt-8 {
  padding-top: 4.8rem;
}

.pt-9 {
  padding-top: 5.6rem;
}

.pt-10 {
  padding-top: 5.6rem;
}

.pt-11 {
  padding-top: 6.8rem;
}

.pt-12 {
  padding-top: 7.2rem;
}

.pt-13 {
  padding-top: 7.6rem;
}

.pt-14 {
  padding-top: 8rem;
}

.pt-15 {
  padding-top: 9rem;
}

.pt-16 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-5 {
  padding-bottom: 2.4rem;
}

.pb-6 {
  padding-bottom: 3.2rem;
}

.pb-7 {
  padding-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 4.8rem;
}

.pb-9 {
  padding-bottom: 5.6rem;
}

.pb-10 {
  padding-bottom: 5.6rem;
}

.pb-11 {
  padding-bottom: 6.8rem;
}

.pb-12 {
  padding-bottom: 7.2rem;
}

.pb-13 {
  padding-bottom: 7.6rem;
}

.pb-14 {
  padding-bottom: 8rem;
}

.disable-bx {
  background-color: #f5f5f5;
  color: #999;
}

.pb-15 {
  padding-bottom: 9rem;
}

.pb-16 {
  padding-bottom: 10rem;
}

.pl-1 {
  padding-left: 4px;
}

.pl-2 {
  padding-left: 8px;
}

.pl-3 {
  padding-left: 12px;
}

.pl-4 {
  padding-left: 16px;
}

.pl-5 {
  padding-left: 2.4rem;
}

.pl-6 {
  padding-left: 3.2rem;
}

.pl-7 {
  padding-left: 4rem;
}

.pl-8 {
  padding-left: 4.8rem;
}

.pl-9 {
  padding-left: 5.6rem;
}

.pl-10 {
  padding-left: 5.6rem;
}

.pr-1 {
  padding-right: 4px;
}

.pr-2 {
  padding-right: 8px;
}

.pr-3 {
  padding-right: 12px;
}

.pr-4 {
  padding-right: 16px;
}

.pr-5 {
  padding-right: 2.4rem;
}

.pr-6 {
  padding-right: 3.2rem;
}

.pr-7 {
  padding-right: 4rem;
}

.pr-8 {
  padding-right: 4.8rem;
}

.pr-9 {
  padding-right: 5.6rem;
}

.pr-10 {
  padding-right: 5.6rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 4px;
}

.m-2 {
  margin: 8px;
}

.m-3 {
  margin: 12px;
}

.m-4 {
  margin: 16px;
}

.m-5 {
  margin: 2.4rem;
}

.m-6 {
  margin: 3.2rem;
}

.m-7 {
  margin: 4rem;
}

.m-8 {
  margin: 4.8rem;
}

.m-9 {
  margin: 5.6rem;
}

.m-10 {
  margin: 5.6rem;
}

.mt-1 {
  margin-top: 4px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-5 {
  margin-top: 2.4rem;
}

.mt-6 {
  margin-top: 3.2rem;
}

.mt-7 {
  margin-top: 4rem;
}

.mt-8 {
  margin-top: 4.8rem;
}

.mt-9 {
  margin-top: 5.6rem;
}

.mt-10 {
  margin-top: 5.6rem;
}

.mt-11 {
  margin-top: 6.8rem;
}

.mt-12 {
  margin-top: 7.2rem;
}

.mt-13 {
  margin-top: 7.6rem;
}

.mt-14 {
  margin-top: 8rem;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 2.4rem;
}

.mb-6 {
  margin-bottom: 3.2rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 4.8rem;
}

.mb-9 {
  margin-bottom: 5.6rem;
}

.mb-10 {
  margin-bottom: 5.6rem;
}

.mb-11 {
  margin-bottom: 6.8rem;
}

.mb-12 {
  margin-bottom: 7.2rem;
}

.mb-13 {
  margin-bottom: 7.6rem;
}

.mb-14 {
  margin-bottom: 8rem;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 12px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-5 {
  margin-left: 2.4rem;
}

.ml-6 {
  margin-left: 3.2rem;
}

.ml-7 {
  margin-left: 4rem;
}

.ml-8 {
  margin-left: 4.8rem;
}

.ml-9 {
  margin-left: 5.6rem;
}

.ml-10 {
  margin-left: 5.6rem;
}

.mr-1 {
  margin-right: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mr-3 {
  margin-right: 12px;
}

.mr-4 {
  margin-right: 16px;
}

.mr-5 {
  margin-right: 2.4rem;
}

.mr-6 {
  margin-right: 3.2rem;
}

.mr-7 {
  margin-right: 4rem;
}

.mr-8 {
  margin-right: 4.8rem;
}

.mr-9 {
  margin-right: 5.6rem;
}

.mr-10 {
  margin-right: 5.6rem;
}

.m-auto {
  margin: auto;
}

.gap-05 {
  gap: 5px;
}
.gap-1 {
  gap: 10px;
}

.gap-2,
.gap-12 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.gap-6 {
  gap: 6rem;
}

.gap-7 {
  gap: 7rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-9 {
  gap: 9rem;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: clamp(20px, 2.4rem, 2.4rem);
}

.text-30 {
  font-size: clamp(21px, 3rem, 3rem);
}

.text-36 {
  font-size: clamp(22px, 3.6rem, 4.4rem);
}

.text-40 {
  font-size: 4rem;
}

.text-50 {
  font-size: 5rem;
}

.text-60 {
  font-size: 6rem;
}

.text-80 {
  font-size: 8rem;
}

.weight-400 {
  font-weight: 400;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 700;
}

.border-none {
  border: none;
}

.border-1-white {
  border: solid 1px #fff;
}

.border-2-white {
  border: solid 2px #fff;
}

.border-1-gray {
  border: solid 1px #cecece;
}

.border-right-gray {
  border-right: solid 1px #dde1de;
}

.border-light-gray {
  border: solid 1px rgb(0 0 0 / 0.08);
}

.border-dark-gray {
  border: solid 1px #a9a9a9;
}

.border-light-green {
  border: solid 1px #e6f1e9;
}

.radius-3 {
  border-radius: 3px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-12 {
  border-radius: 12px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-50 {
  border-radius: 50%;
}

.dropdown-width-270 {
  width: 270px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.grow-1 {
  flex-grow: 1;
}

.grow-2 {
  flex-grow: 2;
}

.grow-3 {
  flex-grow: 3;
}

.color-white {
  color: var(--colorWhite);
}

.color-black {
  color: var(--colorBlack);
}

.color-light-gray {
  color: var(--colorLightGray);
}

.color-light-gray2 {
  color: var(--colorLightGray2);
}

.color-primary {
  color: var(--colorPrimary);
}

.color-secondary {
  color: var(--colorSecondary);
}

.color-red {
  color: red;
}

.color-green {
  color: var(--colorGreen);
}

.color-ccc {
  color: var(--colorCCC);
}

.color-999 {
  color: var(--color999);
}

.bg-white {
  background-color: #fff;
}

.bg-white-30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white-50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white-70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white-90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-primary-80 {
  background-color: #00aaa1;
}

.bg-primary-10 {
  background-color: rgb(22 146 141 / 0.1);
}

.bg-light-green {
  background-color: #f0fbfa;
}

.bg-soft-green {
  background-color: var(--colorSoftGreen);
}

.bg-primary {
  background-color: var(--colorPrimary);
}

.bg-secondary {
  background-color: var(--colorSecondary);
}

.bg-ccc {
  background-color: #ccc;
}

.bg-ededed {
  background-color: #ededed;
}

.bg-red {
  background-color: #ed161e;
}

.shodow-9 {
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

.shodow-15 {
  box-shadow: 0 4px 15px 0 rgb(37 83 53 / 0.15);
}

.shadow-light {
  box-shadow: 0 20px 60px 0 rgb(157 167 195 / 0.11);
}

.text-upper {
  text-transform: uppercase;
}

.text-decoration-none {
  text-decoration: none;
}

.line-height-30 {
  line-height: 3.2rem;
}

.line-height-60 {
  line-height: 6rem;
}

.line-height-50 {
  line-height: 5rem;
}

.line-height-40 {
  line-height: 4rem;
}

.line-height-46 {
  line-height: 4.6rem;
}

.line-height-36 {
  line-height: 3.6rem;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-26 {
  line-height: 26px;
}

.text-nowrap {
  white-space: nowrap;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.align-self-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-end {
  align-self: flex-end;
}

.align-start {
  align-self: flex-start;
}

button,
input,
select {
  font-family: "Poppins", sans-serif;
}

input:disabled {
  pointer-events: none;
  opacity: 0.6;
}

input[type="checkbox"]:disabled {
  pointer-events: none;
  opacity: 0;
}

.w-auto {
  width: auto !important
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-30 {
  width: 30px;
}

.h-30 {
  height: 30px;
}

.w-22 {
  width: 28px;
}

.h-22 {
  height: 22px;
}

.max-width-1024 {
  max-width: 102rem;
}

.max-width-1000 {
  max-width: 100rem;
}

.max-width-850 {
  max-width: 80rem;
}

.max-width-700 {
  max-width: 70rem;
}

.max-width-600 {
  max-width: 60rem;
}

.max-width-650 {
  max-width: 65rem;
}

.max-width-500 {
  max-width: 50rem;
}

.max-width-550 {
  max-width: 55rem;
}

.max-width-400 {
  max-width: 40rem;
}

.max-width-300 {
  max-width: 30rem;
}

.max-height-600 {
  max-height: 60rem;
}

.opacity-0 {
  opacity: 0;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-text {
  vertical-align: text-bottom;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

.vr {
  width: 1px;
  background-color: #ccc;
}

.list-style-none {
  list-style: none;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-10 {
  z-index: 10;
}

.z-index-99 {
  z-index: 99;
}

.backdrop-filter-5 {
  backdrop-filter: blur(5px);
}

.object-fit-cover {
  object-fit: cover;
}

.top-100 {
  top: 100%;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom {
  bottom: 0;
}

a.color-primary.text-decoration-none:hover {
  opacity: 0.7;
}

.label-batch-pending,
.label-batch-primary,
.label-batch-danger {
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 14px;
  display: inline-block;
}

.label-batch-pending {
  background-color: #efecdc;
  color: #c3ab15;
}

.label-batch-primary {
  background-color: #d3efee;
  color: #16928d;
}

.label-batch-danger {
  background-color: #e5caca;
  color: #c31515;
}

.aspect-ration-1-8 {
  aspect-ratio: 1.8;
}

.custom-scrollbar::-webkit-scrollbar,
.responsive-table::-webkit-scrollbar,
.myaccount_notifications_wrapper::-webkit-scrollbar,
.stock-peers-list::-webkit-scrollbar,
#search-results::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.responsive-table::-webkit-scrollbar-thumb,
.stock-peers-list::-webkit-scrollbar-thumb,
.myaccount_notifications_wrapper::-webkit-scrollbar-thumb,
#search-results::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #6b8b7a;
}

.custom-scrollbar::-webkit-scrollbar-track,
.stock-peers-list::-webkit-scrollbar-track,
.responsive-table::-webkit-scrollbar-track,
.myaccount_notifications_wrapper::-webkit-scrollbar-track,
#search-results::-webkit-scrollbar-track {
  background: #f0f2f5;
  border-radius: 8px;
}

.grid-one-two-one {
  display: grid;
  grid-template-columns: 1fr 2.7fr 1fr;
}

.grid-two-one {
  display: grid;
  grid-template-columns: 3.6fr 1fr;
}

.grid-one-two {
  display: grid;
  grid-template-columns: 1.2fr 3fr;
}

.grid-one-one-one {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.grid-one-one {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.grid-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 0.7);
  backdrop-filter: blur(8px);
}

.modal-content {
  margin: 10% auto;
  width: 90%;
  min-width: 300px;
  position: relative;
}

.modal-content .close,
.close-orange-btn {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #ffe8a5;
  color: #dc0d0d;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.modal-content .close:hover,
.close-orange-btn:hover {
  color: #fff;
  background-color: var(--colorBlack);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 13px;
  padding: 6px;
  font-weight: 400;
  min-width: 220px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
  top: 150%;
  left: 50%;
  margin-left: -108px;
  text-transform: none;
  box-shadow: 0 0 5px #343938;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff0 #fff0 #7b7b7b #fff0;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dropdownMenu-filter .form-input {
  display: flex;
}

.dropdownMenu-filter .material-symbols-outlined {
  line-height: 18px;
}

.dropdownMenu-drawer .checkbox__inner {
  width: clamp(18px, 2rem, 20px);
  height: clamp(18px, 2rem, 20px);
  border-radius: 4px;
}

.dropdownMenu-drawer .checkbox__input:checked+.checkbox__inner::before {
  font-size: 14px;
}

.dropdownMenu-drawer {
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  z-index: 4;
  max-height: 30rem;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 210px;
}

.dropdownMenu-filter.active .dropdownMenu-drawer {
  display: block;
}

.dropdownMenu-filter .single-drawer {
  padding: 7px 7px 7px 10px;
  border-bottom: solid 1px #cbe6d8;
}

.dropdownMenu-filter .single-drawer:hover {
  background-color: #f9f9f9;
}

.loader {
  width: 50px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--colorPrimary);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.btn-nav-mobile {
  display: none;
  color: #1f2233;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  cursor: pointer;
  position: relative;
  transition: all 300ms linear 0ms;
}

.btn-nav-mobile::before,
.btn-nav-mobile span,
.btn-nav-mobile::after {
  transition: all 300ms linear 0ms;
  content: "";
  background-color: #1f2233;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
  top: 21px;
}

.btn-nav-mobile::before {
  top: 9px;
}

.btn-nav-mobile span {
  top: 15px;
}

.btn-nav-mobile.opened span {
  display: none;
}

.btn-nav-mobile.opened::before {
  transform: rotate(45deg);
  top: 15px;
}

.btn-nav-mobile.opened::after {
  transform: rotate(-45deg);
  top: 15px;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: #fff0;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #fff0;
}

@charset 'UTF-8';

.slick-dots,
.slick-next,
.slick-prev {
  padding: 0;
  display: block;
  position: absolute;
}

.slick-dots li,
.slick-dots li button,
.slick-next,
.slick-prev {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
  background: url(./ajax-loader.gif) center center no-repeat #fff;
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: #fff0;
  background: 0 0;
  outline: 0;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url(./fonts/slick.woff) format("woff"),
    url(./fonts/slick.ttf) format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before,
[dir="rtl"] .slick-next:before {
  content: "â†";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "â†’";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  border: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container>div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container>div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.wh-30 {
  max-width: 30px;
  max-height: 30px;
}

.pt-10 {
  padding-top: 4rem;
}

.text-50 {
  font-size: 4.2rem;
}

.color-pre_market {
  color: #fb8c00;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.round_image {
  display: inline-block;
  background-color: #000;
  box-shadow: 0 2px 25px 0 rgb(32 35 35 / 0.1);
  border-radius: 50%;
  min-width: 4rem;
  min-height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  overflow: hidden;
}

.round_image a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.round_image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.round_logo {
  display: inline-block;
    background: #e2ebe74a;
    box-shadow: 0 0px 0px 1px rgb(32 35 35 / 0.2);
    border-radius: 3px;
    min-width: 4rem;
    min-height: 4rem;
    max-width: 4rem;
    max-height: 4rem;
    overflow: hidden;
    padding: 3px;
    line-height: 3.5rem;
}

.leaderboard-table .round_logo.p-6,
.round_logo.p-6 {
  padding: 6px;
}

.round_logo img,
.round_logo_28 img {
  width: 100%;
  height: 100%;
}

.round_logo.company_logo,
.round_logo.company_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2ebe7;
}

.round_logo.company_logo img, .round_logo_22 img {
  width: 100%;
  height: auto;
}

.round_logo_28 {
  min-width: 28px;
  min-height: 28px;
  max-width: 28px;
  max-height: 28px;
}

.round_logo_22 {
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  line-height: 22px;
}

.playtrades_wrapper .round_logo,
.leaderboard_card .round_logo,
.leaderboard-table .round_logo {
  padding: 0;
}

.playtrades_wrapper .s-prev,
.playtrades_wrapper .s-next {
  font-size: 15px;
  background-color: rgb(255 255 255 / 0.7);
  border: none;
  cursor: pointer;
  padding: 6px 15px;
  border-radius: 7px;
  box-shadow: 0 0 15px 2px #00000009;
  width: auto;
  height: auto;
}

.playtrades_wrapper .slick-slide {
  margin: 0 10px 15px;
}

.playtrades_wrapper .slick-list {
  margin: 0 -10px;
}

.stock-range-wrap {
  line-height: 2.5rem;
  font-size: 14px;
  width: 220px;
}

.stock-range-wrap label {
  opacity: 0.7;
  font-size: 15px;
}

.stock-range-wrap .range-bar {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: relative;
  margin-bottom: 0.8rem;
}

.stock-range-wrap .range-bar+.range-bar {
  margin-bottom: 0;
}

.stock-range-wrap .range-bar .bar {
  position: relative;
  height: 0.1875rem;
  background-color: #3c3b3b;
  flex: 1 1 0%;
}

.stock-range-wrap .trigger {
  width: 10px;
  position: absolute;
  top: 0;
}

.stock-range-wrap .trigger span {
  height: 0.1875rem;
  background-color: #13802e;
  display: block;
}

.stock-range-wrap .trigger img {
  transform: rotate(180deg);
}

.search-results {
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
  border: solid 1px #fff;
  border-radius: 15px;
  background-color: rgb(244 244 246 / 0.902);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  font-size: 14px;
}

#searchModalWindow .modal-content {
  margin: 2% auto;
}

.search-results-content {
  max-height: 70vh;
  overflow-y: auto;
}

.search-result-content-block {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 2px 0 rgb(184 184 184 / 0.45);
  border-radius: 4px;
}

.search-result-trending-stock {
  border-radius: 4px;
  display: inline-block;
  background-image: linear-gradient(to top, #fbd95d, #f9c500);
  padding: 4px 8px;
  font-size: 14px;
  color: #000;
}

.search-result-content-block:hover {
  opacity: 0.7;
}

a.bg-secondary:hover {
  background-color: #35596e;
}

.search-result-content-block.first-treding-stock {
  background-color: #fff;
}

.search-result-content-block .round_logo {
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  padding: 2px;
}

.search-result-content-block .white-btn {
  padding: 8px 15px;
  border-radius: 6px;
}

#search_symbol::-webkit-search-cancel-button {
  position: relative;
  right: 10px;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.home-hero-input-search+.gradiant-btn {
  border-radius: 30px;
  cursor: pointer;
}

.single-full-page-content {
  overflow-wrap: anywhere;
}

.single-full-page-content img {
  max-width: 100%;
  height: auto;
}

.msg-error {
  color: red;
  padding-top: 3px;
  display: inline-block;
}

.btn-blue {
  border-color: #17DBD1;
  background-color: #17DBD1;
  box-shadow: 0 2px 10px 0 rgb(32 35 35 / 0.09);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #012054;
  padding: 6px 12px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
}

.btn-blue:hover {
  background-color: var(--colorPrimary);
  color: #fff;
}

.white-btn {
  border-color: #fff;
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 2px 10px 0 rgb(32 35 35 / 0.09);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2c2c2c;
  padding: 8px 15px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
}

.white-btn:hover {
  background-color: var(--colorSoftGreen);
}

.white-btn-flat {
  border-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 13px 3.6rem;
  text-decoration: none;
  text-align: center;
}

.gradiant-btn,
.gradiant-btn-flat,
.theme-btn {
  background-color: var(--colorPrimary);
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  border: none;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.white-btn-big {
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  border: none;
  justify-content: center;
  gap: 6px;
  color: #333;
}

.white-btn-big:hover {
  background-color: var(--colorSoftGreen);
}

.theme-btn:hover,
.gradiant-btn:hover,
.gradiant-btn-flat:hover,
.theme-btn:hover,
a.bg-primary:hover {
  background-color: #09726e;
}

.gradiant-btn-flat:focus {
  background: #09726e;
}

.gradiant-btn.d-block {
  display: flex;
  width: 100%;
}

.close-btn {
  border-radius: 10px;
  background-color: #333;
  box-shadow: inset 0 0 1px 0 rgb(0 0 0 / 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
}

.showmax-btn {
  background-color: #f5fefc;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 6px 12px;
}

.showmax-btn:hover {
  background-color: #fff;
}

.dropdownMenu.active .dropdownMenuWrapper.d-none {
  display: block;
  z-index: 9858;
}

.dropdownMenu.active span.material-symbols-outlined.for-arrow-dropdown {
  color: var(--colorPrimary);
}

.dropdown-width-270 {
  width: 270px;
}

.bg-white-90 {
  background-color: rgb(255 255 255 / 0.9);
}

.login-content {
  padding: 16px;
  font-size: 16px;
}

.login-content span.material-symbols-outlined {
  font-size: 13px;
  margin-right: 10px;
}

.login-dropdown-section a.link {
  color: var(--colorSecondary);
  text-decoration: none;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px;
}

.login-content span.material-symbols-outlined {
  font-size: 16px;
}

.login-content .spacing {
  margin: 7px 0;
}

.login-content .round_logo {
  padding: 0;
}

.login-content .round_logo img {
  width: 100%;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #fff0;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.down-ticker {
  transform: rotate(99deg);
  color: red;
}

.up-ticker {
  transform: rotate(0deg);
  color: green;
}

.sentiment-tabl canvas {
  width: 100%;
  height: 100%;
}

.header {
  background-color: rgb(255 255 255 /);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  position: relative;
  z-index: 1;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

.header-logo {
  flex: 1;
  text-align: left;
}

.header-logo img {
  max-width: 177px;
  height: auto;
  display: block;
}

.header-menu {
  flex: 4;
  text-align: center;
  align-self: flex-start;
  position: relative;
  font-size: 16px;
}

.header-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  font-weight: 500;
}

.header-menu>ul>li {
  height: 10rem;
}

.header-menu>ul>li>a {
  display: inline-flex;
  gap: 7px;
  height: 100%;
  align-items: center;
  color: #243d4c;
  opacity: 50%;
}

.header-menu>ul>li>a:hover {
  color: var(--colorPrimary);
  opacity: 100%;
  position: relative;
}

.header-menu>ul>li.relative .inner-ul {
  margin-bottom: 0;
}

.header-menu a {
  text-decoration: none;
  color: #999;
}

.header-menu a.active {
  color: #2c2c2c;
}

.header-icons {
  flex: 1;
  text-align: right;
  font-size: 15px;
}

.header-icons>.material-symbols-outlined {
  font-size: 3rem;
  color: #44484b;
}

.header-icons a.icon {
  text-decoration: none;
  color: #333;
  border-right: solid 1px #eee;
  padding: 0 10px;
  display: flex;
  height: 27px;
  align-items: center;
}

.header-icons a.icon img {
  display: block;
}

.user-account {
  padding: 0 10px;
  border-left: solid 1px #eee;
}

.user-account .login-dropdown-section {
  top: calc(100% + 30px);
}

.login-dropdown-section nav a {
  color: var(--colorLightGray);
  text-decoration: none;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 8px;
}

.login-dropdown-section nav a:hover {
  background-color: #eff4f6;
  border-radius: 5px;
}

.header-icons>span.material-symbols-outlined,
.user-account>span.material-symbols-outlined {
  font-size: 28px;
}

.header-menu .header-menu-dropdown-wrapper {
  padding: 2.5rem;
  position: absolute;
  border: solid 1px #eee;
  border-radius: 15px;
  background-color: rgb(255 255 255);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  font-size: 14px;
  z-index: 2;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  min-width: 240px;
}

.header-menu .header-menu-dropdown-wrapper .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

.header-menu .header-menu-dropdown-wrapper .heading {
  font-weight: 600;
  margin-bottom: 12px;
}

.header-menu .header-menu-dropdown-wrapper .inner-ul {
  display: inherit;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 15px;
}

.header-menu .header-menu-dropdown-wrapper .inner-ul li {
  margin-bottom: 8px;
}

.header-menu .header-menu-dropdown-wrapper .inner-ul li:last-child {
  margin-bottom: 0;
}

.header-menu .header-menu-dropdown-wrapper .inner-ul a {
  color: #767676;
}

.header-menu .header-menu-dropdown-wrapper .inner-ul a:hover {
  color: var(--colorPrimary);
}

.header-menu>ul>li:hover .header-menu-dropdown-wrapper {
  opacity: 1;
  top: calc(100%);
  display: block;
}

.home-hero-section {
  background: url(../images/home-page-banner-bg.png) no-repeat center top;
  background-size: 100%;
  height: 100vh;
  padding-top: 9rem;
}

.home-hero-section .container {
  display: flex;
  flex-direction: column;
  height: 90%;
}

.home-hero-section .container .hero-news-wrapper {
  margin-top: auto;
}

.home-hero-section h1 {
  font-weight: 300;
  font-size: 5.4rem;
}

.home-hero-search {
  max-width: 84rem;
  margin: 4rem auto;
}

.home-hero-search-wrap {
  color: #000;
  border: solid 6px #ebebeb;
  border-radius: 30px;
  height: 6rem;
  background-color: #f7f7f7;
  box-shadow: 0 10px 20px 0 rgb(156 166 156 / 0.4),
    inset 0 1px 3px 0 rgb(0 0 0 / 0.35);
  display: flex;
  position: relative;
}

.home-hero-search-wrap.box-shadow-none {
  box-shadow: none;
}

.home-hero-search-wrap .home-hero-input-search {
  flex: 1 1 250px;
  background: none;
  border: none;
  border-radius: 30px;
  padding-left: 5rem;
  font-size: 16px;
}

.home-hero-search-wrap .search-icon {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  left: 3rem;
  color: #969696;
}

.home-hero-search-wrap .gradiant-btn {
  border-color: #1bca9c;
  padding: 0 4rem;
}

.hero-search-tags a {
  border-radius: 6px;
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 1px 2px 0 rgb(184 184 184 / 0.45);
  font-size: 12px;
  color: #999;
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  margin: 5px 4px;
  transition: all 0.5s ease;
}

.hero-search-tags a:hover {
  background-color: var(--colorSoftGreen);
  color: var(--colorPrimary);
}

.home-hero-search-wrap.insider-search {
  max-width: 400px;
}

.stock-scroller .card:hover {
  border: solid 1px #16928e69;
}

.hero-news-sections {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.hero-news-sections .hero-news-section {
  border: solid 2px #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.702);
  padding: 10px;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  transition: all 0.5s ease;
}

.hero-news-sections .hero-news-section:hover {
  box-shadow: 0 10px 30px 0 rgb(32 35 35 / 0.15);
}

.hero-news-sections .hero-news-section h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.hero-news-sections .hero-news-section h3 a {
  color: #333;
  text-decoration: none;
}

.home-action-btn {
  border: solid 1px #fff;
  color: #000;
  border-radius: 6px;
  background-color: #e7f9e2;
  background-color: var(--colorSoftGreen);
  display: inline-flex;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  gap: 6px;
  align-items: center;
  transition: all ease 0.5s;
}

.home-action-btn:hover {
  background-color: var(--colorPrimary);
  color: #fff;
}

.white_card_section {
  border: solid 1px #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09),
    inset 0 4px 20px 0 rgb(218 242 235 / 56%);
}

.white_card_section .round_logo {
  min-width: 6rem;
  min-height: 6rem;
}

.white_card_section .white_card_section_buttons {
  border-radius: 0 15px 15px 0;
  background-color: #f4f9fd;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.white_card_section .white_card_section_buttons span {
  background-color: #f4f9fd;
  text-decoration: none;
  display: block;
  color: #000;
}

.white_card_section .white_card_section_buttons span div {
  min-width: 30px;
  text-align: center;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white_card_section .white_card_section_buttons hr {
  width: 100%;
  background-color: #bababa;
}

.blur-wrapper {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(0deg, #ffffffd1, #ffffff, #ffffff45);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  height: 8rem;
  backdrop-filter: blur(1px);
}

.market-inside-wrapper .custom-para {
  max-width: 923px;
  width: 100%;
  line-height: 26px;
}

nav.market_dahboard_menu a {
  color: #2c2c2c;
  text-decoration: none;
}

nav.market_dahboard_menu a.active {
  background-color: var(--colorPrimary);
  color: #fff;
}

nav.market_dahboard_menu a:hover {
  background-color: var(--colorPrimary);
  color: #fff;
}

.market_dashboard_card {
  border: border solid #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09),
    inset 0 4px 20px 0 rgb(218 242 221 / 0.82);
  padding: 13px;
}

.market_dashboard_card .round_logo {
  max-width: 6rem;
  height: 6rem;
  box-shadow: 0 2px 25px 0 rgb(32 35 35 / 0.1);
}

.market_dashboard_card_data div {
  min-width: 110px;
}

.tools-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 6rem;
}

.tools-card {
  border: solid 1px #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09),
    inset 0 4px 20px 0 rgb(218 242 221 / 0.82);
}

.tools-card .icon-image {
  margin: 1rem 0 0 -6rem;
}

.five_images_slider .slick-track .element {
  margin: 0 3rem 0 0;
  box-sizing: border-box;
}

.detail-newsletter .text-16 {
  line-height: 26px;
}

.playtrade-arena a:hover {
  background-color: #f0fbfa;
}

.tournament-bg-wrap {
  background: linear-gradient(to bottom,
      #ae28f1 10%,
      #2679fb 50%,
      #18b7db 100%);
  border-radius: 15px;
  box-shadow: 0 0 40px 0 rgb(174 40 241 / 0.4);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.trading_tournament {
  display: flex;
  align-items: center;
  gap: 6rem;
  border: solid 1px #fff;
  box-shadow: 0 4px 15px 0 rgb(37 83 53 / 0.15);
  background-color: #f9fcfe;
}

a.trading_tournament {
  text-decoration: none;
  color: var(--colorBlack);
}

.tournament_live_status {
  position: absolute;
  font-size: 12px;
  min-width: 115px;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  right: 2rem;
  top: 2rem;
  padding: 5px 8px 5px 10px;
  border-radius: 10px;
  font-weight: 500;
}

.trading_tournament_card {
  width: 100%;
  max-width: 35rem;
  border: solid 1px #fff;
  box-shadow: 0 4px 15px 0 rgb(37 83 53 / 0.15);
  overflow: hidden;
}

.trading_tournament_card img {
  max-width: 100%;
  height: auto;
}

.trading_tournament_content_prize .star {
  display: inline-block;
  align-self: baseline;
  margin-top: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  background-color: #f6f8fd;
  box-shadow: inset 0 0 1px 0 rgb(0 0 0 / 0.2);
}

.exlusive-badge {
  position: absolute;
  right: -12px;
  bottom: -12px;
}

.trading_tournament .timer {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 1px 0 rgb(0 0 0 / 0.2);
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: solid 1px #ccc;
  padding: 3px 12px;
  text-transform: uppercase;
}

#countdown-2 {
  min-width: 62px;
  display: inline-block;
}

.trading_tournament-inside {
  display: block;
  margin: 0;
}

.trading_tournament-inside .trading_tournament_card {
  max-width: 27rem;
  align-self: baseline;
}

.trading_tournament-prize-bar {
  border-top: solid 1px rgb(0 0 0 / 0.13);
  border-bottom: solid 1px rgb(0 0 0 / 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trading_tournament-prize-bar .prize-box {
  padding: 8px 15px;
  font-size: 18px;
  font-weight: 700;
}

.trading_tournament-prize-bar .prize-box .circle {
  display: inline-block;
  border-radius: 26px;
  vertical-align: bottom;
  margin-right: 7px;
  font-size: 11px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  text-align: center;
  line-height: 26px;
}

.trading_tournament-prize-bar .prize-box:nth-child(1) {
  background-color: #f9f0c2;
}

.trading_tournament-prize-bar .prize-box:nth-child(2) {
  background-color: #edf1f4;
}

.trading_tournament-prize-bar .prize-box:nth-child(3) {
  background-color: #e8e0d4;
}

.leaderboard_count_wrap {
  max-height: 35rem;
  overflow-y: auto;
}

.playtrades_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(247px, 1fr));
  gap: 24px;
}

.back-btn-wrapper a.gray-notice:hover {
  background-color: #e9e47bba;
}

.playtrades_grid_card {
  border: solid 1px #fff;
  border-radius: 15px;
  margin-bottom: 5px;
  background-color: rgb(255 255 255 / 0.502);
  box-shadow: 0 2px 5px 0 rgb(32 35 35 / 0.09);
  padding: 8px;
}

.playtrades_grid_card .ranking-number {
  border-radius: 50%;
  border: solid 1px #fff;
  background-color: var(--colorSecondary);
  width: 3.5rem;
  height: 3.5rem;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_badge {
  background-color: #f6f8fd;
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 8px 16px;
  font-weight: 700;
}

.team_badge span {
  color: var(--colorLightGray);
}

.tournament_info_bar .tournament_info_bar-status .badege {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 12px;
  min-width: 52px;
  height: 23px;
  line-height: 23px;
  background-color: #e32f61;
  color: #fff;
}

.back-arrow span {
  margin-right: -10px;
}

.tournament_info_bar .tournament_info_bar-progress {
  margin: 4px -4px -4px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.tournament_info_bar-progress-wrapper {
  width: 100%;
  height: 10px;
  background-color: #e7f3ec;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
}

.tournament_info_bar-progress-wrapper .bar {
  background-color: #39be66;
  border-radius: 4px;
  height: 3px;
}

.tournament_position_column-one+div {
  min-width: 125px;
}

.tournament_position_column-last {
  min-width: 40px;
  display: inline-block;
}

.tournament_countdown .tournament_countdown-column {
  min-width: 50px;
  max-width: 50px;
}

.tournament_countdown .tournament_countdown-column .title {
  font-size: 3rem;
  line-height: 3rem;
}

.tournament_countdown-column-sign {
  margin-top: -22px;
}

.tournament_position .tournament_position_column-one span.badge {
  background-color: #efefef;
  display: inline-block;
  border-radius: 8px;
  padding: 2px 4px;
  color: #000;
}

.tournament_position .tournament_position_image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.tournament_position .tournament_position_image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.tournament_position .tournament_position_column-last span {
  background-color: #c21009;
  display: inline-block;
  border-radius: 8px;
  padding: 2px 4px;
  color: #fff;
}

.leaderboard_count_card {
  border-bottom: solid 1px #edf1f4;
  padding: 5px;
}

.leaderboard_count_card .left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.leaderboard_count_card .count {
  width: 19px;
  height: 19px;
  background-color: #edf1f4;
  border-radius: 20px;
  color: #000;
  font-size: 13px;
  text-align: center;
  line-height: 19px;
}

.leaderboard_count_card:nth-child(1).show-winner-bg {
  background-color: #f9f0c2;
}

.leaderboard_count_card:nth-child(2).show-winner-bg {
  background-color: #edf1f4;
}

.leaderboard_count_card:nth-child(3).show-winner-bg {
  background-color: #e8e0d4;
}

.leaderboard_count_card:nth-child(1) .count,
.leaderboard_count_card:nth-child(2) .count,
.leaderboard_count_card:nth-child(3) .count {
  background-color: #fff;
  font-weight: 600;
}

.leaderboard_count_card .round_logo {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0;
}

.leaderboard_count_card .name {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.ranks_wrapper-card {
  min-width: 30rem;
}

.tabs-primary {
  max-width: 216px;
  margin: auto;
}

.tabs-primary a {
  color: #999;
  font-weight: 400;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}

.tabs-primary a.active {
  border-bottom: solid 2px var(--colorPrimary);
  color: var(--colorBlack);
  font-weight: 600;
}

.tabs-primary a.tab-link.active {
  background: none;
}

.tabs-secondary {
  gap: 4px;
}

.tabs-secondary a {
  display: inline-block;
  padding: 10px 3rem;
  font-size: 16px;
  color: var(--colorPrimary);
  text-decoration: none;
}

.tabs-secondary a.active,
.tabs-secondary a:hover {
  background-color: var(--colorPrimary);
  border-radius: 15px;
  color: #fff;
}

.tournament-content .tabs-secondary a {
  font-size: 13px;
  color: #000;
  padding: 10px 20px;
}

.tournament-content .tabs-secondary a.active,
.tournament-content .tabs-secondary a:hover {
  background-color: var(--colorSoftGreen);
  border-radius: 15px;
}

#OuterTab1 .tabs-secondary a {
  padding: 6px 14px;
}

.custom_search {
  font-size: 16px;
  border: none;
  color: #000;
  border-radius: 24px;
  padding: 0 1.8rem;
  height: 4.8rem;
  background-color: var(--colorSoftGreen);
  box-shadow: inset 0 1px 3px 0 hwb(194 0% 57% / 0.35);
}

.search-icon-rt::after {
  font-family: "Font Awesome 6 Free";
  content: "\f002";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  right: 15px;
  opacity: 0.7;
  top: 35%;
}

.custom_search+button.gradiant-btn {
  border-radius: 30px;
  height: 100%;
  justify-content: center;
}

.stock_block.active {
  background-color: var(--colorSoftGreen);
}

.trade-stock-header-logo {
  max-width: 55px;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
  background: #d4d4d4;
  padding: 3px;
}

.stock-range-bar-bg,
.progress2 {
  position: relative;
  display: flex;
  border-radius: 15px;
  height: 3rem;
  background-color: #f7f7f7;
  box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 0.35);
}
.stock-range-bar-bg1{border-radius:0 15px 15px 0;}

.stock-range-progress-bar,
.cssProgress-bar {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  border: solid 1px #d5fcc9;
  background-image: linear-gradient(270deg, #98e05f 0%, #0de3ac 100%);
  box-shadow: 0 2px 20px 0 rgb(0 158 4 / 0.45);
  position: absolute;
  left: 0;
}

.stock-range-progress-bar.p-red,
.cssProgress-bar.p-red {
  border: solid 1px #c95858;
  background-image: linear-gradient(270deg, #e0b15f 0%, #e30d0d 100%);
  box-shadow: 0 2px 20px 0 rgb(158 0 0 / 45%);
}

.stock-range-progress-bar.p-orange,
.cssProgress-bar.p-orange {
  border: solid 1px #b7901f;
  background-image: linear-gradient(270deg, #ed932b 0%, #bc9d26 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.stock-range-progress-bar.p-yellow,
.cssProgress-bar.p-yellow {
  border: solid 1px #a8b71f;
  background-image: linear-gradient(270deg, #ffff4c 0%, #d6d61a 100%);
  box-shadow: 0 2px 20px 0 rgb(206 205 28 / 45%);
}

.stock-range-progress-bar.p-light-green,
.cssProgress-bar.p-light-green {
  border: solid 1px #5bc958;
  background-image: linear-gradient(270deg, #85ff94 0%, #67bc26 100%);
  box-shadow: 0 2px 20px 0 rgb(0 158 19 / 45%);
}

.stock-range-progress-bar.p-green,
.cssProgress-bar.p-green {
  border: solid 1px #5bc958;
  background-image: linear-gradient(270deg, #23d038 0%, #67bc26 100%);
  box-shadow: 0 2px 20px 0 rgb(0 158 19 / 45%);
}

.cssProgress-bar .cssProgress-label {
  position: absolute;
  left: 10px;
  top: 4px;
  color: #000;
  font-weight: 600;
}

.stock-range-progress-bar.radius-round {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.stock-range-progress-bar-marker {
  position: absolute;
  left: 0;
}

.stock-range-progress-bar-marker .marker-line {
  width: 2px;
  height: 30px;
  background-color: var(--colorPrimary);
}
.stock-range-progress-bar-marker .marker-text {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid gray;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-left: -4px;
}
.stock-range-progress-bar-marker .marker-text div {display:none}
/*.stock-range-progress-bar-marker .marker-text {
  width: 51px;
  height: 51px;
  border-radius: 50% 0% 50% 50%;
  background: radial-gradient(circle, #fff, #fff);
  background-size: 100% 150%;
  transform: translateX(-50%) rotate(-45deg);
  box-shadow: 0 2px 20px 0 rgb(0 158 4 / 0.45);
  padding: 7px 23px 0 0;
  text-align: center;
}

.stock-range-progress-bar-marker .marker-text div {
  transform: translateX(42%) rotate(45deg);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  width: 40px;
  margin-left: -8px;
  margin-top: -5px;
}
*/
.trade-stock-graph-filter {
  max-width: 290px;
  width: 100%;
  background-color: var(--colorSoftGreen);
  height: 40px;
  padding: 7px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.trade-stock-graph-filter button {
  font-size: 14px;
  color: var(--colorBlack);
  background: none;
  border: none;
  height: 100%;
  padding: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.trade-stock-graph-filter button:hover,
.trade-stock-graph-filter button.active {
  background-color: var(--colorPrimary);
  color: #fff;
}

.trade-stock-graph>.bg-white {
  height: 500px;
  overflow: hidden;
}

.footer {
  margin-top: 7rem;
}

.footer_top_social {
  font-size: 2.8rem;
}

.footer_top_social a {
  color: var();
}

.footer_top {
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

.footer_menu-section h2 {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.footer_menu-section ul {
  line-height: 3rem;
}

.footer_menu-section ul li a {
  color: #70747d;
  text-decoration: none;
  line-height: 18px;
}

.footer_menu-section ul li a:hover {
  color: var(--colorBlack);
}

input[type="button"] {
  cursor: pointer;
}

.form-group label {
  font-size: 14px;
  color: var(--colorBlack);
}

.form-input {
  border: solid 2px #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgb(32 35 35 / 0.09);
  padding: 9px 15px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.input-custom-select select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
}

.input-custom-select::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
}

.search-input-container::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 15px;
}

.checkbox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__inner {
  display: inline-block;
  min-width: 21px;
  max-width: 21px;
  align-self: baseline;
  min-height: 21px;
  border-radius: 50%;
  border: 1px solid #cecece;
  background: #fff0;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

.checkbox__input:checked+.checkbox__inner {
  color: var(--colorPrimary);
}

.checkbox__input:checked+.checkbox__inner::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--colorPrimary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  text-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

.notifications-msg-block {
  background: #f5f3d1;
  padding: 1rem;
  border-radius: 7px;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 15px;
  color: #9f9606;
}

.game-info-column-right-data .performanceBox {
  min-height: 400px;
}

section.performanceBox.tabs {
  display: flex;
  flex: 0 0 8rem;
  flex-direction: column;
  background-color: #f4f7f6;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.performanceBox.tabs a {
  align-items: center;
  justify-content: center;
  display: flex;
  color: #2c2c2c;
  transition: all 0.3s ease;
  flex: 1;
  text-decoration: none;
  font-size: 14px;
}

section.performanceBox.tabs a:first-child {
  border-top-left-radius: 15px;
}

section.performanceBox.tabs a:last-child {
  border-bottom-left-radius: 15px;
}

section.performanceBox.tabs a:hover {
  background-color: #8b8b8b17;
}

section.performanceBox.tabs a.active {
  background-color: #4dc58517;
  border-bottom: solid 2px #4dc585fa;
  color: #166f40fa;
  font-weight: 600;
  position: relative;
}

section.performanceBox.tabs a.active::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-in;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-left: 10px solid #d3eddc;
  right: -20px;
}

a.white-btn i {
  font-size: 16px;
}

i.fa-star,
i.fa-bell,
.home-stock-container table td i.fa-star {
  color: #bababa;
}

.star-active,
i.star-active,
a.start-active i {
  color: #ffc325;
}

.link-hover:hover {
  opacity: 0.7;
}

.bookmark-grid {
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
}

.overview-details .grid-one-one-one {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.responsive-table {
  max-width: 100%;
  overflow: auto;
  position: relative;
}

table.data-table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  z-index: 0;
}

table.data-table th {
  padding: 18px;
}

table.data-table td {
  padding: 12px 18px;
}

table.data-table td {
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}

table.data-table tr:first-child td,
table.data-table tr:first-child th {
  border-top: none;
}

table.data-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--colorSoftGreen);
  color: #000;
  text-align: left;
  font-weight: 600;
  z-index: 1;
}

table.data-table thead th:first-child {
  left: 0;
  z-index: 2;
}

table.data-table thead th:hover {
  z-index: 1;
}

table.data-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  text-align: left;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}

table.data-table tr td.border-none {
  border-bottom: none;
}

table.data-table th .tooltip .tooltiptext {
  top: calc(100% + 15px);
  bottom: inherit;
  font-size: 12px;
  min-width: 203px;
}

table.data-table th .tooltip .tooltiptext::after {
  border-color: #fff0 #fff0 #7b7b7b #fff0;
  top: -11px;
}

.popularStockTab table.data-table thead th:nth-child(2) {
  left: 0;
  z-index: 1;
}

#marketcap .responsive-table {
  max-height: 50rem;
}

.leaderboard_card {
  max-width: 350px;
  width: 100%;
}

.leaderboard_card.winner {
  margin-top: -5rem;
  align-self: baseline;
  background-color: #f9f0c2;
}

.leaderboard_card.silver {
  background-color: #edf1f4;
  margin-bottom: 15px;
}

.profile-gold {
  background-color: #f9f0c2;
}

.profile-silver {
  background-color: #edf1f4;
}

.profile-bronze,
.leaderboard_card.bronze {
  background-color: #e8e0d4;
}

.leaderboard_card_user_pic {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin-top: -3rem;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgb(108 166 128 / 0.45);
}

.leaderboard_card_user_pic img {
  aspect-ratio: 1;
  object-fit: cover;
  background: #fff;
}

img.leaderboard_card_medal {
  max-width: 35px;
  align-self: baseline;
}

.leaderboard_card_user_rank {
  width: 28px;
  font-weight: 600;
  margin: 11px 11px 0 0;
  background-color: #fff;
  height: 28px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.leaderboard_card_user_rank a {
  color: #000;
  text-decoration: none;
}

.leaderboard_card_user_rank.winner a {
  color: #fff;
  text-decoration: none;
}

.alltrade {
  background: #eee;
  padding: 1px 6px;
  border-radius: 6px;
  margin-left: 2px;
  display: inline-block;
}

.leaderboard_card_user_rank.in-table {
  background-color: #e7efe3;
  display: inline-block;
}

.leaderboard_card_user_rank.in-table.winner {
  background-color: #f25d5d;
  color: #fff;
  font-weight: 700;
}

.leaderboard_card_info_btn {
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 16.5px;
  height: 3.3rem;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e7e7e7;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgb(37 83 53 / 0.15);
}

.leaderboard_header_card_wrap {
  max-width: 100%;
  margin: 10rem auto 0;
  justify-content: center;
}

.round_circle {
  border: solid 1px #e6e9e9;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: #eff8f1;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
}

.leaderboard_head_area .custom_search {
  flex: 1 1 300px;
}

.leaderboard_head_area .date_range_wrapper {
  display: flex;
  flex: 10 1 360px;
  gap: 10px;
}

.leaderboard_head_area .leaderboard_game_user {
  flex: 0 0 1;
}

.date_range_wrapper .date_range_left_arrow,
.date_range_wrapper .date_range_right_arrow {
  border: solid 1px #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  font-size: 16px;
  padding: 12px 16px;
  cursor: pointer;
  flex: 0 0 auto;
}

.date_range_wrapper .date_range_main {
  max-width: 630px;
  display: flex;
  flex: 1 2 360px;
  gap: 8px;
  overflow: hidden;
}

.date_range_wrapper .date_range_main .date_range_select {
  font-size: 12px;
  border: solid 1px #fff;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.102);
  box-shadow: inset 0 2px 15px 0 rgb(32 35 35 / 0.09);
  flex: 1 0 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date_range_wrapper .date_range_main .date_range_select.active {
  background-color: var(--colorSoftGreen);
}

.dotBlink {
  display: inline-block;
  background-color: var(--colorPrimary);
  box-shadow: #ff5252 0 0 0 0;
  animation: 2s ease 0s infinite normal none running blinkanimation;
  aspect-ratio: 1 / 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.leaderboard_game_user {
  border: solid 2px #fff;
  background-color: rgb(255 255 255 / 0.702);
  box-shadow: 0 2px 10px 0 rgb(32 35 35 / 0.09);
  border-radius: 25px 8px 8px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.leaderboard_game_user img.leaderboard_game_user_image {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-color: #14b24a;
  object-fit: cover;
}

.leaderboard_game_user .ranks-bg {
  background-color: #e7ece9;
  width: 7rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 15px;
}

.fix-grid-3-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.tooltip .tooltiptext.pos-top {
  top: auto;
  bottom: 150%;
}

.tooltip .tooltiptext.pos-top::after {
  top: 100%;
  bottom: auto;
  border-color: #7b7b7b #fff0 #fff0 #fff0;
}

.tooltip .tooltiptext.pos-left {
  left: 0%;
  right: auto;
  top: 120%;
}

.tooltip .tooltiptext.pos-left::after {
  left: 2%;
  right: auto;
}

.tooltip .tooltiptext.pos-right {
  right: 0%;
  left: auto;
  top: 120%;
}

.tooltip .tooltiptext.pos-right-top {
  right: 0%;
  left: auto;
  top: -120%;
}

.tooltip .tooltiptext.pos-right::after {
  right: 2%;
  left: auto;
}

.tooltip .tooltiptext.pos-right-top::after {
  right: 2%;
  left: auto;
  transform: rotate(180deg);
  top: 100%;
  bottom: auto;
}

.user-profile-stats-header a.color-black:hover .user-profile-stats-data {
  background-color: #f0fbfa;
}

.my-account-user-pic {
  width: 11rem;
  min-width: 11rem;
  height: 11rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 15px 0 rgb(108 166 128 / 0.45);
}

.my-account-user-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-account-user-pic .edit-link {
  top: 100%;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.my-account-user-pic:hover .edit-link {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
  cursor: pointer;
}

.myaccount_notifications_oneBlock {
  width: 100%;
  max-width: 245px;
  border: solid 1px rgb(32 35 35 / 0.09);
}

.myaccount_notifications_wrapper {
  max-height: 40rem;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.verified-text {
  display: inline-flex;
  gap: 3px;
  vertical-align: text-top;
  margin-left: 8px;
  color: var(--colorPrimary);
}

.compare_list_child:nth-child(n + 5) {
  display: none;
}

.admin-content-wrapper {
  font-size: 15px;
}

.admin-content-wrapper h1 {
  font-size: 5rem;
  margin: 3rem 0 2rem;
  color: var(--colorSecondary);
  font-weight: 800;
}

.admin-content-wrapper h2 {
  font-size: 4rem;
  margin: 3rem 0 2rem;
  font-weight: 600;
}

.admin-content-wrapper h3 {
  font-size: 3rem;
  margin: 3rem 0 2rem;
  font-weight: 500;
}

.admin-content-wrapper h4 {
  font-size: 25px;
  margin: 3rem 0 2rem;
  font-weight: 400;
}

.admin-content-wrapper h5 {
  font-size: 20px;
  margin: 3rem 0 2rem;
  font-weight: 400;
}

.admin-content-wrapper h6 {
  font-size: 20px;
  margin: 3rem 0 2rem;
  font-weight: 400;
}

.admin-content-wrapper ul {
  line-height: 26px;
  margin-top: 1.2rem;
  font-weight: 400;
  margin-left: 20px;
  list-style-position: outside;
}

.admin-content-wrapper ol {
  line-height: 26px;
  margin-top: 1.2rem;
  font-weight: 400;
  margin-left: 20px;
  list-style-position: outside;
}

.admin-content-wrapper li {
  margin-bottom: 1rem;
}

.admin-content-wrapper p {
  margin-bottom: 1.5rem;
}

.admin-content-wrapper a {
  color: var(--colorPrimary);
  font-weight: 400;
  text-decoration: none;
}

.admin-content-wrapper a:hover {
  text-decoration: underline;
}

.author-news-column-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.blog-column-card.large .image-link {
  height: 40rem;
  width: 100%;
}

.blog-column-card .image-link {
  min-width: 80px;
  height: 80px;
}

.blog-column-card .image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.round-icon {
  width: 5rem;
  height: 5rem;
  color: #4dc576;
  border: solid 1px #4dc576;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}

.tabs-wrapper {
  color: #666;
  display: flex;
  overflow-x: auto;
  justify-content: center;
  margin: 7rem 7rem 0;
}

.tabs-wrapper a {
  display: flex;
  padding: 1.2rem 1.6rem;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  color: #666;
  font-size: clamp(16px, 18px, 3vw);
  white-space: nowrap;
  text-decoration: none;
}

.tabs-wrapper a.active {
  color: #000;
  font-weight: 600;
  border-top-color: var(--colorPrimary);
  background: #fff;
  box-shadow: 0 2px 8px 0 rgb(32 35 35 / 0.09);
  border-radius: 15px 15px 5px 5px;
  border-bottom: solid 5px var(--colorPrimary);
}

.tabs-wrapper a.active i {
  color: var(--colorPrimary);
}

.tabs-wrapper a:hover {
  color: var(--colorPrimary);
  border-top-color: var(--colorPrimary);
}

.tabs-wrapper a i {
  font-size: 4rem;
}

.what-we-do h1,
.what-we-do h3 {
  font-size: 4rem;
  color: var(--colorSecondary);
  font-weight: 600;
  line-height: 5rem;
}

.what-we-do .column-section .container {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 3rem 0.85rem;
}

.what-we-do .column-section .img-main,
.what-we-do .column-section .data {
  flex: 1 1 50%;
  width: 50%;
}

.what-we-do .column-section ul li {
  display: flex;
  gap: 1rem;
  font-size: clamp(16px, 1.8rem, 1.8rem);
  font-weight: 500;
  margin-bottom: 2rem;
  color: #666;
}

.what-we-do .column-section h3,
.what-we-do .column-section h1 {
  margin: 3rem 0;
}

.what-we-do .column-section ul li i {
  margin-top: 3px;
  color: var(--green);
}

.what-we-do span.gradiant-btn-flat {
  padding: 5px;
  box-shadow: none;
  margin-right: 12px;
  align-self: baseline;
}

.how-works-wrap {
  display: flex;
  margin-top: 5rem;
}

.how-works-wrap .center-column {
  width: 1px;
  background-color: #ccc;
  margin: 0 3rem;
}

.about-us-wrapper a.bg-primary {
  color: #fff;
}

.icon-bg-span {
  background-image: linear-gradient(270deg, #16928d 0%, #169267);
  width: 26px;
  height: 26px;
  color: #fff;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-bg-span span {
  font-size: 16px;
}

.single-stock-ticker-wrapper h2 {
  font-weight: 600;
}

.single-stocks-blocks {
  margin-top: 15px;
}

.single-stocks-blocks .stock-block {
  margin-bottom: 15px;
  background-color: var(--colorSoftGreen);
  padding: 6px;
}

.single-stocks-blocks .stock-block .company-logo {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 25px 0 rgb(32 35 35 / 0.1);
  border-radius: 50%;
  min-width: 4rem;
  min-height: 4rem;
  overflow: hidden;
  max-width: 4rem;
  max-height: 4rem;
}

.single-stocks-blocks .stock-block .company-logo img {
  width: 100%;
  height: 100%;
}

.single-stocks-blocks .stock-block h5 {
  font-size: 18px;
  font-weight: 600;
}

.single-stocks-blocks .stock-block h5 a {
  color: var(--colorSecondary);
  text-decoration: none;
}

.single-stocks-blocks .stock-block h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.single-stocks-blocks .stock-block .d-flex {
  gap: 15px;
}

.premium_content_msg {
  background: url(../images/premium_content_msg.jpg) no-repeat center top;
  min-height: 670px;
  display: flex;
  background-size: cover;
}

.not_reading_allow .content {
  max-width: 550px;
  margin: auto;
  padding: 2rem;
  border-radius: 20px;
  border: solid 1px #fff;
  background-color: #fff;
  box-shadow: 0 2px 27px 0 rgb(169 169 169 / 0.45),
    inset 0 0 30px 0 rgb(156 193 191 / 0.2);
}

@keyframes blinkanimation {
  0% {
    transform: scale(0.95);
    box-shadow: var(--colorPrimary) 0 0 0 0;
  }

  70% {
    transform: scale(1);
    box-shadow: #fff0 0 0 0 10px;
  }

  100% {
    transform: scale(0.95);
    box-shadow: #fff0 0 0 0 0;
  }
}

.company-compare-mobile .table a:hover {
  color: var(--green);
}

.company-compare-mobile .table a i {
  font-size: 13px;
}

.company-compare-mobile .table .m-auto {
  margin: auto;
}

.company-compare-mobile .thead {
  position: sticky;
  z-index: 1;
  top: 0;
}

.company-compare-mobile .table-row {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #1e1e1e29;
}

.company-compare-mobile .thead .table-row .th {
  background-color: var(--colorPrimary);
  color: #fff;
  border-bottom: solid 1px #636363;
}

.company-compare-mobile .th.label {
  font-size: clamp(13px, 0.8rem, 16px);
  flex: 0 0 180px;
}

.company-compare-mobile .th {
  flex: 0 1 25%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(15px, 1.8rem, 20px);
}

.company-compare-mobile .td.label {
  flex: 0 0 180px;
  text-align: left;
  font-size: clamp(13px, 0.8rem, 16px);
  justify-content: flex-start;
}

.company-compare-mobile .td {
  font-size: clamp(13px, 0.8rem, 16px);
  flex: 0 1 25%;
  padding: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
}

.company-compare-mobile .cssProgress {
  width: 100%;
  text-align: center;
  margin: auto;
}

.company-compare-mobile .cssProgress .cssProgress-label {
  position: static;
  width: auto !important;
  font-size: clamp(17px, 3rem, 3vw);
  font-weight: 300;
  margin-bottom: 5px;
}

.company-compare-mobile .progress2 .cssProgress-bar {
  height: 8px;
  border-radius: 0;
}

.company-compare-mobile .progress2 {
  border-radius: 0;
  min-width: 40px;
}

.company-compare-mobile .add-stocks {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.company-compare-mobile .add-stocks a {
  color: var(--colorPrimary);
  font-weight: 500;
  text-decoration: none;
}

.company-compare-mobile .add-stocks .add-stock .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
  color: #000;
}

.company-compare-mobile .add-stocks .add-stock a+a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-compare-mobile .add-stocks .add-stock .img-company {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
  padding: 5px;
  border: solid 1px #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-compare-mobile .add-stocks .add-stock .img-company img {
  width: 80%;
  height: auto;
}

.company-compare-mobile .add-stocks .add-stock .symbol {
  font-size: clamp(18px, 2rem, 22px);
  font-weight: 500;
  margin: 1rem 2rem 0;
}

.company-compare-mobile .add-stocks .add-btn {
  background: rgb(255 255 255 / 0.8);
  align-self: center;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  min-width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
}

.company-compare-mobile .add-stocks .add-btn a {
  color: var(--colorSecondary);
  font-size: 3rem;
  align-self: center;
}

.add-stocks .stock-compare-list:nth-child(n + 5),
.company-compare-mobile {
  display: none;
  font-family: var(--PTSans);
}

.company-compare-mobile .add-stocks .add-btn-empty {
  background: var(--colorSecondary);
  opacity: 0.5;
  align-self: center;
  border-radius: 5px;
  padding: 4rem;
  min-width: 75px;
  height: 75px;
}

.company-compare-mobile .stock-info li {
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  break-inside: avoid-column;
}

.company-compare-mobile .stock-info li span:first-child {
  opacity: 0.6;
}

.compate-light.table {
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
}

.stock-compare-list.add-stock {
  position: relative;
  min-width: 75px;
}

.company-compare-mobile .stock-range-bar-bg {
  width: 100%;
  height: 1rem;
}

@media (max-width: 620px) {

  .company-compare-mobile .td,
  .company-compare-mobile .th {
    min-width: 45%;
  }

  .text-24 {
    font-size: clamp(17px, 2.4rem, 2.4rem);
  }

  .company-compare-mobile .table-row {
    border-bottom: none;
  }

  .company-compare-mobile .table-row .td {
    border-bottom: solid 1px #1e1e1e29;
  }
}

.author-sec .author {
  font-size: 16px;
  color: rgb(255 255 255 / 0.6);
  padding: 10px 0;
  font-family: var(--PTSans);
}

.author-sec .author-bio {
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: rgb(255 255 255 / 0.6);
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
  display: grid;
  grid-template-columns: 250px 2fr;
}

.author-sec .author-bio h2 {
  width: 100%;
  display: inline-grid;
  margin: 0 0;
  margin: 0 0 7px;
  padding: 7px 0;
}

.author-sec .author-bio h2 a {
  font-weight: 500 !important;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--colorPrimary) !important;
  margin: 0;
  text-decoration: none;
}

.author-sec .author-bio h3,
.author-sec .author-bio h4,
.author-sec .author-bio h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600 !important;
  color: var(--colorSecondary);
}

.author-sec .author-bio p {
  font-size: 16px;
  margin: 0 0 0 !important;
}

.author-sec .author-bio .pb-2 {
  padding-bottom: 0;
}

.author-sec img.author-pic {
  max-width: 226px;
}

.header-menu>ul>li>a:hover:before {
  content: " ";
  position: absolute;
  height: 7px;
  width: 8px;
  border: 2px solid;
  border-width: 0 0 2px 2px;
  left: -4px;
  top: 52%;
  border-radius: 1px 0 2px 6px;
}

.header-menu>ul>li>a {
  font-family: "Lato", sans-serif;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  width: 2px;
}

.lato {
  font-family: "Lato", sans-serif;
}

.clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.fade_f .owl-stage-outer:after {
  content: " ";
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, #fffffff0 70%, transparent);
  width: 175px;
  top: 0;
  right: 0;
}

.fade_f .owl-item .card {
  border: 1px solid #f4f9fd;
}

.fade_f .owl-item .card:hover {
  background: #fff0;
  border: 1px solid #16928d99;
}

.color-ce {
  color: #cecece;
}

.dark-table-wrappper {
  box-shadow: 0 4px 53.5px 32px #ae28f140;
}

.nfs-addlist {
  display: none;
  width: 180px;
  right: 0;
}

.dropdownMenu.active .nfs-addlist {
  display: block;
}

.header-icons .user-account {
  border-left: 0;
}

.header-icons .user-account>a.color-black {
  min-width: 20px !important;
  display: inline-block;
  text-align: center;
}

ul {
  list-style-position: inside;
}

.accordion-sn {
  max-width: 1199px;
  margin: auto;
}

.sn-accordion-item,
.border-btm-c {
  border-bottom: 1px solid #ccc;
}

.sn-accordion-item {
  border: 1px solid #e3e6f2;
  margin-bottom: 10px;
  border-radius: 15px;
}

.sn-accordion-header {
  width: 100%;
  padding: 2.2rem 2rem;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
}

.sn-accordion-header span+span:hover {
  color: var(--colorPrimary);
}

.sn-accordion-header span.color-light-gray2 strong {
  color: var(--colorCCC);
}

.accordion-sn-content {
  padding: 0 0 15px;
}

.sn-accordion-header.active i {
  transform: rotate(180deg);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.sn-accordion-header>span.color-light-gray,
.accordion-sn-content span {
  min-width: 45px;
}

.accordion-sn-content p {
  margin-right: 90px;
}

.faq-sec,
.main-se-content {
  border-top: 1px solid #ccc;
}

.slc-carsl .element img,
.five_images_slider .element img {
  box-shadow: 0 5px 10px 0 #4dc5c530;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.slc-carsl,
.five_images_slider {
  position: static;
}

.slc-carsl button,
.five_images_slider button {
  top: 70px;
  right: 25px;
  font-size: 1.6em;
  background-color: rgb(255 255 255 / 0.7);
  border: none;
  cursor: pointer;
  padding: 12px 22px;
  border-radius: 15px;
  box-shadow: 0 0 15px 2px #00000009;
  width: auto;
  height: auto;
}

@media (max-width: 900px) {
  .slc-carsl button, 
  .five_images_slider button {
    top: 60px;
  }
}

@media (max-width: 769px) {
  .slc-carsl button,
  .five_images_slider button {
    top: 50px;
  }
}

.slc-carsl .slick-prev,
.five_images_slider .slick-prev {
  right: 100px;
  left: auto;
}

.slc-carsl button:before,
.five_images_slider button:before {
  color: #0000;
  background-color: #fff0;
  content: none;
}

.trendtab {
  max-width: fit-content;
  font-size: 16px;
}

.trendtab a,
.trendtab button {
  padding: 12px 2rem;
  font-size: 14px;
  background: none;
  border: none;
}

.trendtab a.active,
.trendtab button.active,
.trendtab button:hover,
.trendtab a:hover {
  background: var(--colorPrimary);
  color: #fff;
}

.sn-accordion-header i {
  transform: rotate(0deg);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.compare-pane {
  flex: 0 0 24%;
  padding: 20px;
  background: #ffffff52;
  box-shadow: 0 0 15px 2px #00000009;
}

.compare-pane .search_input {
  display: flex;
  align-items: center;
}

.accordion-sn-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out,
    overflow 0.2s ease-in-out, opacity 0.8s ease-in-out;
  padding: 0 0 0 15px;
  opacity: 0;
}

.sn-accordion-header.active {
  background-color: #f6f8fd;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-sn-content.active {
  overflow: visible;
  padding: 0 0 20px 25px;
  opacity: 1;
  background-color: #f6f8fd;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.progress-bar {
  width: 0%;
  transition: width 0.8s ease-in-out;
  float: left;
  background: linear-gradient(45deg, #0de3ac, #98e05f);
  border: 1px solid #fff;
  border-right: 1px solid #4dc576;
  box-shadow: 0 0 6px 0 #98e05f, 0 2px 14px 0 #009e0469;
  border-radius: 10px 0 0 10px;
  max-width: 100%;
}

.height-50 {
  height: 50px;
}

.compare-pane input {
  border: 4px solid #ebebeb;
  border-radius: 30px;
  box-shadow: inset 0 1px 3px #0000005e;
}

.add-company {
  box-shadow: 0 5px 8px 0 #9ca69c69;
  border-radius: 30px;
}

.add-company i {
  position: absolute;
  font-size: 20px;
  top: 28%;
  left: 6%;
}

.progress-lifts>.bg-white.radius-15 {
  box-shadow: inset 0 1px 2px 0 #00000075;
  background: #f7f7f7;
  border-radius: 10px;
}

.none-list-style {
  list-style: none;
}

ul.stock-info li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  font-weight: 600;
  color: #666;
}

ul.stock-info li span:last-child {
  color: #000;
}

.color-dark-gray {
  color: var(--colorDarkGray);
}

.itag {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-shadow: inset 0 0 10px 0 #74747448;
}

.analyst-img {
  border-top: 1px solid #ddd;
}

.analyst-img img {
  max-width: 340px;
}

.analyst-img button {
  cursor: pointer;
  height: 45px;
  border-radius: 30px;
  box-shadow: inset 0 0 10px 0 #74747448;
  width: 100%;
  border: 1px solid var(--colorCCC);
  background: none;
}

.progress-lifts .stock-range-bar-bg {
  height: 23px;
}

.sentiment-br {
  background: url(../images/sentiment-progress-bar.png) no-repeat center;
  height: 70px;
  background-size: contain;
  padding: 0 55px;
}

.sentiment-br i {
  font-size: 20px;
  color: #3cd61d;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.moretext {
  display: none;
}

.recent-mention {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 30px;
  row-gap: 18px;
}

.recent-mention>div,
.tbl-part,
.similar-company-grid>div {
  box-shadow: inset 0 0 15px 0 #16928d1f, 0 0 15px 0 #20232316;
}

.text-capital {
  text-transform: capitalize;
}

.search-cs button {
  right: 0;
  padding: 1.5rem 6rem;
}

.search-cs .custom_search {
  height: 5.3rem;
  border-radius: 50px;
}

input:focus-visible {
  outline: none;
}

.flex-40p {
  flex: 0 0 40%;
}

.flex-20p {
  flex: 0 0 17%;
}

#ticker-list .stock_block {
  box-shadow: inset 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

.sentiment-ind {
  padding: 4px 15px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}

.bullish {
  border: 1px solid var(--colorPrimary);
  background-color: #f4fdf5;
  color: var(--colorPrimary);
}

.bearish {
  border: 1px solid var(--colorRed);
  background-color: #fdf4f4;
  color: var(--colorRed);
}

.cticon-btn {
  padding: 10px 20px;
}

.author_detail .author-bio {
  display: flex;
  gap: 30px;
}

.phne-num button {
  right: 0;
  padding: 1.5rem 6rem;
  height: 100%;
}

.phne-num .custom_search {
  height: 5.3rem;
  border-radius: 50px;
  padding-left: 30px;
}

.income-canvas {
  width: 100%;
  height: 355px;
}

.income-canvas canvas {
  width: 100% !important;
}

.mrngstarbtns button {
  width: 400px;
}

.mrngstarbtns .gradiant-btn-red {
  background: linear-gradient(270deg, #f28e26, #fd644f);
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}

.mrngstarbtns .gradiant-btn-red:hover {
  background: linear-gradient(270deg, #fd644f, #f28e26);
}

.mrngstarbtns .gradiant-btn {
  background: linear-gradient(270deg, #98e05f 0%, #0de3ac 100%);
}

.morningstar-cover {
  background: url(../images/mrngbg.webp) top center no-repeat;
  background-size: 100% 100%;
  padding: 0 30px;
}

.mrngrating .gold {
  color: #fdc210;
  text-shadow: 0 2px 1px #ccc;
}



.mrngrating i {
  font-size: 7rem;
}

.report-pt {
  background: url(../images/reportptbg.png) right center no-repeat;
  background-size: contain;
  background-color: #fff;
}

.report-pt button {
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #989898;
}

.report-pt .wide {
  background-color: #f7f7f7;
}

.red {
  background-color: #d34746;
  color: #fff;
}

.report-pt .moderate {
  background-color: #f2e7a9;
}

.report-pt .green-bg {
  font-size: 31px;
}

.green-bg {
  background-color: #42c16d;
  color: #fff;
}

.morningstar-main-content {
  padding: 7rem;
  border: 5px solid #fe0000;
  border-radius: 30px;
  margin: 90px 10px 0;
}

.star-price img {
  margin-top: -30px;
}

.star-price div {
  width: 370px;
}

.star-price div {
  box-shadow: inset 0 0 20px 0 #0000002b;
}

.similar-company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 4rem;
}

.similar-company-grid .round_logo,
.ind-list-ul .round_logo {
  width: 60px;
  height: 60px;
}

.border-top {
  border-top: 1px solid #ccc;
}

.key-stats .w-50>div {
  box-shadow: 0 1px 1px 1px #0000000d, 0 0 0 10px var(--colorSoftGreen);
  border-radius: 15px;
}

.m-star-logo {
  max-width: 365px;
  width: 100%;
}

.profie-flex span.gap-2 {
  gap: 32px;
}

.profie-flex .grow-2 .gap-2 {
  gap: 38px;
}

.layer-profie {
  box-shadow: 0 1px 1px 1px #0000000d, 0 0 0 8px #009e050d;
  border-radius: 15px;
}

.fin-stmnt .tab-content h2.absolute {
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
}

.fin-st-tab .fin-stmnt-tab-link.active {
  background: none;
  color: var(--colorPrimary);
  font-weight: 600;
}

.fin-st-tab .fin-stmnt-tab-link {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--colorLightGray);
}

.fin-st-pointer {
  display: inline-block;
  width: 0.8rem;
  background: #c0e8c6;
  color: #0000;
  padding: 2px 0;
  border-radius: 5px;
  margin-right: 2.5rem;
}

.fin-st-tab .fin-stmnt-tab-link.active .fin-st-pointer {
  background: linear-gradient(270deg, #98e05f 0%, #0de3ac 100%);
  border: 1px solid #fff;
  box-shadow: 0 0 15px 0 #009e056b;
}

.inner-finst a.active {
  background: var(--colorPrimary);
  color: #fff;
  border: 1px solid #fff;
}

.inner-finst a {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 0 #0002;
  padding: 16px 21px;
  margin-right: 17px;
}

.stamp-health i {
  transition: font-size 333ms ease-in-out;
  transition-delay: 0ms;
  color: #f4fbf6;
  font-size: 160px;
  text-shadow: 0 2px 15px rgb(32 35 35 / 0.09);
}

.stamp-health span.relative {
  animation: animName 7s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.in-grad {
  transition: width 333ms ease-in-out, height 333ms ease-in-out;
  transition-delay: 0ms;
  width: 80px;
  height: 80px;
  background: #000;
  margin: 80px;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 30px 0 #4dc57799;
}

.fin-hel-hide {
  display: none;
}

.fin-stmnt {
  background: url(../images/curve-shadow.png) top center no-repeat;
  background-size: contain;
  padding-top: 80px;
  margin-top: 30px;
}

.fin-stmnt .grid-one-two {
  margin-top: 4rem;
}

.stamp-health:hover i {
  font-size: 100px;
  color: #fff;
}

.stamp-health:hover .in-grad {
  width: 50px;
  height: 50px;
  box-shadow: none;
}

.stamp-health:hover .fin-hel-hide {
  display: block;
}

.fin-health>.d-flex>.w-50:nth-child(2) {
  .w-50:first-child {
    border-width: 0 1px 1px 0;
  }

  .w-50:last-child {
    border-width: 1px 0 0 1px;
  }

  .w-50:nth-child(2) {
    border-width: 0 0 1px 1px;
  }

  .w-50:nth-child(3) {
    border-width: 1px 1px 0 0;
  }
}

.fin-health .w-50 .w-50 {
  min-height: 325px;
  max-height: 325px;
}

button,
a {
  cursor: pointer;
}

.in-grad.asset {
  background-color: #a3e1b8;
}

.in-grad.liability {
  background-color: #c5644d;
}

.in-grad.ratio {
  background-color: #91c4a3;
}

.in-grad.cashflow {
  background-color: #4dc576;
}

.stamp-health:hover .in-grad.asset {
  background: linear-gradient(180deg, #b0f9c8 0%, #4a885e 100%);
  border: 3px solid #a3e1b8;
}

.stamp-health:hover .in-grad.liability {
  background: linear-gradient(180deg, #ed5330 0%, #d12b06 100%);
  border: 3px solid #c5644d;
}

.stamp-health:hover .in-grad.ratio {
  background: linear-gradient(180deg, #78e59e 0%, #43945f 100%);
  border: 3px solid #91c4a3;
}

.stamp-health:hover .in-grad.cashflow {
  background: linear-gradient(180deg, #46f483 0%, #0d9b3f 100%);
  border: 3px solid #4dc576;
}

.ind-list-ul li div,
.inset-shadow {
  box-shadow: inset 0 8px 15px 0 #d7edef96;
}

.ind-list-ul {
  column-count: 2;
  gap: 30px;
}

.ind-list-ul li {
  margin-bottom: 17px;
  break-inside: avoid;
}

#point-tring {
  width: 14px;
  height: 20px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #98e05f 0%, #0de3ac 100%);
  transform: rotate(180deg);
}

.tech-analysis .white-btn-flat span:first-child {
  border-right: 1px solid #c5c5c5;
}

.tech-analysis .white-btn-flat {
  max-width: 360px;
  width: 100%;
  margin: 20px auto;
  padding: 1rem 3.6rem;
  display: flex;
}

span.close i {
  background: #ffe9a5;
  padding: 7px 9px;
  border-radius: 100%;
  line-height: 1;
  font-size: 15px;
  color: red;
}

.alert_model .hide {
  display: none;
}

.signup-form {
  width: 100%;
}

.signup-form .bg-img {
  background: #fbf9fc url(../images/login-top-bg-image.png) no-repeat top center;
  background-size: cover;
}

.signup-form ul.text-18 {
  list-style: none;
}

.signup-form ul.text-18 .gradiant-btn-flat {
  padding: 3px;
  box-shadow: none;
  margin-right: 12px;
}

.signup-form>ul.text-18>li {
  margin-bottom: 16px;
}

.signup-form img.bull-image {
  max-width: 350px;
  margin: auto;
  display: block;
  width: 100%;
}

.snfrm-or .barr {
  height: 7px;
  display: block;
  background: linear-gradient(45deg,
      transparent,
      #94cbb4,
      #94cbb4,
      transparent);
  filter: blur(3px);
}

.snfrm-or .crcl {
  background-color: #aedbc8;
  width: 25px;
  height: 50px;
  border-radius: 100% / 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
  margin: auto;
  transform: rotate(90deg);
  position: relative;
  top: -18px;
  filter: blur(4px);
}

.or-bt.text-14 {
  padding: 10px;
  background: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  border: 1px dashed var(--colorLightGray);
  box-shadow: 0 0 0 3px #fff, 0 0 5px 0 #80c5a0;
  top: 8px;
}

.prf-link-ul li {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  white-space: nowrap;
}

.prf-link-ul li a {
  padding: 16px 12px;
}

.prf-link-ul li a span {
  color: var(--colorLightGray);
}

.prf-link-ul li a {
  width: 100%;
  text-align: start;
  align-items: center;
  display: flex;
  border-radius: 0;
  font-size: 16px;
  text-transform: math-auto;
}

.prf-link-ul li a.active,
.prf-link-ul li a:hover {
  text-decoration: none;
  background-color: var(--colorPrimary);
  color: #fff;
  opacity: 1;
}

.prf-link-ul li:first-child a.active,
.prf-link-ul li:first-child a:hover {
  border-top-left-radius: 15px;
}

.prf-link-ul li a.color-black.text-decoration-none:hover,
.user-stats-profile-wrapper a.color-black.text-decoration-none:hover {
  opacity: 1;
}

.tab-linkpg {
  border-right: 1px solid #e3e3e3;
}

.profile-page-sec {
  padding: 30px;
}

.prf-link-ul li a.active span,
.prf-link-ul li a:hover span {
  color: #fff;
}

.slick-initialized .slick-slide {
  height: max-content;
}

.news-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-feat-grid .element {
  flex: 0 1 31%;
}

.news-feat-grid .element img {
  aspect-ratio: 1.7;
  object-fit: cover;
}

.single-news .author {
  font-size: 14px;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.blur-bg {
  filter: blur(10px);
}

.blurred-news {
  background: url(../images/blurred-news.webp) no-repeat center top !important;
  min-height: 670px;
  display: flex;
  background-size: cover;
}

@media (min-width: 1360px) {
  .big-news-img {
    width: 100%;
    height: 560px;
    overflow: hidden;
    text-align: center;
  }

  .news-inner .left-column {
    max-width: 918px;
  }
}

.county-dropdown input[type="tel"],
.county-dropdown input[type="number"],
.phne-num input[type="number"],
.phne-num .gradiant-btn {
  border-radius: 0 6px 6px 0;
  height: 100%;
}

#recaptcha-container {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb {
  list-style: none;
  min-height: 33px;
}

.breadcrumb li {
  position: relative;
  margin-right: 10px;
}

.breadcrumb li:not(:last-child)::after {
  content: "\f0da";
  position: absolute;
  width: 8px;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.breadcrumb li a {
  color: #5e5e5e;
  text-decoration: none;
  padding: 2px 8px 2px 2px;
  border-radius: 4px;
  transition: background-color 0.3s;
  display: block;
}

.breadcrumb li a:hover {
  color: var(--colorPrimary);
}

.breadcrumb li:last-child a {
  color: #000;
  font-size: 14px;
}

.single-page-outer aside>div {
  min-width: 380px;
  position: sticky;
  top: 10px;
}

.single-full-page-content p {
  word-wrap: break-word;
  line-height: 30px;
  margin: 6px 0 20px 0;
}

.single-full-page-content a {
  color: var(--colorPrimary);
}

.single-full-page-content a.gradiant-btn,
.single-full-page-content a.gradiant-btn-flat {
  color: var(--colorWhite);
}

.feedback-btn button:hover {
  background: #fff;
  color: var(--colorPrimary);
}

.single-news-image {
  object-fit: cover;
  height: auto;
}

.single-container {
  max-width: 1400px;
}

.single-container .text-40 {
  line-height: 4.5rem;
  font-size: 3.6rem;
}

.form-fields.relative .select2-container--default .select2-selection--single .select2-selection__rendered img {
  max-width: 25px;
  height: auto;
  vertical-align: middle;
}

.form-fields.relative .select2-container {
  border-radius: 5px 0 0 5px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgb(32 35 35 / 0.09);
  border: 0;
  font-size: 14px;
  width: 100px !important;
  cursor: pointer;
  border-right: solid 1px #eee;
}

.verify-phone .form-fields.relative .select2-container {
  width: 150px !important;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.selectimg {
  width: 120px;
}

span.user-status {
  height: fit-content;
  padding: 5px 10px;
}

.profile-setting .form-group.grid-two-one {
  grid-template-columns: 4.2fr 1fr;
}

.tournament_info_bar-status .white-btn-big {
  padding: 5px 15px;
  font-size: 14px;
}

.stock-hover-detail {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  color: #333;
  min-width: 360px;
  z-index: 999;
  font-size: 62.5%;
}

.sn-ticker-left {
  display: flex;
  gap: 10px;
  flex: 2 1 50%;
}

.stock-hover-detail .sn-ticker-logo {
  width: 40px;
  height: 40px;
  align-self: center;
  border-radius: 100%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sn-ticker-logo img {
  width: 70%;
  object-fit: cover;
}

.stock-hover-detail h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

.stock-hover-detail .sn-tag {
  font-size: 12px;
  display: block;
  margin-top: 3px;
}

.stock-hover-detail .sn-left-area .ticker-price {
  font-size: 30px;
}

.stock-hover-detail .sn-left-area .ticker-price span:last-child {
  display: inline-flex;
  align-items: center;
}

.stock-hover-detail .stock-range-wrap {
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
  padding: 7px 0;
}

.stock-hover-detail .range-bar {
  width: 60%;
  padding: 0;
  height: 25px;
  font-size: 10px;
  background: #ccc0;
  margin: 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: relative;
  border-radius: 6px;
}

.stock-range-wrap .range-bar .bar {
  position: relative;
  height: 0.1875rem;
  background-color: #ccc;
  flex: 1 1 0%;
}

.stock-range-wrap .trigger {
  width: 10px;
  position: absolute;
  top: 0;
}

.stock-range-wrap .trigger span {
  height: 0.1875rem;
  background-color: #13802e;
  display: block;
}

.stock-range-wrap .trigger img {
  transform: rotate(180deg);
}

.single-stock-ticker-wrapper .single-stocks-blocks {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 10px;
}

.stock-hover-detail .price-data {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
  opacity: 0.8;
}

.ticker-price-change {
  font-size: 14px;
}

.ticker-price-change.red {
  color: var(--colorRed);
  background: #fff0;
}

.ticker-price-change.green {
  color: var(--colorPrimary);
  background: #fff0;
}

.profile-setting .form-group.grid-two-one {
  grid-template-columns: 4.2fr 1fr;
}

.form-fields.relative .select2-container .selection {
  height: 100%;
  justify-content: center;
  flex-direction: column;
  display: flex;
  min-height: 43px;
  padding-left: 15px;
}

.signup-pg .form-fields.relative .select2-container .selection {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 #fff0 #fff0 #fff0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-dropdown {
  background-color: #fff !important;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-results__option img {
  max-width: 30px;
  height: auto;
  vertical-align: middle;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--green) !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--colorPrimary) !important;
  color: #fff;
}

.select2-dropdown li.select2-results__option {
  cursor: pointer;
  padding: 6px;
}
.line-limit-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-limit-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fancybox__content {
  padding: 0 !important;
}

.fancybox__slide {
  max-width: 1024px !important;
  padding: 0 !important;
}

.fancybox__content {
  height: 460px !important;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  border: solid 1px #aaaeae;
  box-shadow: 0 2px 7px 0 rgb(32 35 35 / 0.09);
  padding: 10px 15px;
  height: 50px;
}

.iti--allow-dropdown {
  width: 80%;
}

.iti__country-name {
  margin-right: 6px;
  max-width: 223px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.download-app-install {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f6f9ff;
  padding: 10px;
  position: relative;
  justify-content: flex-start;
  z-index: 2;
}

.app-logo-d img {
  border-radius: 12px;
  max-width: 50px;
  height: max-content;
}

.app-download-text {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
}

.close-dai {
  cursor: pointer;
  padding: 5px;
}

.app-download-text h4 {
  margin: 0;
  font-size: 14px;
}

.app-download-text p {
  margin: 2px 0;
  font-size: 13px;
  line-height: 13px;
}

.app-download-text h5 {
  margin: 0;
  font-size: 11px;
}

.download-app-install .download-link {
  background-color: var(--colorSecondary);
  color: #fff;
  padding: 6px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.admin-content-wrapper ol.main-ol-big>li::marker {
  font-size: 24px;
}

.tabs-stocks-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs-stock-content-left {
  width: 40%;
}

.tabs-stock-content-right {
  width: 60%;
  padding: 1.5rem;
}

.tabs-stocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

.subscribe-box {
  background: #000;
  border-radius: 10px;
  border: solid 3px #fff;
  color: #fff;
  padding: 4rem;
  margin-top: 1rem;
}

.tabs-stocks-left .subscribe-box {
  background: none;
  padding: 1.6rem;
  border: none;
  border-radius: 0;
  margin: 0;
}

.tabs-stocks-left .subscribe-box .heading {
  margin: 0;
}

.tabs-content-stock {
  display: none;
}

.tabs-stocks li:first-child {
  border-radius: 15px 0 0 0;
}

.tabs-stocks li a {
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.tabs-stocks li.tab-link.current a {
  color: #fff;
}

.tabs-content-stock.current {
  display: block;
}

.tabs-stocks li {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 4px solid #fff0;
  cursor: pointer;
}

.tabs-stocks li.tab-link.current {
  border-left: 4px solid var(--green);
  background: var(--colorPrimary);
  color: #fff;
}

.subscribe-box h4 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 400;
  margin: 0 0 2rem 0;
}

.subscribe-box input[type="number"] {
  background: #fff;
}

.tabs-stocks-left .subscribe-box h4 {
  font-size: 20px;
  line-height: 1.4;
}

.subscribe-box h4 {
  font-weight: 600;
  font-size: 2.5rem;
}

.subscribe-box h4+p {
  line-height: 22px;
  font-size: 0.9rem;
  margin: 1em 0;
}

.tabs-stocks-left .subscribe-box h4+p {
  opacity: 0.7;
}

.tabs-content-stock h3 {
  font-size: 1.5rem;
  margin-top: 0;
}

.tabs-content-stock p {
  line-height: 1.6;
  margin: 1em 0;
}

.for-mobile {
  display: none;
}

ul.stock-peers-list li .img-box {
  width: 32px;
  height: 32px;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #5b5b5b;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.stock-peers-list {
  display: flex;
  flex-direction: column;
  max-height: 406px;
  overflow-y: auto;
  padding-right: 1rem;
}

ul.stock-peers-list li {
  border: solid 1px #d9d9d9;
  padding: 10px;
  gap: 10px;
  display: grid;
  background-image: linear-gradient(356deg, #f4f4f4, transparent);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 15px 0 rgb(32 35 35 / 0.09);
}

ul.stock-peers-list li:hover {
  box-shadow: none;
}

ul.stock-peers-list li .data {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

ul.stock-peers-list li .action-btn {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
}

ul.stock-peers-list li.active {
  background-image: linear-gradient(356deg, #16928d29, transparent);
  border: solid 1px #16928d;
}

ul.stock-peers-list li .img-box a {
  line-height: 0;
  padding: 5px;
}

ul.stock-peers-list li .stock-peers-title .symbol {
  font-size: 15px;
  display: block;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

ul.stock-peers-list li .stock-down {
  color: var(--colorRed);
}

ul.stock-peers-list li .stock-up {
  color: var(--colorPrimary);
}

ul.stock-peers-list li .stock-peers-title .subtitle {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  white-space: nowrap;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.stock-peers-list li .img-box img {
  width: 100%;
}

ul.stock-peers-list li .stock-peers-title .subtitle a {
  color: #000;
  text-decoration: none;
  opacity: 0.9;
}

.tabs-stocks li.sentiment-progress .cssProgress {
  max-width: 100%;
}

.tabs-stocks li.sentiment-progress .cssProgress {
  background: url(../images/sentiment-progress-bar.png) no-repeat center bottom;
  height: 65px;
  background-size:contain;
  padding: 0 55px;
  width: 100%;
}

.tabs-stocks li.sentiment-progress .cssProgress .progress2 {
  background: none;
  overflow: inherit;
  box-shadow: none;
  border: none;
}

.tabs-stocks li.sentiment-progress .cssProgress .cssProgress-active {
  background: none !important;
  box-shadow: none;
  border: none;
}

.tabs-stocks li.sentiment-progress .progress2 .cssProgress-bar {
  position: relative;
}

.tabs-stocks li.sentiment-progress .progress2 .cssProgress-bar .progree-indicator {
  position: absolute;
  right: 0;
  width: 22px;
  height: 35px;
  top: 7px;
}

.related-stocks .left-column {
  width: 38%;
}

.related-stocks .right-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  flex-grow: 2;
  gap: 10px;
}

.related-stocks .round_logo {
  max-width: 25px;
  max-height: 25px;
  min-width: 25px;
  min-height: 25px;
  line-height: normal;
}

.related-stocks .tag {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 2px 2px #0000000f;
}

.leaderboard_game_user .ranks-bg.profile-gold {
  background-color: #f9f0c2;
}

.leaderboard_game_user .ranks-bg.profile-silver {
  background-color: #edf1f4;
}

.leaderboard_game_user .ranks-bg.profile-bronze {
  background-color: #e8e0d4;
}

span.notification-count {
  background: #414333;
  width: 25px;
  height: 20px;
  display: inline-flex;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}

.tournament_info_bar .tournament_info_bar-status .badege.live {
  background-color: #39be66;
}

.winner {
  background-color: #f9f0c2;
}

.silver {
  background-color: #edf1f4;
}

.bronze {
  background-color: #e8e0d4;
}

.tabs-stocks li.sentiment-progress .progress2 .cssProgress-bar .progree-indicator svg {
  width: 100%;
  height: 100%;
}

.gray-notice {
  background: #e8e6bdba;
  color: #59650e;
}

.ad-container {
  background: #f6fafd url(../images/ad-image-bg.png) repeat-x left top;
}

.ad-container .text-content {
  max-width: 595px;
}

.ad-container .ad-column-image {
  max-height: 57rem;
}

.performance-bar.positive-bar.fill-bar {
  animation-fill-mode: forwards;
}

.performance-chart {
  height: 1em;
  text-align: center !important;
  margin-top: 0.5rem !important;
  width: 100% !important;
  position: relative !important;
  display: block !important;
  border: 1px solid #434343 !important;
}

.performance-bar.fill-bar {
  animation-name: performance-bar;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards;
}

.performance-bar.positive-bar {
  right: auto;
  left: 50%;
}

.performance-bar {
  top: 0;
  right: 50%;
  height: 100% !important;
  position: absolute !important;
}

.gradient-green {
  background: #03a66d;
}

.gradient-red {
  background: #ff0d14;
}

.performance-center {
  width: 2px;
  height: 1.2em;
  left: 50%;
  top: -0.15em;
  background: #c9c9c9;
  position: absolute !important;
}

.tab-content .responsive-table table.data-table tbody th {
  border-bottom: none;
}

.tab-content .responsive-table table.data-table tbody tr:last-child th {
  border-bottom: solid 1px #e3e3e3;
}

@keyframes performance-bar {
  0% {
    width: 0;
  }
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp-solid,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
}

.far,
.fa-regular {
  font-weight: 400;
}

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D,
    U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088,
    U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5,
    U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A,
    U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E,
    U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7,
    U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D,
    U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA,
    U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"),
    url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B,
    U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4,
    U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E,
    U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas,
.fa {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab,
.fa-regular,
.far {
  font-weight: 400;
}

.fa-solid,
.fas {
  font-weight: 900;
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-rotate-left:before {
  content: "\f0e2";
}

.fa-right-left:before {
  content: "\f362";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user:before {
  content: "\f007";
}

.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}

.fa-house-chimney:before {
  content: "\e3af";
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-file-lines:before {
  content: "\f15c";
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-arrow-left-long:before {
  content: "\f177";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}

.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}

.fa-arrow-trend-up:before {
  content: "\e098";
}

.fa-arrow-trend-down:before {
  content: "\e097";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-angle-up:before {
  content: "\f106";
}

/* .fa-house-user:before {
  content: "\f015";
} */

.fa-telegram:before {
  content: "\f2c6";
}

.fa-xmark:before {
  content: "\f00d";
}

.fa-lock:before {
  content: "\f023";
}

.fa-location-dot:before {
  content: "\f3c5";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-refresh:before {
  content: "\f2f1";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info:before {
  content: "\f129";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-times:before {
  content: "\f00d";
}

.fa-edit:before {
  content: "\f044";
}

.fa-arrow-up-right-from-square:before {
  content: "\f08e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-pulse:before {
  content: "\f3f1";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-check:before {
  content: "\f00c";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-compress:before {
  content: "\f066";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-clock:before {
  content: "\f017";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-chart-column:before {
  content: "\e0e3";
}

.fa-chart-simple:before {
  content: "\e473";
}

.fa-magnifying-glass-chart:before {
  content: "\e522";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-folder-cog::before,
.fa-folder-gear::before {
  content: "\e187";
  --fa: "\e187";
  --fa--fa: "\e187\e187";
}

.fa-cog::before,
.fa-gear::before {
  content: "\f013";
  --fa: "\f013";
  --fa--fa: "\f013\f013";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-bitcoin::before {
  content: "\f379";
}

.fa-circle-dollar-to-slot::before,
.fa-donate::before {
  content: "\f4b9";
}

.fa-business-time::before {
  content: "\f64a";
}

.buy_order_text {
  border-bottom: solid 1px #ddd;
  -webkit-box-shadow: 0 4px 6px -6px #0cb961;
  -moz-box-shadow: 0 4px 6px -6px #0cb961;
  box-shadow: 0 4px 6px -6px #0cb961;
}

/*  == Crypto pages  ==  */

.link-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
  max-width: 990px;
  margin: 4rem auto 0;
}

.link-card {
  padding: 15px;
  display: block;
  text-decoration: none;
}

.link-card.active {
  background-color: var(--colorPrimary);
  color: white;
}

.link-card .border-bottom {
  border-bottom: solid 1px #CDD4D3;
}

.link-card.active .border-bottom {
  border-color: #47D6D0;
}

.link-card .color-secondary {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.link-card.active .color-secondary,
.link-card.active i {
  color: white;
}

.recent-trade .round-sign {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.63);
  color: black;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}

.recent-trade-img {
  width: 58px !important;
  height: 58px;
  background-color: #EFF2F7;
  border: solid 1px #D4D6DA;
  padding: 3px;
  border-radius: 50%;
}

.recent-traded {
    width: 58px !important;
    height: 58px;
    background-color: #34928d;
    border: solid 1px #61d6d1;
    padding: 3px;
    border-radius: 50%;
}

.most-symnbol-mentions{overflow-x: auto;}
.most-symbol-mention {
  min-width: 250px;
}

.detail-mentions .most-symbol-mention {
  width: 264px;
}

.most-symbol-mention:hover {
  box-shadow: 0 0 5px #eee
}


.billonaire-image {
  max-width: 258px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  align-self: center;
}

.billonaire-image img {
  width: 100%;
  height: 258px;
}

.follow-btn {
  background: #012054;
  box-shadow: 0px 2px 10px rgba(32, 35, 35, 0.1);
  border-radius: 6px;
  padding: 10px 20px;
  color: white;
  font-size: 12px;
  display: inline-block;
}

.box-shadow1 {
  box-shadow: 0px 2px 10px rgba(32, 35, 35, 0.1);
}

.user-profile-stats-data {}

.user-profile-stats-data .stock-range-progress-bar.p-orange,
.user-profile-stats-data .cssProgress-bar.p-orange {
  border: solid 1px #F6C941;
  background-color: #F6C941;
  background-image: linear-gradient(270deg, #F6C941 0%, #F6C941 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.user-profile-stats-data .stock-range-progress-bar.p-red,
.user-profile-stats-data .cssProgress-bar.p-red {
  border: solid 1px #FC7272;
  background-color: #FC7272;
  background-image: linear-gradient(270deg, #FC7272 0%, #FC7272 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.user-profile-stats-data .stock-range-progress-bar.p-yellow,
.user-profile-stats-data .cssProgress-bar.p-yellow {
  border: solid 1px #F6C941;
  background-color: #F6C941;
  background-image: linear-gradient(270deg, #F6C941 0%, #F6C941 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.user-profile-stats-data .stock-range-progress-bar.p-green,
.user-profile-stats-data .cssProgress-bar.p-green {
  border: solid 1px #5bc187;
  background-color: #5bc187;
  background-image: linear-gradient(270deg, #5bc187 0%, #5bc187 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.user-profile-stats-data .stock-range-progress-bar.p-purple,
.user-profile-stats-data .cssProgress-bar.p-purple {
  border: solid 1px #595fdc;
  background-color: #595fdc;
  background-image: linear-gradient(270deg, #595fdc 0%, #595fdc 100%);
  box-shadow: 0 2px 20px 0 rgb(206 150 28 / 45%);
}

.ceo-bottom {
  width: 318px;
  height: 376px;
}

.ceo-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading-overflow {
  height: 150px;
  overflow: auto;
}

.hero-back {
  background: url(../images/crypto/hero-back.png) top center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-chart {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 0
}

i.fa-star.color-white {
  color: #fff
}

i.fa-star.color-black {
  color: #000
}

.quote-bx {
  border-bottom: 2px solid #16928D;
}

.ceos-box {
  background: rgb(45, 65, 100);
  background: linear-gradient(0deg, rgba(45, 65, 100, 1) 0%, rgba(10, 17, 30, 1) 50%, rgba(9, 16, 29, 1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bitcoin-dot {
  background-color: #FFC325;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%
}

.ethereum-dot {
  background-color: #16928D;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%
}

.others-dot {
  background-color: #ECECEC;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%
}

.color-chart {
  border-radius: 30px;
}

.color-chart span {
  height: 26px;
}

.bitcoin-color {
  background-color: #FFC325;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.ethereum-color {
  background-color: #16928D;
}

.others-color {
  background-color: #ECECEC;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.shadow-bx {
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px rgba(32, 35, 35, 0.0863), rgba(22, 146, 141, 0.1216) 0px 0px 15px inset;
}

.round_thumb,
.round_logo-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #16928D;
  background-color: #fff;
  border-radius: 50%;
  min-width: 6rem;
  min-height: 6rem;
  max-width: 6rem;
  max-height: 6rem;
  overflow: hidden;
  padding: 3px;
  box-shadow: 3px 10px 35px #B4B4B4;
}

.round_logo-thumb {
  border: 1px solid #eee;
  box-shadow: 1px 3px 5px #B4B4B422;
  min-width: 4rem;
  min-height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  padding: 1px;
}

.round_thumb img,
.round_logo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.bottom-chart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0
}

.bottom-chart img {
  width: 100%;
}

.filter-searchbx i {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 15px;
  color: #666
}

table.small-tbl td {
  padding: 6px 12px;
}

table.small-tbl td {
  border: 0
}

.ceo-bottom img {
  width: 100%;
  display: block;
}

.img-responsive {
  width: 100%;
  height: auto;
}


.breadcrumb-crypto {
  text-transform: uppercase;
}

.breadcrumb-crypto a {
  text-decoration: none;
  padding-right: 2px;
}

.breadcrumb-crypto a:hover {
  color: var(--colorPrimary);
}

.converter-tag {
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  text-transform: uppercase;
}

.coin-boxes-head {
  position: relative;
  left: -16px;
  margin-right: -32px;
  padding-left: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.switch-btn {
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  padding: 18px 20px;
  border-radius: 50%;
}

/* 
\\ ******************
Custom Select dropdown 
// ******************
 */

.input-calc {
  border: none;
  width: 100%;
  padding: 10px;
}

.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
  user-select: none;
}

.f-dropdown select {
  display: none;
}

.f-dropdown>span {
  cursor: pointer;
  padding: 2px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #ccc;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.f-dropdown>span>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 15px 5px 0;
  min-width: 55px;
}

.f-dropdown>span img {
  width: 20px;
  margin-right: 10px;
}

.f-dropdown>span:before,
.f-dropdown>span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #000;
  transition: all 0.3s ease;
}

.f-dropdown>span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown>span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 40px;
  left: 0;
  z-index: 1;
  right: 0;
  min-height: 43px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}

.f-dropdown ul,
.f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a img {
  width: 22px;
  margin-right: 10px;
}

.f-dropdown ul li a:hover {
  color: #5c6bc0;
}

.f-dropdown ul li.active a {
  color: #fff;
  background: #303f9f;
}

.f-dropdown ul li.active a:before,
/* white cross */
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  transition: all 0.2s ease;
  background: #FFF;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled>span {
  cursor: not-allowed;
}

.f-dropdown.filled>span {
  color: #000;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open>span {
  border-color: #aaa;
}

.f-dropdown.open>span:before,
.f-dropdown.open>span:after {
  background: #000;
}

.f-dropdown.open>span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open>span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/* Added (select option on key down) */
.f-dropdown>span:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

/* --------------------------- */

.f-group {
  max-width: 250px;
  height: 36px;
  margin: 0 auto;
  text-align: left;
}

.f-group select {
  width: 100%;
  height: 100%;
}

.f-control {
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}



/* crypto responsive */
@media (max-width:1080px) {
  .todays-crypto-bxes {
    grid-template-columns: 1fr;
  }

  .todays-crypto-bxes .bg-white {
    min-height: auto;
  }

  .bottom-chart {
    max-height: 120px;
    overflow: hidden;
  }
}

@media (max-width:1024px) {
  .hero-back .left-sec {
    width: 50%
  }

  .hero-chart {
    width: 70%
  }

  .breadcrumb-over {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem
  }

  .coin-detail-hero {
    flex-direction: column;
    padding-top: 0
  }

  .coin-detail-hero .w-30,
  .my-exchanges-hero .w-40,
  .currency-converter-hero .w-50 {
    width: 100%
  }

  .performance-bxes .grid-4 {
    grid-template-columns: 1fr 1fr
  }

  .my-exchanges-hero,
  .currency-converter-hero {
    flex-direction: column;
    gap: 1rem
  }
}

@media (max-width:915px) {
  .hero-back .left-sec {
    width: 60%
  }

  .billionaires-ceos h2.text-40 {
    width: 98%
  }

  .billionaires-ceos .grid-4 {
    gap: 2rem
  }

  .ceos-box h4.text-24 {
    font-size: clamp(18px, 1rem, 1rem);
  }

  .ceos-box span.text-14 {
    font-size: 12px
  }

  .ceos-box .gap-2.align-center {
    gap: 1rem
  }

  .filters-bxes {
    flex-wrap: wrap;
    gap: 1rem
  }

  .mobile-tocuhscroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .mobile-tocuhscroll .bg-white-70 {
    min-width: max-content;
  }
}

@media (max-width:767px) {
  .hero-back .left-sec {
    width: 70%;
  }

  .quote-bx h4.text-18 {
    font-size: 16px;
  }

  .recent-mentions .gap-2.flex-wrap {
    gap: 1rem
  }

  .recent-mentions .gap-2.flex-wrap .bg-white-70 {
    padding: 1rem
  }

  .recent-mentions .gap-2.flex-wrap h5 {
    font-size: 14px;
  }

  .billionaires-ceos .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .billionaires-ceos h2.text-40 {
    font-size: 22px;
    width: 100%;
  }

  .filters-bxes .d-flex.gap-2 {
    flex-wrap: wrap;
    gap: 1rem
  }

  .recent-mentions .grid-3 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr
  }

  .converter-tagbx {
    flex-direction: column;
  }

  .admin-content-wrapper ul {
    position: static !important;
  }

  .about-us-wrapper .what-we-do {
    background: none !important;
    background-color: #2b8a84 !important;
  }

}

@media (max-width:600px) {
  .todays-crypto-bxes {
    grid-template-columns: 1fr;
  }

  .filters-bxes .d-flex.gap-2 .gap-1 {
    flex-wrap: wrap;
    gap: 1rem
  }

  .hero-chart {
    width: 90%;
  }

  .billionaire-profile {
    flex-direction: column-reverse;
    justify-content: center;
    justify-items: center;
    gap: 1rem
  }

  .billionaire-profile .w-50,
  .currency-converter-hero .w-60,
  .my-exchanges-hero .w-60 {
    width: 100%;
  }

  .billionaire-profile .bg-white {
    width: fit-content;
  }

  .performance-bxes .grid-4 {
    grid-template-columns: 1fr
  }
}

@media (max-width:480px) {
  .hero-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-back .left-sec {
    width: 90%;
  }

  .hero-back .left-sec .gap-2 {
    flex-direction: column;
  }

  .hero-back .left-sec .gap-2 .w-50 {
    width: 100%;
  }

  .billonaire-image {
    width: 100%;
    height: auto;
  }

  .recent-mentions .grid-3 {
    gap: 2rem;
    grid-template-columns: 1fr
  }

  .mobile-responsive-table {
    max-width: 320px;
  }

  .billionaires-ceos .grid-4 {
    grid-template-columns: 1fr;
  }

  .mobile-hide {
    display: none;
  }
}



/* about us page */
.about-us-wrapper h3 {}

.about-us-wrapper .hover-text-none:hover {
  text-decoration: none;
}

.about-us-wrapper .header-section h3 {
  margin-bottom: 0;
  font-size: 4.2rem;
  color: var(--colorSecondary);
  font-weight: 700;
}

.about-us-wrapper .header-section h3+p {
  margin: 1rem 0 3rem;
}

.about-us-wrapper .our-value {
  background-color: #eff3f6;
  padding: 3rem 2rem;
  border-radius: 15px;
}

.about-us-wrapper .our-value h2 {
  margin: 0 0 1rem;
}

.about-us-wrapper .our-value h2+p {
  max-width: 520px;
  opacity: 0.7;
  text-align: center;
  margin: auto;
}

.about-us-wrapper .value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.value-grid .value-grid-box {
  background-color: #f6fafd;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 10px 20px 0px rgba(40, 40, 40, 0.1);
}

.about-us-wrapper .what-we-do {
  border-radius: 15px;
  background: url("../images/about-new-bg.jpg"), url("../images/about-new-bg2.jpg") no-repeat right center;
  background-blend-mode: screen;
  margin-top: 3rem;
}

.about-us-wrapper .what-we-do .text-content {
  text-align: left;
  padding: 3rem 0 3rem 3rem;
  max-width: 570px;
}

.about-us-wrapper .what-we-do .text-content h2 {
  color: white;
  margin: 0;
}

.about-us-wrapper .what-we-do .text-content p {
  opacity: 0.8;
  color: white;
  margin: 1rem 0 2rem;
}

.about-us-wrapper .what-we-do .text-content a.d-inline-block {
  color: black;
}

.about-us-wrapper .what-we-do .text-content a.d-inline-block:hover {
  background-color: #f9f9f9;
  text-decoration: none !important;
}

.grid-one-one.left .speech-box {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 6rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.grid-one-one.left .speech-box::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
  filter: drop-shadow(-3px 0 5px rgba(0, 0, 0, 0.05));
}

.speech-box p {
  line-height: 26px;
  opacity: 0.7;
}

.how-we-do {
  margin-top: 3rem;
}

.how-we-do h2 {
  margin: 0;
}

.how-we-do .grid-one-one {
  margin-top: 4rem;
}

.how-we-do h3 {
  margin-top: 0;
}

.grid-one-one.right .speech-box {
  position: relative;
  background: white;
  border-radius: 12px;
  padding: 6rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.grid-one-one.right .speech-box::before {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  filter: drop-shadow(3px 0 5px rgba(0, 0, 0, 0.05));
}

.get-in-touch {
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  border-radius: 15px;
  background-image: -moz-linear-gradient(107deg, rgb(0, 107, 102) 0%, rgb(8, 167, 161) 45%, rgb(22, 146, 141) 100%);
  background-image: -webkit-linear-gradient(107deg, rgb(0, 107, 102) 0%, rgb(8, 167, 161) 45%, rgb(22, 146, 141) 100%);
  background-image: -ms-linear-gradient(107deg, rgb(0, 107, 102) 0%, rgb(8, 167, 161) 45%, rgb(22, 146, 141) 100%);
  color: white;
}

.get-in-touch div.text-left {
  max-width: 650px;
}

.get-in-touch h2 {
  margin: 0;
}

.get-in-touch a.weight-700 {
  font-weight: bold;
  color: black;
}

.two-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  margin-top: 3rem;
}

.gray-box {
  border-radius: 15px;
  background-color: rgb(236, 239, 247);
  border-radius: 15px;
  text-align: left;
}

.gray-box h2 {
  color: black;
  margin: 4rem 4rem 1rem 4rem;
  font-size: 3rem;
}

.gray-box h2 span {
  color: var(--colorPrimary);
}

.gray-box p {
  font-size: 18px;
  line-height: 30px;
  margin: 0rem 4rem 1rem 4rem;
}

.investment-donet {
  margin: auto;
  width: 350px;
  height: 350px;
}

.company-select .select2-container .select2-selection--single {
  height: 42px;
}

.company-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.company-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.recent-trades-scroller.owl-carousel .owl-item {
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.recent-trades-scroller.owl-theme .owl-nav {
  display: none;
}

.color-grey-light {
  background-color: #F0F2F6;
}

.color-blue-1 {
  color: #012054
}


@media(max-width: 767px) {
  .about-us-wrapper .what-we-do .text-content {
    padding: 4rem;
  }

  .grid-one-one.right .speech-box::before,
  .grid-one-one .speech-box::before {
    display: none;
  }

  .admin-content-wrapper a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
  }
}

.lock-section-bx{background: #fff; text-align: center; padding: 30px; position: relative; margin-top: -200px;
box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.11);
}
.lock-section-bx:before{ content:''; width:100%; height:100px; top:-100px; position: absolute; left: 0;
background: #FFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }
.lock-section-bx h3{ color:#0d3c5c; font-size:30px; font-weight:700 }
.lock-section-bx ul{ list-style:none; margin:auto; padding:20px 0; width: 60%;}
.lock-section-bx ul li{margin:0; padding:5px 5px 10px; text-align:left; display:inline-flex; gap:2rem; width: 49%;align-items: flex-start;}
.lock-section-bx ul li span.gradiant-btn-flat{padding: 5px; margin-top: 4px;}
.lock-section-bx ul li h5{ color: #333333; font-size: 18px; font-weight: 600}
.lock-section-bx ul li p{ color:#666; }

/* New lock */

.lock-boxblurr{    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
      position: absolute;
    background-color: #fff;
  text-align: center;
border-radius: 10px;}

.lock-section-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(6px);
      background-color: rgba(255, 255, 255, 0.4); /* semi-transparent dark layer */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .lock-sec-bx {
      background: rgba(255, 255, 255, 0.6);
      padding: 30px;
      border-radius: 16px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      max-width: 300px;
    }

    .lock-sec-bx i {
      font-size: 32px;
      color: #444;
    }

    .lock-sec-bx h3 {
      font-size: 18px;
      margin-top: 16px;
      color: #222;
    }

/**/
.lock-class {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* changed from not-allowed for better UX */
  background: #f5f5f5;
  border-radius: 4px;
  color: #999;
  font-size: 1.2rem;
  font-family: "Font Awesome 6 Free";
  /* Important for icon display */
  font-weight: 900;
}

.lock-class::before {
  content: "\f023";
  /* Unicode for lock icon */
  font-family: "Font Awesome 6 Free";
  /* Make sure this matches your FA version */
  font-weight: 900;
}


.custom-tooltip {
  position: relative;
}

.tooltip-text {
  font-family: "Poppins", sans-serif;
  /* Change this to your desired font */

  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  /* bottom of tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  /* triangle arrow */
}

.custom-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
#latest_news .slick-track {
    margin: 0 !important;
}

.icon-minus, .ticker_small_thumb{width: 22px; height:22px; line-height: 22px; background:#e1ebe7; box-shadow: 0 0 1px #999; padding:1px; border-radius:50%;font-style: normal;}
.ticker_small_thumb1{width: 40px; height:40px; max-width: 40px;  line-height: 40px; background:#e1ebe7; box-shadow: 0 0 1px #999; padding:1px; border-radius:50%;}

.legend-item{cursor: pointer; border: 1px solid #f1f1f1; padding: 3px 12px; display: flex ; align-items: center;}
.legend-item:hover{ border-color:var(--colorPrimary); }


.select2-drop .select2-container--default .select2-selection--single{
            border: solid 2px #fff;
            border-radius: 5px;
            background-color: #fff;
            box-shadow: 0 2px 7px 0 rgb(32 35 35 / 0.09);
            padding: 9px 8px;
            display: block;
            box-sizing: border-box;
            width: 100%;
            font-size: 14px;
            height: 44px;
        }
.select2-drop .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 24px;}
.select2-drop .select2-container--default .select2-selection--single .select2-selection__arrow{height: 44px;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{ color:#333 !important; }

.lock-bottom-strip{background: #eee;border-radius: 0 0 2rem 2rem;margin-bottom: -2rem;left: -2rem;position: relative;padding: 10px;width: 108%;margin-top: 10px;}

.data-not-found{display: block;   margin-top: 20px;  text-align: center;  background: #fbf8f8;  padding: 30px;  border-radius: 8px;  border: 1px solid #e5dbdb;  font-weight: 600;   color: #ef1f1f;}