  /**
 * Default map simple styles, to be overwritten locally
 * Version: 1.0.1
 */
.wex-fuel-widget-section {
  /* map */
  /* infowindow */
  /*widget*/
  /* table */
  /* Loading Modal */
  /* new text block */
}
.wex-fuel-widget-section .toggle {
  display: none;
}
.wex-fuel-widget-section .hidden {
  display: none;
}
.wex-fuel-widget-section #map {
  width: 100%;
  height: 540px;
  padding: 0 1rem;
}
.wex-fuel-widget-section .gm-style-iw-d #content {
  padding: 0.5rem 0.5rem;
}
.wex-fuel-widget-section .gm-style-iw-d p,
.wex-fuel-widget-section .gm-style-iw-d h1,
.wex-fuel-widget-section .gm-style-iw-d h2 {
  margin: 0 0 0.3rem 0;
}
.wex-fuel-widget-section .gm-style-iw-d p {
  font-size: 0.9rem;
  font-weight: 400;
  color: grey;
}
.wex-fuel-widget-section .gm-style-iw-d img {
  height: 50px;
  width: auto;
}
.wex-fuel-widget-section .gm-style-iw-d img.chargepoint {
  background-color: #ff7a14;
  border-radius: 10%;
}
.wex-fuel-widget-section .gm-style-iw-d .c-opt-title {
  margin-top: 10px !important;
}
.wex-fuel-widget-section .gm-style-iw-d .c-opt-last {
  margin-bottom: 10px !important;
}
.wex-fuel-widget-section .gm-style-iw-d .c-opt {
  margin-left: 15px;
}
.wex-fuel-widget-section .gm-style-iw-d h1 {
  width: 95%; /*avoid overlap with close button*/
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: black;
}
.wex-fuel-widget-section .gm-style-iw-d h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: green;
}
.wex-fuel-widget-section .gm-style-iw-d a {
  font-size: 0.9rem;
  font-weight: 400;
  color: blue;
  text-decoration: none;
}
.wex-fuel-widget-section .gm-style-iw-d #directions-c {
  width: 100%;
  display: flex;
}
.wex-fuel-widget-section .gm-style-iw-d #directions {
  width: 100%;
  text-align: center;
  background-color: grey;
  color: #333;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  padding: 0.6rem 0;
  box-shadow: 0 1px 0 0 grey;
  -moz-box-shadow: 0 1px 0 0 grey;
  -webkit-box-shadow: 0 1px 0 0 grey;
  cursor: pointer;
}
.wex-fuel-widget-section .gm-style-iw-d #directions:hover {
  background-color: grey;
  text-decoration: underline;
  color: #333;
}
.wex-fuel-widget-section .gm-style-iw-d #directions a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 1000;
}
.wex-fuel-widget-section .gm-ui-hover-effect {
  top: 0px !important;
  right: 0px !important;
  width: 45px !important;
  height: 35px !important;
  opacity: 0.7;
  transition: 0.5s;
}
.wex-fuel-widget-section .gm-ui-hover-effect:hover {
  opacity: 1;
}
.wex-fuel-widget-section .gm-ui-hover-effect span {
  width: 30px !important;
  height: 30px !important;
}
.wex-fuel-widget-section .gm-ui-hover-effect:focus-visible {
  outline: none;
}
.wex-fuel-widget-section .gm-style-cc,
.wex-fuel-widget-section .gm-style-mtc,
.wex-fuel-widget-section .gm-svpc {
  display: none;
  opacity: 1;
}
.wex-fuel-widget-section .gm-fullscreen-control {
  margin: 40px 15px 0 0 !important;
}
.wex-fuel-widget-section #over-b-btn {
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  z-index: 10;
  background-color: grey;
  color: #333;
  border-radius: 3px;
  height: 48px;
  padding: 0.6rem 27px;
  margin: 40px 0px 0px 15px;
  cursor: pointer;
  box-shadow: 0 1px 0 0 grey;
  -moz-box-shadow: 0 1px 0 0 grey;
  -webkit-box-shadow: 0 1px 0 0 grey;
}
.wex-fuel-widget-section #over-b-btn:hover {
  background-color: grey;
  text-decoration: underline;
  color: #333;
}
.wex-fuel-widget-section #wex-fuel-widget {
  margin: 2rem 0 0 0;
  padding: 0 5rem;
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.431372549);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.431372549);
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.431372549);
}
.wex-fuel-widget-section #wex-fuel-widget legend {
  width: auto;
}
.wex-fuel-widget-section #output-data-area {
  width: 100%;
  background-color: rgba(241, 241, 241, 0.4);
}
.wex-fuel-widget-section #output-data-area .output-data {
  overflow-x: auto;
}
.wex-fuel-widget-section .esp-toggle {
  padding: 2rem 5rem;
}
.wex-fuel-widget-section #output-data-table {
  background-color: #fff;
  box-shadow: 2px 2px 5px 0px rgba(80, 80, 80, 0.6117647059);
  -moz-box-shadow: 2px 2px 5px 0px rgba(80, 80, 80, 0.6117647059);
  -webkit-box-shadow: 2px 3px 5px 0px rgba(80, 80, 80, 0.6117647059);
  border-radius: 5px;
}
.wex-fuel-widget-section #table-output-data {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wex-fuel-widget-section #table-output-data td,
.wex-fuel-widget-section #table-output-data th {
  font-size: 18px;
  border: 1px solid;
  border-top-color: #bebebe;
  border-bottom-color: #bebebe;
  border-left-color: transparent;
  border-right-color: transparent;
  text-align: left;
  padding: 8px;
  font-weight: 400;
}
.wex-fuel-widget-section #table-output-data th button i {
  display: block;
}
.wex-fuel-widget-section #table-output-data tr {
  font-size: 16px;
  padding: 8px;
  font-weight: 400;
  background-color: #fff;
  cursor: pointer;
}
.wex-fuel-widget-section #table-output-data .f-data td {
  font-size: 0.8rem;
  font-weight: 400;
}
.wex-fuel-widget-section #table-output-data .f-data th {
  font-size: 0.9rem;
  font-weight: 300;
  cursor: pointer;
  border-top-color: transparent;
  height: 45px;
}
.wex-fuel-widget-section #table-output-data .f-name {
  font-weight: 500;
  cursor: pointer;
}
.wex-fuel-widget-section #table-output-data button {
  background: transparent;
  border: none;
  color: inherit;
  font-weight: inherit;
}
.wex-fuel-widget-section #table-output-data tbody tr:hover td, .wex-fuel-widget-section #table-output-data tbody tr:focus td {
  color: #ac0000;
  cursor: pointer;
}
.wex-fuel-widget-section #bottom-controllers {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 35px;
}
.wex-fuel-widget-section #bottom-controllers i {
  color: #ac0000;
  cursor: pointer;
}
.wex-fuel-widget-section #bottom-controllers p,
.wex-fuel-widget-section #bottom-controllers small {
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 0.7rem;
  font-weight: 300;
  border-top-color: transparent;
}
.wex-fuel-widget-section #siid-0, .wex-fuel-widget-section #siiu-0,
.wex-fuel-widget-section #siid-1, .wex-fuel-widget-section #siiu-1,
.wex-fuel-widget-section #siid-2, .wex-fuel-widget-section #siiu-2,
.wex-fuel-widget-section #siid-3, .wex-fuel-widget-section #siiu-3,
.wex-fuel-widget-section #siid-4, .wex-fuel-widget-section #siiu-4,
.wex-fuel-widget-section #siid-5, .wex-fuel-widget-section #siiu-5,
.wex-fuel-widget-section #siid-6, .wex-fuel-widget-section #siiu-6,
.wex-fuel-widget-section #siid-7, .wex-fuel-widget-section #siiu-7,
.wex-fuel-widget-section #siid-8, .wex-fuel-widget-section #siiu-8 {
  color: #ac0000;
}
.wex-fuel-widget-section #loading-container {
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.wex-fuel-widget-section #loading-container #loading {
  width: 100%;
  height: auto;
  border-radius: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8196078431);
  box-shadow: 0px 0px 124px 1024px rgba(0, 0, 0, 0.8196078431);
  padding: 25px 25px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .wex-fuel-widget-section #map {
    height: 70vh !important;
  }
  .wex-fuel-widget-section #table-output-data {
    width: 1024px;
  }
  .wex-fuel-widget-section #table-output-data td, .wex-fuel-widget-section #table-output-data th {
    font-size: 0.8rem;
  }
  .wex-fuel-widget-section .esp-toggle {
    padding: 2rem 1rem;
  }
  .wex-fuel-widget-section #wex-fuel-widget {
    padding: 0 1rem 0.5rem 1rem;
  }
  .wex-fuel-widget-section #map-toggler,
  .wex-fuel-widget-section #over-b-btn {
    display: none;
  }
}
.wex-fuel-widget-section #wex-fuel-widget .controllers-text p {
  font-size: 15px;
  padding-bottom: 1.5rem;
  margin-bottom: 0px;
}
.wex-fuel-widget-section #wexcode-buttom-container #wexcode-input,
.wex-fuel-widget-section #wexcode-buttom-container input {
  background-color: transparent;
}
.wex-fuel-widget-section #wexcode-buttom-container .b-wrapper {
  width: 25px;
}
.wex-fuel-widget-section #wexcode-buttom-container .close {
  border: none;
  background: transparent;
  padding: 0.25rem 0.2125rem 0.3125rem 0.25rem;
}
.wex-fuel-widget-section #wexcode-buttom-container .close svg path {
  fill: #cf1f39;
}
.wex-fuel-widget-section #wexcode-buttom-container .phoenix-text__wrapper.wrapper-large {
  padding: 0.3125rem 0.5625rem 0.3125rem 0.8125rem !important;
}
.wex-fuel-widget-section #wexcode-buttom-container.not-empty #wexcode-box.disabled {
  background-color: #f4f4f4;
}
@media only screen and (max-width: 576px) {
  .wex-fuel-widget-section #search-buttom-container input {
    width: 100%;
  }
  .wex-fuel-widget-section #wexcode-buttom-container,
  .wex-fuel-widget-section #type-filter {
    flex-basis: 50%;
    max-width: 55%;
  }
  .wex-fuel-widget-section .map-buttons {
    flex-basis: 50%;
    max-width: 35%;
  }
  .wex-fuel-widget-section #wexcode-buttom-container input {
    width: 100%;
  }
  .wex-fuel-widget-section .block-accepting-locations #search-tools {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 577px) and (max-width: 760px) {
  .wex-fuel-widget-section #wexcode-buttom-container {
    flex-basis: 50%;
    max-width: 35%;
  }
  .wex-fuel-widget-section #wexcode-buttom-container input {
    width: 100%;
  }
  .wex-fuel-widget-section .block-accepting-locations #search-tools {
    justify-content: space-between;
  }
  .wex-fuel-widget-section #brand-filter.phoenix-select,
  .wex-fuel-widget-section #type-filter.phoenix-select {
    width: 34%;
    max-width: 34%;
  }
  .wex-fuel-widget-section #brand-filter.phoenix-select input,
  .wex-fuel-widget-section #brand-filter.phoenix-select select,
  .wex-fuel-widget-section #type-filter.phoenix-select input,
  .wex-fuel-widget-section #type-filter.phoenix-select select {
    width: 100%;
  }
}
@media only screen and (min-width: 761px) and (max-width: 800px) {
  .wex-fuel-widget-section #wexcode-buttom-container {
    flex-basis: 100%;
    max-width: 50%;
  }
  .wex-fuel-widget-section .block-accepting-locations #search-tools {
    justify-content: space-between;
  }
  .wex-fuel-widget-section #brand-filter.phoenix-select,
  .wex-fuel-widget-section #type-filter.phoenix-select {
    width: 38%;
    max-width: 38%;
  }
  .wex-fuel-widget-section #brand-filter.phoenix-select input,
  .wex-fuel-widget-section #brand-filter.phoenix-select select,
  .wex-fuel-widget-section #type-filter.phoenix-select input,
  .wex-fuel-widget-section #type-filter.phoenix-select select {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  .wex-fuel-widget-section #wexcode-buttom-container {
    flex-basis: 100%;
    max-width: 75%;
  }
  .wex-fuel-widget-section .block-accepting-locations #search-tools {
    justify-content: space-between;
  }
  .wex-fuel-widget-section #type-filter.phoenix-select {
    width: 79%;
    max-width: 79%;
  }
  .wex-fuel-widget-section #type-filter.phoenix-select input,
  .wex-fuel-widget-section #type-filter.phoenix-select select {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .wex-fuel-widget-section #radius-selector.phoenix-select,
  .wex-fuel-widget-section #radius-selector.phoenix-select > *,
  .wex-fuel-widget-section #brand-filter.phoenix-select,
  .wex-fuel-widget-section #brand-filter.phoenix-select > *,
  .wex-fuel-widget-section #type-filter.phoenix-select,
  .wex-fuel-widget-section #type-filter.phoenix-select > *,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text > * {
    width: 133px;
    max-width: 133px;
  }
  .wex-fuel-widget-section #radius-selector.phoenix-select input,
  .wex-fuel-widget-section #radius-selector.phoenix-select select,
  .wex-fuel-widget-section #brand-filter.phoenix-select input,
  .wex-fuel-widget-section #brand-filter.phoenix-select select,
  .wex-fuel-widget-section #type-filter.phoenix-select input,
  .wex-fuel-widget-section #type-filter.phoenix-select select,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text input,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text select {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .wex-fuel-widget-section #radius-selector.phoenix-select,
  .wex-fuel-widget-section #radius-selector.phoenix-select > *,
  .wex-fuel-widget-section #brand-filter.phoenix-select,
  .wex-fuel-widget-section #brand-filter.phoenix-select > *,
  .wex-fuel-widget-section #type-filter.phoenix-select,
  .wex-fuel-widget-section #type-filter.phoenix-select > *,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text > * {
    width: 183px;
    max-width: 183px;
  }
  .wex-fuel-widget-section #radius-selector.phoenix-select input,
  .wex-fuel-widget-section #radius-selector.phoenix-select select,
  .wex-fuel-widget-section #brand-filter.phoenix-select input,
  .wex-fuel-widget-section #brand-filter.phoenix-select select,
  .wex-fuel-widget-section #type-filter.phoenix-select input,
  .wex-fuel-widget-section #type-filter.phoenix-select select,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text input,
  .wex-fuel-widget-section #wexcode-buttom-container.phoenix-text select {
    width: 100%;
  }
}