.aop-showtime {
	margin-top: 6px;
	color: white;
	text-align: center;
	font: 600 19px/19px freight-sans-pro, sans-serif;
	font-variant: lining-nums;
}

.aop-showtitle {
	font: italic normal 900 28px/29px ff-tisa-web-pro, serif;
	color: #000;
}

.aop-show-desc {
	font: normal normal normal 20px/26px ff-tisa-web-pro, serif;
}

.aop-show {
	font: normal normal bold 19px/24px freight-sans-pro, sans-serif;
	font-variant: lining-nums;
	color: black;
}

.aop-show::before {
	content: "\f3c5";
	font: normal normal 900 19px/24px FontAwesome;
	font-family: "Font Awesome 6 Pro" !important;
	margin-right: 0.3rem;
}

.aop-thumb {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	line-height: 150px;
	object-fit: cover;
}

.header-main-container {
	margin-bottom: 0rem !important;
}

.app-link {
	color: white !important;
	text-decoration: underline;
}

.app-link:hover {
	text-decoration: none;
}


.date-container {
	display: flex;
	gap: 1rem;
	background: #EAEAEA;
}

.datepicker-row {
	display: flex;
	align-items: center;
	padding: 0rem .6rem 0rem 1.2rem;
	gap: 2rem;
	background-color: white;
	border-radius: .2rem;
	border: 1.8px solid #D6D6D6;
}

.today-btn {
	padding: 0.625rem 1rem;
}

.show-top {
	position: fixed;
	bottom: 23px;
	right: 43px;
	border-radius: 4rem;
	width: 3.625rem;
	height: 3.8rem;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 3;
	background-color: #00A5AB;
	border-color: #00A5AB;
}

.show-top span {
	color: white;
	background-color: black;
}

.show-top:hover {
	background-color: #018388 !important;
	border-color: #018388 !important;
}

.show-top:focus-visible {
	background-color: #018388 !important;
	border-color: #018388 !important;
}

.show-top::after {
	content: "\f34d";
	font-size: 1.875rem;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}

.datepicker-box {
	min-width: 10rem;
	font-family: freight-sans-pro, sans-serif !important;
	padding: 0rem .6rem 0rem 1.2rem;
	border-radius: .2rem;
	border: 1.8px solid #D6D6D6;
	background-color: white;
}

.datepicker-box:hover {
	background: white;
}

.datepicker-box:active {
	background: white;
}

.datepicker-box>input[type="date"] {
	background: none;
	border: none;
	outline: none;
	font-family: freight-sans-pro, sans-serif;
	width: 100%;
	height: 100%;
	color: black;
	font-variant: lining-nums;
}

.subhead {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.065625rem;
	text-transform: uppercase;
	background-color: rgb(0 0 0 / .5%);
	font-variant: lining-nums;
}

.subhead-diff-date {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: .065625rem;
	text-transform: uppercase;
	font-variant: lining-nums;
	background: repeating-linear-gradient(45deg,
			hsl(213 10% 30% / 1),
			hsl(213 10% 30% / 1) 10px,
			hsl(213 10% 38% / 1) 10px,
			hsl(213 10% 38% / 1) 20px);
	border-radius: 24px 24px 0 0;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.show-top {
		bottom: 12px;
		right: 10px;
	}
}