.sidebar-toggle-button {
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 1250;
  width: 40px;
  height: 34px;
  padding: 5px;
  border: 2px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75); }

.sidebar-open-button {
  color: var(--bs-primary);
  background-color: white; }
  .sidebar-open-button:before {
    content: "\f053"; }
  .sidebar-open-button:hover {
    color: white;
    background-color: var(--bs-primary); }

.sidebar-close-button {
  color: white;
  background-color: var(--bs-primary); }
  .sidebar-close-button:before {
    content: "\f054"; }
  .sidebar-close-button:hover {
    background-color: white;
    color: var(--bs-primary); }

.sidebar-container {
  display: none;
  flex: 0 0 350px;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.75); }

.sidebar {
  background-color: var(--bs-light);
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between; }
  .sidebar .sidebar-body .sidebar-section-subtitle {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px; }
  .sidebar .sidebar-body .status-definition-marker {
    position: static;
    margin-right: 5px; }
  .sidebar .sidebar-body .status-definition-label {
    font-size: .9em;
    padding-bottom: 12px; }
  .sidebar .sidebar-body .status-definition-info-button {
    padding-bottom: 12px; }
  .sidebar .sidebar-body .status-definition.status-definition-not-in-operation {
    display: none; }
  .sidebar .sidebar-footer .sidebar-link-list {
    padding: 5px 0; }

.content-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-white);
  opacity: 0.5;
  z-index: 1500;
  cursor: pointer;
  display: none; }

.content-popup {
  z-index: 1501;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  display: none; }
  .content-popup.search-popup {
    width: 40rem;
    max-width: 100vw;
    padding: 20px; }
    .content-popup.search-popup .search-field {
      box-shadow: 0 0 5px 0 #000000;
      font-size: 32px;
      text-align: center;
      padding: 0 50px; }
    .content-popup.search-popup .search-field-icon {
      position: absolute;
      left: 40px; }
    .content-popup.search-popup .search-field-close-icon {
      position: absolute;
      right: 40px;
      cursor: pointer; }
    .content-popup.search-popup .search-results {
      margin-top: 10px;
      height: 32rem;
      max-height: 100vh;
      width: 100%;
      overflow: hidden;
      background-color: var(--bs-white);
      box-shadow: 0 0 5px 0 #000000;
      border-radius: 5px; }
      .content-popup.search-popup .search-results .selected {
        background-color: var(--bs-primary);
        color: white; }
      .content-popup.search-popup .search-results .search-result {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 21px;
        padding: 10px;
        cursor: pointer; }
  .content-popup.info-popup {
    width: 75vw;
    height: 75vh;
    min-width: 32rem;
    max-width: 75rem;
    background-color: var(--bs-light);
    box-shadow: 0 0 5px 0 #000000; }
    .content-popup.info-popup .question {
      font-weight: bold;
      font-style: normal;
      cursor: pointer; }

@media screen and (max-width: 575px) {
  .info-popup {
    width: 100vw;
    height: 100vh;
    min-width: auto;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    transform: none; }
  .sidebar-container {
    flex: 0 0 575px; } }

.leaflet-popup-content-wrapper, .leaflet-popup-content {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 0; }

.hrs-popup {
  width: 540px; }
  .hrs-popup .leaflet-popup-content {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100% !important;
    height: 100% !important; }
  .hrs-popup .leaflet-popup-close-button {
    display: none; }

.fullscreen-layer {
  display: none; }

#hrs-details-fullscreen-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 1400; }
  #hrs-details-fullscreen-popup .hrs-details {
    display: table;
    height: 100%; }
    #hrs-details-fullscreen-popup .hrs-details .hrs-details-header, #hrs-details-fullscreen-popup .hrs-details .hrs-details-body {
      display: table-row; }
    #hrs-details-fullscreen-popup .hrs-details .hrs-details-body {
      height: 100%; }
    #hrs-details-fullscreen-popup .hrs-details .hrs-details-content {
      height: 100%;
      overflow-y: auto; }
    #hrs-details-fullscreen-popup .hrs-details .hrs-site-photo-column {
      order: -1; }
    #hrs-details-fullscreen-popup .hrs-details .hrs-event-list .event-header, #hrs-details-fullscreen-popup .hrs-details .hrs-event-list .event-footer {
      flex-direction: column;
      align-items: normal !important; }

