.ud-calendar {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	border: 1px solid var(--g-4, #D8D8D8);
	background: var(--g-6, #FFF);
	padding: 16px;
}

@media (max-width: 480px) {
	.ud-calendar {
		padding: 0;
		border: none;
	}
}

.ud-calendar__controls {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 48px;
}

.ud-calendar__controls > a {
	height: 24px;
	width: 24px;
}

.ud-calendar__dayNames {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	height: 36px;
}

.ud-calendar__week {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ud-calendar__day {
	height: 66px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	position: relative;
	appearance: none;
	border: none;
	background: none;
	padding: 0;
}

.ud-calendar__day.--available:hover:not(.--selected) .ud-calendar__dayNumber {
	border: 1px solid var(--g-3, #BABABA);
}

.ud-calendar__dayName {
	width: 100%;
	text-align: center;
}

.ud-calendar__day.--past,
.ud-calendar__day.--unavailable {
	color: var(--g-3, #BABABA);
	pointer-events: none;
}

.ud-calendar__day .strikethrough-icon {
	display: none;
}

.ud-calendar__day.--unavailable:not(.--past) .strikethrough-icon {
	display: block;
	position: absolute;
	top: 15px;
}

.ud-calendar__day.--past .ud-calendar__dayNumber {
	border: none;
}

.ud-calendar__day.--past .ud-calendar__dayPrice,
.ud-calendar__day.--unavailable .ud-calendar__dayPrice {
	visibility: hidden;
}

.ud-calendar__day .limited-icon {
	display:none;
	position:absolute;
	top: 3px;
}

.ud-calendar__day.--almost-available .limited-icon {
	display: block;
}

.ud-calendar__day.--available {
	cursor: pointer;
}

.ud-calendar__day.--available.--selected .ud-calendar__dayNumber {
	background-color: var(--client-primary, #428aca);
	color: white;
}

.ud-calendar__dayPrice,
.ud-calendar__dayNumber {
	font-size: 12px;
}

.ud-calendar__dayPrice {
	height:18px;
	color: var(--g-2, #474747);
}

.ud-calendar__dayNumber {
	border-radius: 16px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}

.ud-calendar__day.--lowest .ud-calendar__dayNumber {
	background-color: var(--success-light, rgba(51, 157, 146, 0.5));
}

.ud-calendar__legend,
.ud-calendar__legendItem {
	height: 48px;
}

.ud-calendar__legend {
	display: flex;
	gap: 16px;
}

.ud-calendar__legendItem {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

#schedule_calendar_month_picker {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--g-1, #1A1A1A);
}

.login-btn {
	border-color: #428aca;
	background-color: #428aca;
	border-radius: 8px;
	display: flex;
	height: 48px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
@media (max-width: 768px) {
	.login-btn {
		width: 100%;
	}
}
.login-btn-div {
	display: flex; 
	justify-content: right; 
	padding: 16px 0
}

/* Ticket Info */
.tkt-info {
	display: flex;
	height: 179px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
	align-self: stretch;
}
.product-upc {
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.16px;
	word-spacing: 16px;
}
.tkt-details {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.tkt-table-head {
	font-size: 12px;
	letter-spacing: 0.16px;
}
.add-to-basket-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.tkt-col {
	display: flex;
	justify-content: center;
}
.tkt-thumbnail-container, 
.tkt-thumbnail {
	text-align: center;
	position: relative;
	width: 130px;
	height: 128px;
}
.tkt-thumbnail {
	border-radius: 50%;
	object-fit: cover;
	background-color: #474747;
}
.button-position {
	position: absolute;
	right: 6px;
	bottom: -6px;
	border: none;
	background-color: transparent;
}
.tkt-profile-btns {
	display: flex;
	padding: 8px 0px;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.add-to-basket-button,
.waiver-button {
	color:  #FFF;
	display: flex;
	height: 48px;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.8px;
}
.add-to-basket-button {
	background: var(--client-primary, #428ACA);
}
@media (max-width: 768px) {
	.add-to-basket-button {
		width: 100%;
	}
}
.waiver-text {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.waiver-button {
	width: 100%;
}



/* Tiny Datepicker */
.datetimepicker {
	width: 346px;
}

.datetimepicker table {
	width: 100%;
	border-collapse: collapse;
}

/* Day Name Row */
.datetimepicker table thead tr:first-child {
	height: 48px;
}

.datetimepicker table thead tr:last-child {
	height: 36px;
}

.datetimepicker table thead tr th.prev,
.datetimepicker table thead tr th.next {
	color: #428ACA;
	height: 48px;
	width: 48px;
	padding: 12px;
}

/* override next and prev month buttons */
.datetimepicker table thead tr th.prev {
	content: url("../img/ui/caret_left.svg");
}
.datetimepicker table thead tr th.next {
	content: url("../img/ui/caret_right.svg");
}

.datetimepicker table thead th.dow {
	font-weight: 400;
}

/* Override Month picker */
.datetimepicker table tr span.month, 
.datetimepicker table tr span.year,
.datetimepicker table tr td.day {
	background: none !important;
	position: relative;
	font-weight: 700;
}

.datetimepicker table tr span.month.active::before,
.datetimepicker table tr span.year.active::before, 
.datetimepicker table tr td.day.active::before {
	background: var(--client-primary, #428aca);
}

.datetimepicker table tr span.month:hover::before,
.datetimepicker table tr span.year:hover::before,
.datetimepicker table tr td.day:hover::before {
	border-color: var(--g-4, #D8D8D8);
}

.datetimepicker table tr span.month::before,
.datetimepicker table tr span.year::before,
.datetimepicker table tr td.day::before {
	content: '';
	display: block;
	border: 1px solid transparent;
	position: absolute;
	z-index: -1;
}

.datetimepicker table tr span.month::before,
.datetimepicker table tr span.year::before {
	width: 100%;
	height: 38px;
	border-radius: 20px;
	top: 8px;
}

.datetimepicker table tr td.day::before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: 6px;
	left: 6px;
}

/* override padding */
.datetimepicker .table-condensed > tbody > tr > td {
	padding: 8px;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	position: relative;
}

/* Override positioning of dropdown arrow */
[class*=" datetimepicker-dropdown"]:before {
	top: -7px;
}
[class*=" datetimepicker-dropdown"]:after {
	top: -6px;
	left: 5px;
}


@media (max-width: 480px) {
	.datetimepicker {
		width: 260px;
	}

	.datetimepicker table thead tr th.prev,
	.datetimepicker table thead tr th.next {
		height: 40px;
		width: 40px;
		padding: 8px;
	}

	.datetimepicker table thead tr:first-child {
		height: 40px;
	}

	.datetimepicker table tr td.day::before {
		width: 30px;
		height: 30px;
		top: 3px;
		left: 2px;
	}

	.datetimepicker .table-condensed > tbody > tr > td {
		height: 36px;
		width: 36px;
	}
}