@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

:root {
	--themeHighlight: #ffb24c;
}

body {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: center;
	margin: 0 auto;
	max-width: 1320px;
}

footer {
	@media (max-width: 768px) {
		padding-bottom: 75px;
	}
}

.footer-nav a {
	/* color: var(--themeHighlight); */
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	font-size: 10px;
}
.footer-nav a i {
	font-size: 18px;
}

img.rider {
	max-height: 166px;
	object-fit: contain;
}

img.flag {
	height: 35px;
}

img.flag-sm {
	height: 15px;
}

button .glyphicon,
button span {
	white-space: nowrap;
}

.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	color: inherit;
}

button.accordion-button:focus {
	box-shadow: inherit;
	box-shadow: none;
	outline: none;
}

.dropdown-item,
.form-check-input {
	cursor: pointer;
}

.input-group-text .glyphicon {
	opacity: 0.65;
}

.info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.info > div,
.info > a {
	display: flex;
	justify-content: space-between;
}

.overlay-text {
	background: #ffd700b3;
	color: #000;
	font-weight: 600;
	padding: 2px;
}

.overlay-text::after {
	content: '\a';
	white-space: pre;
}

.table {
	margin-bottom: 0;
}

.table-small {
	font-size: 0.8rem;
}

tr {
	cursor: pointer;
}

.stop-height {
	max-height: 50vh;
	overflow-y: scroll;
}

/* */

.badge {
	background-color: #5cb85c;
	color: #1f1f1f;
}

.notification {
	position: absolute;
	top: -7px;
	right: -10px;
}

.unread {
	border-left: 2px solid #5cb85c !important;
	margin-bottom: 1px;
}

.pack {
	padding: 5px 15px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.inline a {
	display: block;
}

.user {
	color: #ffb24c;
	/* color: #d9d804; */
	/* color: #a6a60b; */
}

.dim {
	opacity: 0.4;
}

/* TODO */
.off {
	color: #1f1f1f;
}

/* 
.flag {
	margin: -3px 3px 0 0;
	height: 22px;
}
.flag-sm {
	margin: -2px 3px 0 2px;
	height: 14px;
}
.flag-in {
	margin: -2px 0 0 1px;
} */

.medal {
	max-width: 15px;
}

li {
	list-style: none;
}

table,
tr,
th,
td {
	border-top: none;
}

.border {
	border: 1px solid #ffb24c;
	border-radius: 3px;
	margin: 0 0.5px;
	padding-top: 1px;
}
.end {
	padding-right: 1px;
}

.dark {
	background-color: #1f1f1f;
	border-color: #0a0a0a;
	color: inherit;
}

.checkbox {
	background-color: #1f1f1f;
	color: #c5c5c5;
}

.absolute {
	position: absolute;
}

.star {
	font-size: 8px;
}
.s_1 {
	color: #ffd700;
}
.s_2 {
	color: #c0c0c0;
}
.s_3 {
	color: #cd7f32;
}

.log_remove {
	background-color: #000;
	border: 0;
	margin-right: 5px;
	color: grey;
}

.chev-collapse {
	cursor: pointer;
	position: absolute;
	right: 1em;
	padding: 1em 0;
}

.label-warning {
	color: #000;
	font-size: 1em;
}

.btn-warning {
	color: #000;
}

.not_seen {
	border-left: 2px solid #5cb85c;
	padding-left: 3px;
}
