#bx-panel {
  position: absolute !important;
  z-index: 7777777777777 !important;
  top: 0;
  left: 0;
  width: 100% !important;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.layout:has(.map-page) {
  max-height: 100dvh;
}

.map-page {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.map-page .sidebar-navigation__map-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 77777;
  transition: all 0.5s ease-in-out;
  transform: translateX(-100%);
  display: flex;
}
.map-page .sidebar-navigation__map-container.active {
  transform: translateX(0);
}
.map-page .sidebar-navigation__map-container.active .sidebar-navigation__map-button-all svg {
  transform: rotate(0deg);
}
.map-page .sidebar-navigation__map-container .sidebar-navigation__map-button-filter {
  display: none;
}
@media (max-width: 920px) {
  .map-page .sidebar-navigation__map-container .sidebar-navigation__map-button-filter {
    display: block;
  }
  .map-page .sidebar-navigation__map-container.active {
    transform: translateX(-320px);
  }
  .map-page .sidebar-navigation__map-container.active .sidebar-navigation__map-list {
    display: block;
  }
  .map-page .sidebar-navigation__map-container.active-only-filter {
    transform: translateX(0);
  }
  .map-page .sidebar-navigation__map-container.active-only-filter .sidebar-navigation__map {
    display: block;
  }
  .map-page .sidebar-navigation__map-container.active-only-filter .sidebar-navigation__map-list {
    display: none;
  }
  .map-page .sidebar-navigation__map-container.active-only-filter .sidebar-navigation__map-button-all svg {
    transform: rotate(180deg);
  }
}
.map-page .sidebar-navigation__map {
  width: 320px;
  overflow: auto;
  transition: max-width 0.5s ease-in-out;
  height: 100%;
  background: white;
}
.map-page .sidebar-navigation__map .form_search {
  padding: 24px;
}
@media (max-width: 920px) {
  .map-page.map-page__detail .sidebar-navigation__map-container.active {
    transform: translateX(0);
  }
}
@media (max-width: 920px) {
  .map-page.map-page__detail .sidebar-navigation__map-button-filter {
    display: none;
  }
}
.map-page .sidebar-navigation__map-list {
  width: 800px;
  overflow: auto;
  background: white;
  overflow-x: hidden;
}
@media (max-width: 1600px) {
  .map-page .sidebar-navigation__map-list {
    width: 700px;
  }
}
@media (max-width: 1440px) {
  .map-page .sidebar-navigation__map-list {
    width: 600px;
  }
}
@media (max-width: 1000px) {
  .map-page .sidebar-navigation__map-list {
    width: 500px;
  }
}
@media (max-width: 576px) {
  .map-page .sidebar-navigation__map-list {
    width: calc(100vw - 50px);
  }
}
.map-page .sidebar-navigation__map-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 4;
  transform: translate(100%, -50%);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 4px;
}
.map-page .sidebar-navigation__map-button {
  background: white;
  padding: 24px 12px;
  border-radius: 0 8px 8px 0;
}
.map-page .sidebar-navigation__map-button svg {
  transition: max-width 0.5s ease-in-out;
  transform: rotate(180deg);
}
.map-page .sidebar-navigation__map-button-filter svg {
  transform: rotate(0deg);
}
.map-page .list-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.map-page .item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid #E0DEDC;
  border-radius: 2px;
  position: relative;
}
.map-page .item:hover {
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (max-width: 1440px) {
  .map-page .item {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 576px) {
  .map-page .item {
    grid-template-columns: 1fr;
  }
}
.map-page .item .item-image-container {
  position: relative;
}
@media (max-width: 576px) {
  .map-page .item .item-image-container {
    height: 150px;
    width: 100%;
  }
}
.map-page .item .item-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.map-page .item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.map-page .item .item-cosht {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 16px;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  background: #007333;
}
.map-page .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
.map-page .item .item-chapter {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #5C5653;
}
.map-page .item .more-inform {
  align-self: end;
}
.map-page .my-map {
  width: 100%;
  height: 100%;
}
.map-page .bottom_description {
  padding: 8px 12px;
}

.btn-custom {
  display: flex;
  align-items: center;
}

.buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.map-buttons-container {
  display: flex;
  gap: 8px;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 84px;
  z-index: 10;
  opacity: 1;
}

/*# sourceMappingURL=map.css.map */
