.overall .tab-content, .lower-tabs, .subtab-content {
  display: none;
}

.overall .tab-content.active, .lower-tabs.active, .subtab-content.active {
  display: block;
}

.upper-tabs {
  /*  width: 100%;
    margin: 1.5rem 0rem 1rem 0rem;*/
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: auto;
  white-space: nowrap;
  padding-left: 12px;
}

.upper-tabs button.active {
  background: white;
  background: linear-gradient(180deg, white 0%, #ceeffc 59%, #00adef 100%);
}

.upper-tabs button {
  box-shadow: none;
  background: transparent;
  border-bottom: 3px solid #003267;
  border-width: 0px 0px 2px 0px;
  padding: 7px 10px;
  cursor: pointer;
  margin: 0px 5px;
  font-family: "Poppins-Medium";
  font-size: 16px;
}

.lower-tabs {
  border-width: 0px;
  margin-bottom: 1rem;
  padding-left: 17px;
  margin-top: -16px;
}

.lower-tabs button {
  display: list-item;
  list-style: none;
  float: left;
  padding: 12px 15px;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-width: 0px;
  background: none;
}

.lower-tabs button.active {
  border-bottom: 5px solid #003267;
}

.mt-heading {
  color: #003267;
  line-height: 1.16rem;
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0.5rem 0rem;
  text-align: center;
}

.chart-container {
  color: #000000;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

#chartBodyCall .chart-container:hover {
  box-shadow: 0 3px 14px #c2eeff;
}

#chartBodyCall .title-dropdown-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 10px;
}

#chartBodyCall .chart-title {
  position: absolute;
  border-left: 0px;
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
}

#chartBodyCall .interval-container {
  position: absolute;
  top: 16px !important;
  right: 10px;
  display: flex;
  align-items: center;
}

#chartBodyCall .interval-label {
  font-weight: bold;
  margin: 0px;
}

#chartBodyCall .interval-select {
  margin-left: 5px;
}

#chartBodyCall .interval-select, #myModalMny .interval-select {
  font-size: 0.87rem;
  margin-left: 5px;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2px 10px;
}

#chartBodyCall .expand i {
  cursor: pointer;
}

#chartBodyCall.chart-decor h5 {
  font-weight: 600;
  color: #003267;
  font-family: "Poppins-SemiBold";
  font-size: 0.85rem;
}

/** #myModalMny.modal {
     display: none;
     position: fixed;
     z-index: 2;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5); 
 } **/
#myModalMny.popup .modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
}

#myModalMny.popup .close {
  font-size: 2rem;
  opacity: 1;
  position: relative;
  top: -10px;
}

.mm-chart-ratio {
  width: 100vw;
  height: 40vh;
}

/** canvas {   width: 100%; height: auto; aspect-ratio: 920 / 961;  } **/
/**#chartBodyCall .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#chartBodyCall .btn:hover {
    background-color: #0056b3;
} **/
#myModalMny .canvas-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** #myModalMny canvas {
     width: 100% !important;
     height: 100% !important;
 } **/
#myModalMny.modal h4::after {
  display: none;
}

/** #lineChartCall{
 overflow: visible;
 } 
 **/
.mm-modal-chartratio {
  width: 100vw;
  height: auto;
}

.overflow-hidden-fixed {
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.modal-backdrop {
  background-color: black;
}

.modal-backdrop.fade {
  display: none;
}

.modal-backdrop.fade.show {
  display: block;
}

@media (max-width: 767px) {
  .myModalMny.modal {
    height: 100vh;
    width: 100vw;
  }

  #chartBodyCall.chart-decor h5 {
    font-size: 0.78rem;
  }

  #myModalMny.popup .modal-content {
    padding: 5px;
    width: 98%;
    height: auto;
    margin: 0px auto;
    top: 0;
    position: relative;
  }

  .moneymarket h4 {
    text-align: center !important;
    font-size: 1rem;
  }

  .mm-chart-ratio {
    width: 100vw;
    height: 50vh;
  }

  .mm-modal-chartratio {
    width: 100vw;
    height: 80vh;
  }
}
#chartBodyGsec chart-container:hover {
  box-shadow: 0 3px 14px #c2eeff;
}

#chartBodyGsec .title-dropdown-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 10px;
}

#chartBodyGsec .chart-title {
  position: absolute;
  border-left: 0px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
}

#chartBodyGsec .interval-container {
  position: absolute;
  top: 16px !important;
  right: 10px;
  display: flex;
  align-items: center;
}

.interval-label {
  font-weight: bold;
  margin: 0px;
  font-size: 0.87rem;
}

