.map {
	height: 370px;
	border-radius: 10px;
}

.relative {
	position: relative !important;
}

.club_quot a.change-number {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.club_quot.club_quot--desktop {
	margin-top: 3rem !important;
}

.club_quot.club_quot--desktop .container-fluid {
	/*padding-top: 6rem !important;*/
}

.club-select.club-select--desktop {
	margin-bottom: 0 !important;
}

#toggleMapBtn {
	background-color: transparent;
	border: none;
	position: absolute;
	z-index: 5;
	top: 1rem;
	right: 0.6rem;
}

#toggleMapBtnMobile {
	background-color: transparent;
	border: none;
	position: absolute;
	z-index: 5;
	top: 0.6rem;
	right: 11.5%;
}

.absolute {
	position: absolute !important;
}

.w-full {
	width: 100% !important;
}

.text-red {
	color: #c3092d;
}

.text-white {
	color: #ffffff;
}

.bg-red {
	background-color: #c3092d;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.btn-default {
	font-weight: bold;
	/*border: none;*/
	/*padding: 8px 14px;*/
	/*box-shadow: 1px 1px 10px #565353;*/
}

.button-light {
	background-color: white;
	color: #c3092d;
	font-weight: bold;
	border: none;
	padding: 8px 14px;
	box-shadow: 1px 1px 10px #565353;
}

.button-light:hover {
	background-color: #eeeeee;
}

.input-field,
form.my-form input[type="text"],
form.my-form input[type="email"],
form.my-form input[type="password"],
form.my-form input[type="number"],
form.my-form select,
form.my-form select.form-control {
	background-color: transparent !important;
	height: 5rem !important;
	color: #1a2226 !important;
	border-radius: 4px !important;
	border-color: #d4d2d2 !important;
	text-align: left !important;
	margin-top: 0 !important;
	font-weight: 400;
}

.font-normal {
	font-weight: 300;
}

.flex {
	display: flex !important;
}

.flex-col {
	flex-direction: column !important;
}

.flex-row {
	flex-direction: row !important;
}

.items-center {
	align-items: center !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.items-end {
	align-items: end !important;
}

.h-5 {
	height: 5rem !important;
}

.modal-confirm-btn {
	width: 100% !important;
	padding: 1rem !important;
	font-size: 2rem !important;
	border: none !important;
	text-transform: uppercase;
	background-color: #ffffff !important;
	color: #e21838 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 6rem !important;
}

.mb-2 {
	margin-bottom: 1.4rem !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.pt-2 {
	padding-top: 2rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.text-lg {
	font-size: 2rem !important;
}

.modal {
	text-align: center;
	width: auto;
}

@media screen and (min-width: 1024px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

@media screen and (min-width: 1560px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}

	#toggleMapBtn {
		right: 1.6rem;
	}
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
}

.add-course-flex {
	flex-direction: row;
}

#map-modal .modal-dialog,
#map-modal .modal-dialog .modal-content {
	height: 675px !important;
}

@media (max-width: 991px) {
	#map-modal .modal-dialog,
	#map-modal .modal-dialog .modal-content {
		height: 820px !important;
	}

	.modal-dialog {
		width: 90%;
	}

	.add-course-flex {
		flex-direction: column;
	}
}

#selectCountry-mobile,
#selectRegion-mobile,
#selectCourse-mobile {
	height: 6.5rem !important;
	font-size: 2rem !important;
}

@media (max-width: 767px) {
	.quotes__quote-form .club-select--mobile {
		height: 6.5rem !important;
		font-size: 2rem !important;
	}
}

@media (max-width: 479px) {
	#toggleMapBtnMobile {
		right: 10.5%;
	}
}

#quote-modal.modal {
	top: 50% !important;
	bottom: auto;
	transform: translate(0, -50%);
}

#inform-manager input[type="checkbox"] {
	cursor: pointer !important;
}

.h-10 {
	height: 4rem !important;
}

.content-center {
	align-content: center !important;
}

label {
	display: block;
	margin: 5px 0 0 0;
}

input[type="radio"] {
	accent-color: black !important;
}

.hidden {
	display: none !important;
}

.block {
	display: block !important;
}
