.more-link {
  width: 100%;
  text-align: right;
  color: #4bb9e3;
  text-decoration: underline;
  cursor: pointer;
}
.nupdate a:hover {
  color: #000 !important;
}
#candlechartdiv,
#chartdiv,
#chartdiv2 {
  height: 300px;
}
.liverate-lbl {
  margin-top: 4px;
  margin-bottom: 4px;
}
.text-orange {
  color: orange;
}
.high {
  color: green;
}
.low {
  color: red;
}
@keyframes blinktext {
  0%,
  100% {
    opacity: 0.5;
  }
  20%,
  80% {
    opacity: 1;
  }
}
.menu-select {
  background-color: none;
  color: #fff;
  height: auto !important;
  padding: 7.3px 2px;
  font-size: 13px;
  border: 1px solid #fff;
  border-left: 0;
  min-width: 82px;
  text-align: center;
  font-weight: 500;
  margin-top: -1px;
}
.menu-select option {
  background: #031e38 !important;
}
.candle-lable {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 400;
}
.clchartupdateon {
  font-weight: 100;
  color: #ebc715;
}
.panel-default > .panel-heading {
  color: #f5f5f5;
  background-color: #031e38;
  border-color: #ddd;
}
.panel-default > .panel-collapse > .panel-body {
  background-color: #00000036;
  padding: 5px;
  color: #000;
}
.panel-body a {
  color: #000;
}
.bg-orange {
  background-color: #f77b10;
}
.lnkmrmore {
  color: #0070ff;
  text-decoration: underline !important;
  float: right;
  margin-right: 5px;
}
#schemecattabs {
  width: 170px;
  padding: 7px;
  background: #000;
}
.banner-ads {
  margin-top: -32px;
}

.top-adv-desktop,
.top-adv-mobile {
  margin-block: 5px;
}

