.boxoffice-bg-white {
	background: #fff;
}

.justify-space-between {
	justify-content: space-between;
}

.boxoffice-time-info {
	font-size: 18px;
	color: #000;
}

.time-icon {
	width: 19px;
	height: 25px;
	margin: 0 10px;
	background-image: var(--img-time-icon);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	animation: boxoffice-rotate 6s ease-in-out infinite;
}

.boxoffice-back-btn {
	display: block;
	max-width: 380px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.boxoffice-back-btn>.arrows-icon {
	margin-right: 8px;
}

.boxoffice-back-btn-steps {
	display: flex;
	align-items: center;
	background-color: rgba(215, 217, 221, 1);
	border: 1px solid #000;
	text-transform: uppercase;
	min-width: unset;
	gap: 5px;
	padding: 5px 25px;
	font-size: 14px;
}

.step-label {
	text-transform: uppercase;
}

@media (max-width: 767px) {

	.boxoffice-time-info {
		position: unset;
		flex-wrap: wrap;
		align-items: center;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 0;
		margin-left: 5px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.boxoffice-time-info {
		top: -15px;
		font-size: 18px;
	}

	.time-icon {
		width: 18px;
		height: 23px;
	}

}