#ticket-button-wrapper {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2147483647;
}

#ticket-fab {
	width: 60px;
	height: 60px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2147483647;
}

#ticket-popup {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 300px;
	border-radius: 10px;
}

#offcanvasTicket {
	z-index: 11000;
}
