/*** sangita ****/
@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 12px/18px 'Lato', serif;
  color: #000;
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}

.mcFluidContainer {
  margin-right: auto;
  margin-left: auto;
}

.mcContainer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.secTitle {
  display: inline-block;
  color: #000;
  font: 900 20px/22px 'Lato', serif;
  padding-top: 10px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid #CECECE;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}

.secTitle span {
  font-weight: 400;
}

a:hover {
  color: #000;
}

@media all and (max-width: 980px) {
  .deskView {
    display: none;
  }
  .mobView {
    display: block;
  }
  body {
    font-size: 12px;
    line-height: 18px;
  }
}

/*** trends big popup starts ******/
/***** historical training mob popup *****/
#historical_rating .clear {
  clear: both;
}

#historical_rating .modal-dialog {
  width: 95% !important;
  margin: 70px auto !important;
}

#historical_rating .pc_modalheader {
  height: 45px;
  background: #F6F8FB;
}

#historical_rating .pc_modalheader button.close {
  color: #555657 !important;
  font-size: 30px !important;
  font-weight: normal !important;
  opacity: 1 !important;
  margin: 5px 10px 0px 0px;
  position: static;
}

#historical_rating .pc_modalheader .pc_modaltitle {
  text-transform: uppercase;
  color: #333333;
  font: 700 14px/45px 'Lato', sans-serif;
  text-align: center;
}

#historical_rating .modal-body .pro_overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60px, white 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #000000;
  font: 700 21px/28px 'Lato',sans-serif;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#historical_rating .modal-body .pro_overlay p:first-child {
  margin-bottom: 10px;
}

#historical_rating .modal-body .pro_overlay img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#historical_rating .graph_top_container {
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

#historical_rating .graph_top_container .graph_list.checkbox_list_for_web {
  border: 0;
  width: unset;
  padding: 0;
  background-color: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

#historical_rating .graph_top_container .check_selectbox_element {
  position: relative;
  z-index: 1000000;
}

#historical_rating .graph_top_container .graph_selectbox {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  width: 130px;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  font-size: 11px;
  color: #555555;
}

#historical_rating .graph_top_container .dropp_sele {
  width: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  z-index: 999;
  border-radius: 5px;
  top: 30px;
}

#historical_rating .graph_top_container .filter_icon {
  margin-right: 4px;
}

#historical_rating .graph_top_container .graph_selectbox:after {
  content: "";
  display: inline-block;
  border: solid #1A6DA4;
  border-width: 1px 0 0 1px;
  width: 0;
  cursor: pointer;
  color: #555555;
  font-size: 11px;
  height: 0;
  padding: 2px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  position: absolute;
  right: 11px;
  top: 10px;
}

#historical_rating .graph_top_container .graph_list {
  border: 1px solid #CCCCCC;
  width: 130px;
  padding: 15px 10px;
  background-color: #fff;
  -webkit-box-shadow: -1px 8px 18px -1px rgba(212, 212, 212, 0.75);
  box-shadow: -1px 8px 18px -1px rgba(212, 212, 212, 0.75);
}

#historical_rating .graph_top_container .graph_list ul {
  margin: 0;
  padding: 0;
}

#historical_rating .graph_top_container .graph_list ul li {
  list-style: none;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}

#historical_rating .graph_top_container .checkbox_div {
  position: relative;
  padding-left: 23px;
  padding-top: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}

#historical_rating .graph_top_container .checkbox_div .cb {
  position: absolute;
  left: 1px;
  top: -1px;
  z-index: -1;
}

#historical_rating .graph_top_container .checkbox_div .ic_check {
  position: absolute;
  border: 1px solid #A6A5A5;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}

#historical_rating .graph_top_container ul.nav-tabs {
  padding: 0px;
  margin: 0px;
}

#historical_rating .graph_top_container ul.nav-tabs li {
  position: relative;
  display: inline-block;
  position: relative;
  margin-right: 2px;
  list-style: none;
}

#historical_rating .graph_top_container ul.nav-tabs li a {
  display: block;
  background: #ffffff;
  padding: 6px 10.5px;
  border: 1px solid #CCCCCC;
  color: #707070;
  font: 11px/13px 'robotomedium', sans-serif;
  text-decoration: none;
  border-radius: 3px;
}

#historical_rating .graph_top_container ul.nav-tabs li.active a, #historical_rating .graph_top_container ul.nav-tabs li:hover a {
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
}

#historical_rating .graph_top_container ul.nav-tabs li.active a:after, #historical_rating .graph_top_container ul.nav-tabs li:hover a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  margin-left: 1px;
}

#historical_rating .graph_top_container .graph_list ul {
  margin: 0;
  padding: 0;
}

#historical_rating .graph_top_container .graph_list ul li {
  margin-right: 17px;
  margin-bottom: 0;
  float: left;
  list-style: none;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}

#historical_rating .graph_top_container .graph_list ul li .checkbox_div {
  padding-top: 4px;
}

#historical_rating .graph_top_container .top_block {
  margin-bottom: 20px;
}

#historical_rating .graph_top_container .tabs_container {
  float: left;
}

#historical_rating .minht_350 {
  min-height: 300px;
}

#historical_rating .common_lock {
  display: block;
}

#historical_rating .pro_tabs .chekbox_list_container {
  pointer-events: none;
}

#historical_rating .chekbox_list_container {
  margin-top: -7px;
  float: right;
}

#historical_rating #historical_rating.modal {
  z-index: 100000;
}

#historical_rating .exp_btn {
  position: absolute;
  right: 5px;
  top: 58px;
}

#historical_rating .graph_top_container .check_selectbox_element:hover .dropp_sele.check_selectbox_list {
  display: block;
}
/*# sourceMappingURL=techPopup_mob.css.map */