/*@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";*/



.TableFixedHeaderColumn thead,
.TableFixedHeaderColumn-2 thead {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 5;
}

.bg-Sunglow.freezetabmenu {
  position: fixed;
  top: 104px;
  width: 100%;
  z-index: 9;
}

.OptionChainGrids .openinterest {
  width: 12%;
}

.OptionChainGrids .volume {
  width: 12%;
}

.OptionChainGrids .IV {
  width: 11%;
}

.OptionChainGrids .premium {
  width: 10%;
}

.OptionChainGrids .empty {
  width: 2%;
}

.OptionChainGrids .strike {
  width: 6%;
}

.FnoInterest-Section .openInterestGrid .strike {
  width: 20%;
}

.FnoInterest-Section .openInterestGrid .volume {
  width: 24%;
}

.FnoInterest-Section .openInterestGrid .IV {
  width: 18%;
}

.FnoInterest-Section .openInterestGrid .premium {
  width: 20%;
}

.FnoInterest-Section .openInterestGrid .empty {
  width: 18%;
}

.three-col-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(31.33%, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}

.three-col-section-graph {
  display: flex;
}

.three-col-section-graph .graphHolderSection .last-updation-text {
  display: flex;
  align-items: center;
}

.three-col-section-graph .graphHolderSection .last-updation-text i {
  font-size: 12px !important;
  color: #999;
  opacity: 1;
  font-style: normal;
  margin: 0 10px 0 0;
}

.three-col-section-graph .graphHolderSection .last-updation-text figure img {
  width: 32px;
  height: 32px;
}

.three-col-section-graph .graphHolderSection .graphholderInnerSec small {
  font-size: 18px !important;
}

.three-col-section-graph
  .graphHolderSection
  .graphholderInnerSec
  b.font-medium28 {
  font-size: 26px !important;
}

.corpActions b {
  font-size: 14px;
}

.corpActions p {
  font-size: 12px;
  color: #666;
}

.tableSmall {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.row.row-cols-8 > .col {
  flex: 0 0 auto;
  width: 12.5%;
  position: relative;
}

.row.row-cols-8 h6 {
  margin-bottom: 2px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.row.row-cols-8 p {
  font-size: 12px;
}

.row .showTooltip {
  position: relative;
}

.row .showTooltip:hover .heatMapTooltip {
  display: block;
}

.row .showTooltip .heatMapTooltip {
  z-index: 2;
  width: 220px;
  top: 20px;
  left: 50px;
  display: none;
}

.row .showTooltip .heatMapTooltip h6 {
  font-size: 11px;
}

.row .showTooltip .heatMapTooltip ul {
  display: grid;
  grid-template-columns: 50% 50%;
}

.row .showTooltip .heatMapTooltip ul li {
  font-size: 11px;
}

.row .showTooltip .heatMapTooltip .heatMapGraph {
  height: 90px;
}

.row .showTooltip .heatMapTooltip .heatMapGraph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.row .showTooltip .heatMapTooltip .extraInfo {
  font-size: 11px;
}

.row .showTooltip .heatMapTooltip:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 12px 9px 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: rotate(0deg);
  z-index: 9;
  position: absolute;
  left: -12px;
}

.row .showTooltip:nth-child(8n) .heatMapTooltip {
  left: auto;
  right: 100%;
}

.row .showTooltip:nth-child(8n) .heatMapTooltip:before {
  transform: rotate(180deg);
  left: auto;
  right: -12px;
}

.progressBar .progress {
  height: 8px;
  border-radius: 2px;
}

.As-analysis .btn-group > .btn:not(:first-child) {
  margin-left: 0.1px;
}

.As-analysis .switchbtn input[type="radio"]:nth-of-type(odd):checked + label {
  background: #666;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.As-analysis .switchbtn input[type="radio"]:nth-of-type(even):checked + label {
  background: #666;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.As-analysis .progress {
  width: 100%;
  height: 4px;
  float: right;
}

.As-analysis .As-progressbar-val {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.As-analysis .As-pleft figure {
  padding-left: 7px;
  display: inline-block;
}

.As-analysis .table tr th {
  white-space: nowrap;
  width: 13.5%;
}

.As-analysis .table tr th:nth-child(1) {
  width: 19%;
}

.As-analysis .table tr td {
  white-space: nowrap;
  width: 13.5%;
}

.As-analysis .table tr td:nth-child(1) {
  width: 19%;
}

.As-analysis .table .As-sectorname {
  cursor: pointer;
}

.border-rb {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.border-b {
  border-right: 0;
  border-bottom: 1px solid #fff;
}

.customCalenderSecWrap {
  background: rgba(102, 102, 102, 0.1);
}

.customCalenderSecWrap h6 {
  font-size: 14px;
  color: #000;
  font-weight: 500 !important;
  margin-bottom: 12px;
}

.customCalenderSecWrap .customCalenderSec .customRadio input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

.customCalenderSecWrap .customCalenderSec .customRadio input:checked + label {
  background-color: #2e2a94;
  color: #fff;
  z-index: 1;
  border-radius: 50px;
}

.customCalenderSecWrap
  .customCalenderSec
  .customRadio
  input:checked
  + label
  span {
  color: #fff;
}

.customCalenderSecWrap
  .customCalenderSec
  .customRadio
  input:checked
  + label
  small {
  color: #fff;
}

.customCalenderSecWrap
  .customCalenderSec
  .customRadio
  input:checked
  + label:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
}

.customCalenderSecWrap .customCalenderSec .customRadio label {
  width: 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.customCalenderSecWrap .customCalenderSec .customRadio label small {
  display: block;
  color: #666;
}

.customCalenderSecWrap .customCalenderSec .customRadio label span {
  display: block;
  color: #000;
  font-weight: 500 !important;
}

.customCalenderSecWrap .customCalenderSec .customRadio.currentDate label:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 5px;
}

.customRadio.currentDate label:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 5px;
}

.stockSectorHeading cite {
  width: calc(100% - 40px);
  text-align: right;
}

.stockSectorRanking span {
  height: 3px;
}

.mwplRolloverTable tr td {
  width: auto;
}

.mwplRolloverTable tr td:first-of-type {
  text-transform: uppercase;
}

#mwplRolloverTable {
  min-height: 500px;
  overflow-x: auto;
}

