@charset "utf-8";

.intro-heading {
	font-family: "Poppins", sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}

.modal {
	z-index: 1080;
}

.modal-backdrop {
    opacity: 0.75 !important;
	z-index: 1060;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 700px;
}
}

.modal-content {
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	z-index: 1080;
}

.modal-header {
	border: none;
	padding-bottom: 0px;
}

.modal-header .btn-close {
	padding: 3rem 1rem 0;
}

.modal-body {
padding-top: 0px;
}

.form-control {
	width: 100%;
	display:block;
	background:#f5f5f5;
	border-radius: 0;
	margin-bottom: 18px;

}

.invalid-feedback, .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border-color: #92bd22;
	border-width: 2px;
	background:#f5f5f5;
}


select {
  background-color: #f5f5f5;
	color: #6c757d;
	border-radius: 0px;
	border-color: #ced4da;
	padding: 7px;
	width: 400px!important;
}

label {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 4px;
}

@media (max-width: 991.98px) {
label {
	font-size: 0.9em;
}
}

/* Lift heights*/

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    margin-right: 10px;
}

.form-group select {
    flex: 1;
    margin-right: 10px;
	margin-bottom: 5px;
	max-width: 400px;
}

.form-group a {
    text-decoration: none;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
}

.form-group a:hover {
    text-decoration: underline;
}


#add-height-link {
	margin-top: 22px;
	margin-bottom: 2px;
}

#add-height-link a, #remove-link1, #remove-link2, #remove-link3, #remove-link4 {
	text-decoration: none;
	font-weight: 700;
	color: #2752a0!important;
}