.CurieRO-lockers-map-modal {
  font-family: "Roboto";
  display: none;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1a1a1a55;
  pointer-events: none;
  transition: 0.2s ease;
}

.CurieRO-lockers-map-modal.is-opened {
  pointer-events: all;
  opacity: 1;
}

.CurieRO-lockers-map-container {
  max-width: 1200px;
  max-height: 700px;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  transform: translateY(100px);
  padding: 5px;
  background: #fafafa;
  transition: 0.2s ease;
}

.is-opened .CurieRO-lockers-map-container {
  transform: translateY(0);
}

.CurieRO-lockers-map-topbar {
  font-family: "Roboto";
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.CurieRO-lockers-map-content {
  font-family: "Roboto";
  width: 100%;
  height: calc(100% - 35px);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
  gap: 5px;
}


#CurieRO-map-root {
  border-radius: 5px;
  width: calc(100% - 305px);
  height: 100%;
}

.CurieRO-lockers-map-sidebar {
  font-family: "Roboto";
  width: 300px;
  position: relative;
  height: 100%;
}

.CurieRO-lockers-map-overlay {
  font-family: "Roboto";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  pointer-events: none;
  z-index: 1005;
  padding: 5px;
}

.CurieRO-lockers-map-overlay-content {
  font-family: "Roboto";
  position: relative;
  padding: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

#CurieRO-lockers-map-close-btn {
  all: unset;
  font-family: "Roboto";
  cursor: pointer;
  pointer-events: all;
  z-index: 10;
  height: 20px;
  display: flex;
  align-items: center;
}

#CurieRO-lockers-map-close-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

#CurieRO-lockers-map-close-btn span {
  font-family: "Roboto";
  display: none;
  font-weight: 200;
  gap: 5px;
  align-items: center;
}

#CurieRO-lockers-map-close-btn span svg {
  height: 20px;
  display: block;
}

.CurieRO-lockers-map-search-container {
  font-family: "Roboto";
  display: flex;
  flex-direction: row;
  pointer-events: all;
  position: relative;
  width: 100%;
  height: 45px;
  gap: 3px;
  margin-bottom: 5px;
}

.CurieRO-lockers-map-lockers-list {
  font-family: "Roboto";
  border-radius: 3px;
  border: 1px solid #eaeaea;
  pointer-events: all;
  position: relative;
  width: 100%;
  height: calc(100% - 5px - 47px);
  background: #fafafa;
  transition: 0.3s ease;
}

.CurieRO-lockers-map-selected-locker {
  /* display: none; */
  font-family: "Roboto";
  border: 0px solid #eaeaea;
  overflow: hidden;
  z-index: 10;
  pointer-events: all;
  position: absolute;
  width: 300px;
  height: 0%;
  top: 0;
  left: 0;
  background: #fafafa;
  border-radius: 3px;
  transition: 0.3s ease;
}

.CurieRO-lockers-map-selected-locker.is-opened {
  border: 1px solid #eaeaea;
  height: 100%;
}

.CurieRO-lockers-map-loading-container {
  font-family: "Roboto";
  position: absolute;
  bottom: 20px;
  right: 5px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  align-content: center;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.2s ease;
}

.CurieRO-lockers-map-loading-container.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.CurieRO-lockers-map-loading-icon {
  width: 25px;
  aspect-ratio: 1 / 1;
}

