html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  min-width: 375px;

  /* margin: 0;
	padding: 8px;
	box-sizing: border-box;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
}

.mw-375 {
  min-width: 375px;
}

.nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

::highlight(sms-search-matches) {
  color: #0d6efd !important;
}

.dropdown-toggle.btn span {
  transition: color 0.15s ease-in-out;
}

.dropdown-toggle.btn:hover span {
  color: #fff !important;
}

.btn.btn-outline-white {
  /* color: #fff;
  border-color: transparent; */
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.2);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.2);
  border-top-width: 2px;
  border-bottom-width: 3px;
  border-color: transparent;
}

.btn-outline-white.btn-outline-white__selected {
  --bs-btn-border-color: #fff;
  --bs-btn-hover-border-color: #fff;
  border-bottom: 3px #fff solid;
  /* border-bottom: 3px #487a62 solid; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-outline-white.btn-outline-white__selected {
  --bs-btn-hover-color: #fff;
}

.nav-link__white {
  --bs-nav-link-color: #fff;
}

/* a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
} */