#mwplRolloverTable .tableSmall thead {
  position: sticky;
  width: 100%;
  top: -1px;
  background: #fff;
}

.moversSearchBar input {
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.2);
  padding: 1px 25px 1px 15px;
  outline: none;
}

.moversSearchBar span {
  right: 15px;
}

.switchbtnNegMargin {
  margin-top: -1.7rem !important;
  margin-left: 210px;
}

.fadedBordeClass .switchbtn .border-dark {
  border-color: #b6b6b6 !important;
}

.fadedBordeClass .switchbtn.border-dark {
  border-color: #b6b6b6 !important;
}

.highlighted-row {
  background-color: rgba(66, 165, 186, 0.1);
}

#c-fnomarket_wrapper .row {
  padding: 0;
  margin: 0;
}

#c-fnomarket thead tr th:nth-child(1) {
  text-align: left;
}

#c-fnomarket thead tr th:nth-child(2) {
  text-align: right;
}

#c-fnomarket thead tr th:nth-child(3) {
  text-align: right;
}

#c-fnomarket thead tr th:nth-child(4) {
  text-align: right;
}

#c-fnomarket thead tr th:nth-child(5) {
  text-align: right;
}

#c-fnomarket thead tr th:nth-child(6) {
  text-align: left;
}

#c-fnomarket thead tr th:nth-child(7) {
  text-align: right;
}

#c-fnomarket tbody tr td:nth-child(1) {
  text-align: left;
}

#c-fnomarket tbody tr td:nth-child(2) {
  text-align: right;
}

#c-fnomarket tbody tr td:nth-child(3) {
  text-align: right;
}

#c-fnomarket tbody tr td:nth-child(4) {
  text-align: right;
}

#c-fnomarket tbody tr td:nth-child(5) {
  text-align: right;
}

#c-fnomarket tbody tr td:nth-child(6) {
  text-align: left;
}

#c-fnomarket tbody tr td:nth-child(7) {
  text-align: right;
}

.form-select:focus {
  box-shadow: none;
}

.future-spot-hold {
  display: flex;
}

.future-spot-hold .future-item {
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 0 20px;
}

.future-spot-hold .future-item .txt-btn-hold {
  display: flex;
  align-items: center;
}

.future-spot-hold .spot-item {
  width: 50%;
  padding: 0 20px;
}

.horizon-bar-hold {
  display: flex;
}

.horizon-bar-hold .item {
  background-color: #efefef;
  padding: 0.75rem 1rem 0.25rem 1rem;
}

.bar-hold li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0.25rem 0;
}

.bar-hold li .legendtxt {
  font-size: 12px;
  width: 50px;
  text-align: right;
  padding-right: 0.75rem;
  white-space: nowrap;
}

.bar-hold li .progress-hold {
  width: calc(100% - 50px);
  margin-bottom: 2px;
}

.bar-hold li .progress-hold .progress {
  border-radius: 0;
  height: 14px;
  background-color: rgba(0, 0, 0, 0);
}

.bar-hold li .progress-hold .progress .progress-bar {
  background-color: #06c39b;
  border-radius: 10px;
}

.bar-hold li .progress-hold .progress .progress-bar.bar-green {
  background-color: #06c39b;
}

.bar-hold li .progress-hold .progress .progress-bar .text-right {
  text-align: right;
  padding-right: 0.5rem;
}

.bar-hold li .axis-value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: calc(100% - 50px);
  font-size: 12px;
  padding: 0rem 0;
  border-top: 1px solid #ddd;
}

.bar-hold.default li .legendtxt {
  color: gray;
}

.bar-hold.default li .progress-hold .progress {
  background-color: #fff;
}

.bar-hold.default li .progress-hold .progress .progress-bar {
  background-color: #ff0;
}

.scroll-cnt {
  max-height: 290px;
  overflow: auto;
}

.covering-cnt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid #ddd;
  margin: 10px 0;
}

