body,html {height: 100%; margin: 0px; padding: 0px; font-family: Inter, system-ui, sans-serif;}
p {margin: 0px; padding: 0px}
a:hover {color: rgb(239,59,44)}

#wrapper {
  min-width: 1150px;
}

.leftmenu1 {
  display: none;
}

.leftmenu2 {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgb(229,231,235);
  border-radius: 8px;
  cursor: pointer;
  background-color: rgb(238,239,243);
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.03);
  padding: 4px 4px;
  transition: all 0.15s ease;
  user-select: none;
}

.leftmenu2:active {
  transform: scale(0.96);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

.fmaptopmenu {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(229,231,235);
  border-radius: 9999px;
  background-color: rgb(238,239,243);
  box-shadow: 0 1px 2px rgba(0,0,0,0.03), 0 1px 2px rgba(0,0,0,0.03);
  font-weight: 500;
  padding: 4px 12px;
  transition: all 0.15s ease;
  user-select: none;
}

.fmaptopmenu:active {
  transform: scale(0.96);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

.logininput {
  border: none;
  font: 14px Inter, system-ui, sans-serif;
  font-weight: bold;
  background-color: rgb(22,163,74);
  color: white;
  padding: 8px 16px !important;
  height: auto !important;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.logininput:hover {
  background-color: rgb(34,197,94);
}

.alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  background-color: white;
  border: 2px solid rgb(0,128,0);
  border-radius: 8px;
  padding: 15px 0px 15px 0px;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#shadowbox {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: black;
  z-index: 98;
  opacity: 0.3;
}
