	.bg-img-cover-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	    padding-top: 1.625rem !important;
		padding-bottom: 3.25rem !important;
        position: relative;
}
.page-title.bg-white-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .5);
    z-index: 1;
}
.text-center {
    text-align: center;
}
.text-heading {
    color: #333;
    font-weight: 500 !important;
        font-size: 30px !important;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.header {
		display:none;
	}
	.main {
		padding-top:0px;
	}
	form {
		margin: auto;
		width: 100%;
	}
	.field {
		margin-bottom:1.5rem !important;
	}
	.field.readonly {
		margin-bottom: 0.5rem !important;
	}
	.field.readonly label,.field.readonly .middleColumn {
		display:inline;
	}
	#Form_SurveyForm_Stayed_At_Holder,#Form_SurveyForm_Properties_Holder {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #eee;
		margin-bottom: 1.5rem !important;
	}
	label {
		color: dimgray;
		font-weight: 500;
		font-size: 15px;
	}
	h1.text-heading,h2.text-heading {
		color: dimgray !important;
		font-weight: 600 !important;
		font-size: 30px !important;
		padding-bottom: 1rem;
		margin-bottom:1rem;
		border-bottom: 1px solid #eee;
		margin-top:2rem;
	}
	.form-control {
		padding: .625rem 1rem;
		display: inline-block;
		background: #f8f8f8 !important;
		width: 100%;
		font-weight: 600;
		border: 1px solid #bdbdbd !important;
	}
	.form-control {
		color: dimgray;
	}
	ul.optionset label {
		font-weight: 600;
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
		vertical-align: top;
		    display: inline-block;
	}
	ul.optionset li {
		position: relative;
		display: block;
		min-height: 1.6275rem;
		padding-left: 1.875rem;
	}
	ul.optionset input {
		position: absolute;
		left: 0;
		width: 1.125rem;
		height: 1.37625rem;
		opacity: 0;
	}

	ul.optionset label:before, ul.optionset label:after {
		pointer-events: none;
		border: 1px solid #bdbdbd;
		box-shadow: none;
		position: absolute;
		top: 2px;
		left: -28px;
		display: block;
		width: 1.125rem;
		height: 1.125rem;
		content: "";
	}
	ul.optionset label:before{
		background-color: #eee;
	}
	ul.optionset input:checked~label:before {
		color: #fff;
		border-color: #af1f2f;
		background-color: #af1f2f;
		box-shadow: none;
	}
	ul.optionset input:checked~label:after {
		background-image: none;
		content: "\f00C";
		font-family: "Font Awesome 6 Free";
		top: .1rem;
		left: -1.75rem;
		color: #fff;
		font-size: 1rem;
		line-height: 1rem;	
	}
	ul.optionset:not(.checkboxset) label:before, ul.optionset:not(.checkboxset) label:after {
		border-radius:100%;
	}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #f8f8f8; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
	background: #bdbdbd;
	border: 1px solid #bdbdbd !important;
	border-radius: var(--bs-border-radius);
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #b80000; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #b80000; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.range-minmax {
    margin-top: .5rem;
    color: dimgray;
    font-weight: 500;
    font-size: 15px;
}
.range-output {
    color: #b80000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top:1rem; 
    margin-bottom: 1rem;
    text-decoration: underline;
}

.btn-primary {
	width: 100%;
	background: #af1f2f;
	border-color: #af1f2f;
}
.btn-primary:hover {
	    background-color: #8f1926;
    border-color: #841723;
}
.hide {
	display: none;
}