/* custom message in itinerary */
#itinMsg {
	background-color: rgb(23, 26, 41);
	color: #fff;
	padding: 10px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 700;
}

/* custom tubing notice on product modal */
/* #tubingNotice {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dff0d8;
	border: 1px solid darkgreen;
	margin-bottom: 10px;
} */

/* Fix transparent buttons */
/* button[id^="componentOptionsOpener-"],
button[id^="componentOptionsDelete-"],
button[id^=componentOptionsAdd-],
button[id^=moreInfo-] {
	color: #F17320 !important;
	font-weight: 900;
} */