@charset "utf-8";
/* CSS Document */
 .form-check .form-check-input:checked {
            background-color: black;
            border-color: black;
        }
.form-check-input:focus  {
	 box-shadow: none;
	border-color: #9E9E9E;
}
.form-switch .form-check-input{
	background-image : url(../images/switch.svg)
}
#tittleInfo {
	position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    text-transform: uppercase;
    text-decoration: underline;
}

#sliderContainer{
	position: absolute;
	top: 300px;
	left: CALC(100% - 230px);
	width: 200px;
	text-align: center;
	padding: 10px;
	background-color: rgba(245,245,245,0.70);
	border-radius: 5px;
}
.slider {
	width: 100%;
	-webkit-appearance: none;
	height: 25px;
	border-radius: 4px;
	background-color: #A6A6A6;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	-webkit-box-shadow: inset 2px 4px 4px 1px rgba(54,54,54,0.69);
	box-shadow: inset 2px 4px 4px 1px rgba(54,54,54,0.69);
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #000000;
  cursor: pointer;
  border-radius: 4px
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #000000;
  cursor: pointer;
border-radius: 4px
}

#error {
	  width: 100%;
	  max-width: 400px;
	  text-align: center;
    background-color: #ffffffdd;
    border-radius: 16px;
    padding: 16px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate3d(-50%, 0, 0);
    transition: visibility 2s, opacity 1s 1s;
  }
  #error.hide {
    opacity: 0;
    visibility: hidden;
  }
#AR_popup{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(195,195,195,0.2);
	text-align: center;
	backdrop-filter: blur(10px);

}
.dispOn, .affOn, .btOn{
	display: inline-block
}
.dispOff, .affOff, .btOff{
	display: none !important
}
#AR_popup > div{
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 500px;
}

#ARbtn{
	position: absolute;
	bottom : 20px;
	left: 20px;
	padding: 5px 5px ;
	text-transform: uppercase;
	cursor: pointer;
	color: gray;
	font-size: 14px;

}
.ARbtn_img{
    content: url("../../clients/nicolazi/RA_ico.svg");
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
#ARbtn> div{
	display: inline-block;
}
#ARbtn:hover{
	color: Black
}
.activeT , .modelPict:hover {
	border: solid black 2px !important;
}

.activeM {
	font-weight: 500;
	font-size: 1rem;
	text-decoration: underline
}

#model-variant > div > p {
	background-color: black;
	width: 100%;
	height: 100%;
    text-align: center;
	text-transform: uppercase;
    border-radius: 50%;
	cursor: pointer;
	color: white;
}
#model-variant > li {

}
li > p {
	text-align: center
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#scroller{
	position: absolute;
	right : 0px;
	top: 0px;
	width : 40px;
	height: 80%;
	z-index: 200;
			}
.model-menu {
	 position: absolute;
		z-index: 500;
    top: 0px;
    left: CALC(100% - 260px);
}
.model-menu-mob{
	 position: absolute;
		z-index: 500;
    top: 0px;
    left: CALC(100% - 260px)
}

.modelPict {
    border: solid 1px gray;
    cursor: pointer;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin: 2px;
}

.modelPict img {
}
.model-menu-mf {
	display: flex;
	width: 100%;
}

.model-menu-shape {
	display: flex;
	margin: 20px 20px 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.3);
	flex-direction: column;
}
.model-menu button {
	display : block;
	margin: 5px;
	width: 200px;
	padding: 5px ;
	border-radius: 50px;
	border : none;
}
hr {
	border-color: #646464;
	width: 100%;
}
model-viewer {
		width:  100%;
        min-height: 99vh;
		z-index: 100;
		position: relative;
      }
#nwm {
	background-image: url(../../clients/nicolazi/003A/Nicolazi_WM.png);
	background-size: 50%;
	position: relative;
	height: 100%;
	width: 100%;
	pointer-events: none;
	}
 @media only screen and (max-width: 480px) {
		.model-menu{
		  top : 0px;
		  left: 50%;
		  transform: translateX(-50%);
		  width: 80%;
		  padding: 0 10px 0;
		  position: relative;
		   }
		.model-menu-mob{
		  top : 0px;
		  left: 50%;
		  transform: translateX(-50%);
		  width: 80%;
		  padding: 0 10px 0;
		  position: relative;
		   }
		 model-viewer {
			 top:-20px;
			width:  100%;
			min-height: 60vh;
			  }
		.model-menu-shape {

				margin: 0px;
				padding: 0px;
		}
		.modelPict {
				  width: 23px;
				  height: 23px;
		}
		 #sliderContainer{

			position: absolute;
			top: auto;
			bottom: 0px;
			left: 50%;
			transform: translate(-50%, 0)

		}
	 	#tittleInfo {
		position: absolute;
		top: 330px;
		width: 100%;
		text-align: center;
			}
	 
}

