html {
  scrollbar-gutter: stable;
}
select, input, textarea {
  font-size: 16px !important;
}
.req-star.is-missing {
  color: #dc2626 !important;
}
body {
  background: #ffffff;
  color: #000000;
}
.glass {
  background: #ffffff;
  backdrop-filter: none;
  border: 1px solid #000000;
  box-shadow: none;
}
.gold-border {
  border: 1px solid #000000;
  box-shadow: none;
}
/* Monochrome draft mode: remove decorative colors/noise */
[class*="bg-gold"],
[class*="bg-amber"],
[class*="bg-blue"],
[class*="bg-red"],
[class*="bg-jade"],
[class*="bg-black"] {
  background: #ffffff !important;
}
[class*="text-gold"],
[class*="text-softGold"],
[class*="text-muted"],
[class*="text-amber"],
[class*="text-blue"],
[class*="text-red"],
[class*="text-jade"],
[class*="text-gray-300"] {
  color: #000000 !important;
}
[class*="border-gold"],
[class*="border-amber"],
[class*="border-blue"],
[class*="border-red"],
[class*="border-jade"],
[class*="border-white"] {
  border-color: #000000 !important;
}
button,
select,
input,
textarea {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
footer {
  background: #ffffff !important;
}
#scopeTabs .scope-tab {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: transparent !important;
}
#scopeTabs .scope-tab.is-active {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
}
#scopeTabs .scope-tab:hover:not(.is-active) {
  color: #000000 !important;
}
#openModalTop {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
#openModalTop:hover {
  background: #262626 !important;
}
#continentTrigger, #countryTrigger, #cityTrigger {
  border-color: #000000 !important;
}
.boost-btn {
  border-color: #000000 !important;
}
.boost-btn:hover {
  background: #f5f5f5 !important;
}
#modalSubmitBtn, #boostSubmitBtn, #boostDoneBtn, #modalDoneBtn {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
#modalSubmitBtn:hover, #boostSubmitBtn:hover, #boostDoneBtn:hover, #modalDoneBtn:hover {
  background: #262626 !important;
}
#closeModal:hover, #boostCloseBtn:hover {
  background: #f5f5f5 !important;
}
