html, body {
	width: 100% !important;
	height: 100% !important;
	background-color: #F9FAFD;
}

* {
	font-family: 'Helvetica Neue LT Std', sans-serif;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
	url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
	url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
	url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Std';
	src: url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
	url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: transparent;
	background-color: transparent;
}

::-webkit-scrollbar {
	width: 0;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: transparent;
}

*:focus,
*:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

img {
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
	-webkit-user-drag: none !important;
	-khtml-user-drag: none !important;
	-moz-user-drag: none !important;
	-o-user-drag: none !important;
	user-drag: none !important;
}

.btn:focus, .btn.focus {
	box-shadow: none !important;
}

section {
	padding-top: .65rem;
}

p {
	font-size: 15px !important;
}

.align-super {
	vertical-align: super !important;
	margin-left: 1px !important;
}

.font-small {
	font-size: small !important;
}

.nomarker > li::marker {
	content: '' !important;
}

@media (min-width: 992px) {
	.modal-numberexponent {
		max-width: 640px;
	}
}

.modal-title {
	letter-spacing: -1px;
}

.modal-content {
	background-color: #F9FAFD !important;
}

.close-modal {
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 4rem;
}

.no-results {
	width: 100vw !important;
	height: 100vh !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: calc(6.6vw + 6.6vh);
	font-weight: bold !important;
	position: fixed;
	top: 0;
}

.no-results:after {
	content: 'not found';
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: calc(4.4vw + 4.4vh);
	left: 0;
	font-size: calc(2.2vw + 2.2vh);
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -2px;
}

.numberexponent-alert {
	color: #000 !important;
	border-color: #eb8019;
}

.form-control:focus {
	border-color: transparent !important;
	color: #000 !important;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.33) !important;
}

.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
	text-decoration: none !important;
}

.collapsing {
	-webkit-transition: none !important;
	transition: none !important;
	display: none !important;
}

.text-justify {
	text-align: justify !important;
}

.text-numberexponent {
	color: #000 !important;
}

.border-numberexponent {
	border-color: rgba(66, 66, 66, 0.33) !important;
}

.border-top.border-numberexponent {
	border-top: 1px solid rgba(66, 66, 66, 0.33) !important;
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(66, 66, 66, 0.33) !important;
}

.navbar-numberexponent {
	border-bottom: 1px solid rgba(66, 66, 66, 0.33) !important;
	box-shadow: rgb(223, 225, 229) 0px 7px 6px -5px;
}

footer {
	box-shadow: rgba(223, 225, 229, 0.333) 0px -6px 6px -6px !important;
	border-top: 1px solid rgba(66, 66, 66, 0.33) !important;
}

nav {
	z-index: 2 !important;
}

.navbar-numberexponent.position-sticky {
	top: 0;
	width: 100%;
}

#navbarSearch {
	/*transition: ease-in 333ms;*/
	backdrop-filter: blur(0.66rem) !important;
}

#navbarSearch.fixed-top #TypoBotsSearch {
	background-color: rgba(255, 255, 255, 0.66) !important;
}

#navbarSearch.fixed-top #TypoBotsSearch:focus {
	background-color: #FFF !important;
}

#navbarSearch.fixed-top {
	backdrop-filter: blur(0.66);
	background-color: rgba(169, 169, 169, 0.33) !important;
	border-bottom: 1px solid rgba(66, 66, 66, 0.33) !important;
	box-shadow: rgb(223, 225, 229) 0px 7px 6px -5px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance:none !important;
}

.clear_input {
	border: none !important;
	outline: none !important;
	background-color: transparent;
	font-size: 1.35rem;
	float: right;
	position: absolute;
	right: 0.33rem;
	top: 0.5rem;
	opacity: 0.66;
	z-index: 9999;
}

.navbar-numberexponent .nav-item.dropend > .dropdown-menu.show {
	display: flex !important;
	top: -.4rem !important;
	padding: 0.125rem;
	border: 1px solid rgba(66, 66, 66, 0.33) !important;
}

.bg-light-numberexponent,
.navbar-numberexponent .nav-item.dropend > .dropdown-menu.show > .dropdown-item:hover,
.navbar-numberexponent .nav-item.dropend > .dropdown-menu.show > .dropdown-item:focus {
	background-color: #ececec !important;
}

.bg-numberexponent,
.navbar-numberexponent .nav-item.dropend > .dropdown-menu.show > .dropdown-item.active,
.navbar-numberexponent .nav-item.dropend > .dropdown-menu.show > .dropdown-item:active {
	background-color: #000 !important;
}

.navbar-numberexponent .navbar-nav .nav-link,
.navbar-numberexponent .navbar-nav .show > .nav-link,
.navbar-numberexponent .navbar-nav .active > .nav-link,
.navbar-numberexponent .navbar-nav .nav-link.show,
.navbar-numberexponent .navbar-nav .nav-link.active {
	color: #000 !important;
}

.navbar-brand {
	z-index: 0 !important;
	left: 0;
	right: 0;
	top: 0.55rem;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	overflow-y: hidden;
	/*margin-top: -.25rem;*/
	-ms-overflow-style: none !important;
}

.nav-scroller .navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 !important;
	/*overflow-x: auto;*/
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.nav-scroller::-webkit-scrollbar,
.nav-scroller .navigation::-webkit-scrollbar {
	display: none !important;
}

.nav-scroller .nav-item {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.nav-scroller .nav-item button {
	color: #000 !important;
	font-weight: bold;
	font-size: 1rem !important;
}

.z-1 {
	z-index: 1 !important;
}

.shadow-md,
.numberexponent > .shadow-md {
	box-shadow: rgba(32, 33, 36, 0.22) 0px 1px 6px !important;
}

.numberexponent > .shadow-md:hover {
	transition: ease-in-out 123ms;
	box-shadow: rgba(32, 33, 36, 0.33) 0px 3px 9px !important;
}