.block-outage_map_v2 {
  --red: #E10101;
  --orange: #F97B06;
  --blue: #0392CF;
  --gold: #F9A606;
  --yellow: #FFC452;
  --green: #76A84F;
}

.c7100-container {
  font-family: jost-variable, sans-serif;
  font-synthesis: none;
}

.c7100-map-container {
  width: 100%;
  height: 400px;
}

.c7100-info-container {
  background-color: white;
}

.c7100-info-container__tabbar {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: calc(calc(0.25 * 100%) - 37.5px);
  border-block: 1px solid #DFDFDF;
}

.c7100-info-container__tabbar-tab {
  display: flex;
  align-content: center;
  height: 100%;
  cursor: pointer;
  font-weight: 600;
}

.c7100-info-container__tabbar-tab:has(input[type="radio"]:focus-visible) {
  outline: solid 1px #2E6DB1;
  outline-offset: 0;
}

.c7100-info-container__tabbar-tab hr {
  display: none;
  border: none;
}

.c7100-info-container__tabbar-tab input[type="radio"] {
  appearance: none;
  opacity: 0;
  /*position: absolute;*/
}

.c7100-info-container__tabbar-tab:has(:checked) {
  color: #0091ff;
  position: relative;
}

.c7100-info-container__tabbar-tab:has(:checked) hr {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: rgb(138, 215, 74);
}


.c7100-info-container__tabbar-tab svg {
  width: 16px;
  height: 16px;
  margin-block: auto;
}

.c7100-info-container__tabbar-tab span {
  margin-block: auto;
  margin-left: .8rem;
}

.c7100-info-container__content {
  padding-inline: 18px;
  padding-block: 24px;
  width: 100%;
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.c7100-info-container__content-dropdown {
  width: 100%;
  border: 1px solid #DFDFDF;
  position: relative;
}

.c7100-info-container__content-dropdown select {
  width: 100%;
  padding-block: 11px;
  padding-inline: 12px;

  color: #111;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: 700;

  cursor: pointer;

  /* Remove the native arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c7100-info-container__content-restore__timeframe {
  display: none;
}

.c7100-info-container__content:has(.c7100-info-container__content-dropdown__restores:checked) .c7100-info-container__content-restore__timeframe {
  display: block;
  margin-left: .75rem;
  height: 1.25rem;
}

.c7100-info-container__content:has(.c7100-info-container__content-dropdown__restores:checked) .stats__repairs-in-progress {
  display: none;
}


.c7100-info-container__content-restore__timeframe-text {
  font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: .01em;
  color: #484747
}

.c7100-info-container__content-dropdown svg {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Hide old Edge/IE arrow */
.c7100-info-container__content-dropdown select::-ms-expand {
  display: none;
}

/* focus ring */
.c7100-info-container__content-dropdown:focus {
  outline: none;
}

.c7100-info-container__content-dropdown select:focus,
.c7100-info-container__content-dropdown select:focus-visible {
  outline: solid 1px #2E6DB1;
  outline-offset: 0;
}

.c7100-info-container__content-stats-item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: start;
  min-height: 2.1875rem;
}

.c7100-info-container__content-stats-item svg {
  height: 24px;
  width: 24px;
  color: #868686;
}

.c7100-info-container__content-stats-item-value {
  font-size: 1.5rem;
  font-weight: 500;
  color: #2D2D2D;
  line-height: 100%;
  letter-spacing: 0;
}

.c7100-info-container__content-stats-item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2D2D2D;
  line-height: 1.25rem;
  letter-spacing: 0;
  padding-bottom: 0;
}

.c7100-info-container__content-stats-item-sub-text {
  font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  position: absolute;
  padding-bottom: 0;
}

.c7100-info-container__content-report__a,
.c7100-info-container__content-report__a:active,
.c7100-info-container__content-report__a:visited,
.c7100-info-container__content-report__a:hover {
  text-decoration: none;
}

.c7100-info-container__content-report__button {
  background-color: #FFCC5B;
  color: #0D123D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  border-radius: 12px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  padding-block: 1rem;
}

.c7100-info-container__content-report__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 166 6 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 18 61 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.c7100-info-container__content-report__button svg {
  width: 24px;
  height: 24px;
}