.covering-cnt .covering-item {
  padding: 1rem 1.25rem;
}

.covering-cnt .covering-item:first-child {
  width: 180px;
}

.covering-cnt.red {
  border-top: 4px solid #ff4f6a;
}

.covering-cnt.green {
  border-top: 4px solid #06c39b;
}

.oi-hold {
  border: 1px solid #ddd;
  padding: 1rem 0px 1rem 0;
  display: flex;
}

.oi-hold .oi-item {
  border-right: 1px solid #ddd;
  width: 16.66%;
  padding: 0 1rem;
}

.oi-hold .oi-item .blk {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}

.oi-hold .oi-item .blk:first-child {
  padding-top: 0;
}

.oi-hold .oi-item .blk:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.oi-hold .oi-item:last-child {
  border-right: none;
}

.add-border {
  border-bottom: 2px solid #d8d6cf;
}

.two-graph-section-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.two-graph-section-wrap .two-graph-section > .radio-buttons-group {
  border-bottom: 1px solid #d8d6cf;
}

.two-graph-section-wrap .two-graph-section.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
  margin: 0;
}

.switchbtn.switchmedium.radio-as-tab label {
  border: 0 !important;
  height: auto !important;
  padding-bottom: 7px !important;
}

.switchbtn.switchmedium.radio-as-tab
  input[type="radio"]:nth-of-type(odd):checked
  + label {
  background: rgba(0, 0, 0, 0);
  border: 0 !important;
  border-bottom: 2px solid #2e2a94 !important;
  border-radius: 0 !important;
  padding-bottom: 7px !important;
  height: auto !important;
}

.switchbtn.switchmedium.radio-as-tab
  input[type="radio"]:nth-of-type(even):checked
  + label {
  background: rgba(0, 0, 0, 0);
  border: 0 !important;
  border-bottom: 2px solid #2e2a94 !important;
  border-radius: 0 !important;
  padding-bottom: 7px !important;
  height: auto !important;
}

.yellow-border-btn {
  width: 100%;
  display: block;
  padding: 10px 15px;
  border: 1px solid #2e2a94;
  border-radius: 5px;
  background: #2e2a94;
    color: #fff;
}
.yellow-border-btn:hover{
  background: #005dac;
  color: #fff!important;
}

.abt-share-market {
  position: relative;
}

.abt-share-market .table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.share-mrket-desk .yellow-border-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 95%;
  margin: 0 auto;
}

.bottom-slider-control .owl-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bottom-slider-control .owl-nav .owl-prev,
.bottom-slider-control .owl-nav .owl-next {
  width: 24px;
  height: 24px;
  border: 1px solid !important;
  border-radius: 50% !important;
  overflow: hidden;
}

.bottom-slider-control .owl-nav .owl-prev span,
.bottom-slider-control .owl-nav .owl-next span {
  font-size: 32px;
  position: relative;
  top: 0px;
  line-height: 1rem;
}

.bottom-slider-control .owl-nav:before {
  content: "";
  width: 91%;
  height: 1px;
  background: #d8d6cf;
  margin-right: auto;
}

.tableheight191 {
  min-height: 191px;
}

.peer-legend {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: 10px;
}

.peer-legend li {
  display: flex;
  align-items: center;
  height: 37px;
  padding: 0.5rem 0;
  border-bottom: 0px solid red;
}

.peer-legend li.hgt-adjust {
  height: 60px;
}

.peer-hold {
  display: grid;
  grid-template-columns: fit-content(150px) auto;
  column-gap: 1rem;
}

.peer-hold .peer-box {
  border: 0px solid red;
}

.peer-hold .peer-carousel-box {
  border: 0px solid #000;
  overflow: hidden;
}

.share-market-mob {
  display: none !important;
}

.CorpActionTable tr th {
  width: 9%;
}

.CorpActionTable tr th:last-of-type {
  width: 49%;
}

.CorpActionTable tr th:first-of-type {
  width: 15%;
}

.CorpActionTable tr td {
  width: 9%;
}

.CorpActionTable tr td:last-of-type {
  width: 49%;
}

.CorpActionTable tr td:first-of-type {
  width: 15%;
}

select option {
  font-size: 14px;
}

.owl-carousel.owl-theme .owl-nav {
  width: 100%;
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-nav::before {
  display: none;
}

.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.owl-carousel.owl-theme .owl-nav .owl-prev span,
.owl-carousel.owl-theme .owl-nav .owl-next span {
  font-size: 32px;
  line-height: 25px;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  border: 0px solid pink;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translatey(-50%);
}

.owl-carousel.owl-theme .owl-nav button.owl-prev:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev.disabled {
  visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
  border: 0px solid green;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translatey(-50%);
}

.owl-carousel.owl-theme .owl-nav button.owl-next:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
}

.owl-carousel.owl-theme .owl-nav button.owl-next.disabled {
  visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav.disabled {
  display: none;
}

.long-short-btn-hold {
  border: 0px solid red;
  width: 380px;
  position: relative;
  left: 0;
  display: flex;
  justify-content: space-between;
}