:root{
  --checkbox-color: #222222;
}

.checkbox {
  min-width: 100%;
  margin: 5px auto;
  position: relative;
  display: block;
}
.checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid var(--checkbox-color);
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid var(--checkbox-color);
  border-left: 2px solid var(--checkbox-color);
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 12px;
  left: 10px;
}
.checkbox input[type=checkbox] {
  width: auto;
  opacity: 1e-8;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox input[type=checkbox]:checked ~ label:before {
  border: 2px solid var(--checkbox-color);
}
.checkbox input[type=checkbox]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
.checkbox input[type=checkbox]:focus + label::before {
  outline: 0;
}


/** big checkbox **/
.checkbox label span.label-icon-list-right{
  top: 17px !important;
  right: 0 !important;
  width: 40px;
  height: 40px;
}

.checkbox label span.label-icon-list-left{
  top: 17px !important;
  left: 40px !important;
  width: 40px;
  height: 40px;
}

.wizard .content .purpose-checkbox-wrapper{
  margin-top: 10px !important;
  /* padding-left: 30px; */
}

.purpose-checkbox-wrapper input[type=checkbox]{
  display: none;
  
}

.purpose-checkbox-wrapper .checkbox{
  padding-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}


.checkbox label span.label-icon-list img{
  margin-left:15px;
  max-height:30px;
}

.purpose-checkbox-wrapper  label span.tright{
  left: 100px;
}

span.label-text{
  padding-left:0px;
  float:left;
  width: 100%;
  left: 40px;
  text-align: left;
  font-size: 20px;
}

div.label-text{
  padding-left:30px;
  float:right;
  font-size: 20px;
}


/**square checkbox */
.checkbox label.square:before{
  border-radius: 100px !important;
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  /* width: 50px; */
  /* height: 50px; */
  font-size: 100px;
  transition: transform 0.28s ease;
}

.check-container.checked{
  background: #6767ed;
 opacity:0.6;
}

.check-container{
  min-width: 242px !important;
  max-width: 242px !important;
  width: 30% !important;
  border:
  solid 1px black !important;
  border-radius: 5px !important;
  display: block;
  height: 170px;
  float: left;
  margin-left: 4%;
  margin-bottom: 80px;
  background: #e9e9e9;
}


.purpose-checkbox-wrapper .checkbox-square{
  margin-left: 1% !important;
  margin-right: 20px !important;
  float:left !important;
  padding-left: 1% !important;
  padding-right: 1% !important;
  padding-top:20px;
  padding-bottom:50px;
  text-align: center;
  min-width: 85%;
}



.tcenter{
  text-align: center;
}

.checkbox-square .label-name{
  font-size: 20px;
  padding-top: 30px;
  clear: both;
  line-height: 30px;
  height: 60px;
  padding-left: 20px;
  font-weight: 800 !important;
  font-family: "Open Sans";
}
.checkbox-square .label-name .v-description{line-height: 12px;padding-top: 10;margin-bottom: 0;text-align: left;margin-left: 5px;height: 20px;margin-top: -12px;font-size: 10px;font-weight: 300 !important;}

.checkbox-square .label-desc{
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 0;
  width: 200px;
  margin: auto;
  border-bottom: 20px solid var(--blue);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  color: white;
  text-align: center;
  margin-left: -95px;
  font-size: 23px;
  font-weight: 1000;
}

.checkbox label.square{
  position: absolute;
  min-height: 34px;
  display: block;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  left: 45%;
  top: 10px;
  height: 100px;
  width: 100px;
  font-size: 100px;
}


.info-image{
  font-size: 30px;
  color: var(--blue);
  opacity: 0;
  cursor: pointer;
  float: right;
  position: absolute;
  padding-left: 90px;
}

.image-info{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  background: #000000a6;
  z-index: 100000;
}

.image-info img{
  position: absolute;
  margin: 0 auto;
  bottom: 100px;
  left: 100px;
  right: 100px;
  max-width: 450px;
  top: 100px;
  height: auto;
}

.quantor{
  width: 50px;
  /* margin-top: -35px !important; */
  /* margin-left: 50px; */
  clear: both;
  height: 35px;
}

.quantor div div{
  float:left;
  max-width: 110px;
  font-size: 10px;
  height: 10px;
}

.quantor div div input, .quantor div div input:focus {
  max-width: 50px;
  margin-left:20px;
  margin-right:20px;
  border:none;
  box-shadow:none;
  text-align:center;
  font-size: 20px;
  border-radius: 100px !important;
  height: 25px;
}

.quantor input[disabled], .quantor input[readonly]{
  background:transparent;
  color: var(--blue);
}

.quantor .control i{
  line-height: 40px;
  color: #ffffff;
  background: black;
  padding: 5px;
  border-radius: 100px;
  position: relative;
  width: 40px;
  text-align: center;
  margin-top: -25px;
  font-size: 30px;
  opacity: 0.5;
}

.quantor .qabsolute{margin-top: -60px;width: 190px;margin-left: 35px;float: left;}