#chartBodyGsec .interval-select, #myModalGsec .interval-select {
  font-size: 0.87rem;
  margin-left: 5px;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2px 10px;
}

#chartBodyGsec .expand i {
  cursor: pointer;
}

#chartBodyGsec.chart-decor h5 {
  font-weight: 600;
  color: #003267;
  font-family: "Poppins-SemiBold";
  font-size: 0.85rem;
}

/* Modal styles */
#myModalGsec.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#myModalGsec.popup .modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  height: auto;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
}

/*  .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
  }

  .close:hover,
  .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }*/
#myModalGsec.popup .close {
  font-size: 2rem;
  opacity: 1;
  position: relative;
  top: -10px;
}

.chart-ratio {
  width: 100vw;
  height: 40vh;
}

/** #chartBodyGsec .btn {
     padding: 10px 20px;
     background-color: #007bff;
     color: white;
     border: none;
     cursor: pointer;
     border-radius: 5px;
 }

 #chartBodyGsec .btn:hover {
     background-color: #0056b3;
 } **/
#myModalGsec .canvas-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** #myModalGsec canvas {
     width: 100% !important;
     height: 100% !important;
 } **/
#myModalGsec.modal h4::after {
  display: none;
}

.modal-chartratio {
  width: 100vw;
  height: auto;
}

.overflow-hidden-fixed {
  position: fixed;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  #chartBodyGsec.chart-decor h5 {
    font-size: 0.78rem;
  }

  #myModalGsec.popup .modal-content {
    padding: 5px;
    width: 98%;
    height: auto;
    margin: 0px auto;
    top: 10%;
  }

  .gsec h4 {
    text-align: center !important;
    font-size: 1rem;
  }

  .chart-ratio {
    width: 100vw;
    height: 90vh;
  }

  .modal-chartratio {
    width: 100vw;
    height: 90vh;
  }
}
.marquee_div1 {
  background: #C2EEFF;
  color: #fff;
  padding: 3px 15px;
  vertical-align: middle;
  font-family: "Poppins-SemiBold";
  display: flex;
  font-size: 13px;
  margin-bottom: 0px;
}

.marquee_div1 marquee span {
  white-space: nowrap;
  transform: translateX(0);
  animation: b-text-scroll 15s linear infinite;
}

@keyframes b-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee_div2 {
  background: #91DFFD;
  color: #fff;
  font-family: "Poppins-SemiBold";
  padding: 3px 15px;
  vertical-align: middle;
  display: flex;
  font-size: 13px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pr-0 {
  padding-right: 0px !important;
}

.mt-30 {
  margin-top: 30px;
}

.marquee-text {
  font-size: 14px;
  font-weight: 600;
  color: #ff0000;
  margin: 0px;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}

.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}

.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}

.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}

.marquee span:nth-child(5) {
  animation-delay: 3.2s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.tabs {
  display: none;
}

.tabs-pane {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-align: center !important;
  border: 1px solid transparent !important;
  border-radius: 100% !important;
  font-size: 0.8rem;
  padding: 1px 2px !important;
  width: 22px !important;
  height: 22px !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
  background: #00adef !important;
  color: #fff !important;
}

.dataTables_filter {
  display: none !important;
}

table.dataTable {
  width: 100% !important;
  box-sizing: border-box !important;
  border: none;
}

table.dataTable.dataTableBody td, table.dataTable.dataTableBody th {
  padding: 2px;
  font-size: 0.8rem;
  padding: 3px 5px;
}

.arrow-none {
  display: none;
}

table.dataTable.dataTableBody th {
  font-weight: 500;
  text-align: center;
}

table.dataTable.dataTableBody tfoot td {
  text-align: center;
}

table.dataTableBody td {
  line-height: 1rem;
  text-align: center;
}

table.dataTable.dataTableBody td:first-child {
  text-align: center;
}

.dataTables_length select {
  border-radius: 30px !important;
  height: auto !important;
  padding: 2px 4px;
  font-size: 0.8rem;
  margin-top: 5px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
}

.dataTables_info {
  display: block;
  font-size: 0.8rem;
}

.dataTables_wrapper .dataTables_length label {
  font-size: 0.8rem;
}

.tabs-pane.fade.active {
  opacity: 1;
}

.text-center {
  text-align: center;
}

.secdesc {
  font-size: 0.8rem;
  color: #003267;
  line-height: 1rem;
}

.no-right-click {
  pointer-events: none;
}

.disableCursor a {
  cursor: default;
}

.disableCursor a:hover {
  text-decoration: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.ytmfont {
  font-size: 0.8rem;
  font-family: "Poppins-Regular";
  font-weight: 900;
  color: #3434C2;
  text-decoration: none;
  float: right;
}

.flex-container {
  display: flex;
}

@media screen and (max-width: 767px) {
  .dtpage .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    left: 103px !important;
  }
}
#chartBodyForex .chart-title {
  position: absolute;
  border-left: 0px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
}

