.auth-container{
  margin: auto;
  width: 50%;
  padding: 10px;
}

.auth-container > .row{
  transform: translateY(-50%) !important;
  top: 50% !important;
  position: relative !important;
}

.versioning{
  margin: 2% 0 0 2%;
  position: absolute;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: 'Ubuntu', sans-serif;
}


body{
  background-color: #3B90E5 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Inizio Generiche */
.setting.title-wrapper{
  color:#023C7E !important;
  font-size: 20px !important;
}

.load-modal {
  width: fit-content !important;
  border-radius: 0 !important;
}

.fa-gear > path {
  color: #023C7E !important;
}

.load-db {
  background-color: rgb(2, 60, 126, 0.975) !important;
  z-index: 9999999 !important;
}

.pezza-facebook, .pezza-instagram, .pezza-twitter, .pezza-linkedin, .pezza-pinterest{
  background-color: #FE7405 !important;
  border: 1px solid #FE7405 !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
  padding: 0 !important;
  width: 2vh !important;
}

.pezza-facebook{
  background: url(../images/facebook-icon.svg);
  background-size: 10px !important;
}

.pezza-instagram{
  background: url(../images/instagram-icon.svg);
}

.pezza-twitter{
  background: url(../images/twitter-icon.svg);
}

.pezza-linkedin{
  background: url(../images/linkedin-icon.svg);
}

.pezza-pinterest{
  background: url(../images/pinterest-icon.svg);
  background-size: 15px !important;
}


@media (max-height: 768px) {
  .auth-wrapper .auth-box {
    padding: 10px 50px !important;
  }

  .auth-box .logo-pay{
    margin: 0 !important;
  }

  .row-login{
    margin: 0 0 5px !important
  }  

  .auth-box > form > .fields > button{
    margin-top: 0 !important;
  }

  .auth-box > p{
    margin: 5px 0 !important;
  }

  .register-link{
    margin: 5px 0 !important;
  }

  .pezza-facebook, .pezza-instagram, .pezza-twitter, .pezza-linkedin, .pezza-pinterest {
    width: 23px !important;
  }
}

.blocked {
  opacity: 0.75;
  pointer-events: none;
}

.auth-box .logo{
  margin: 0 !important;
}

.auth-box{
  max-height: 60vh;
}

.logo > a{
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  cursor: pointer !important;
}

.auth-box .logo-pay{
  margin: 8px 0 15px;
  font-family: 'Ubuntu', sans-serif;
  color:  #FE7405 !important;  
  font-weight: bold;
  font-size: 27px !important;
}

.header, .footer{
  max-height: 120px !important;
  left: 0 !important;
}

.header > .header-container{
  height: 100% !important;
  margin: 0px auto !important;
  padding: 10px 0 !important;
  max-width: 1720px !important;
  width: 80% !important;
  display: flex !important;
  /* background-size: contain !important; */
}

.header > .header-container > .logo-container{
  height: 100% !important;
  width: 15% !important;
  max-width: 139px !important;
  position: relative !important;
}

@media (max-width: 1250px){
  .header > .header-container > .logo-container{
    top: 0% !important;
  }
}

@media (max-width: 1025px){
  .header > .header-container > .logo-container > .logo{
    top: 65%;
    transform: translateY(-45%);
  }
}

.header > .header-container > .logo-container > .logo{
  margin: auto !important;
  background-size: contain !important;
  margin: 0;
  position: absolute;
}

.header > .header-container > .machine-container{
  position: relative !important;
  text-align: center !important;
  margin: auto !important;
}

.header > .header-container > .machine-container > .header-machine{
  height: 3.8vh !important;
  margin: auto !important;
  background-size: contain !important;
  margin: 0;
  position: relative;
  min-height: 40px;
  max-height: 80px;
}

.header > .header-container > .name-container{
  margin: 0 0 0 auto  !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: right !important;
  display: flex !important;
}

.header > .header-container > .name-container > .name{
  color: #fff !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px !important;
  font-weight: bold !important;
  margin: auto !important;
}

.header > .header-container > .machine-container {
  width: 70% !important;
  text-align: center !important;
}

.models-list{
  background-color: #fff !important;
  max-width: 1720px !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
  height: 60vh !important;
  max-height: 640px !important;
  overflow: auto;
}

.container{
  height: 100% !important;
}

.models-list{
  padding: 15px !important;
}

.job-table {
  width: 100% !important;
}

.job-table > thead > tr > th:nth-child(2){
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #023C7E !important;
  text-transform: uppercase !important;
  font-weight: bold;
}

.job-table > tbody > tr > td{
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px !important;
  color: #023C7E !important;
  font-weight: bold;
}

.job-table > tbody > tr > td{
  padding: 15px 0 !important;
}

.job-table > tbody > tr:not(tr:last-child) > td{
  border-bottom: 1px solid #023C7E !important;
}

.email-container{
  height: 100vh;
  position: relative;
}

.email-box{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
/* Fine Generiche */

/* Inizio HomePage */
.container{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.box-shop{
  width: 250px;
  height: 170px;
  max-width: 368px;
  max-height: 245px;
  background-color: #FE7405;
  display: inline-block;
  margin: 10px;

}

.box-macchina{
  width: 250px;
  height: 170px;
  max-width: 368px;
  max-height: 245px;
  background-color: #023C7E;
  border: 1px solid #023C7E;
  margin: 10px;
  display: inline-block;
}

.models-list > div{
  text-align: left;
}

.link-shop > span{
  font-size: 60px !important;
  color: #fff !important; 
  display: none !important;
}

.link-shop{
  background: url(../images/shop-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px !important;
}

.link-macchina > span{
  width: 100%;
  height: 100%;
  background-size: contain;
}

.jobs-search{
  margin-bottom: 20px;
}

.jobs-search > label > input{
  padding: 15px 15px 15px 60px !important;
}

.jobs-search > label{
  position: relative;
}

@media (max-width: 2199px){
  .jobs-search > label:before {
    content: "";
    position: absolute;
    left: 0.5vw;
    top: 6px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(../images/search-icon.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
  }
}

@media (min-width: 2200px){
  .jobs-search > label:before {
    content: "";
    position: absolute;
    left: 1.5vw;
    top: 6px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(../images/search-icon.svg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
  }
}


.link-macchina > span:hover{
  cursor: pointer;
}

.link-shop, .link-macchina{
  width: 100% !important;
}

.area-container{
  background-size: 25% !important;
  min-height: 40px;
  max-height: 80px;
}

.link-macchina {
  background-size: 80% !important;
}

.m120{
  background: url(../images/mistral-120.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.m180{
  background: url(../images/mistral-180.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.m260{
  background: url(../images/mistral-260.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.z120{
  background: url(../images/zephir-120.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.z180{
  background: url(../images/zephir-180.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.z260{
  background: url(../images/zephir-260.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.header-machine{
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 60% !important;
  width: 50% !important;
  margin: 0 auto !important;
}

.pezza-unit-info {
  color: #023C7E;
  font-size: 2vh !important;
  border: none;
  text-align: center !important;
  position: inherit;
}

/* Fine HomePage */

/* Inizio Riepilogo Lavori */
.job-table > thead > tr > th{
  width: 5% !important;
}

.job-table > thead > tr > th:nth-child(1){
  width: 5% !important;
  text-align: left !important;
}

.job-table > thead > tr > th:nth-child(2){
  width: 70% !important;
  text-align: left !important;
}

.job-table > thead > tr > th:nth-child(3){
  background-color: #D4BCA4;
  color: #fff !important;
  width: 10%;
  font-size: 15px !important;
}

/* @media (max-width: 1900px){
  @media (max-height: 768px){
    .row-width-div{
      top: 10px;
      position: relative;
      left: 40%;
    }
  
    .row-depth-div{
      top: -35%;
      position: relative;
      left: 45%;
    }
  
    .row-heigth-div{
      top: -60%;
      position: relative;
      left: 52%;
    }
  }

  @media (min-height: 769px){
    .row-width-div{
      top: 10px;
      position: relative;
      left: 40%;
    }
  
    .row-depth-div{
      top: -5%;
      position: relative;
      left: 45%;
    }
  
    .row-heigth-div{
      top: -35%;
      position: relative;
      left: 52%;
    }
  }
}

@media (min-width: 1901px){
  .row-width-div{
    top: 10px;
    position: relative;
    left: 40%;
  }

  .row-depth-div{
    top: -5%;
    position: relative;
    left: 55%;
  }

  .row-heigth-div{
    top: -35%;
    position: relative;
    left: 68%;
  }
} */

.row-heigth-div {
  margin: 10% 0 !important;
}

.overlay{
  background-color: rgb(2, 60, 126, 0.95) !important;
  z-index: 9999999;
}

.job-table > thead > tr > th:last-child{
  background-color: #023C7E
}

.job-table > tbody > tr > td:nth-child(1){
  text-align: left !important;
}

.job-table > tbody > tr > td:nth-child(2){
  text-align: left !important;
}

.job-table > tbody > tr > td:nth-child(3){
  text-align: center !important;
}

.job-table > tbody > tr > td:last-child{
  text-align: center !important;
}

.sign-in-wrapper{
  display: contents !important;
}

.sign-in{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.gun-icon{
  background: url(../images/gun-icon.svg);
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 5%;
  text-align: center !important;
  margin: 0 auto !important;
}


@media (max-width: 1799px){
  .gun-icon{
    background: url(../images/gun-icon.svg);
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 5%;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 1800px){
  .gun-icon{
    background: url(../images/gun-icon.svg);
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 5%;
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.gun-icon-div{
  background-color: #34A629 !important;
}

.checkmark-container{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.jobs-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.checkmark-container:hover input ~ .jobs-checkmark {
  background-color: #ccc;
}

.checkmark-container input:checked ~ .jobs-checkmark {
  background-color: #023C7E;
}

.jobs-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-container input:checked ~ .jobs-checkmark:after {
  display: block;
}

.checkmark-container .jobs-checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Fine Riepilogo Lavori */

/* Inizio generiche */
.pezza-btn{
  border-radius: 0 !important;
  width: 18vh;
  height: 5vh !important;
  max-height: 80px !important;
  max-width: 240px !important;
  font-size: 2.8vh ;
  font-weight: bold !important;
  font-family: 'Ubuntu', sans-serif;
  text-align: left !important;
  padding: 0 20px;
  z-index: 9999 !important;
}

.pezza-btn-little{
  width: 6vh ;
}

.pezza-btn-little > span, .pezza-select > span {
  opacity: 0 !important;
}

.pezza-copy-orange{
  background-color: #fff !important;
  background: url(../images/copy-icon-orange.svg);
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: 50% !important;
  border: none !important;
  width: 45px !important;
  height: 30px !important;
}

.pezza-copy{
  background-color: #fff !important; 
  background: url(../images/copy-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none !important;
  background-size: 50% !important;
}

.pezza-delete{
  background-color: #fff !important; 
  background: url(../images/delete-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none !important;
  background-size: 50% !important;
}

.pezza-delete-white{
  background-color: #023C7E !important; 
  background: url(../images/delete-icon-white.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none !important;
  background-size: 50% !important;
}

.pezza-delete-orange{
  background-color: #fff !important;
  background: url(../images/delete-icon-orange.svg);
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: 25px  !important;
  border: none !important;
  width: 45px !important;
  height: 30px !important;
  background-size: 50% !important;
}

.pezza-rename-orange{
  background-color: #fff !important;
  background: url(../images/rename-icon-orange.svg);
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: 25px  !important;
  border: none !important;
  width: 45px !important;
  height: 30px !important;
  background-size: 50% !important;
}

.pezza-download-orange{
  background-color: #fff !important;
  background: url(../images/download-icon-orange.svg);
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: 25px  !important;
  border: none !important;
  width: 45px !important;
  height: 30px !important;
  background-size: 50% !important;
}

.pezza-setting{
  background-color: #fff !important; 
  background: url(../images/info.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 50% !important;
  border: none !important;
}

.pezza-mm{
  background-color: #fff !important; 
  background: url(../images/mm-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none;
  background-size: 75% !important;
}

.pezza-in{
  background-color: #fff !important; 
  background: url(../images/in-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none;
  background-size: 75% !important;
}

.modal-footer{
  text-align: right !important;
}

.pezza-down{
  background-color: #fff !important; 
  background: url(../images/download-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none !important;
  background-size: 50%;
}

.pezza-select{
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: none !important;
  background-color: #34A629 !important;
  color: #fff !important;
  background: url(../images/select-icon.svg);
  background-size: 50% !important;
  background-repeat: no-repeat !important;
}

.input-error{
  border: 2px #FE2905 solid !important;
  color:#FE2905 !important;
}

.pezza-rename{
  background-color: #fff !important; 
  background: url(../images/rename-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center;
  border: none !important;
  background-size: 50% !important;
}

.footer-button{
  display: flex;
  justify-content: flex-end;
}

.modal-error > .modal-header > .modal-title{
  text-align: left !important;
  font-size: 40px !important;
  color: #FE2905 !important;
  font-weight: bold !important;
  font-family: 'Ubuntu', sans-serif;
}
.modal-error > .modal-body > p{
  text-align: left !important;
  font-size: 30px !important;
  color: #023C7E !important;
  font-weight: bold !important;
  font-family: 'Ubuntu', sans-serif;
}

.overlay > .modal-wrapper:not(.load-modal){
  border-radius: 0 !important;
  width: 70% !important;
}

.pezza-btn:hover{
  cursor: pointer !important;
}

.modal-title{
  font-family: 'Ubuntu', sans-serif;
  font-size: 32px !important;
  font-weight: bold !important;
  color: #FE7405 !important;
  text-align: left !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute !important;
}

.input-div{
  margin: 10px 0 !important;
}

.input-delete{
  color: #FE2905 !important;
  border: none !important;
}

.input-download{
  border: none !important;
}

.input-modal::-webkit-input-placeholder{
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
}

.input-modal::-moz-placeholder{
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
}

.input-modal:-ms-input-placeholder{
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
}

.input-modal::-ms-input-placeholder{
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
}

.input-modal::placeholder{
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
}
.input-modal{
  width: 100%;
  display: block;
  font-size: 30px !important;
  color: #023C7E;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  text-align: left !important;
  border: 2px solid ;
  border-color: #023C7E ;
}

.modal-body{
  padding: 40px 0 !important;
}

.btn-exit{
  display: block !important;
  margin: 0 0 0 auto !important;
  width: 6vh !important;
  text-align: center !important;
  color: #ffff !important;
  background-color: #FE2905 !important;
  border: 0px !important;
}

.btn-save{
  display: block !important;
  margin: 0 0 0 auto !important;
  width: 7% !important;
  color: #ffff !important;
  background-color: #34A629 !important;
  border: 0px !important;
  background: url(../images/next-icon.svg);
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 25px;
}
.pezza-save{
  background: url(../images/save-icon.svg) !important;
  background-size: 12% !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
}
.pezza-svg{
  background-color: #ffff !important;
  border: 1px solid #ffff !important;
  color: #023C7E !important;
  background-size: 60% !important;
}

.pezza-svg:hover{
  cursor: pointer;
}

.error-name-p{
  text-align: left !important;
  font-size: 33px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold !important;
  color: #023C7E !important;
}

.pezza-svg > input:hover{
  cursor: pointer;
}

.pezza-svg > input{
  opacity: 0;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 25px;
  left: auto;
  margin: 0 0px 0 -20px;
  z-index: 9999;
}

.pezza-gear{
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: #FE7405 !important;
  border: 1px solid #FE7405 !important;
  color: #fff !important;
  background: url(../images/gear-icon.svg);
  background-size: 2.5vh !important;
  background-repeat: no-repeat !important;
  background-position: 0% 45% !important;
  padding-left: 5vh !important;
  pointer-events: none;
  cursor: not-allowed;
}

.close-update{
  padding: 10px !important;
  background: #fff;
  /* display: flex !important; */
  display: none !important;
}

.close-update > button{
  margin: auto 0 0 auto !important;
  height: 40px;
  width: 40px;
  font-size: 25px !important;
  color: #ffff !important;
  background-color: #FE2905 !important;
  border: 0px !important;
  display: block !important;
  cursor: pointer !important;
}

.pezza-new{
  background-color: #023C7E !important;
  border: 1px solid #023C7E !important;
  color: #fff !important;
  background: url(../images/shop-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50%;
}

.pezza-new-area{
  background-color: #023C7E !important;
  border: 1px solid #023C7E !important;
  color: #fff !important;
  background: url(../images/new-area.svg);
  background-size: 75% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.pezza-next{
  background-color: #34A629 !important;
  border: 1px solid #34A629 !important;
  color: #fff !important;
  background: url(../images/next-icon.svg);
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.pezza-exit{
  background-color: #34A629 !important;
  border: 1px solid #34A629 !important;
  color: #fff !important;
  background: url(../images/exit-icon.svg);
  background-size: 45% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.pezza-logout{
  background-color: #FE2905 !important;
  border: 1px solid #FE2905 !important;
  color: #fff !important;
  background: url(../images/logout-icon.svg);
  background-size: 40% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-left: 10px !important;
}

.pezza-svg-delete {
  background: url(../images/svg-delete.svg) !important;
  background-size: 55% !important;
}

.pezza-upd{
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #023C7E !important;
  background: url(../images/upload-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50%;
}

.pezza-upd-file{
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #023C7E !important;
  background: url(../images/upload-file.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50%;
}

.auth-wrapper > .footer > .footer-container{
  max-width: 1720px !important;
  width: 100% !important;
  margin: auto;
  padding: auto !important;
  height: 100% !important;
  padding-top: 2.5vh !important;
  margin: 0 5% !important;
}

.footer-container{
  max-width: 1720px !important;
  width: 80%;
  margin: auto;
  padding: auto !important;
  height: 100% !important;
  padding-top: 2.5vh !important;
}

.new-icon{
  background: url(../images/new-icon.png);
}

.footer-button > button:not(.footer-button > button:last-child){
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.footer-button > button:last-child{
  margin: 0 0 0 10px !important;
}
.footer-button{
  text-align: right !important;
}
.footer-details{
  text-align: left !important;
  width: inherit;
  position: absolute;
  width: 0% !important;
}

.adok {
  background-image: url(../images/ADOK-logo.svg);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
}

.adok > b{
  color: #fff !important;
  opacity: 0;
}

.adok:hover{
  background-size: 0%;
}

.adok:hover > b{
  color: #FFD402 !important;
  opacity: 1;
  background-size: 120%;
}

.weight-alarm{
  height: 100% !important;
  width: 100% !important;
  background: url(../images/weight-alarm.svg);
  background-size: 65% !important;
  background-repeat: no-repeat !important;
  margin-top: -80%;
  background-position: center !important;
}

.btn-weight{
  margin: -30px 0 20px auto !important;
}

.weight-table{
  opacity: 0 !important;
}

.footer-social{
  margin: 0 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-copy{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer-social{
  right: 0 !important;
}

.wrapper{
  width: 80% !important;
  margin: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* Fine generiche */

/* Inizio Direzione */
.box-direction input{
  height: 100%;
  width: 100%;
  opacity: 0;
}

.box-direction input:hover{
  cursor: pointer;
}

.box-direction > input:checked  ~ .return-direction{
  display: none;
}

.square input[type=checkbox] {
  display: none;
}

.square {
  display: inline;
  margin-right: 10px;
}

.square input[type=checkbox] + label{
  padding-left: 20px;
  line-height: 20px;
  height: 20px;
  border: 1px solid #ccc;
}

.square input[type=checkbox]:checked + label {
  background: black url(http://www.clker.com/cliparts/R/C/5/I/G/P/green-light-tick-mark-md.png) no-repeat center center;
  background-size: 16px auto;
}
/* Fine Direzione */

/* Inizio nuovo lavoro */
#default-name{
  background:none;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
}

#default-name::-webkit-input-placeholder{
  background:none;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
  margin-top: 90px;
}

#default-name::-moz-placeholder{
  background:none;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
  margin-top: 90px;
}

#default-name:-ms-input-placeholder{
  background:none;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
  margin-top: 90px;
}

#default-name::-ms-input-placeholder{
  background-color: #023c7e;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
}

#default-name::placeholder{
  background-color: #023c7e;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none !important;
  text-align: center !important;
}

.name-containter{
  width: 100%;
  height: 50px;
  background-color: #ffff !important;
  margin: 0 auto 20px !important;
}

.glass-containter{
  width: 50%;
  height: 665px;
  background-color: #ffff !important;
  margin-right: 15px !important;
}

.guns-containter{
  width: 45%;
  height: 665px;
  background-color: #ffff !important;
  margin-left: 15px !important;
}

.row-heigth{
  background: url(../images/height-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 25% !important;
}

.row-depth{
  background: url(../images/depth-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50% !important;
}

.new_job-glass{
  width: 15vw !important;
}

.new_job-glass_container{
  padding: 5% !important;
}

.row-width{
  background: url(../images/width-icon.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50% !important;
}

.direction-wrapper{
  height: 50vh !important;
}

#box3{
  height: 100% !important;
  max-height: 60vh;
}

.jobs-wrapper {
  max-height: 60vh;
}

#box1 {
  padding: 10px;
  background-color: #ffff !important;
  border: solid 1px #ffff
}

.row-name{
  padding: 0 10px 0 0 !important;
  margin: 0 10px 0 0 !important;
  width: 50%;
  display: block !important;
}

#box-name-areas {
  padding: 10px;
  background-color: #ffff !important;
  border: solid 1px #ffff
}

#box2 {
  padding: 8px;
  background-color: #ffff !important;
  border: solid 1px #ffff
}

#box3 {
  padding-top: 10px;
  flex-grow: 3;
  display: flex;
  flex-direction: row;
}

#box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 4;
  background-color: #ffff !important;
  border: solid 1px #ffff;
  padding: 10px !important;
}

.half-width{
  width: 50%;
}

.half-width:first-child{
  margin: 0 5px 0 0 !important;
}

.half-width:last-child{
  margin: 0 0 0 5px  !important;
}

.box-direction {
  flex-grow: 20;
  background-color: #ffff !important;
  border: solid 1px #ffff;
  padding: 10px !important;
  background-size: 70% !important;
  background-position: 50%  !important; 
  width: 100% !important;
  height: 50vh !important;
}

@media (max-height: 768px){
  .area-details-container > .row > .column > input{
    height: 30px;
    background-size: 45px;
  }
  .area-details-container > .row > .column > .input-rip{
    height: 30px;
    background-size: 15px;
  }
}

@media (max-width: 1250px){
  .flex-box-glass-container{
    margin-top: 10% !important;
  }
}

.pezza-ret-home-modal{
  background-color: #3B90E5 !important;
}

.flex-box-glass-container{
  height: inherit;
  width: -webkit-fill-available;
}

.flex-box-wrapper{
  height: 100%;
  width: 100%;
  background: url(../images/directions-new.svg);
  background-repeat: no-repeat !important;
  background-size: 70%;
  background-position: 100% 100%;
}

.flex-box-glass{
  /* width: 100%;
  height: 100%; */
  max-height: 85%;
  background-color: #C6E9F8 !important;
  position: absolute !important;
  bottom: 0 !important;
  z-index: 1;
  /* background-repeat: no-repeat;
  background-size: auto !important;
  background-position: 100%; */
  right: 30px !important;
}

.flex-box-glass-border{
  height: 100% !important;
  width: 100% !important;
  border: 3px solid #3B90E5 !important;
  position: absolute !important;
  bottom: 0 !important;
  z-index: 1;
  background-repeat: no-repeat;
  /* background-size: auto !important; */
  background-size: contain !important;
  background-position: center !important;
  z-index: 99999 !important;
  background-color: unset;
}

.updated-image {
  object-fit: fill;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.pezza-arrow-button{
  background-color: #023C7E !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 35% !important;
  color: #fff !important;
  border: none !important;
}

.pezza-arrow-left{
  background: url(../images/arrow-left.svg);
}

.pezza-arrow-right{
  background: url(../images/arrow-right.svg);
}

.flex-box-area:hover ~ .flex-box-glass-border{
  display: none !important;
}

.flex-box-glass:hover .flex-box-glass-border{
  display: none !important;
}

.flex-box-area:hover, .flex-box-glass-border:hover{
  cursor: pointer;
}

.flex-box-area{
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  max-width: 120% !important;
  max-height: 130%  !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around;
}

.modal-jobs-list{
  max-height: 50vh !important;
  overflow: auto !important;
}

.input-dimensions{
  background-repeat: no-repeat !important;
  background-position: 8px center !important;
}

.input-y1-mm{
  background: url(../images/input-y1-mm.svg);
}

.input-y1-in{
  background: url(../images/input-y1-in.svg);
}

.input-y2-mm{
  background: url(../images/input-y2-mm.svg);
}

.input-y2-in{
  background: url(../images/input-y2-in.svg);
}

.input-x1-mm{
  background: url(../images/input-x1-mm.svg);
}

.input-x1-in{
  background: url(../images/input-x1-in.svg);
}

.input-x2-mm{
  background: url(../images/input-x2-mm.svg);
}

.input-x2-in{
  background: url(../images/input-x2-in.svg);
}

.input-p1-bar{
  background: url(../images/input-p1-bar.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 70px;
}

.input-p1-psi{
  background: url(../images/input-p1-psi.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 70px;
}

.input-p2-bar{
  background: url(../images/input-p2-bar.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 70px;
}

.input-p2-psi{
  background: url(../images/input-p2-psi.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 70px;
}

.input-rip{
  background: url(../images/input-rip.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.input-step-mm{
  background: url(../images/input-step-mm.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.input-step-in{
  background: url(../images/input-step-in.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.input-vel{
  background: url(../images/input-vel.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 65px;
}

.box-p2{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.box-y2{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  position: absolute;
  right: 0%;
}

.box-y2 > input{
  right: 0 !important;
  top: -10%;
  position: absolute;
  text-align: right;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.box-x2{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -20px !important;
}

.box-y1{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -20%;
  right: -10%;
  margin: 0 0 0 auto;
  position: relative;
}

@media (max-width: 1025px){
  .pezza-btn {
    width: 13vh !important;
    max-width: 40px !important;
  }
}

@media (max-width: 1250px){
  .box-x1{
    top: -29% ;
  }
}

.box-x1{
  width: 20%;
  top: -17%;
  margin: 0 10px 0 auto;
  position: relative;
}

.box-x1 > input{
  text-align: right;
}

.box-y1 > input{
  text-align: right;
}

.box-x2 > input{
  text-align: left;
  resize: none;
  width: 100px;
}

.box-areas {
  flex-grow: 1;
  background-color: #ffff !important;
  border: solid 1px #ffff;
  padding: 10px !important;
}

.flex-row {
  flex-direction: row;
  display: flex;
  width: 50%;
  margin-left: 10px !important;
  background: #fff;
}

.flex-column .area-name{
  margin-bottom: 10px !important;
  height: 50px !important;
  padding: 10px !important;
  flex: 0 !important;
  margin-top: auto;
  background: #fff;
}

.flex-column .area-details  {
  margin-top: 10px !important;
  padding: 10px !important;
  background: #fff;
}

.flex-column .area-details > .area-details-container{
  margin-top: 10px !important;
  padding: 10px !important;
  background: #fff;
}

.flex-column {
  margin-right: 10px !important;
  width: 50%;
  flex-direction: column;
  display: flex;
}

.flex-body {
  display: flex;
  height: 60vh !important;
}

.flex-body div:not([class*="flex"]) {
  border: 1px solid white;
  flex: 1 1 200px;
}

.area-details > .row{
  margin: 0 !important;
}

.area-details > .area-details-container > .row{
  margin: 0 !important;
}

.box-direction:first-child {
  margin: 0 30px 0 0 !important;
}

.box-direction:hover{
  cursor: pointer !important;
}

.straight-direction{
  background: url(../images/straight-direction.svg);
  background-repeat: no-repeat !important;
  background-size: 70%;
  background-position: 25% 50%;
}

.return-direction{
  background-repeat: no-repeat !important;
  background-size: 70%;
  background-position: 25% 50%;
}

.direction-one{
  background: url(../images/direction-one.svg);
  background-size: 70%;
}

.direction-two{
  background: url(../images/direction-two.svg);
  background-size: 70%;
}

.direction-three{
  background: url(../images/direction-three.svg);
  background-size: 70%;
}

.direction-four{
  background: url(../images/direction-four.svg);
  background-size: 70%;
}

.direction-five{
  background: url(../images/direction-five.svg);
  background-size: 70%;
}

.direction-six{
  background: url(../images/direction-six.svg);
  background-size: 70%;
}

.direction-seven{
  background: url(../images/direction-seven.svg);
  background-size: 70%;
}

.direction-eight{
  background: url(../images/direction-eight.svg);
  background-size: 70%;
}

.middle-column {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}

.middle-column > div {
  flex-grow: 1;
  margin: 0 0 0 15px;
  background-color: #ffff !important;
  border: solid 1px #ffff
}

.middle-column > div+div {
  margin-top: 8px
}

.middle-column-direction {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.middle-column-direction div {
  flex-grow: 1;
  margin: 0 0 0 15px;
  background-color: #ffff !important;
  border: solid 1px #ffff
}

.middle-column-direction div+div {
  margin-top: 8px
}

#box8 {
  flex-grow: 1;
  border: solid 1px black
}

#box5{
  padding: 10% 2% !important;
}

.row-dimensions{
  display: flex !important;
  /* margin: 0 0 10px !important; */
}

.row-dimensions > .row-label{
  width: 4vh !important;
  background-color: #023c7e;
}

.row-dimensions > .row-label > label{
  color: #fff !important;
  margin: 12px 0 12px 10px !important;
}

@media (max-width:1025px){
  .row-dimensions > input{
    width: 110px !important;
    margin: 0 !important;
  }
}

@media (min-width:1026px){
  .row-dimensions > input{
    width: 191px !important;
    margin: 0 !important;
  }
}

.input-dimension{
  border: 1px solid #023C7E !important;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
  border-radius: none !important;
}

.input-size{
  border: none !important;
  font-size: 15px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
  border-radius: none !important;
}

.areas-number{
  text-align: end;
}

.wrapper-name{
  width: 50% !important;
}

.areas-number{
  width: 50%;
}

.pezza-ret-home{
  pointer-events: none !important;
}

.pezza-logo-question > p{
  margin: 25px !important;
  font-size: 35px !important;
  color: white !important;
  font-weight: bold !important;
}

.pezza-ret-home-body > button:first-child{
  margin-right: 5px !important;
  background-color: #34A629 !important;
  border: 1px solid #34A629 !important;
}

.pezza-logo-buttons > button:first-child{
  margin-right: 10px !important;
}

.pezza-logo-buttons > button:last-child{
  margin-left: 10px !important;  
  background-color:#FE2905 !important
}

.force-width{
  width: 5% !important;
  text-align: left;
}

.pezza-ret-home-body > button:last-child{
  margin-left: 5px !important;
  background-color: #FE2905 !important;
  border: none !important;
}

.input-name:not(.wrapper-name){
  width: 50%;
}

.input-name:not(.force-width){
  width: 50%;
}

.pezza-ret-home{
  margin-left: 0 !important;
}

.input-name{
  border: none !important;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #023C7E;
  font-weight: bold;
}

.input-search{
  width: 100%;
  display: block;
  border: none !important;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #023C7E;
  max-width: 1720px !important;
  font-weight: bold;
  margin: 0 auto;
}

.input-label{
  width: 80px !important;
  border: none !important;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #ffff;
  background-color: #023C7E;
  padding: 10px !important;
}

.input-detail{
  min-width: 80px !important;
  width: 120px !important;
  border: 1px solid #023C7E !important;
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
  background-color: #fff;
  padding: 9px !important;
}

#default-name{
  width: 100% !important;
  transform: translateY(-150%);
}

.area-details > .row:not(.area-details > .row:nth-child(7)) > .column:first-child{
  text-align: left !important;
}

.area-details > .row:last-child > .column:first-child{
  text-align: left !important;
}

.area-details > .row:last-child > .column:last-child{
  text-align: right !important;
}

.area-details > .area-details-container > .row:not(.area-details > .row:nth-child(7)) > .column:first-child{
  text-align: left !important;
}

.area-details > .area-details-container > .row:last-child > .column:first-child{
  text-align: left !important;
}

.area-details > .area-details-container > .row:last-child > .column:last-child{
  text-align: right !important;
}

.input-name::-webkit-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
}

.input-name::-moz-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
}

.input-name:-ms-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #023C7E;
}

.input-name::-ms-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #023C7E;
}

.input-name::placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #023C7E;
}

.input-label::-webkit-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #ffff;
}

.input-label::-moz-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #ffff;
}

.input-label:-ms-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #ffff;
}

.input-label::-ms-input-placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  color: #ffff;
}

.input-label::placeholder{
  font-size: 20px !important;
  font-family: 'Ubuntu', sans-serif;
  color: #ffff;
  font-weight: bold;
}

#label-width{
  background: url(../images/width.png);
  z-index: 9999 !important;
}

.new_job-table{
  height: 70% !important;
}

.new_job-table > tbody > tr > td:not(.new_job-table > tbody > tr > td:first-child){
  padding: 0 !important;
  width: 5vh !important;
}

.new_job-table > tbody > tr{
  height: 10vh !important;
  border: none !important;
}

.new_job-table > tbody > tr > td:first-child{
  padding: 0 !important;
  width: 5vh !important;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container_radio {
  top: 5px;
  left: -25px;
  height: 25px;
  width: 25px;
}

.container_radio input:checked ~ .checkmark {
  background-color: #023C7E;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container_radio input:checked ~ .checkmark:after {
  display: block;
}

.container_radio .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.new_job-table > tbody > tr > td > .box-gun_icon{
  max-width: 125px !important;
  max-height: 125px !important;
  width: 7vh !important;
  height: 7vh !important;
  background-color: #023C7E !important;
  background: url(../images/gun-icon.svg);
  background-size: 5vh !important;
  background-repeat: no-repeat !important;
  background-position: 1vh;
  margin: 0 !important;
}

/* Fine nuovo lavoro */

.times-alert{
  width:24px;
}

.notes-content{
  width: 100%;
  border: none;
  resize: none;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1em;
  padding: 20px;
}

.recipe-content{
  width: 100%;
  border: none;
  resize: none;
  text-align: end;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.recipe-content-bx{
  width: 85%;
  border: none;
  resize: none;
  text-align: end;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.recipe-content-val{
  width: 50%;
  border: none;
  resize: none;
  text-align: end;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.recipe-next{
  margin-top: -65px;
}

.serbatoio{
  padding-right: 225px;
  padding-right: 225px;
}

.recipe-table tfoot tr td .radio-label {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
  
.recipe-table tfoot tr td  .radio-label input[type=radio] {
top: 50%;
left: 50%;
margin: 0;
opacity: 0;
cursor: pointer;
position: absolute;
transform: translateX(-50%) translateY(-50%);
}
  
.recipe-table tfoot tr td  .radio-label input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
  
.recipe-table tfoot tr td  .radio-label .checkmark {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 100%;
  border: 2px #4f79e6 solid;
  transform: translateX(-50%) translateY(-50%);
  padding: 6px !important;
  text-align: center;
  vertical-align: middle;
}
  
.recipe-table tfoot tr td  .radio-label input[type=radio]:checked ~ .checkmark p{
  top: 50%;
  left: 50%;
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 100%;
  border: 2px #4f79e6 solid;
  transform: translateX(-50%) translateY(-50%);
  color: white;
}

.recipe-table tfoot tr td  .radio-label .checkmark p{
  top: 50%;
  left: 50%;
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 100%;
  border: 2px #4f79e6 solid;
  transform: translateX(-50%) translateY(-50%);
}
  
.recipe-table tfoot tr td  .radio-label .checkmark:after {
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #4f79e6;
  color:white;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}

.recipe-table tbody {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-div{
  border-color:#57565630;
  border-width: thin;
}

#lotto_fin{
  margin: 10px !important; 
}

.overlay .lotto  {
  top: 50%;
  left: 50%;
  width: 680px !important;
  text-align: center;
  padding: 32px 40px;
  position: absolute;
  border-radius: 10px;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}

.select-serbatoio  .multiselect__option::after {
  display: none !important;
}

.select-serbatoio  .multiselect__option--highlight {
  background: #A01E23 !important;
}

.select-serbatoio  .multiselect__option--highlight span {
  color: #ffffff !important;
}

.container_gun {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_gun input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label-gun {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: url(../images/label-gun-red.svg);
  background-size: contain;
  background-position: center;
  margin-top: 15px;
}

.container_gun:hover input ~ .label-gun {
  background-color: #FE2905;
}

.container_gun input:checked ~ .label-gun {
  background-color: #34A629;
  background: url(../images/label-gun-green.svg);
  background-size: contain;
  background-position: center;
  
}

.label-gun:after {
  content: "";
  position: absolute;
  display: none;
}

.container_gun input:checked ~ .label-gun:after {
  display: block;
}

@media (max-height: 768px) {
  .box-x1{
    width: 35% !important;
    top: -132px
  }
}

@media (min-height: 769px) {
  .box-x1{
    width: 35% !important;
    top: -132px
  }
}
.box-x1 > input{
  background-repeat: no-repeat;
  background-size: contain;
}

.box-y1{
  width: 25px !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  top: -150px;
}

.box-y1 > input{
  position: relative;
  top: 77.5%;
  /* width: 2% !important; */
  bottom: 0 !important;
}

.pezza-unit{
  width: 12vh; 
  pointer-events: none;
}

.pezza-unit-check{
  background-color: #fff;
  width: auto !important;
  max-height: 5vh !important;
  border-radius: 100% !important;
  border: none !important;
  vertical-align: top;
}

.pezza-unit-btn{
  height: 3vh;
  width: 3vh;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  transform: translateY(30%);
}

.check-container{
  display: contents;
}