/*
:root {
  --background: #fff;
  --foreground: #000;
  --divider: #dcdcdc;
  --overlay: #888;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #000;
    --foreground: #fff;
    --divider: #333;
  }
}
*/
.column {
  display: flex;
  flex-direction: column;
}
.row.justify-end, .column.justify-end {
  justify-content: flex-end;
}
.not-selectable {
  user-select: none;
}
.selectable {
  user-select: auto;
}
#sheetshipping {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  transition: visibility 0.5s;
}
#sheetshipping[aria-hidden="true"] {
  /*  opacity: 0;*/
  visibility: hidden;
  pointer-events: none;
}
#sheetshipping .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: linear-gradient(180deg, rgb(15 70 56) 0%, rgb(0 0 0 / 42%) 40%, rgb(0 0 0 / 85%) 56%);
  opacity: 0.5;
}
#sheetshipping .contents {
  border-radius: 30px 30px 0 0;
  background: rgb(0 151 118 / 61%);
  background: linear-gradient(0deg, rgb(0 151 118 / 59%) 0%, rgb(0 128 128 / 58%) 100%);
  position: relative;
  overflow-y: hidden;
  transition: transform 0.5s, border-radius 0.5s;
  transform: translateY(0);
  max-height: 100vh;
  height: 30vh;
  max-width: 70rem;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 3rem;
  z-index: 2222;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#sheetshipping .contents:not(.not-selectable) {
  transition: transform 0.5s, border-radius 0.5s, height 0.5s;
}
#sheetshipping .contents.fullscreen {
  border-radius: 0;
}
#sheetshipping[aria-hidden="true"] .contents {
  transform: translateY(100%);
}
#sheetshipping .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
  padding: 1rem;
  cursor: grab;
}
#sheetshipping .draggable-thumb {
  width: 50px;
  height: 6px;
  background: #edededa8;
  border-radius: 10px;
}
#sheetshipping .close-sheetshipping {
  position: absolute;
  right: 13px;
  top: 0px;
  border: none;
  font-size: 3em;
  font-weight: bolder;
  color: #edededb8;
  cursor: pointer;
}
#sheetshipping .body {
  height: 100%;
  overflow-y: auto;
  gap: 1rem;
}
#sheetlocation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  transition: visibility 0.5s;
}
#sheetlocation[aria-hidden="true"] {
  /*  opacity: 0;*/
  visibility: hidden;
  pointer-events: none;
}
#sheetlocation .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: linear-gradient(180deg, rgba(13, 21, 20, 1) 0%, rgba(13, 21, 20, 1) 15%, rgb(48 48 48) 56%);
  opacity: 0.5;
}
#sheetlocation .contents {
  border-radius: 30px 30px 0 0;
  background: rgb(0 151 118 / 61%);
  background: linear-gradient(0deg, rgb(0 151 118 / 59%) 0%, rgb(0 128 128 / 58%) 100%);
  position: relative;
  overflow-y: hidden;
  transition: transform 0.5s, border-radius 0.5s;
  transform: translateY(0);
  max-height: 100vh;
  height: 30vh;
  max-width: 70rem;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 3rem;
  z-index: 2222;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#sheetlocation .contents:not(.not-selectable) {
  transition: transform 0.5s, border-radius 0.5s, height 0.5s;
}
#sheetlocation .contents.fullscreen {
  border-radius: 0;
}
#sheetlocation[aria-hidden="true"] .contents {
  transform: translateY(100%);
}
#sheetlocation .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
  padding: 1rem;
  cursor: grab;
}
#sheetlocation .draggable-thumb {
  width: 50px;
  height: 6px;
  background: #edededa8;
  border-radius: 10px;
}
#sheetlocation .close-sheetlocation {
  position: absolute;
  right: 13px;
  top: 0px;
  border: none;
  font-size: 3em;
  font-weight: bolder;
  color: #edededb8;
  cursor: pointer;
}
#sheetlocation .body {
  height: 100%;
  overflow-y: auto;
  gap: 1rem;
  z-index: 2222222222222222;
  position: relative;
}
.mapoverflow {
    z-index: 100;
}
#globalshipping {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  transition: visibility 0.5s;
}
#globalshipping[aria-hidden="true"] {
  /*  opacity: 0;*/
  visibility: hidden;
  pointer-events: none;
}
#globalshipping .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: linear-gradient(180deg, rgb(15 70 56) 0%, rgb(0 0 0 / 12%) 40%, rgb(0 0 0 / 85%) 56%);
  opacity: 0.5;
}
#globalshipping .contents {
  border-radius: 30px 30px 0 0;
  background: rgb(0 151 118 / 61%);
  background: linear-gradient(0deg, rgb(0 151 118 / 59%) 0%, rgb(0 128 128 / 58%) 100%);
  position: relative;
  overflow-y: hidden;
  transition: transform 0.5s, border-radius 0.5s;
  transform: translateY(0);
  max-height: 100vh;
  height: 30vh;
  max-width: 70rem;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 3rem;
  z-index: 2222;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#globalshipping .contents:not(.not-selectable) {
  transition: transform 0.5s, border-radius 0.5s, height 0.5s;
}
#globalshipping .contents.fullscreen {
  border-radius: 0;
}
#globalshipping[aria-hidden="true"] .contents {
  transform: translateY(100%);
}
#globalshipping .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
  padding: 1rem;
  cursor: grab;
}
#globalshipping .draggable-thumb {
  width: 50px;
  height: 6px;
  background: #edededa8;
  border-radius: 10px;
}
#globalshipping .close-globalshipping {
  position: absolute;
  right: 13px;
  top: 0px;
  border: none;
  font-size: 3em;
  font-weight: bolder;
  color: #edededb8;
  cursor: pointer;
}
#globalshipping .body {
  height: 100%;
  overflow-y: auto;
  gap: 1rem;
}
#localshipping {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  transition: visibility 0.5s;
}
#localshipping[aria-hidden="true"] {
  /*  opacity: 0;*/
  visibility: hidden;
  pointer-events: none;
}
#localshipping .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: linear-gradient(180deg, rgb(15 70 56) 0%, rgb(0 0 0 / 12%) 40%, rgb(0 0 0 / 85%) 56%);
  opacity: 0.5;
}
#localshipping .contents {
  border-radius: 30px 30px 0 0;
  background: rgb(0 151 118 / 61%);
  background: linear-gradient(0deg, rgb(0 151 118 / 59%) 0%, rgb(0 128 128 / 58%) 100%);
  position: relative;
  overflow-y: hidden;
  transition: transform 0.5s, border-radius 0.5s;
  transform: translateY(0);
  max-height: 100vh;
  height: 30vh;
  max-width: 70rem;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 3rem;
  z-index: 2222;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#localshipping .contents:not(.not-selectable) {
  transition: transform 0.5s, border-radius 0.5s, height 0.5s;
}
#localshipping .contents.fullscreen {
  border-radius: 0;
}
#localshipping[aria-hidden="true"] .contents {
  transform: translateY(100%);
}
#localshipping .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
  padding: 1rem;
  cursor: grab;
}
#localshipping .draggable-thumb {
  width: 50px;
  height: 6px;
  background: #edededa8;
  border-radius: 10px;
}
#localshipping .close-localshipping {
  position: absolute;
  right: 13px;
  top: 0px;
  border: none;
  font-size: 3em;
  font-weight: bolder;
  color: #edededb8;
  cursor: pointer;
}
#localshipping .body {
  height: 100%;
  overflow-y: auto;
  gap: 1rem;
}



