@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
  
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
  
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  
}
@font-face {
  font-family: Montserrat-Black;
  src: url("../fonts/Montserrat-Black.ttf");
  
}
h1,h2,h3,h4,h5,h6{
  font-family: Montserrat-SemiBold;
}
*::-webkit-scrollbar {
    width: 0.5em;
  }
   
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
   
  *::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
  }


.bg-dark-blue {
    background: #008cc9;
}
.bg-sea-blue{
  background: #156a8f;
}
/* login Page css starts */
.login-title{
    font-family: Montserrat-SemiBold;
    margin-bottom: 0;
    font-size: 1.7rem;
}
.img_tag_line{
    font-family: Montserrat-Regular;
    color: #f9fafa;
}
.loginPage .form-control{
    border: 1px solid #bcd5e0;
    border-radius: 6px;
    font-family: Montserrat-Regular;
}
.loginForm span.text-primary{
    font-size: 0.9rem;
    font-family: Montserrat-Regular;
}
.regsect{
    font-size: 0.9rem;
    font-family: Montserrat-Regular; 
}
.regsect a{
    color: #a5b0c1;
    transition: all .5s;
}
.regsect a:hover{
    color: #203B70 !important;  
    font-family: Montserrat-SemiBold;
}
.login_btn{
    background: #008cc9;
    border: 2px solid #254475;
    font-family: Montserrat-SemiBold; 

}
.loginCardSec .card {
    height: 210px;
    overflow: hidden;
    background: #f9fafa;
    border-radius: 6px;
}
.dashCardSec .card {
    height: 150px;
    overflow: hidden;
    background: #f9fafa;
    border-radius: 6px;
}
/* login Page css ends */
.nav-link{
  font-family: Montserrat-SemiBold;
}
.welcome_text{
  font-family: Montserrat-SemiBold;
}
.dashboard main{
  background-color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #203B70;
  background-color: transparent;
  border-bottom: 2px solid #254475;
  border-radius: 0;
}
.nav-pills .nav-link{
  color: #a5b0c1;
}
main{
  height: 100%;
  min-height: 100%;
}
.flagImg{
  background: #f9fbfa;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #c9c9c9;
  width: 125px;
  height: 75px;
}
.selected-box .form-control{
  border: 0;
  font-family: 'Montserrat-Black';
  font-size: 1.3rem !important;
  padding: 0;
  color: #000 !important;
}
.modeBtn {
  font-family: 'Montserrat-SemiBold';
}
#ncss, #caa, #tca{
  font-family: 'Montserrat-Regular';
  background: #f6f6f6;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 2%;
}
.nationalDataPage .card{
  border: 1px solid #848484;
}
.side_navigation{
  max-height: 700px;
  overflow: auto;
  padding-bottom: 25%;
}
.side_navigation::-webkit-scrollbar {
  width: 0.5em;
}
 
.side_navigation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
 
.side_navigation::-webkit-scrollbar-thumb {
  background-color:rgba(255, 255, 255, 0.62);
  outline: 0px solid slategrey;
  border-radius: 10px;
}
.minor-text{
  font-family: 'Montserrat-SemiBold';
}
#awareNational .highcharts-title{
  font-family: 'Montserrat-SemiBold' !important;
  fill: #000 !important;
  font-size: 0.8rem !important;
}
.average-text{
  padding-left: 0px !important;
  font-family: 'Montserrat-Regular';
  color: #6d6d6d !important;
  cursor: pointer;
}
#awareNational .highcharts-subtitle {
  font-family: 'Montserrat-Regular';
}
#awareNational .highcharts-subtitle tspan{
  fill: #666666 !important;
}
.routeChart{
  color: #000;
  font-family: 'Montserrat-SemiBold';
}
#route-Chart .highcharts-color-0{
  fill: #f4b148;
}
#route-Chart .highcharts-color-1{
  fill:#69d0f9;
}
/* .routePie .mdi-pill, .routePie .text-orange{
  color: #f4b148 !important;
} */
.register.unregistered .col-form-label{
  font-family: 'Montserrat-Regular';
}
.register.unregistered .form-control{
  border: 1px solid #bcd5e0;
  border-radius: 6px;
  font-family: Montserrat-Regular;
}
.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}

.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.loaderFlex {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  height: 100vh;
  background: rgba(150, 143, 143, 0.52);
}
.fixedFooter {
  position: fixed;
  width: 100%;
  bottom: 0;
}
#errorstable {
  border: 1px solid #111;
}
.error {
  background-color: #f0aaaa !important;
}
.buttons-excel.buttons-html5 {
  color: #000;
}
#errorstable_wrapper .dt-buttons, #amrdatatable_wrapper .dt-buttons {
  padding: 5px;
  width: 150px;
  border-radius: 3px;
  background-color: lightgrey;
  color: #000 !important;
  border: 1px solid grey;
}
#amrdatatable_wrapper .dt-buttons {
  float: left;
}
.disable {
  pointer-events: none;
  opacity: 0.6;
}
a .clickable {
  cursor: pointer;
}

.f-18 {
  font-size: 18px !important;
}

.grey {
  color: grey !important;
}

.white {
  color: #fff !important;
}