.top-adv-mobile {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 992px) {
  .top-adv-desktop {
    display: none;
  }

  .top-adv-mobile {
    display: block;
    margin-top: 55px;
  }

  .mt-resp {
    margin-top: 12px;
  }

  .bg-50-g {
    background: linear-gradient(90deg, #0b3b58 2%, #0b3b58 50%, #0b3b58 50%, rgb(10 34 84) 100%) !important;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  } */
}

b,
h3,
h6 a {
  font-weight: 400 !important;
}
#expert-carousel .owl-item,
#expert-carousel .owl-item div {
  background: none !important;
}

.live-bg {
  background: linear-gradient(90deg, rgba(9, 11, 15, 1) 0%, rgba(17, 19, 24, 1) 38%, rgba(19, 19, 22, 1) 66%, rgba(4, 4, 5, 1) 86%, rgba(6, 6, 8, 1) 100%) !important;
  border-radius: 10px;
}
.commentary-updates {
  /* border:1px solid orange;   */
  height: 400px;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
}

.blogDate {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  background: #08af71;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  font-weight: 200;
}

.commentary-list li:first-child {
  margin-top: 22px;
}

.commentary-list li p {
  padding: 15px 11px;
  border-left: 1px dashed #423f3f;
  /* width: 393px; */
  margin-left: 16px;
  color: #cee7f5;
}

.commentary-list {
  height: 300px;
  overflow-y: auto;
  list-style-type: none;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

body ::-webkit-scrollbar {
  width: 5px;
}

body ::-webkit-scrollbar-track {
  background: #fff;
}

body ::-webkit-scrollbar-thumb {
  background-color: orange;
  border-radius: 5px;
}
.chart-grad {
  background: linear-gradient(356deg, #031e38 0%, #0e3050 50%, #031e38 100%);
}

.glow-b-2 {
  box-shadow: 2px 2px 4px 0px #179d7e;
}
.card-scr {
  background-color: white;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  min-height: 130px;
  box-shadow: 0px 0px 13px white;
}

.card-scr:hover {
  box-shadow: 0px 0px 18px white;
}

.img-scr {
  border-radius: 50% 50% 0 0;
  width: 40px;
  mix-blend-mode: multiply;
}

.head-scr {
  display: block;
  width: 100%;
  text-align: center;
  color: #031e38 !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.desc-scr {
  display: block;
  width: 100%;
  color: #031e38 !important;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: justify;
  min-height: 50px;
}

.head-scr:hover,
.desc-scr:hover {
  background-color: white;
}

.view-scr {
  background-color: #0d3f7c;
  color: whitesmoke;
  font-size: 9pt;
  letter-spacing: 1px;
  padding-block: 0px;
  padding-inline: 10px;
  border-radius: 7px;
  border-color: #0d3f7c;
  position: fixed;
  bottom: 17px;
  left: 45%;
}

.lnk-scr {
  color: #ada7a7 !important;
  text-decoration: underline !important;
}

.lnk-scr:hover {
  color: white !important;
}
.fiichartheading {
  margin-bottom: 10px;
  border-bottom: solid 1px #e9e3e3;
}

.fiidiihead {
  letter-spacing: 0.2px;
  font-size: 2rem;
  color: #d3caca;
}

.fiidiiprice {
  float: right;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.fiidiidt {
  color: #8f8a8a;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.breaking-bg {
  background: rgb(231, 235, 237);
  background: linear-gradient(108deg, rgba(231, 235, 237, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(233, 219, 117, 1) 64%);
  color: #341542;
}

.breaking-bg h1 {
  color: #bd1616;
  font-family: "Fraunces", serif !important;
  font-family: "DM Serif Display", serif;
}

.breaking-img img {
  border-radius: 58px;
  margin: 10px 0 14px;
}

.blinking {
  -webkit-animation: 5s blink ease infinite;
  -moz-animation: 5s blink ease infinite;
  -ms-animation: 5s blink ease infinite;
  -o-animation: 5s blink ease infinite;
  animation: 5s blink ease infinite;
}

@keyframes blink {
  from,
  to {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  from,
  to {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  from,
  to {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes blink {
  from,
  to {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes blink {
  from,
  to {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

.green-g {
  background: rgb(4, 93, 68);
  background: linear-gradient(90deg, rgba(4, 93, 68, 1) 0%, #063836 35%, rgba(5, 82, 54, 1) 100%);
}

.yellow-red {
  background: linear-gradient(90deg, rgb(161 96 13) 0%, #97600e 35%, rgb(139 8 8) 100%);
}

.dis {
  pointer-events: none;
}
.skeleton-loader {
  padding: 7px 0 17px 0;
}

.skeleton-1,
.skeleton-2,
.skeleton-3 {
  float: left;
  height: 10px;
  animation: skeleton-loader-shimmer 1s linear infinite forwards;
  background: lightgrey;
  background-image: gradient(linear, left center, right center, from(#333), color-stop(0.2, #333), color-stop(0.4, #333), to(#333));
  background-image: linear-gradient(to right, #eee 0%, #ccc 20%, #ddd 40%, #eee 100%);
  background-repeat: no-repeat;
  background-size: 80px 10px;
  border-radius: 3px;
  opacity: 0.5;
}

.skeleton-1,
.skeleton-2,
.skeleton-3 {
  margin: 2px 0 2px 1px;
}

.skeleton-1 {
  width: 100px;
}

.skeleton-2 {
  width: 40px;
  clear: both;
}

.skeleton-3 {
  width: 30px;
}

.ptt-5 {
  padding-top: 5px !important;
}

@keyframes skeleton-loader-shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.h-label {
  width: 100%;
}
.dark-grey-g {
  background: linear-gradient(90deg, rgba(41, 41, 42, 1) 2%, rgba(33, 33, 38, 1) 31%, rgba(33, 33, 38, 1) 60%, rgba(20, 20, 20, 1) 73%, rgba(17, 17, 18, 1) 88%, rgba(15, 15, 15, 1) 100%);
}

.bg-50-g {
  background: linear-gradient(90deg, rgba(250, 250, 255, 1) 2%, rgba(255, 255, 255, 1) 50%, rgb(11 59 88) 50%, rgb(10 34 84) 100%);
}

.post--items.post--items-3 > .nav > li + li,
.post--items.post--items-4 > .nav > li > .nav > li + li {
  border-top: 1px dashed #fff !important;
}
.bg-black-g {
  background: linear-gradient(49deg, rgba(0, 0, 0, 1) 0%, rgba(29, 28, 28, 1) 50%, rgba(0, 0, 0, 1) 66%);
}

.glow-b {
  box-shadow: 2px 1px 5px 6px #0e9f7e;
}

.news-spectrum-h {
  background: #8b0808;
  border-bottom: 1px dashed #fff;
}

.swiper {
  width: 83%;
  padding-top: 50px;
  /* padding-bottom: 50px; */
  /* padding-bottom: 89px */
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 100% !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-slide .leadInfo:nth-child(odd) {
  background: linear-gradient(90deg, #560c5e 0%, #0d3f7c 35%, rgb(5 82 79) 100%) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}

.panel-default > .panel-collapse > .panel-body {
  background: linear-gradient(49deg, rgba(0, 0, 0, 1) 0%, rgba(29, 28, 28, 1) 50%, rgba(0, 0, 0, 1) 66%);
  padding: 5px;
  color: #000000;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default {
  border: none;
}

.panel-default > .panel-heading {
  color: #f5f5f5;
  background: linear-gradient(61deg, rgb(22 147 132) 16%, rgb(36 165 153) 33%, rgba(6, 221, 189, 1) 51%, rgba(8, 181, 162, 1) 69%, rgba(10, 140, 143, 1) 91%);
  border-top: 1px dashed #082a1f;
}

.poll--widget {
  background: none;
}

.panel-body,
.panel-body a {
  color: #f7e399 !important;
}
.expert-link:hover {
  color: #07f774 !important;
}
.s-chart {
  display: none;
  box-sizing: border-box;
  height: 68px;
  width: 128px;
  float: right;
  margin-right: 10px;
}

.schart-b {
  margin-bottom: 16px;
  background: linear-gradient(0deg, rgba(26, 27, 27, 0.07326680672268904) 0%, rgba(26, 28, 26, 0.8491771708683473) 35%, rgba(20, 20, 20, 1) 100%);
}

.schart-c {
  border: 1px dashed #3a330a;
  border-radius: 10px;
  margin-top: 7px;
}

.schart-c canvas {
  box-sizing: border-box;
  height: 52px;
  width: 86px;
}
.blue-grad {
  background: linear-gradient(90deg, rgb(4 79 96) 0%, #2a918d 35%, rgb(6 52 54) 100%);
}
.reportstabs li a {
  font-size: 13px !important;
  padding: 13px !important;
}
.reports-bg {
  background: linear-gradient(90deg, #560c5e 0%, #0d3f7c 35%, rgb(5 82 79) 100%);
  border: none !important;
}
.mt-4 {
  margin-top: 12px;
}

td {
  padding: 5px;
}

.y-top {
  /* border-top: 4px solid #e5a508; */
  border-radius: 4px 4px 0px 0px;
}

#sectionmindices thead tr:first-child,
#cgainers thead tr:first-child,
#closers thead tr:first-child {
  background: none;
  border-left: none;
  border-bottom: none;
  padding-top: 7px;
}

#sectionmindices tr,
#cgainers tr,
#closers tr {
  border-left: 4px solid green;
  border-bottom: 1px dashed #2dc71b;
  padding-top: 7px;
}

.post--items-title {
  padding-top: 7px;
  border-bottom: 0 !important;
}

.classic th {
  color: #e5a508;
  font-weight: 400;
  padding: 11px 15px;
  /* box-shadow: 10px -9px 3px -8px #27fb7c; */
  background: border-box;
}

.classic-box {
  border: 1px solid #2c2d30;
  padding: 21px 0 21px 5px;
  border-radius: 9px;
  margin-top: 18px;
}

.post--items.post--items-3 > .nav > li + li,
.post--items.post--items-4 > .nav > li > .nav > li + li {
  border-top: 1px solid #2c2d30;
}

.modulebox-wrapper {
  background: none;
}

.borderbox {
  border: none !important;
  background: #b97004;
  border-radius: 6px;
}

.module16-time {
  font-size: 12px;
  color: #ffa700;
}

.m-orange {
  color: orange !important;
}
.expert-opinion-thumb-image {
  border-radius: 10px !important;
}

.product--details .content table tr td {
  border-bottom: none !important;
}

.cgainers-bg {
  background: linear-gradient(90deg, rgba(9, 11, 15, 1) 0%, rgba(28, 30, 32, 1) 45%, rgba(12, 12, 13, 1) 66%, rgba(4, 4, 5, 1) 86%, rgba(6, 6, 8, 1) 100%);
}
.sync-border {
  border: 1px solid grey;
  padding: 5px;
}

.async-loader {
  width: 90px;
  height: 5px;
  background: linear-gradient(90deg, #fff 50%, #0000 0) 0 0%, linear-gradient(-90deg, #fff 50%, #0000 0) 0 0%;
  background-size: 20px 100%;
  background-repeat: repeat-x;
  animation: i10 1s infinite linear;
  margin-top: 40px;
  margin-bottom: 40px;
}

@keyframes i10 {
  100% {
    background-position: -20px 0%, 20px 0%;
  }
}

#gainerloader {
  height: 200px;
}

#chartloader {
  height: 200px;
}

#marketloader {
  height: 200px;
}

#ctoploader {
  height: 300px;
}

#spectrumloader {
  height: 380px;
}

#overlay {
  width: 100%;
  height: 100%;
  display: table;
}

#overlay i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.spin-big {
  font-size: 50px;
  height: 50px;
  width: 50px;
}

.spin-normal {
  font-size: 35px;
  height: 35px;
  width: 35px;
}

.spin-small {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.mstats {
  min-height: 100px;
  width: 100%;
  display: flex;
  background-color: #dbeaf1;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.mstats div {
  text-align: center;
  margin: auto;
}
.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}
.mstats span {
  display: block;
  font-size: 12pt;
  color: black;
}

.mstats-num {
  font-weight: 600;
  font-size: 22pt !important;
  margin-top: 11px;
}

.mstats img {
  width: 120px;
  border-radius: 50%;
  padding: 2px;
  mix-blend-mode: multiply;
  border: 2px solid #00a2e8;
}

.scrn-slide {
  display: none;
}

.cls-advance {
  background-color: #dbeaf1;
  padding: 5px;
  border-right: solid 1px grey;
  min-height: 72px;
  text-align: center;
  color: #043868;
  font-weight: 600;
}

.cls-advance img {
  width: 100px;
}

.cls-advance .dtcaption {
  color: grey;
  font-weight: 100;
  font-size: 1rem;
  text-align: left;
  margin-top: -10px;
}
@media only screen and (min-width: 300px) and (max-width: 1025px) {
  .card-scr {
    min-height: 194px;
  }
  .head-scr {
    font-size: 1.5rem;
    min-height: 46px;
    background: #dbeaf1;
    border-radius: 5px;
  }
  .desc-scr {
    min-height: 72px;
  }
  .mstats span {
    font-size: 8pt;
  }
  .mstats-num {
    font-size: 13pt !important;
    margin-top: 1px;
  }
  .mstats img {
    width: 80px;
    padding: 1px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 1023px) {
  .card-scr {
    min-height: 154px;
  }
}

/* top-slider and search stock index */
.searchstock {
  width: 100%;
  letter-spacing: 1px;
  color: black;
  padding: 3px;
  padding-left: 40px;
  border-radius: 10px;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #ededed;
}

.searchstock::placeholder {
  color: #007bff;
  opacity: 0.5;
}

.searchstock::-ms-input-placeholder {
  color: #007bff;
}

.searchstock:focus {
  border: 2px solid #555;
}

.searchstock:focus ~ .searchstock-icon {
  top: 10px;
  left: 26px;
}

.searchstock-icon {
  position: absolute;
  left: 25px;
  top: 8px;
  color: grey;
  border-right: solid 1px;
  padding-right: 5px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.searchstock-result {
  min-width: 290px;
  height: 300px;
  position: absolute;
  left: 47px;
  background-color: #ededed;
  z-index: 1;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
  overflow: auto;
  display: none;
  z-index: 9;
}

.searchstock-result a {
  width: 100%;
  color: #1a5076;
  display: block;
  padding-block: 6px;
  border-bottom: 1px dashed #b0b1b1;
}

.searchstock-result-close {
  position: absolute;
  right: 5px;
  background: #746e6e;
  padding-inline: 7px;
  border-radius: 50%;
  cursor: pointer;
}
.searchstock-result-close:focus {
  display: none;
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
  .searchstock,
  .searchstock-icon {
    margin-top: 10px;
  }

  .searchstock-result {
    width: 89%;
  }
}

/* marquee */
.ticker-tape-container {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  padding-top: 3px;
}

.ticker-tape-container .cap {
  background-color: #fff;
  font-weight: 600;
  color: #031e38;
  letter-spacing: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 115px;
  height: 31px;
  padding-right: 10px;
  border-right: solid 2px;
}

.ticker-tape-container .cap span {
  font-size: 8px;
  position: absolute;
  top: 13px;
  color: grey;
}

.ticker-tape {
  --direction: normal;
  --duration: 180s;
  --delay: 0s;
  --iteration-count: infinite;
  display: flex;
  gap: 1rem;
  flex: 0 0 auto;
  margin-right: 1rem;
  min-width: 100%;
  align-items: center;
  animation: scrmarqueeoll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}
.ticker-fast {
  --direction: normal;
  --duration: 30s;
  --delay: 0s;
  --iteration-count: infinite;
  animation: scrmarqueeoll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

.ticker-tape span,
.ticker-tape span a {
  color: #031e38;
  letter-spacing: 1px;
  font-size: 10.5pt;
}

@keyframes scrmarqueeoll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.card-wealth-news {
  background-color: #eeac2f;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  height: 308px;
  box-shadow: 0px 0px 6px #642f08;
}

.card-wealth-news:hover {
  box-shadow: 0px 0px 10px #642f08;
}

.img-wealth-news {
  min-width: 100% !important;
  max-height: 190px !important;
  object-fit: contain;
  /* mix-blend-mode: multiply; */
}
.desc-wealth-news {
  display: block;
  width: 100%;
  color: #031e38 !important;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
  min-height: 50px;
}

.desc-wealth-news:hover {
  background-color: #eeac2f;
}

.view-wealth-news {
  background-color: #7c3c0d;
  color: whitesmoke;
  font-size: 9pt;
  letter-spacing: 1px;
  padding-block: 0px;
  padding-inline: 10px;
  border-radius: 7px;
  border-color: #7c3c0d;
  position: fixed;
  bottom: 17px;
  left: 45%;
}
.wealth-news-more-lnk {
  margin-top: -30px;
  a {
    font-size: 1.8rem;
    background: red;
    padding-inline: 5px;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .card-wealth-news {
    min-height: 290px;
    height: 290px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 1025px) {
  .big-screen {
    display: none !important;
  }
}
@media only screen and (min-width: 300px) and (max-width: 992px) {
  .card-wealth-news {
    /* min-height: 331px; */
    height: 286px;
  }
}

.card-expert-news {
  background-color: #f4fdf3;
}
.desc-expert-news:hover {
  background-color: #f4fdf3;
}
.view-expert-news {
  background-color: #2d7435;
  border-color: #2d7435;
}

.dispaly-desktop {
  display: block;
}
.dispaly-mobile {
  display: none;
}
@media only screen and (min-width: 300px) and (max-width: 992px) {
  .dispaly-desktop {
    display: none;
  }
  .dispaly-mobile {
    display: block;
  }
}
