

/* Start:/local/templates/pcrshop/css/special_form/style.css?17104399425018*/
html{scroll-behavior:smooth}
.input-text--ui {
	position: relative;
}
.input-text--ui.has-error .ui-input-wrapper.ui-input-wrapper--hex {
	background-color: #ff0000;
}
.f-row .error,
.input-text--ui .error {
	display: none;
	font-size: 15px;
}
.f-row.row-has-error .error,
.input-text--ui.has-error .error {
	display: block;
	color: #ff0000;
}
.input-text--ui .ui-autocomplete {
	position: absolute;
	top: calc(100% + 5px)!important;
	left: 0!important;
	right: 0!important;
	width: initial;
	
	font-size: 15px;
	border: 1px solid #f1f1f1;
	
}
select.ui-input.ui-input--hex {
	height: var(--theme-input-height);
}
.alert.alert-success {
	background: #4CAF50;
    border-radius: 5px;
    padding: 30px;
    font-size: 18px;
    color: #fff;
}

.slidercontainer {
  width: 100%;
  position: relative;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #000;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #000;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}
.scale {
	display: flex;
    justify-content: space-between;
}
#rangeCurrentValue {
	width: 40px;
    height: 30px;
    position: absolute;
    top: 30px;
	/* left: 0px; */
	color: #000;
	display: none;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 3px;
	text-align: center;
}
.result-form-wrapper {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 414px) {
	#rangeCurrentValue {
		top: 22px;
	}
	.result-form-wrapper {
		width: 100%;
	}
	.f-row .input-text select {
		height: 30px;
	}
}

.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
/* End */
/* /local/templates/pcrshop/css/special_form/style.css?17104399425018 */
