html,
body,
#map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

#cywbtn {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0851bb;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0851bb;
  --bs-btn-disabled-border-color: #000000;
}

#themeChanger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0851bb;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0851bb;
  --bs-btn-disabled-border-color: #000000;
}

.placeItem {
  display: flex;
  gap: 5px;
  padding: 5px;
  margin: 5px;
  font-size: 20px;
  font-weight: bold;
}

.placeIcon {
  padding: 3px;
  width: 30px;
  height: 30px;
}

.itemInfo {
  display: none;
}

#offcanvasBottom {
  height: 90vh !important;
  max-height: 90vh !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow-y: auto;
  touch-action: none;
  will-change: transform;
  transition: transform 0.3s ease;
}

.offcanvas-title {
  font-weight: bolder;
  font-size: 30px;
}

.offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

#themeChangeBtn {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding-right: 15px;
  z-index: 10;
}

#offcanvasHandle {
  width: 50px;
  height: 10px;
  border-radius: 35px;
  background-color: #666666;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: grab;
  z-index: 5;
}

.changeIconColor {
  filter: invert(100%);
}

#btnUndo {
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}
