body {
  background: #f7f7f7;
  font-family: 'Lexend', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lexend', sans-serif !important;
}

h6 {
  font-size: 12px !important;
}

#landing-page{
  height: 100vh;
}

#landing-page-bg{
  background: url(/images/charging_cards.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 100%;
}

.center-container{
  margin: auto;
  min-width: 320px;
}

.questions, .home {
  max-width: 600px;
}

.results {
  max-width: 900px;
}

.recommendation-card {
  max-width: 350px;
  display: inline-block !important;
  vertical-align: top;
}

.home-text {
  text-shadow: 0 0 10px white;
  background: #ffffffad;
  box-shadow: 0 0 10px white;
}

.w3-padding-0{
  padding: 0px !important;
}

.w3-padding-btn-small{
  padding: 4px 8px 4px 8px !important;
}

.w3-margin-bottom-8{
  margin-bottom: 8px;
}

.w3-margin-top-8{
  margin-top: 8px;
}

.w3-col-padding{
  padding-right: 16px;
}

.w3-card {
  border-radius: 10px !important;
  box-shadow: 0px 0px 30px #ddd !important;
}

.w3-input {
  border-radius: 3px !important;
}

.w3-select {
  border-radius: 3px !important;
  border: 0px !important;
}

.w3-btn{
  border-radius: 10px;
}

.w3-tag {
  border-radius: 4px !important;
  text-align: left !important;
}

.map {
  height: 200px;
}

.mapHigher {
  height: 300px;
}

.pointer-list ul li{
  cursor: pointer;
}

.header-landing-page{
  display: inline;
  background: white;
}

.cp-main {
  background-color: #007AFF !important;
  color: white !important;
}

.w3-modal {
  z-index: 1000 !important;
}

.inverted {
  filter: invert(100%);
}

.mobile-visible {
  display: none !important;
}

#landing-page-center {
  margin-top: 40px !important;
}

.tariff-row td, .tariff-row th{
  padding: 24px !important;
}

.tariff-logo {
  height: 40px;
  padding: 0px 0px 8px 0px !important;
  max-width: 100%;
}

#use-case-bar{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.cp-select {
  background: #fff;
  border: 0px;
  padding: 8px !important;
  font-weight: normal;
  box-shadow: 0 0 30px #ccc;
}

.order-select{
  margin-top: 10px;
  font-size: 15px;
  max-width: 200px;
}

.cp-map-cluster-marker {
  width: 40px;
  height: 40px;
  background: #2980b9;
  color: white;
  text-align: center;
  left: -20px;
  top: -20px;
  position: absolute;
  border-radius: 20px;
  padding: 10px;
  font-family: 'Lexend';
  font-size: 15px;
}

.noUi-handle {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.noUi-target {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-connect {
  background: #3498db !important;
}

@media (max-width: 600px) {
  .w3-col-padding{
    padding-right: 0px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-visible {
    display: initial !important;
  }

  .mobile-margin-top{
    margin-top: 8px !important;
  }

  .tariff-name-column {
    max-width: 120px;
  }

  h1 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  #landing-page-center {
    margin-top: 80px !important;
  }

  .tariff-row td, .tariff-row th{
    padding: 16px !important;
  }
}