#booking-process .result-grid {
	width: 100%;
	align-items: flex-start;
}

#booking-process .passenger-grid {
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
}

#booking-process .thirty-grid {
	margin-top: 0;
}

#booking-process .input-row {
	display: grid;
	grid-column-gap: 20px;
}

#booking-process .col-1-1,
#booking-process .col-2-2 {
	grid-template-columns: 1fr 1fr;
}

#booking-process .col-1-2-2 {
	grid-template-columns: 1fr 2fr 2fr;
}

#payment-iframe {
	width: 100%;
	height: 1200px;
}

#booking-side {
	position: sticky;
	top: 120px;
}

.price-side button[disabled] {
	opacity: 0.5;
}

#booking-process #booking-side h5 {
	font-weight: bold;
	font-size: 24px;
}

#booking-process #booking-side h5 small {
	font-size: 18px;
}

/*#booking-process #booking-side h5 span {*/
/*	font-size: 14px;*/
/*}*/

#discount-form {
	display: flex;
	margin: 0 0 30px;
}

#discount-form button {
	background: linear-gradient(135deg, rgba(200, 0, 161, 1) 0%, rgba(10, 38, 194, 1) 100%);
	color: #fff;
	padding: 10px 20px;
	border: 0;
	border-radius: 99999px;
	cursor: pointer;
	font: 16px/1.8 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: 700;
}

#discount-form input {
	text-transform: uppercase;
	width: 200px;
	font: 16px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	border: 1px solid var(--grey);
	color: var(--black);
	background: var(--white);
	padding: 10px;
	height: 50px;
	margin: 0 10px 0 0;
	border-radius: 15px;
}

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

textarea.form-input {
	height: 200px;
}

.upload-trigger {
	display: inline-block;
}

.id-types label {
	font-size: 16px;
	margin: 0 20px 0 0;
}