@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap");
main a, main a:active, main a:focus, main a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  border: none;
}

body, li, ol, p, ul, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
  font: 400 14px/20px 'Lato', serif;
  color: #000;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}

.mcFluidContainer {
  margin-right: auto;
  margin-left: auto;
}

.mcContainer {
  width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

a:hover {
  color: #000;
}

@media all and (max-width: 1316px) {
  .mcContainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 980px) {
  .deskView {
    display: none;
  }
  .mobView {
    display: block;
  }
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

/*** trends big popup starts ******/
#TechbullishPopup .modal-dialog {
  width: 1255px;
  margin: 100px auto 0px;
  padding-bottom: 30px;
}

#TechbullishPopup .modal-dialog .modal-body {
  padding: 30px;
}

#TechbullishPopup .modal-dialog .modal-header {
  background: #E9EFF2;
  border-radius: 10px 10px 0 0;
  position: relative;
}

#TechbullishPopup .modal-dialog .modal-header .backBtn {
  display: none;
}

#TechbullishPopup .modal-dialog .modal-header .modalTitle {
  color: #000;
  font: 700 14px/20px 'IBM Plex Sans', sans-serif;
}

#TechbullishPopup .modal-dialog .modal-header .close {
  position: absolute;
  top: 3px;
  right: 25px;
  opacity: 1;
}

#TechbullishPopup .modal-dialog .techRgtFilter {
  display: none;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E4E4E4;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .secHeading {
  color: #000;
  font: 700 18px/20px 'IBM Plex Sans', sans-serif;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .dropBtn {
  border: 1px solid #545662;
  border-radius: 4px;
  font: 500 12px/15px 'IBM Plex Sans', sans-serif;
  text-transform: capitalize;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 37px 9px 10px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .dropBtn span.icon1 {
  margin-right: 17px;
  position: relative;
  margin-top: 2px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .dropBtn span.icon2 {
  position: absolute;
  right: 10px;
  top: 8px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .dropBtn:hover .filterButton_selectMenuShow {
  display: block;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .filterButton_selectMenuShow {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 1000;
  display: none;
  width: 163px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .filterButton_selectMenuShow a {
  padding: 5px 9px;
  color: #888;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  font-size: 12px;
  display: block;
  cursor: pointer;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .secTitle .techRgtFilter .filterButton_selectMenuShow ul li a:hover {
  background: #d5d5d5;
  text-decoration: none;
  color: #000;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft {
  width: 329px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive {
  padding-right: 27px;
  margin-right: 17px;
  overflow-y: auto;
  max-height: 578px;
  border-bottom: 0px solid #ddd;
  scrollbar-width: thin;
  scrollbar-height: thin;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color:   #E5E5E5;
  border-radius: 5px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 5px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table tr {
  border-bottom: 1px solid #E4E4E4;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table th {
  color: #000000;
  font: 500 14px/40px 'IBM Plex Sans', sans-serif;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td {
  font: 700 12px 'IBM Plex Sans', sans-serif;
  padding: 10px 6px;
  text-align: right;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_bullish, #TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_tech_rate {
  color: #50b973;
  position: relative;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_tech_rate:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 20px;
  height: 12px;
  background-image: url("https://www.moneycontrol.com/_next/static/media/comp_bullish_img.fa1f03df8aa6f0245393c4a0c6c21a06.svg");
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_bearish {
  color: #e3515a;
  position: relative;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_bearish:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 20px;
  height: 12px;
  background-image: url(https://www.moneycontrol.com/_next/static/media/comp_bearish_img.ea269d54583ed04159e8ef0f877a8511.svg);
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_verybullish {
  color: #2b7c46;
  position: relative;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_verybullish:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 20px;
  height: 12px;
  background-image: url(https://www.moneycontrol.com/_next/static/media/comp_verybullish_img.0397d46fd6960b4c0f49412f0a0ebbef.svg);
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_verybearish {
  color: #9d2028;
  position: relative;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td .web_comp_verybearish::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 20px;
  height: 12px;
  background-image: url(https://www.moneycontrol.com/_next/static/media/comp_verybearish_img.1871b099342819eab259b1cea72ad379.svg);
  background-position: 0 0;
  background-size: contain;
  display: inline-block;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td:first-child {
  font: 400 12px 'IBM Plex Sans', sans-serif;
  text-align: left;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td:last-child, #TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table th:last-child {
  width: 90px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td:nth-child(2), #TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table th:nth-child(2) {
  width: 90px;
  padding-right: 20px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table td:first-child, #TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table th:first-child {
  width: 90px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .tableLeft .tableresponsive table th:nth-child(2) {
  text-align: center;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt {
  width: calc(100% - 329px);
  border-left: 1px solid #E4E4E4;
  padding-left: 23px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt .magraph {
  width: 100%;
  height: 100%;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt .graphTogglecont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 4px;
  margin-bottom: 20px;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt .graphTogglecont ul li a {
  color: #666666;
  font: 500 12px 'IBM Plex Sans', sans-serif;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  border-radius: 3px;
  width: 45px;
  text-align: center;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
  position: relative;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt .graphTogglecont ul li.active a {
  background: #30669E;
  color: #fff;
}

#TechbullishPopup .modal-dialog .techTrendBigInfo .techMainInfo .graphInfoRgt .graphTogglecont ul li.active a:after {
  position: absolute;
  content: '';
  left: 16px;
  bottom: -6px;
  right: 0;
  border-left: 6px solid transparent;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-top: 7px solid #30669E;
}

@media all and (max-width: 1025px) {
  #TechbullishPopup .modal-dialog {
    width: 95%;
    padding: 0;
  }
}

/*** trends big popup ends ******/
/*# sourceMappingURL=techpopDesk.css.map */