#chartBodyForex .interval-container {
  position: absolute;
  top: 16px !important;
  right: 10px;
  display: flex;
  align-items: center;
}

#chartBodyForex .interval-label {
  font-weight: bold;
  margin: 0px;
  font-size: 0.87rem;
}

#chartBodyForex .interval-select, #myModalForex .interval-select {
  font-size: 0.87rem;
  margin-left: 5px;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2px 10px;
}

#chartBodyForex .expand i {
  cursor: pointer;
}

#chartBodyForex.chart-decor h5 {
  font-weight: 600;
  color: #003267;
  font-family: "Poppins-SemiBold";
  font-size: 0.85rem;
}

/* Modal styles */
#myModalForex.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background */
}

#myModalForex.popup .modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  height: auto;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
}

#myModalForex.popup .close {
  font-size: 2rem;
  opacity: 1;
  position: relative;
  top: -10px;
}

.chart-ratio {
  width: 100vw;
  height: 40vh;
}

/**#chartBodyForex .btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#chartBodyForex .btn:hover {
    background-color: #0056b3;
} **/
#myModalForex .canvas-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**#myModalForex canvas {
    width: 100% !important;
    height: 100% !important;
} **/
#myModalForex.modal h4::after {
  display: none;
}

@media (max-width: 767px) {
  #chartBodyForex.chart-decor h5 {
    font-size: 0.78rem;
  }

  #myModalForex.popup .modal-content {
    padding: 5px;
    width: 98%;
    height: auto;
    margin: 0 auto;
    top: 10%;
  }

  .forex h4 {
    text-align: center !important;
    font-size: 0.78rem;
  }

  .chart-ratio {
    width: 100vw;
    height: 90vh;
  }

  .modal-chartratio {
    width: 100vw;
    height: 90vh;
  }
}
#chartBodyDerivatives .chart-container:hover {
  box-shadow: 0 3px 14px #c2eeff;
}

#chartBodyDerivatives .title-dropdown-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  padding-top: 10px;
}

#chartBodyDerivatives .chart-title {
  position: absolute;
  border-left: 0px;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px;
}

#chartBodyDerivatives .interval-container {
  position: absolute;
  top: 16px !important;
  right: 10px;
  display: flex;
  align-items: center;
}

#chartBodyDerivatives .interval-label {
  font-weight: bold;
  margin: 0px;
  font-size: 0.87rem;
}

#chartBodyDerivatives .interval-select, #myModalDrv .interval-select {
  font-size: 0.87rem;
  margin-left: 5px;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 2px 10px;
}

#chartBodyDerivatives .expand i {
  cursor: pointer;
}

#chartBodyDerivatives.chart-decor h5 small {
  font-size: 75%;
}

#chartBodyDerivatives.chart-decor h5 {
  font-weight: 600;
  color: #003267;
  font-family: "Poppins-SemiBold";
  font-size: 0.85rem;
}

/* Modal styles */
#myModalDrv.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background */
}

#myModalDrv.popup .modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  height: auto;
  text-align: center;
  border-radius: 8px;
  position: relative;
  top: 0;
}

.chart-ratio {
  width: 100vw;
  height: 40vh;
}

#myModalDrv.popup .close {
  font-size: 2rem;
  opacity: 1;
  position: relative;
  top: -10px;
}

/**.btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn:hover {
    background-color: #0056b3;
}**/
#myModalDrv .canvas-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/** #myModalDrv canvas {
     width: 100% !important;
     height: 100% !important;
 } **/
#myModalDrv.modal h4::after {
  display: none;
}

.modal-chartratio {
  width: 100vw;
  height: auto;
}

@media (max-width: 767px) {
  #chartBodyDerivatives.chart-decor h5 {
    font-size: 0.7rem;
  }

  #myModalDrv.popup .modal-content {
    padding: 5px;
    width: 98%;
    margin: 0px auto;
    top: 10%;
    /** height: 90vh; **/
  }

  .derivatives h4 {
    text-align: center !important;
    font-size: 1rem;
  }

  .chart-ratio {
    width: 100vw;
    height: 90vh;
  }

  .modal-chartratio {
    width: 100vw;
    height: 90vh;
  }

  /** .chart-decor{height: 400px; max-height: 50vh; width: 100%; position: relative;}**/
}