/*Small Device fix*/
.lg-view{
   display:inline-block;
}

.sm-view{
   display:none;
}

.room span {
	cursor:pointer; 
}
.room .text{
	padding-top:8px;
	padding-left:8px;	
}
.room .control{
	padding-right:8px;
	padding-top: 12px;
}
.room{
	background-color: #edeef0;
	width: 100%;
	vertical-align: middle;
	display: flex;
    justify-content: space-between;
	vertical-align: middle;
	height: 50px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	margin-bottom:15px;
}
.minus, .plus{
	width:32px;
	height:32px;
	padding:4px 8px 4px 8px;
	border:2px solid #ddd;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	border-color: #425462;
	color: #425462;
}
.minus{
	padding:4px 10px 4px 10px;
	border-color: #dadee1;
	color: #dadee1;
}
.room input{
	width: 35px !important;
	height: 20px !important;
	text-align: center;
	font-size: 16px;
	border:0px !important;
	margin-bottom: 0 !important;
	background-color: transparent !important;
	color: #425363 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}


.home-visit-reskin-hero {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.home-visit-reskin-hero .container {
    max-width: 800px;
}

.home-visit-reskin-hero .container h1 {
    color: #ffffff;
    text-align: center;
}

.home-visit-reskin-hero .container p {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.home-visit-reskin-hero .container .home-visit-reskin-alert {
    background: #00A3E0;
    padding: 20px 25px;
    color: #ffffff;
    border-radius: 10px;
}

.home-visit-reskin-hero .container .home-visit-reskin-alert a i {
    margin-left: 5px;
}

.home-visit-reskin-details-body {
    background-color: #ECEEEF;
	min-height: 100%;
}

.home-visit-reskin-details .home-visit-reskin-details-box{
	background-color: #fff;
}

.home-visit-reskin-details .home-visit-reskin-details-box .step-image{
	width: 400px;
	display: block;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
    max-height: 40px;
}

.home-visit-reskin-details .home-visit-reskin-details-box .content{
	padding: 30px;
}

.home-visit-reskin-details .home-visit-reskin-details-box h1{
	margin-bottom: 30px;
}

.home-visit-reskin-details .home-visit-reskin-details-box a.button{
	color: #425363;
	font-size: 16px;
	font-weight: 700;
}

#checkMeasureForm .form-group .form-label-sm {
    font-size: 12px;
    line-height: 16px;
}

/*address*/
.home-visit-reskin-details #details_enter_manually_fields{
	display: none;
}

.home-visit-reskin-details #details_postcode_lookup {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff !important;
}
.home-visit-reskin-details #details_postcode_lookup_failed {
	font-size:14px;
	margin-bottom:0;
	color:#e50944;
	display:none;
}

.home-visit-reskin-details .details-postcode-wrp {
    display: flex;
    
}
.home-visit-reskin-details #details_postcode {
	/*width:150px;*/
    border-right: 2px solid #D9DDE0;
    /*width: auto;*/
    flex-grow: 1;
}
.home-visit-reskin-details #details_postcode_lookup {
	width: auto;
	/* height: 40px; */
	padding: 0 15px;
	/* position: absolute; */
	/* top: 0; */
	/* left: 150px; */
}

.home-visit-reskin-details #check_measure_details_errors{
	margin-bottom: 10px;
}

.home-visit-reskin-details #details_enter_manually_link{
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	display: inline-block;
}

#checkMeasureForm .address-search-control {
    display: flex;
    justify-content: space-between;
}

/* Checkboxes */
.home-visit-reskin-details .form-section-content .form-group .cm-checkbox label {
	line-height: 30px;
	font-weight: 300;
	padding: 0;
}
.home-visit-reskin-details .form-section-content .form-group .cm-checkbox:not(:last-of-type) label {
	padding-bottom: 15px;
}
.cm-checkbox label:after {
	content: '';
	display: table;
	clear: both;
}
  
.cm-checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #D9DDE0;
	border-radius: .25em;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 0.5em;
	transition: background 0.2s, border 0.2s;

	cursor: pointer;
}
  