.c7100-info-container__content-report__button path {
  stroke-width: 2;
}

.c7100-info-container__content-status__key {
  background-color: #F9F9F9;
  padding: 1rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.c7100-info-container__content-status__key-item {
  display: flex;
  gap: .5rem;
  justify-content: start;
  align-items: center;
}

.c7100-info-container__content-status__key-item svg {
  height: 16px;
  width: 16px;
}

.c7100-info-container__content-status__key-item__text {
  color: #484747;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.01em;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.c7100-info-container__content-status__key-item .c7100-report-outage-v2__status-icon svg use path {
  stroke-width: 5;
}

.c7100-info-container__content-status__key-item .c7100-en-route-v2__status-icon svg {
  height: 32px;
  width: 32px;
}

.c7100-info-container__content-refresh-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c7100-info-container__content-refresh-info__text {
  font-size: .5625rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #848484;
}

.c7100-info-container__content-refresh-info__button {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #0392CF;
  text-decoration: underline;
}

.c7100-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  padding: 0;
}

.c7100-popup .leaflet-popup-tip-container,
.c7100-popup .leaflet-popup-tip {
  all: unset;
  height: 18px;
  width: 25px;
  display: block;
  background-color: white;
  position: absolute;
  clip-path: path("M 9.0359 15.6506 L 0 0 H 25 L 15.9641 15.6506 C 14.4245 18.3173 10.5755 18.3173 9.0359 15.6506 Z");
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
}

.div-icon-layer-4 {
  z-index: 37 !important;
}

.div-icon-layer-3 {
  z-index: 35 !important;
}

.div-icon-layer-2 {
  z-index: 33 !important;
}

.div-icon-layer-1 {
  z-index: 31 !important;
}

.leaflet-pane .div-icon {
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-content: center;
}

.leaflet-pane .div-icon div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.leaflet-pane .div-icon.div-icon__outage {
  background-color: var(--red);
  color: var(--red);
}

.leaflet-pane .div-icon.div-icon__en-route {
  background-color: var(--orange);
  color: var(--orange);
}

.leaflet-pane .div-icon.div-icon__in-progress {
  background-color: var(--blue);
  color: var(--blue);
}

.leaflet-pane .div-icon.div-icon__restore {
  background-color: var(--green);
  color: var(--green);
}

.leaflet-pane .div-icon svg {
  margin: auto;
  height: 0;
  width: 0;
}

.leaflet-overlay-pane,
.leaflet-tile-pane,
.div-icon,
.leaflet-top,
.leaflet-right,
.leaflet-bottom,
.leaflet-left {
  transition: filter 0.2s ease-out;
}

.c7100-map-container:has(.div-icon .active) .leaflet-overlay-pane,
.c7100-map-container:has(.div-icon .active) .leaflet-tile-pane,
.c7100-map-container:has(.div-icon .active) .leaflet-top,
.c7100-map-container:has(.div-icon .active) .leaflet-right,
.c7100-map-container:has(.div-icon .active) .leaflet-bottom,
.c7100-map-container:has(.div-icon .active) .leaflet-left {
  filter: brightness(.7) contrast(1.1) !important;
}

.leaflet-pane:has(.div-icon .active) .div-icon:not(:has(.active)) {
  filter: brightness(.8) contrast(1.1) !important;
}

.leaflet-pane .div-icon:has(.active) {
  color: #FFFFFF;
  border-width: 2px;
  z-index: 39 !important;
}

.leaflet-pane .div-icon .active svg {
  height: revert;
  width: revert;
}

/* High contrast: fall back to native */
@media (forced-colors: active) {
  .c7100-info-container__content-dropdown select {
    appearance: auto;
    background-image: none;
    padding-right: 12px;
  }

  .c7100-info-container__content-dropdown svg {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .c7100-info-container__content-status__key {
    flex-direction: row;
    justify-content: space-evenly;
    gap: .5rem;
    text-align: center;
  }

  .c7100-info-container__content-status__key-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1026px) {
  .c7100-container {
    width: 100%;
    position: relative;
  }

  .c7100-map-container {
    z-index: 10;
    width: 100%;
    height: 600px;
  }

  .c7100-info-container {
    position: absolute;
    z-index: 20;
    width: 360px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 40px;
  }

}
