body{
	margin: 0;
	overflow-x: hidden;
}


label {
    margin-top: 0.75rem;
	display: block;
	margin-bottom: 0.5rem;
}

.email-error{
    margin-top: 30px;
    font-size: 18px;
    color: red;
}

.msg {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #3182ce;
    font-family: monospace;
}

.industry_flex label {
    margin-top: 0rem;
}

input {
    width: 100%;
	outline: 2px solid transparent;
    outline-offset: 2px;
	border: 1px solid;
	height: 10px;
	padding: 1rem;
	font-size: 1rem;
	border-radius: 0.375rem;
	border-color: #cbd5e0;
}

select{
	width: 100%;
	padding: 0.7rem;
	font-size: 1rem;
	border-radius: 0.375rem;
	border-color: #cbd5e0;
}

input:hover, select:hover {
    border-color: #cbd5e0;
}

input:focus, select:focus{
    z-index: 1;
    border-color: #3182ce;
    box-shadow: 0 0 0 1px #3182ce;
}

.date{
	display: flex;
	width: 106%;
}

.date select{
	margin: 0 10px 0 0;
}

.industry_flex,
.contact_address_flex{
	display: grid;
	grid-template-columns: auto auto auto;
}

.industry_flex input,
.contact_address_flex input{
	width: 15px;
	height: 15px;
	margin: 10px;
}

.industry_flex input[type='radio']:after,
.contact_address_flex input[type='radio']:after{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.industry_flex input[type='radio']:checked:after,
.contact_address_flex input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #3182ce;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.header {
    padding: 1.5rem;
	background-color: #3182CE;
	height: 84px;
	width: 100%;
	color: #fff;
}

.custom_container {
    width: 50vw;
    margin: 50px auto;
}


.hasHairRemovalExperience_btn {
    list-style-type:none;
    margin: -5px 0 35px 0;
    padding:0;
	display: flex;
}

.hasHairRemovalExperience_btn li {
    float:left;
    margin:0 5px 0 0;
    width: 100%;
    height:40px;
    position:relative;
}

.hasHairRemovalExperience_btn label, .hasHairRemovalExperience_btn input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	border-radius: 0.375rem;
	border-color: #cbd5e0;
}

.hasHairRemovalExperience_btn input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.hasHairRemovalExperience_btn input[type="radio"]:checked + label {
    background:#3182ce;
	color: #fff;
}

.hasHairRemovalExperience_btn label {
    padding: 5px 10px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
    height: 35px;
    line-height: 2.2;
}

.hasHairRemovalExperience_btn label:hover {
    background:#3182ce;
	color: #fff;
}


.desiredHairRemovalLocations_flex{
	display: grid;
	grid-template-columns: auto auto;
}

.desiredHairRemovalLocations_flex input{
	width: 15px;
	height: 15px;
	margin: 10px;
}

.next-prev-buttons{
	margin-top: 50px;
	display: flex;
	column-gap: 18px;
}

.next-btn,
.return-btn,
#send-btn {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 250ms ease 0s;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    width: 50%;
    line-height: 1.2;
    border-radius: 0.375rem;
    font-weight: 600;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    background: #3182ce;
    color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
}

.next-prev-buttons #next2{
	width: 100%;
	margin: 0;
}

.return-btn {
    background: #edf2f7;
    color: #333;
}

.return-btn:hover {
	background: #e2e8f0;
}

.next-btn:hover,
#send-btn:hover {
	background: #2b6cb0;
}