.cm-checkbox .cr .cr-icon {
	position: absolute;
	font-size: 14px;
	line-height: 0;
	top: 50%;
	left: 30%;
	color: #425363;
	font-weight: 500;
}
  
.cm-checkbox label input[type="checkbox"] {
	display: none;
}
  
.cm-checkbox label input[type="checkbox"]+.cr>.cr-icon {
	opacity: 0;
}
  
.cm-checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
	opacity: 1;
}

.cm-checkbox label input[type="checkbox"]:checked+.cr {
	background: #F6B333;
	border: 2px solid #F6B333;
}
  
.cm-checkbox label input[type="checkbox"]:disabled+.cr {
	opacity: .5;
}

/* Custom radio */
.cm-radio {
	padding-left: 40px;
	padding-top: 0px !important;
	/* padding-bottom: 20px; */
	line-height: 35px;
	display: inline-block;
}

.cm-radio input[type=radio] {
	width: 30px;
	height: 30px;
	margin-left: -40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #D9DDE0;
	border-radius: 30px;
	background-clip: content-box;
}

.cm-radio input[type=radio]:focus {
	outline: none;
}

.cm-radio input[type=radio]:checked {
	background-color: #F6B333;
}

.cm-radio label {
	position: relative;
	top: -9px;
	margin-left: 5px;
}

.form-group .cm-radio:not(:last-of-type) {
	margin-right: 20px;
}

.home-visit-reskin-project .form-section-content > label {
	margin-bottom: 20px;
}

.home-visit-reskin-project .form-section-content .form-group {
	margin-bottom: 60px;
}
.home-visit-reskin-project .form-section-content .form-group.small-margin {
	margin-bottom: 40px;
}

table.cm-availability-table {
	margin-top: 30px;
}
table.cm-availability-table th {
	border: none !important;
}
table.cm-availability-table th,
table.cm-availability-table tr > td:not(:first-of-type) {
	text-align: center;
}
table.cm-availability-table tr > td {
	vertical-align: middle;
	border: none !important;
	padding: 15px 0;
}

table.cm-availability-table tr:not(:last-of-type) > td {
	border-bottom: 1px solid #ddd !important;
}

.home-visit-reskin-details-faq h2 {
	margin-bottom: 20px;
}

.home-visit-reskin-details-faq .hc-qa {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}

.home-visit-reskin-details-faq .hc-qa .hc-qa-title {
	font-size: 16px;
	padding: 20px 50px 20px 20px;
	cursor: pointer;
	position: relative;
	line-height: 20px;
	font-weight: 500;
}

.home-visit-reskin-details-faq .hc-qa .hc-qa-title:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Regular';
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-visit-reskin-details-faq .hc-qa .hc-qa-title.opened:after{
	content: '\f068';
}

.home-visit-reskin-details-faq .hc-qa .hc-qa-content{
	display: none;
	padding: 0 20px;
}

.home-visit-reskin-success div p {
	/*margin-bottom: 50px;*/
	margin-top: 15px;
}

.home-visit-reskin-details .home-visit-reskin-details-box h1{
	text-align: center;	
}

.home-visit-reskin-no-coverage-hero {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 90%;
}

.home-visit-reskin-no-coverage-hero h1 {
	color: #F6B333;
	text-align: center;
}
.home-visit-reskin-no-coverage-hero p {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
}

.home-visit-reskin-no-coverage-hero .container {
	/* max-width:50%; */
}

.home-visit-reskin-no-coverage-hero-arrow {
	content: ' ';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1B365D;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.home-visit-reskin-no-coverage-hero-details {
	margin-top: 40px;
	margin-bottom: 100px;
}

.home-visit-reskin-no-coverage-hero-details p {
	text-align: center;
}

.home-visit-reskin-no-coverage-hero-details a.button {
	color: #425363;
	font-weight: bold;
}

.home-visit-reskin-unable .sorry-banner {
	background: #BABC16;
	padding: 10px 0;
}

.home-visit-reskin-unable .sorry-banner .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-visit-reskin-unable .sorry-banner .container .sorry-text {
	max-width: 50%;
	z-index: 2;
}

.home-visit-reskin-unable .sorry-banner .container .sorry-img {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}

.home-visit-reskin-unable .sorry-banner .container .sorry-img img {
	height: 180px;
	width: auto;
}

.home-visit-reskin-unable .sorry-banner h1 {
	color: #425363;
}
.home-visit-reskin-unable .sorry-banner p {
	color: #FFFFFF;
	margin-bottom: 0;
	margin-top: 10px;
}

.home-visit-reskin-unable-arrow {
	content: ' ';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #BABC16;
    width: 0;
	height: 0;
	margin-left: 10px;
}

.store-map-wrapper #map_canvas_store_page {
	height: 350px;
}

