main {
	padding-top: 20px;
	padding-bottom: 70px;
}
h3 {
	margin-bottom: 20px !important;
}
.actionbar {
	margin-bottom: 20px;
}
.btn-back {
	margin-right: 10px;
}
.nav-link {
	font-size: 36px !important;
}
nav {
	background-color: #000;
}

body {
	background-color: #151515;
}
.nav-link {
	padding: 0px !important;
}
div[data-role=list-divider]{
	display: none;
}
.modalas {
	border-bottom: 1px dashed white;
	color: #fff;
	cursor: help;
}
.rating-star-button {
	text-decoration: none !important;
	line-height: 1;
}
.rating-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #495057;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.rating-badge span[aria-hidden="true"] {
	font-size: 0.95rem;
}

.rating-badge-value {
	display: inline-block;
	min-width: 1ch;
}
.rating-star-button:focus-visible {
	outline: 2px solid #ffc107;
	outline-offset: 2px;
}
.offcanvas.offcanvas-top {
	height: 100vh !important;
}
@media (min-width: 992px) {
	.offcanvas.offcanvas-top {
		height: 40vh !important;
	}
}
