@font-face {
  font-family: "poppins";
  src: url("Poppins-Regular.ttf");
}

h1, h2, h3, h4, h5, h6{
  font-family: "poppins";
	/* color: red; */
}

.rc-slider-track {
  background-color: #183363;
}

.rc-slider-dot-active {  
  border-color: #183363;
  border: solid 2px #183363;
}

.rc-slider-handle {
  background-color: #F34949;
  border-color: #F34949;
}

.rc-slider-handle:hover {
  border-color: #183363;
}

.rc-slider-handle-active:active {
  border-color: #183363;
  background-color: #183363;
}


/* Fix number of visible dates on the slider */
.rc-slider-mark span  {
  display:none;
}

.rc-slider-mark span:nth-child(3n)  {
  display: block;
}

/* Media Queries */
@media screen and (max-width: 430px) {
  .custom-resize-icon {
    height: 1em;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 431px) and (max-width: 576px) {
  .custom-resize-icon {
    height: 1.2em;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .custom-resize-icon {
    height: 1.4em;
    font-size: 1.8em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .custom-resize-icon {
    height: 1.5em;
    font-size: 2em;
  }
}

@media screen and (min-width: 992px) {
  .custom-resize-icon {
    height: 1.6em;
    font-size: 2.2em;
  }
}

#evc-zev-targets-table {
    width: 100vw;
    height: 100vh;
}

#evc-zev-row {
    width: 100vw;
}