.store-map-wrapper a.button {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.home-visit-reskin-unable .store-details .store-details-info {
	flex-grow: 1;
}

.home-visit-reskin-unable .store-details .store-details-img {
	width: 150px;
}

.home-visit-reskin-unable .store-details .store-details-img img {
	height: auto;
}

.home-visit-reskin-unable .store-details {
	display: flex;
	justify-content: space-between;
}

.home-visit-reskin-unable .store-details .store-address {
	margin-top: 30px;
}

.home-visit-reskin-unable .store-details .contact-details {
	margin-top: 30px;
}

.home-visit-reskin-unable .store-details .opening-times {
	margin-top: 30px;
}

.home-visit-reskin-unable .store-details .opening-times strong {
	margin-bottom: 10px;
	display: block;
}


@media(max-width: 991px) {
    .home-visit-reskin-hero {
        padding: 60px 0;
	}
	
	.home-visit-reskin-unable .sorry-banner .container .sorry-img {
		opacity: 0.3;
		position: absolute;
		right: -60px;
	}

	.home-visit-reskin-unable .sorry-banner .container .sorry-text {
		max-width: 80%;
	}

	.home-visit-reskin-unable .sorry-banner h1 {
		text-align: center;
	}

	.home-visit-reskin-unable .sorry-banner p {
		text-align: center;
	}

	.home-visit-reskin-unable .sorry-banner {
		background: #BABC16;
		padding: 45px 0;
	}

	.home-visit-reskin-unable-arrow {
		margin: 0 auto;
	}
	.home-visit-reskin-unable .store-details {
		flex-direction: column;
	}

	.home-visit-reskin-unable .store-details .store-details-info {
		order: 1;
		margin-bottom: 30px;
	}

	.home-visit-reskin-unable .store-details .store-details-img {
		order: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

@media(max-width: 380px){
	.room .text{
		font-size: 3vw;	
	}
}

@media(max-width: 374px){
	.lg-view{
       display:none;
    }
    .sm-view{
       display:inline-block;
    }
}

@media(max-width: 545px){
	.home-visit-reskin-details .home-visit-reskin-details-box .step-image{
		width: 100%;
	}
}

/*media queries*/
@media(max-width: 991px){
	.home-visit-reskin-details .btn-margin-sm{
		margin-bottom: 20px;
	}
}
@media(min-width: 768px){
	.home-visit-reskin-details{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.home-visit-reskin-details .home-visit-reskin-details-box{
		width: 738px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home-visit-reskin-details-faq {
		width: 738px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width: 767px){
	.home-visit-reskin-details .container{
		padding-left: 0;
		padding-right: 0;
	}
	.home-visit-reskin-details .home-visit-reskin-details-box h1{
		font-size: 26px;
	}
	.home-visit-reskin-details .home-visit-reskin-details-box .content{
		padding-bottom: 80px;
    }
    
    .appointments #details_postcode {
		width:50%;
	}
	.appointments #details_postcode_lookup {
		left: 50%;
		width: 50%;
		padding: 0 5px;
	}
}

/*ICONS LIST*/
.hv-reskin-icon-messages{
	margin-bottom: 30px
}
.hv-reskin-icon-messages .message{
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 18px;
	position: relative;
}
.hv-reskin-icon-messages .message img{
	position: absolute;
	left: 0;
	top: 0;
}
.hv-reskin-icon-messages .message .name{
	padding-left: 40px;
	line-height: 22px;
}

/* TABS */
.tabs-hv-reskin{
	margin-bottom: 30px;
}
.tabs-hv-reskin .headers-list-hv-reskin{
	margin: 0;
}
.tabs-hv-reskin .headers-list-hv-reskin > li {
	margin: 0;
	position: relative;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading > a{
	outline: 0;
	padding: 15px 83px 15px 30px;
	margin: 0;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: #F1B434;
	color: #425363;
	border: 2px solid #DDA12E;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading > a:after{
	font-family: "Font Awesome 5 Light";
	content: "\f077";
	position:absolute;
	right: 30px;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading.close-list > a{
	background-color: #eceeef;
	color: #425363;
	border-top: 2px solid #8E98A1;
	border-right: 2px solid #8E98A1;
	border-left: 2px solid #8E98A1;
	border-bottom: 0;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading.close-list:last-child > a{
	border-bottom: 2px solid #8E98A1;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading.close-list > a:after {
	content: "\f078";
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading > ul{
	padding: 20px 30px;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading > ul li{
	margin: 5px 0;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading > ul li a{
	text-decoration: none;
}

.tabs-hv-reskin .tab-content{
	padding: 30px 30px 6px;
	border-right: 2px solid #d9dde0;
	border-left: 2px solid #d9dde0;
}
.tabs-hv-reskin .headers-list-hv-reskin > li.heading:last-child .tab-content{
	border-bottom: 2px solid #d9dde0;
}
.tabs-hv-reskin .tab-content ul{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 24px;
}
.tabs-hv-reskin .tab-content ol{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 24px;
}
.tabs-hv-reskin .tab-content li{
	margin-bottom: 10px;
}

.hvr-error-box{
	background-color: #FEEDEF;
	border:	1px solid #FDC8CF;
	color: #F8485E;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 5px;
}
.hvr-error-box p{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;
}
.hvr-error-box a{
	font-weight: 500;
}
.hvr-error-box a:hover,.hvr-error-box a:focus{
	color: #F8485E;
}


/*
 * V2 & V3 reskinB
 */
.finder-roundels {
	text-align: center;
	padding-top: 10px;
}

.finder-roundels .roundel.mini {
	width: 120px;
	height: 120px;
}

.finder-roundels .roundel {
	width: 150px;
	height: 150px;
	background-color: #F3F4F5;
	border-radius: 50%;
	position: relative;
	border: 2px solid #F3F4F5;
}

.finder-roundels .roundel.mini .icon {
	top: 20%;
}

.finder-roundels .roundel .icon {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.finder-roundels .roundel.mini .title {
	top: 65%;
}

.finder-roundels .roundel .title {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	padding: 0 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
}

.select-quantity {
	display: inline-block;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.select-quantity .minus {
	float: left;
}

.select-quantity .plus, .select-quantity .minus {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 2px solid #D9DDE0;
	color: #D9DDE0;
}

.select-quantity .number {
	display: inline-block;
	line-height: 30px;
	width: calc(100% - 70px);
}

.select-quantity .dark {
	border: 2px solid #425363;
	color: #425363;
}

.select-quantity .plus {
	float: right;
}

.select-quantity .plus, .select-quantity .minus {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	border: 2px solid #D9DDE0;
	color: #D9DDE0;
}

.select-quantity .plus::after {
	content: "\f067";
}

.select-quantity .plus::after, .select-quantity .minus::after {
	font-family: 'Font Awesome 5 Regular';
	font-size: 18px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 26px;
}

.select-quantity .minus::after {
	content: "\f068";
}

.select-quantity .plus::after, .select-quantity .minus::after {
	font-family: 'Font Awesome 5 Regular';
	font-size: 18px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 26px;
}

.finder-roundels {
	text-align: center;
}

.col {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
}

.colours {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

.colourSelected {
	background-color: #d0e3ec;
}

.colour {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	position: relative;
	margin: auto;
	margin-bottom: 2px;
}

.frame {
	padding-top: 5px;
	border-radius: 25px;
	cursor: pointer;
}

.name {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.colour .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

input[type=number],
input[type=text] {
	background-color: #ECEEEF;
	border: 2px solid #D9DDE0;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #425363;
	line-height: 1;
	max-width: 100%;
	height: 50px;
}

.finder-roundels input {
	background-color: #fff !important;
	width: 35px !important;
	height: 20px !important;
	text-align: center;
	font-size: 16px;
	border: 0px !important;
	vertical-align: middle;
	position: relative;
	top: 8px;
}

.apttimelist {
	list-style-type: circle;
	font-size: 14px;
	margin-left: 15px;
}

#stage1-simple {
	display: none;
}

@media (min-width: 900px) {
	.finder-roundels {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.name {
		margin-left: -100%;
		margin-right: -100%;
		font-size: 14px;
	}

	.frame {
		padding-top: 5px;
		border-radius: 15px;
		cursor: pointer;
	}

	.colours {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 445px) {
	table.cm-availability-table {
		table-layout: fixed;
	}

	table.cm-availability-table td, table.cm-availability-table th {
		font-size: 10px;
	}
}

@media (max-width: 550px) {
	.col {
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media (max-width: 400px) {
	.name {
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	.name {
		font-size: 10px;
	}
}

/*
 * HV V3
 */
.homevisit-questionnaire-survey .form-section-title {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 2px solid #F6B333;
	margin-bottom: 30px;
}

.homevisit-questionnaire-survey textarea.project-notes {
	height: 60px;
	min-height: 32px;
	box-sizing: border-box;
	resize: vertical;
}

.homevisit-questionnaire-survey .plus.dark,
.homevisit-questionnaire-survey .minus.dark {
	border-color: rgb(66, 84, 98);
	color: rgb(66, 84, 98);
}

.homevisit-questionnaire-survey-project-daytime .cm-availability-table tr {
	height: 30px;
}

.homevisit-questionnaire-survey-project-daytime .cm-availability-table td {
	height: 30px;
	padding: 10px 0 5px 0;
}

.homevisit-questionnaire-survey-project-daytime .cm-availability-table td label {
	margin-bottom: 0;
}

.hv-survey-checkbox-section {
	margin-bottom: 30px;
}

.hv-survey-checkbox-section .cm-checkbox label {
	align-items: center;
	font-weight: 400;
	line-height: 30px;
	user-select: none;
	word-break-wrap: break-word;
}


/* Rooms */
.hv-survey-room-container {
	margin-bottom: 30px;
}

.homevisit-questionnaire-survey h1.form-section-title {
	text-align: left;
}

.hv-survey-room-header {
	display: inline-flex;
	align-items: center;
	margin-bottom: 26px;
}

.hv-survey-room-container h3 {
	display: inline-flex;
	align-items: center;
}

.hv-survey-room-type-section,
.hv-survey-floor-type-section,
.hv-survey-colors-section,
.hv-survey-pattern-section,
.hv-survey-product-range-section {
	margin-bottom: 20px;
}

.hv-survey-room-type-selection {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}
.hv-survey-product-range-section .hv-survey-pattern-selection input[type="text"]{
	margin-bottom: 30px;
}

.hv-survey-room-type-selection .hv-survey-room-type-option {
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	width: 100%;
	min-width: 200px;
	height: 50px;
	padding: 5px;
	font-size: 14px;
	white-space: nowrap;
	background-color: #edeef0;
	border: 2px solid transparent;
	cursor: pointer;
	user-select: none;
	transition: border 0.3s, background-color 0.3s;
}

.hv-survey-room-type-option:hover,
.hv-survey-room-type-option.selected {
	border-color: #F6B333;
}

.hv-survey-room-type-selection .hv-survey-room-type-option img {
	width: 24px;
	position: relative;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	margin-right: 7px;
}

.hv-survey-room-type-label {
	display: flex;
	align-items: center;
}

.hv-survey-floor-type-option label {
	font-weight: 400;
	line-height: 30px;
	white-space: nowrap;
}

.hv-survey-floor-type-selection {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hv-survey-floor-type-option {
	width: 48%;
	min-width: 190px;
	cursor: pointer;
	user-select: none;
}

.hv-survey-colors-selection {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
	user-select: none;
}

.hv-survey-color-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 100px;
	padding: 10px;

	cursor: pointer;
	user-select: none;
}

.hv-survey-colors-selection .colourSelected {
	background-color: #d0e3ec;
}

.hv-survey-color-box, .hv-survey-color-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.hv-survey-color-img {
	background-size: cover;
	background-position: center;
}

.hv-survey-color-name {
	text-align: center;
}

@media (max-width: 499px) {
	table.cm-availability-table td, table.cm-availability-table th {
		font-size: 14px;
	}
}

@media (min-width: 500px) {
	.hv-survey-room-type-selection .hv-survey-room-type-option {
		width: 48%;
		min-width: 200px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.hv-survey-colors-selection {
		justify-content: flex-start;
		gap: 10px;
	}

	.hv-survey-color-option {
		width: 90px;
		height: 110px;
	}

	.hv-survey-color-box, .hv-survey-color-img {
		width: 55px;
		height: 55px;
	}
}

@media (min-width: 768px) {
	.hv-survey-color-option {
		width: 100px;
		height: 120px;
	}

	.hv-survey-color-box, .hv-survey-color-img {
		width: 60px;
		height: 60px;
	}
}

.hv-survey-pattern-section .hv-survey-pattern-selection select {
	margin-bottom: 10px;
}

.hv-survey-remove-room-btn {
	display: inline-flex;
	justify-content: center;
	margin-left: 15px;
	cursor: pointer;
}

.hv-survey-remove-room-btn .hv-survey-room-bnt-minus-label {
	display: inline-flex;
	align-items: center;
	margin-top: 2px;
	margin-left: 5px;
	font-size: 12px;
	text-decoration: none;
}

.hv-survey-remove-room-btn span {
	color: grey;
	transition: all 0.3s ease-in-out;
	padding: 0px 5px 0px 5px;
	border: 1px solid grey;
	line-height: 12px;
	font-size: 14px;
}

.hv-survey-remove-room-btn:hover span {
	color: #000;
	border-color: #000;
}

.hv-survey-remove-room-btn:hover .hv-survey-room-bnt-minus-label {
	color: #000;
}

.hv-survey-remove-room-btn:active span {
	font-size: 0.9em;
}

.hv-survey-room-plus-add-another-room-btn {
	display: inline-flex;
	justify-content: center;
	height: 36px;
	margin-bottom: 30px;
}

.hv-survey-room-plus-add-another-room-btn a {
	text-decoration: none;
}

.hv-survey-room-plus-add-another-room-btn span {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	padding: 4px 8px 4px 8px;
}

.hv-survey-room-plus-add-another-room-btn:hover span {
	color: #000;
	border-color: #000;
	padding: 5px 9px 5px 9px;
	font-size: 1.1em;
}

.hv-survey-room-plus-add-another-room-btn:hover a {
	color: #000;
}

.hv-survey-room-plus-add-another-room-btn:active span {
	padding: 3px 7px 3px 7px;
	font-size: 0.9em;
}

.hv-survey-room-plus-bnt-plus {
	/* center */
	text-align: center;
	width: 32px;
	margin-right: 8px;
}
/* End Rooms */

.home-visit-reskin-details-box .button.btn-block.yella:hover {
	transform: translateY(-1px);
	transition:  transform 0.1s ease-in-out, box-shadow 0.2s ease-in-out;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.home-visit-reskin-details-box .button.btn-block.yella:active {
	transform: translateY(1px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}


.cm-submit-button-highlight {
    animation: cm-button-bounce 1s ease-in-out infinite;
}

@keyframes cm-button-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}


.tapi-book-a-home-visit-dtb button,
.tapi-book-a-home-visit-dtb a.button,
.tapi-book-a-home-visit-dtb input[type="submit"] {
	border-radius: 8px;
}

.
.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box .content {
	padding-top: 0;
}

.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box h1 {
	margin-bottom: .7em;
}

.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box p {
	margin-bottom: 0;
	padding-left: 20px;
}

.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box ul {
	margin-bottom: 0;
}

.home-visit-reskin-trustpilot-widget-mobile, .home-visit-reskin-trustpilot-widget-desktop {
	background-color: #D2FAE7;
	min-height: 36px;
	padding-top: 2px;
	display: none;
	align-items: center;
}

.home-visit-reskin-trustpilot-widget-mobile {
	display: flex;
}

.tapi-book-a-home-visit-dtb .quiq-widget-id-default-chat-widget {
	display: none;
}

.tapi-book-a-home-visit-dtb #spinner_home_visit_reskin {
	display: none !important;
}

@media (min-width: 992px) {
	.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box .content {
		padding-top: 30px;
	}

	.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box h1 {
		margin-bottom: 30px;
	}

	.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box p {
		margin-bottom: 24px;
	}

	.tapi-book-a-home-visit-dtb .home-visit-reskin-details-box ul {
		margin-bottom: 42px;
	}

	.home-visit-reskin-trustpilot-widget-mobile {
		display: none;
	}

	.home-visit-reskin-trustpilot-widget-desktop {
		display: flex;
	}
}



/* Adestra transition overlay */
body.hv-transition-open {
	overflow: hidden;
}

.hv-adestra-transition {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(236, 238, 239, 0.96);
}

.hv-adestra-transition.is-visible {
	display: flex;
}

.hv-adestra-transition-card {
	width: 100%;
	max-width: 420px;
	padding: 34px 34px 30px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 2px 16px rgba(60, 80, 110, 0.09);
}

.hv-adestra-transition-title {
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #1a2a3a;
	letter-spacing: -0.01em;
}

.hv-adestra-transition-bar-track {
	width: 100%;
	height: 4px;
	margin-bottom: 24px;
	border-radius: 999px;
	background: #bfcbdd;
	overflow: hidden;
}

.hv-adestra-transition-bar-fill {
	width: 0;
	height: 100%;
	border-radius: 999px;
	background: #f7b61e;
}

.hv-adestra-transition-checklist {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hv-adestra-transition-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.hv-adestra-transition-icon-slot {
	position: relative;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hv-transition-spiral {
	position: absolute;
	width: 20px;
	height: 20px;
	opacity: 0;
	transform-origin: center center;
}

.hv-transition-tick {
	position: absolute;
	width: 14px;
	height: 14px;
	opacity: 0;
	transform: scale(0.7);
	transition: opacity 0.25s ease 0.15s, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
}

.hv-transition-tick polyline {
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
}

.hv-adestra-transition-item.active .hv-transition-spiral {
	opacity: 1;
	animation: hv-transition-spin 1.2s linear infinite;
}

.hv-adestra-transition-item.ticked .hv-transition-spiral {
	opacity: 0;
	animation: hv-transition-spin 1.2s linear infinite;
	transition: opacity 0.25s ease;
}

.hv-adestra-transition-item.ticked .hv-transition-tick {
	opacity: 1;
	transform: scale(1);
}

.hv-adestra-transition-item.ticked .hv-transition-tick polyline {
	animation: hv-transition-draw-tick 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.15s forwards;
}

.hv-adestra-transition-label {
	font-size: 14px;
	font-weight: 500;
	color: #8a99aa;
	transition: color 0.25s ease;
}

.hv-adestra-transition-item.active .hv-adestra-transition-label,
.hv-adestra-transition-item.ticked .hv-adestra-transition-label {
	color: #1a2a3a;
}

.hv-adestra-transition-nudge {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid #eef2f7;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hv-adestra-transition-nudge.visible {
	opacity: 1;
	transform: translateY(0);
}

.hv-adestra-transition-nudge-main {
	font-size: 15px;
	font-weight: 600;
	color: #1a2a3a;
}

.hv-adestra-transition-nudge-sub {
	margin-top: 3px;
	font-size: 12px;
	font-weight: 500;
	color: #3a4a5c;
}

.hv-adestra-transition-nudge-dots {
	display: inline-flex;
	gap: 4px;
	margin-left: auto;
}

.hv-adestra-transition-nudge-dots span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #f7b61e;
	opacity: 0.3;
	animation: hv-transition-dot-pulse 1.4s ease-in-out infinite;
}

.hv-adestra-transition-nudge-dots span:nth-child(2) {
	animation-delay: 0.2s;
}

.hv-adestra-transition-nudge-dots span:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes hv-transition-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes hv-transition-draw-tick {
	to { stroke-dashoffset: 0; }
}

@keyframes hv-transition-dot-pulse {
	0%, 80%, 100% { opacity: 0.3; transform: scale(1); }
	40% { opacity: 1; transform: scale(1.3); }
}
