.check-fit{
	text-align: center;
}

.check-fit .top-text{
	font-size: 16px;
	margin-bottom : 0px;
}

.check-fit .error-text{
	font-size: 14px;
	margin-bottom : 0px;
	max-width: 390px;
	margin-left: auto;
    margin-right: auto;
    color: red;
}

.check-fit .check-fit-container{
	max-width: 390px;
	display: flex;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: var(--wd-primary-color) !important;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.check-fit .check-fit-container input{
	background-color: #fff;
	flex-basis: 75%;
}

.check-fit .check-fit-container .check-fit-button{
	flex-basis: 25%;
}