.popup-container {
  display: none; }

.hrs-details {
  width: 100%;
  background: var(--bs-light);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem; }
  .hrs-details .unknown {
    color: var(--bs-secondary); }
    .hrs-details .unknown:before {
      content: "(unknown)"; }
  .hrs-details .hrs-availability-info .hrs-availability-title {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase; }
  .hrs-details .hrs-availability-info .hrs-availability-date {
    font-size: 0.75em; }
  .hrs-details .hrs-subtitle {
    background: var(--bs-primary-light);
    font-size: 1em;
    font-weight: 600; }
  .hrs-details .hrs-site-info .hrs-site-data-column {
    padding: 10px; }
  .hrs-details .hrs-site-info .hrs-site-photo-column {
    text-align: center;
    padding: 10px; }
  .hrs-details .hrs-site-info .cep-approval {
    font-size: 1rem;
    color: var(--bs-primary); }
  .hrs-details .hrs-site-info .navigation-button {
    cursor: pointer; }
  .hrs-details .hrs-site-info .hrs-id {
    font-size: 10px;
    text-align: right; }
  .hrs-details .hrs-site-info .hrs-site-photo {
    max-height: 250px;
    max-width: 200px;
    border-radius: 10px; }
  .hrs-details .hrs-contact-info {
    white-space: pre-wrap; }
  .hrs-details .site-info-list {
    margin-bottom: 0; }
    .hrs-details .site-info-list > li {
      padding: 5px 0; }
  .hrs-details .section-upcoming-events {
    display: none; }
  .hrs-details .hrs-event-list-container {
    display: none; }
  .hrs-details .hrs-event-list .event-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .hrs-details .hrs-event-list .event-footer {
    margin-top: 10px; }
  .hrs-details .hrs-event-list .event-header, .hrs-details .hrs-event-list .event-footer {
    font-size: 0.8em;
    color: var(--bs-secondary); }
  .hrs-details .hrs-event-list .event-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0; }
  .hrs-details .hrs-details-fuel-type .fuel-type-approved {
    display: none; }
  .hrs-details .hrs-details-fuel-type.provided.approved .fuel-type-approved {
    display: unset; }
  .hrs-details .hrs-details-fuel-type.provided.approved .fuel-type-provided-info {
    display: none; }
  .hrs-details .hrs-details-fuel-type.not-provided, .hrs-details .hrs-details-fuel-type.provided-unknown {
    color: var(--bs-secondary); }
  .hrs-details .hrs-details-fuel-type.not-provided .fuel-type-label {
    text-decoration: line-through; }
  .hrs-details .hrs-details-fuel-type.not-provided .fuel-type-provided-info::before {
    content: 'not provided'; }
  .hrs-details .hrs-details-fuel-type.provided-unknown .fuel-type-provided-info::before {
    content: '(unknown)'; }
  .hrs-details .hrs-details-fuel-type.provided .fuel-type-provided-info::before {
    content: 'provided'; }

@media screen and (max-width: 575px) {
  .hrs-popup {
    display: none; }
  .fullscreen-layer {
    display: unset; } }

html, body {
  width: 100%;
  height: 100%; }

.collapser {
  cursor: pointer;
  line-height: inherit; }
  .collapser .collapser-icon:before {
    content: "\f077"; }
  .collapser.collapsed .collapser-icon:before {
    content: "\f078"; }

.collapse.no-collapse-transition {
  -webkit-transition: none;
  transition: none;
  display: none; }

.box-header {
  background-color: var(--bs-primary);
  color: white; }
  .box-header h1 {
    font-size: 1.8em;
    font-weight: 600;
    margin-block-end: 0; }

.box-header-button {
  cursor: pointer;
  font-size: 2em;
  float: right; }

.box-section-header {
  background: var(--bs-primary-very-light);
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
  font-weight: 600; }
  .box-section-header .collapser-icon {
    line-height: inherit; }

.box-content {
  padding: 10px 20px 10px; }

@keyframes attention-flash-animation {
  from {
    background: var(--bs-primary); }
  to {
    background: unset; } }

.attention-flash {
  animation-name: attention-flash-animation;
  animation-duration: 0.5s; }