.CurieRO-lockers-map-lockers-list-container {
  font-family: "Roboto";
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.CurieRO-lockers-map-lockers-list-item {
  font-family: "Roboto";
  width: 100%;
  border-bottom: 1px solid #1a1a1a55;
  margin-bottom: 0;
}

.CurieRO-lockers-map-lockers-list-item-button {
  font-family: "Roboto" !important;
  background: none !important;
  outline: none !important;
  border: none !important;
  padding: 5px 7px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
  cursor: pointer !important;
  align-items: center !important;
  transition: 0.2s ease !important;
}

.CurieRO-lockers-map-lockers-list-item-button:hover {
  background: #f0f0f0;
}

.CurieRO-lockers-map-lockers-list-item-details {
  font-family: "Roboto";
}

.CurieRO-lockers-map-lockers-list-item-details p {
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}

.CurieRO-lockers-map-lockers-list-item-courier {
  max-width: 35px !important;
  max-height: 35px !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  font-family: "Roboto";
  object-fit: contain;
  margin: 0 !important;
}

.CurieRO-lockers-map-search-filters-button {
  padding: 0 !important;
  height: 45px !important;
  width: 45px !important;
  border-radius: 3px !important;
  border: 1px solid #eaeaea !important;
  outline: none !important;
  background: transparent !important;
  transition: 0.2s ease !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.CurieRO-lockers-map-search-filters-button:hover {
  background: #f0f0f0;
}

.CurieRO-lockers-map-search-filters-button img {
  width: 16px !important;
  height: 16px !important;
}

.CurieRO-lockers-map-search-input-container {
  font-family: "Roboto";
  width: calc(100% - 50px);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.CurieRO-lockers-map-search-input {
  font-family: "Roboto";
  border: none;
  width: 100%;
  display: block;
  position: relative;
  padding: 2px 35px 2px 10px !important;
  margin: 0;
  border-radius: 3px !important;
  border: 1px solid #eaeaea !important;
  height: 100% !important;
}

.CurieRO-lockers-map-search-input-clear-button {
  position: absolute !important;
  right: 5px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  cursor: pointer !important;
  align-content: center !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateY(5px) !important;
  transition: 0.2s ease !important;
}

.CurieRO-lockers-map-search-input-clear-button.is-visible {
  pointer-events: all !important;
  transform: translateY(0px) !important;
  opacity: 1 !important;
}

.CurieRO-lockers-map-search-input-clear-button img {
  width: 17px;
  height: 17px;
}

.CurieRO-lockers-map-filters-container {
  font-family: "Roboto";
  overflow: hidden;
  opacity: 0;
  border-radius: 3px;
  border: none;
  pointer-events: all;
  position: relative;
  width: 100%;
  height: 0px;
  background: #fafafa;
  transition: height 0.3s ease;
  pointer-events: none;
}

.CurieRO-lockers-map-filters-container.is-opened {
  pointer-events: all;
  opacity: 1;
  height: calc(45% - 5px - 45px);
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
  overflow: auto;
}

.CurieRO-lockers-map-lockers-list.filters-are-opened {
  height: calc(55% - 10px);
}

.CurieRO-lockers-map-filters-list-container {
  font-family: "Roboto";
  list-style: none;
  padding: 0;
  margin: 0;
  height: max-content;
  padding-bottom: 5px;
}

.CurieRO-lockers-map-filters-list-container li {
  margin-bottom: 0;
}

.CurieRO-lockers-map-filters-list-container li label {
  font-family: "Roboto";
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  padding-inline: 10px;
}

.CurieRO-lockers-map-filters-list-container li label img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0;
}

.CurieRO-lockers-map-sidebar-drag {
  display: none;
  pointer-events: all;
}

.CurieRO-lockers-map-sidebar-drag svg {
  height: 100%;
  width: max-content;
  margin: 0 auto;
  display: block;
  pointer-events: all;
  transform-origin: center;
  transition: 0.2s ease;
}
.CurieRO-lockers-map-sidebar.is-opened .CurieRO-lockers-map-sidebar-drag svg {
  transform: rotate(180deg);
}

.CurieRO-lockers-map-selected-locker-close {
  font-family: "Roboto";
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

#CurieRO-lockers-map-selected-locker-close-button {
  all: unset;
  cursor: pointer;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#CurieRO-lockers-map-selected-locker-close-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.CurieRO-lockers-map-selected-locker-content {
  font-family: "Roboto";
  text-align: left;
  padding: 5px 10px;
}

.CurieRO-lockers-map-selected-locker-content h4 {
  font-family: "Roboto";
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.CurieRO-lockers-map-selected-locker-content p {
  font-weight: 400;
}

.CurieRO-lockers-map-selected-locker-content-courier {
  margin: 0;
}

.CurieRO-lockers-map-select-locker-button {
  font-family: "Roboto";
  width: 100%;
  text-align: center;
  background: #1a1a1a;
  color: #fafafa;
  padding: 10px 5px;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
}

.CurieRO-lockers-map-selected-locker-content-schedule-container {
  margin-top: 15px;
}

.CurieRO-lockers-map-selected-locker-content-schedule {
  font-family: "Roboto";
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 200;
  list-style: none;
}

.CurieRO-lockers-map-selected-locker-content-schedule li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.CurieRO-lockers-map-lockers-list-empty {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .CurieRO-lockers-map-modal {
    height: 100dvh;
  }

  .CurieRO-lockers-map-sidebar-drag {
    display: block;
    width: 100%;
    height: 30px;
  }

  .CurieRO-lockers-map-container {
    border-radius: 0px;
    max-height: 100dvh;
  }

  #CurieRO-map-root {
    width: 100%;
  }

  .CurieRO-lockers-map-topbar {
    flex-direction: row-reverse;
  }

  #CurieRO-lockers-map-close-btn img {
    display: none;
  }

  #CurieRO-lockers-map-close-btn span {
    display: flex;
  }

  .CurieRO-lockers-map-lockers-list {
    height: calc(100% - 5px - 47px - 70px);
  }

  .CurieRO-lockers-map-selected-locker.is-opened {
    height: calc(100% - 82px);
  }

  .CurieRO-lockers-map-sidebar {
    position: absolute;
    padding: 5px 2px;
    top: 100%;
    left: 0;
    width: 100%;
    height: 90vh;
    transform: translateY(calc(0% - 155px));
    z-index: 10000;
    transition: 0.3s ease;
    background: #f0f0f0;
    transition: 0.3s ease;
  }

  .CurieRO-lockers-map-sidebar.is-opened {
    transform: translateY(-70dvh);
  }

  .CurieRO-lockers-map-selected-locker {
    width: calc(100% - 4px);
    left: 2px;
    top: 35px;
  }
}
