#guess-time-form{

}

#guess-time-form #sleep_time {
	width: 100%;
}







#range-time-wrapper {
	/* Special styling for WebKit/Blink */
	/* All the same stuff for Firefox */
	/* All the same stuff for IE */
	/* border: 1px solid red; */
	padding: 10px;
  }
  #range-time-wrapper #vrf-temperaturrange-wrapper {
	position: relative;
	
  }
  #range-time-wrapper #sleep_time {
	position: relative;
  }

  #range-time-wrapper input[type=range] {
	background-color: transparent;
	height: 41px;
	border: 1px solid #C8CDD2;
	padding: 0px;
  }
  #range-time-wrapper input[type=range]:focus {
	border: 1px solid #C8CDD2;
  }


  /*track*/
  #range-time-wrapper input[type=range]::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 5px;
	background-color: transparent;
  }
  #range-time-wrapper input[type=range]::-moz-range-track {
	-moz-appearance: none;
	height: 5px;
	background-color: transparent;
  }
  #range-time-wrapper input[type=range]::-ms-track {
	appearance: none;
	height: 5px;
	background-color: transparent;
  }

  /*Thumb*/
  #range-time-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: content-box;
	position: relative;
	height: 61px;
	top:-17px;
	width: 15px;
	border-radius: 3px;
	background: #C8CDD2;
	cursor: pointer;
	margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
	box-shadow: none; /* Add cool effects to your sliders! */
  }
  #range-time-wrapper input[type=range]::-moz-range-thumb {
	box-shadow: none;
	/* border: 5px solid transparent; */
	height: 61px;
	width: 15px;
	border-radius: 3px;
	background: #C8CDD2;
	cursor: pointer;
  }
  #range-time-wrapper input[type=range]::-ms-thumb {
	box-shadow: none;
	/* border: 5px solid #fff; */
	height: 61px;
	width: 15px;
	border-radius: 3px;
	background: #C8CDD2;
	cursor: pointer;
  }

  #range-time-wrapper .slider-track {
	width: 50%;
	height: 21px;
	position: absolute;
	margin: auto;
	top: -11px;
	bottom: 0;
	border-radius: 5px;
	background-color: #C8CDD2;
	z-index: 10;
  }







  #guess-time-form .values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 10px 0;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
  }
  #guess-time-form .values .min-time {
	text-align: left;
  }
  #guess-time-form .values #curr-time {
	text-align: center;
  }
  #guess-time-form .values .max-time {
	text-align: right;
  }

  @media (max-width: 767px){
	#guess-time-form .values {
		padding: 4px 0;
		font-size: 18px;
	}
  }




  /* #input-time{

  }

#input-time::-webkit-calendar-picker-indicator {
    background: none;
	display: none;
}
#input-time::datetime-edit-field {display: none !important;}
#input-time::-webkit-datetime-edit-ampm-field {
	display: none;
  }
#input-time::-webkit-datetime-edit-ampm-field {
	display: none;
} */
#range-time-input-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
#range-time-input-wrapper-inner{
	display: grid;
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	border: 1px solid #C8CDD2;
	text-align: center;
	border-radius: 4px;
}
#range-time-input-wrapper-inner label{
	text-align: center;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.2;
	padding: 5px 2px 2px 2px;
	color: #fff;
}
#range-time-input-wrapper-inner label:not(:first-of-type){
	border-left:1px solid #C8CDD2;
}

#range-time-input-wrapper fieldset{
	/* margin: auto; */
	grid-column-start: 1;
	grid-column-end: 4;
	display: block;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 250px;
	max-width: 12em;
	margin: 0;
	padding: 5px 10px 0 10px;
	font-weight: 500;
	border: none;
	border-bottom: 1px solid #C8CDD2;
	/* border-radius: 4px; */
	
	box-sizing: border-box;
  }



input[type="number"].input-unit{
	overflow: visible;
	/* flex-basis: 20%; */
	width: 28%;
	height: auto;
	padding: 0;
	margin: 0;
	flex-shrink: 1;
	min-width: 51px;
	background-color: transparent;
	border: none;
	font-weight: 500;
	font-size: 42px;
	color: #fff;
	padding: 0 2px;
	line-height: 1;
	/* border: 1px solid blue; */
	box-sizing: border-box;
}
input[type="number"].input-unit:focus{
	color: #fff;
}
input[type="number"].input-unit+span{
	width: 2%;
	font-weight: 500;
	font-size: 42px;
	line-height: 1;
	color: #fff;
}



/* Chrome, Safari, Edge, Opera */
.input-unit::-webkit-outer-spin-button,
.input-unit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-unit[type=number] {
  -moz-appearance: textfield;
}




#input-h{
	text-align: center;
}
#input-m{
	text-align: center;
}
#input-s{
	text-align: center;
}



#input-alert{
	/* position: absolute; */
	position: relative;
	margin: auto;
	max-width: 400px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	
}
#to-large{
	opacity: 0;
	transition: opacity 1s;
	position: absolute;
	width: 100%;
	bottom: 5px;
	display: block;
	
	padding: 6px 10px 4px 10px;
	background-color: orange;
	border-radius: 4px;

	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}
#to-large.synlig{
	opacity: 1;
}

.voyah-input-wrap{
	margin-bottom: 20px;
}

.spire-campaign-guess-time-input-wrapper{
	max-width: 500px;
}
.voyah-form .voyah-txt-input,
.voyah-txt-input{
	display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
}
.voyah-form .voyah-txt-input:focus,
.voyah-txt-input:focus{
	color: #fff;
}
.voyah-form .voyah-consent-wrap{
float: left;
}

.voyah-consent-wrap{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.voyah-consent-wrap #consent{
	display: grid;
	place-content: center;
	flex-shrink: 0;

	-webkit-appearance: none;
	appearance: none;
	background-color: #181818;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 4px;

}

.spire-campaign-guess-time-input-wrapper .consent-txt{
	font-size: 16px;
	line-height: 1.3;
}
	.voyah-consent-wrap #consent[disabled]{
		color: #C8CDD2;
		border: 1.5px solid #C8CDD2;
	}

	.voyah-consent-wrap #consent::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background-color: #207EFF;
		border-radius: 4px;
		transform: scale(0);
		transition: 400ms transform ease-in-out;
		box-shadow: inset 1em 1em var(--form-control-color);
	}
	.voyah-consent-wrap #consent:checked::before {
		transform: scale(1);
	}



	#success-false{
		display:none;
		margin-top:20px;
		padding: 15px;
		background-color:red;
		font-weight: 500;
		color:#fff;
	}



