html,
body,
#app {
  width: 100%;
  height: 100%;
  margin: 0;
  --bg-primary-green: #0052A3;
  --color-bedas-green: #3dad27;
  --text-custom: #626466;
  --bs-modal-header-border-color: "#000";
  --custom-border-radius: 12px;
  background-color: var(--bg-primary-green);
  font-family: "Poppins", system-ui;
  overscroll-behavior: none;
  overflow: hidden;
}

.toolbar {
  width: 100%;
  height: 60px;
  /* border-top: 4px solid #1b69ff;
  border-bottom: 4px solid #1b69ff; */
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  transition: width 0.3s;

  img {
    height: 100%;
  }

  .return-button {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  /* .return-button:active {
    border: none;
  } */

  .space-div {
    width: 134px;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1b69ff;
  --bs-btn-border-color: #1b69ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b69ff;
  --bs-btn-hover-border-color: #1b69ff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1b69ff;
  --bs-btn-disabled-border-color: #1b69ff;
}

.bg-primary {
  background-color: #1b69ff !important;
}

.bg-primary-green {
  background-color: #0052A3 !important;
}

#map {
  height: 100%;
  transition: width 0.3s;
}

.search-container {
  top: 40px;
  left: calc(50% - 298px);
  width: 595px;
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  overflow: auto;
}

.input-group {
  background-color: white;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  padding-right: 10px;
  z-index: 5;
}

.search-divider {
  border-left: 1px solid #707070;
  height: 34px;
}

.search-button {
  width: 50px;
  height: 50px;
  background-color: #E0E9FB;
  border-radius: 50% !important;
  border: none;
}

.search-list {
  background-color: #F5F8FF;
  position: relative;
  top: -32px;
  z-index: 3;
}

.list-group-item {
  background-color: #F5F8FF;
}

.list-group-item:first-child {
  padding-top: 40px;
}

.search-input {
  width: 100%;
  border: none;
  flex: 1;
  font-size: 16px;
  z-index: 4;
}

.search-input:focus {
  outline: none;
}

.search-input:focus-visible {
  outline: none;
}

.search-city {
  color: #1A69FF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.search-container.panel-opened {
  left: calc(50% - 325px);
}

.button-container {
  bottom: 55px;
  left: calc(50% - 22px);
  z-index: 2;
  position: absolute;
  display: flex;
  gap: 5px;
}


.toast-container {
  bottom: 5px;
  right: calc(50% - 150px);
  z-index: 10003;
  max-width: 80%;
  width: 300px;
}

.drawer-button-container {
  position: absolute;
  top: calc(50% - 30px);
  right: 0;
  z-index: 5;
}

.outage-container {
  position: absolute;
  left: calc(100% - 365px);
  bottom: 30px;
  z-index: 15;
  transition: all 300ms ease-out;

  button {
    width: 330px;
    height: 66px;
    border-radius: 12px;
    color: #1A69FF;
    background-color: white;
    border: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 13px;
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    z-index: 10;
    transition: all 300ms linear;
  }
}

.outage-container.left {
  left: 35px;
  z-index: 9999;

  button {
    background-color: #1A69FF;
    color: white;
  }
}

svg.left {
  * {
    fill: white
  }
}

.drawer-toggle-button {
  width: 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.offcanvas.offcanvas-end {
  width: 350px;
  border-left: 1px solid var();
}

.info-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vertical-divider {
  width: 0px;
  margin: 10px 0 10px 0;
  border: 1px solid white;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}

.form-check-input:checked {
  background-color: #1b69ff;
  border-color: #1b69ff;
}


.accordion-button {
  color: white !important;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 12px;
  background-image: linear-gradient(#1b69ff, #1b69ff),
    linear-gradient(to right, #ffde59, #ff914d);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.outage-card-icon {
  width: 120px;
}

.form-container {
  max-width: 500px;
  min-width: 250px;
  display: flex;
  justify-content: end;
}

.form-double-container {
  width: 1000px;
  max-width: 100%;
  display: flex;
}

.outage-input {
  border-radius: 12px;
  max-width: 500px;
  min-width: 250px;
}

.outage-button-container {
  width: 100%;
  display: flex;
  justify-content: end;
  max-width: 500px;
  min-width: 250px;
}

.modal-close-button {
  opacity: 0.75;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}

.modal-close-button:hover {
  opacity: 1;
}

.card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 30%;
}

.outage-option-card {
  width: 350px;
  max-width: 100%;
  border: 5px solid white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  transition-duration: 300ms;
}

.outage-option-card:hover {
  background-color: var(--bg-primary-green) !important;
  transform: scale(1.03);
}

.dropend .dropdown-toggle::after {
  content: none;
}

/* .accordion-item,
.accordion-item:first-of-type>.accordion-header .accordion-button {
  border: none;
} */

.accordion-item {
  background-color: var(--bg-primary-green);
  border: none;
}

.accordion-button {
  border-radius: 50rem !important;
}

.custom-shadow {
  -webkit-box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  -moz-box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  border-radius: 10px !important;
}

.custom-shadow-list {
  -webkit-box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  -moz-box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  box-shadow: -4px 5px 1px 4px rgba(38, 39, 45, 1);
  border-radius: 10px !important;
  width: calc(100% - 10px) !important;
  margin-left: 10px;
}

.accordion-body {
  color: white;
}

.input-group>.form-control:focus {
  box-shadow: none;
}

.modal-header {
  border: none;

  .btn-left {
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    width: 120px;
  }

  .btn-right {
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
    width: 115px;
  }

  h2 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid white;
    line-height: 0.1em;
    margin: 30px 0 30px;
  }

  h2 span {
    background: var(--bg-primary-green);
    padding: 0 30px;
  }
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #1b69ff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 20px;
  color: #1b69ff;

}

.step-line {
  width: 25px;
  height: 0px;
  border: 1px solid white;
}

.step-line.selected-line {
  border-color: #1b69ff;
}

.step-name-text {
  font-size: 10px;
  position: absolute;
  top: 70px;
  color: white;
}

.step-number.selected-step {
  color: white;
  background-color: #1b69ff;
}

.border-gradient {
  border: 1px solid transparent;
  border-radius: 12px;
  background-image: linear-gradient(#1b69ff, #1b69ff),
    linear-gradient(to right, #ffde59, #ff914d);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.return-icon {
  font-size: 24px;
  color: #ffc200;
  width: 50px;
  height: 50px;
  border: 1px #ffc200 double;
  border-radius: 50%;
  border-width: 6px;
}

.location-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white;
  border: none;
  text-align: center;
  padding: 0;
}

.location-button:hover,
.location-button:active {
  background-color: white !important;
}

.outage-panel {
  width: 330px;
  padding: 15px;
  position: absolute;
  bottom: 115px;
  right: 35px;
  background-color: #F5F8FF;
  border-radius: 12px;
  z-index: 15;
  height: 240px;
  transition: all 300ms;
  overflow: hidden;
}

.full-outage-panel {
  height: calc(100vh - 150px);

  .full-outage-inside {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
}

.summary-box {
  width: 147px;
  height: 130px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 20px;
  cursor: pointer;

  * {
    user-select: none;
  }
}

.summary-box.active {
  background-color: #E4EDFF;
}

.summary-box-number {
  font-size: 41px;
  height: 50px;
}

.summary-box-text {
  font-size: 18px;
  height: 22px;
  font-weight: 600;
}

.summary-box-list-text {
  font-size: 10px;
  height: 15px;
}

.planned {
  background-image: url("./planned.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
}

.reported {
  background-image: url("./reported.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 50%;
}

.bedas-panel {
  width: 400px;
  height: 100vh;
  background-color: white;
  z-index: 300;
  position: absolute;
  left: -400px;
  top: 0;
  transition: left 300ms;
  padding: 35px 55px 35px 55px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.bedas-panel.active {
  left: 0;
}

.bedas-panel-button {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 5;
  background-color: white;
  border-radius: 12px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all 300ms;
}

.bedas-panel-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bedas-panel-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #383839;
  user-select: none;
}

.bedas-panel-link.active {
  font-weight: 600;
  color: #01379B;
}

.bedas-panel-link.bold {
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0e52a3;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d478d;
}


.overlay-container {
  pointer-events: none;
  padding: 21px;
  background-color: white;
  border-radius: 12px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  .overlay-close-button {
    position: absolute;
    top: 10px;
    right: 21px;
    pointer-events: all;
  }

  .overlay-header {
    .overlay-district {
      color: #0152A3;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .overlay-desc {
      color: #121212;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }

    .overlay-date {
      color: #5A5A5A;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .overlay-conc {
      color: #32B44B;
      font-family: Poppins;
      font-size: 11px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .overlay-conc.continue {
      color: #FF861D;
    }
  }

  .overlay-body {
    .header {
      color: #5A5A5A;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .footer-desc {
      color: #5A5A5A;
      font-family: Poppins;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }

  .overlay-footer {
    .header {
      color: #5A5A5A;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .footer-desc {
      color: #5A5A5A;
      font-family: Poppins;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
  }

  .chip-container {
    display: flex;
    gap: 4px;
    flex-flow: wrap;

    .chip {
      white-space: nowrap;
      border-radius: 30px;
      padding: 3px 8px;
      font-size: 14px;
      color: #5A5A5A;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      background-color: #F8F8F8;
    }

    .chip-last {
      white-space: nowrap;
      border-radius: 30px;
      padding: 3px 8px;
      font-size: 14px;
      color: #F8F8F8;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      background-color: #5A5A5A;
    }
  }

}

.outage-panel-header {
  margin-left: 9px;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;

  .panel-header-lines {
    display: flex;
    flex-direction: column;

    .panel-header-first-line {
      color: #171717;
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
    }

    .panel-header-second-line {
      color: #171717;
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
  }
}

.outage-date {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.local-outage-container {
  border-radius: 12px;
  padding: 21px;
  background-color: #1CA773;
  color: white;
  background-image: url("./local-outage.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;

  .local-outage-district {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .local-outage-address-header {
    color: #FFF;
    margin-top: 0.75rem;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .local-outage-address {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .local-outage-date {
    color: #F5F8FF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .local-outage-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.bedas-container-search {
  display: none;
}


.ol-overlaycontainer-stopevent {
  z-index: 200 !important;
}

.bedas-panel-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 150px);
  overflow-y: auto;
}

.modal-content {
  background-color: white;
  padding: 55px 94px;
  width: 600px;

  .modal-header {
    gap: 18px;

    .modal-header-text {
      color: #0152A3;
      font-family: Poppins;
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }
  }

  .modal-body {
    padding: 0;
    margin-top: 24px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;

    .section-header {
      color: #171717;
      font-family: Poppins;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 20px;
      margin-left: 15px;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    input[type=number] {
      appearance: textfield;
      -moz-appearance: textfield;
    }

    .custom-input-group {
      position: relative;
      margin-right: 5px;
      margin-bottom: 25px;

      input,
      select {
        width: 100%;
        height: 57px;
        border-radius: 4px;
        border: 2px solid #6D717A;
        padding: 16px;
      }

      textarea {
        width: 100%;
        border-radius: 4px;
        border: 2px solid #6D717A;
        padding: 16px;
      }

      input:user-invalid,
      textarea:user-invalid,
      select:user-invalid {
        border: 2px solid #FF861D;
      }

      input::placeholder,
      textarea::placeholder,
      select::placeholder {
        color: #6D717A;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.15px;
        transition: all 300ms;
      }

      input:focus,
      textarea:focus,
      select:focus {
        border: 2px solid #1A69FF;
        outline: none;
      }

      input+label,
      textarea+label,
      select+label {
        position: absolute;
        top: 16px;
        left: 16px;
        pointer-events: none;
        transform-origin: left center;
        transition: transform 250ms;
        color: #6D717A;
        background-color: white;
        padding: 0px 5px;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.15px;
      }

      input::placeholder,
      textarea::placeholder,
      textarea::placeholder {
        opacity: 0;
      }

      input:focus+label,
      input:not(:placeholder-shown)+label,
      textarea:focus+label,
      textarea:not(:placeholder-shown)+label,
      select:focus+label,
      select:not(:placeholder-shown)+label {
        transform: translateY(-110%) scale(0.75);

      }

      select {
        appearance: none;
        background-image: url("/select-arrow.svg");
        background-repeat: no-repeat;
        background-position: right 14px top 23px;
      }

    }

    .custom-input-group:last-child {
      margin-bottom: 0px;
    }

    .form-location-button {
      height: 50px;
      display: flex;
      background-color: #e0e9fb;
      align-items: center;
      justify-content: space-between;
      width: 175px;

      .location-button-text {
        color: #6D717A;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: 7px;
      }

    }

    .form-speech-button {
      margin-right: 5px;
    }

    .location-button:hover {
      background-color: #e0e9fb;
    }

    button {
      width: 300px;
      height: 64px;
      flex-shrink: 0;
      border-radius: 100px;
      background: #0152A3;
      border: none;

      .button-text {
        color: #FFF;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.135px;
      }
    }

    .refresh-button {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      height: 40px;
      width: 40px;
      border: none;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
    }
  }

}

.container {
  padding: 0;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  width: 125px;
  height: 125px;
  background-color: #E4EDFF;
  border-radius: 8px;
  padding: 9px;
  display: block;
  position: relative;
  cursor: pointer;
  background-image: url('/radio-uncheck.svg');
  background-repeat: no-repeat;
  background-position: top 9px right 9px;
}



.checkmark-icon-passive {
  display: none;
}

.container input:checked~.checkmark {
  background-image: url('/radio-check.svg');
  background-color: #1A69FF;

  .radio-label {
    color: #ffffff;
  }

  .checkmark-icon-active {
    display: none;
  }

  .checkmark-icon-passive {
    display: block;
  }
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked~.checkmark:after {
  display: block;
}

.radio-label {
  color: #1A69FF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.modal-content.success {
  padding: 40px 45px;
}

.success-close {
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

.modal-success {
  width: 100%;
  border-radius: 8px;
  background: rgba(218, 248, 237, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;



  .success-icon {
    margin-top: 110px;
  }

  .success-text-container {
    color: #171717;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.275px;
  }

  .success-text-container.green {
    color: #30DA9D;
  }

  .success-button {
    color: #0152A3;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    letter-spacing: 0.135px;
    border-radius: 100px;
    background: #FFF;
    width: 301px;
    height: 64px;
    flex-shrink: 0;
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .search-container {
    width: calc(100% - 10px);
    left: 5px;
    max-width: unset;
  }

  .offcanvas.offcanvas-end {
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(100%);
  }

  .drawer-button-container {
    bottom: 0;
    top: auto;
    right: calc(50% - 30px);
  }

  .drawer-toggle-button {
    width: 60px;
    height: 20px;
    display: flex;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .return-button-text {
    display: none;
  }

  .space-div {
    width: 50px !important;
  }

  .card-container {
    max-width: 100%;
  }

  .form-double-container {
    flex-direction: column;
    gap: 1rem !important;
  }

  .header-btn-text {
    display: none;
  }

  .btn-left {
    width: 40px !important;
  }

  .btn-right {
    width: 40px !important;
  }

  .step-number {
    width: 40px !important;
    height: 40px !important;
  }

  .step-line {
    width: 20px !important;
  }

  .modal-footer-image {
    height: 120px;
  }

  .outage-container,
  .outage-panel {
    right: unset;
    left: calc(50% - 165px);
  }

  .outage-panel {
    bottom: -175px;
  }

  .outage-container {
    bottom: 75px;
  }

  .full-outage-panel {
    height: calc(100% - 220px);
    bottom: 105px;
  }

  .full-outage-panel~.outage-container {
    bottom: 30px;

  }

  .bedas-panel {
    width: 100%;
    right: 100%;
    left: unset;
    transition: right 300ms;
  }

  .bedas-panel.active {
    right: 0;
    left: unset;
    z-index: 300;
  }

  .button-container {
    flex-direction: column;
    bottom: unset;
    left: unset;
    right: 10px;
    top: calc(50% - 22px);
  }

  .outage-container.left {
    left: calc(50% - 165px);
    bottom: 30px;
  }

  .bedas-panel-button {
    width: calc(100% - 10px);
    left: 5px;

    &.passive {
      left: -100%;
    }
  }

  .bedas-container-search {
    display: block;
  }

  .modal-content {
    width: 350px;
    padding: 10px 15px;
  }

  .checkmark {
    width: 90px;
    height: 90px;

    svg {
      width: 40px;
      height: 40px;
    }
  }

  .save-button {
    width: 200px !important;
  }

  .modal {
    z-index: 10000 !important;
  }

  .checkmark {
    padding: 7px;

    .checkmark-icon-active,
    .checkmark-icon-passive {
      width: 40px;
      height: 40px;
    }
  }

  .success-icon {
    margin-top: 55px !important;
    width: 172px;
    height: 110px;
  }

  .success-text-container {
    font-size: 18px !important;
  }

  .success-button {
    width: 220px;
  }

  .success-close {
    top: 10px;
    right: 10px;
  }

  .modal-content.success {
    padding: 20px 25px;
  }

  .location-button-text {
    display: none !important;
  }

  .form-location-button {
    width: 50px !important;
  }

}