#settingsheet {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible;
  transition: visibility 0.5s;
}
#settingsheet[aria-hidden="true"] {
  /*  opacity: 0;*/
  visibility: hidden;
  pointer-events: none;
}
#settingsheet .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background: linear-gradient(180deg, rgb(15 70 56) 0%, rgb(0 0 0 / 12%) 40%, rgb(0 0 0 / 85%) 56%);
  opacity: 0.5;
}
#settingsheet .contents {
  border-radius: 30px 30px 0 0;
  background: rgb(0 151 118 / 61%);
  background: linear-gradient(0deg, rgb(0 151 118 / 59%) 0%, rgb(0 128 128 / 58%) 100%);
  position: relative;
  overflow-y: hidden;
  transition: transform 0.5s, border-radius 0.5s;
  transform: translateY(0);
  max-height: 100vh;
  height: 30vh;
  max-width: 70rem;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 3rem;
  z-index: 2222;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#settingsheet .contents:not(.not-selectable) {
  transition: transform 0.5s, border-radius 0.5s, height 0.5s;
}
#settingsheet .contents.fullscreen {
  border-radius: 0;
}
#settingsheet[aria-hidden="true"] .contents {
  transform: translateY(100%);
}
#settingsheet .draggable-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
  padding: 1rem;
  cursor: grab;
}
#settingsheet .draggable-thumb {
  width: 50px;
  height: 6px;
  background: #edededa8;
  border-radius: 10px;
}
#settingsheet .close-settingsheet {
  position: absolute;
  right: 13px;
  top: 0px;
  border: none;
  font-size: 3em;
  font-weight: bolder;
  color: #edededb8;
  cursor: pointer;
}
#settingsheet .body {
  height: 100%;
  overflow-y: auto;
  gap: 1rem;
}
#settingsheet li {
    margin-bottom: 1.2rem;
    font-family: 'Berlin Sans FB';
    font-weight: bold;
    font-size: 40px;
    color: #323232;
}
.settingsheet-menu {
    margin: auto;
    list-style: none;
    text-align: center;
}