h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 10px 0px 10px;
}



.box {
  align-items:stretch!important;
  /* max-width: inherit!important; */
}


 @media only screen and (max-width: 1210px) {
  .boxes {
    width: min-content!important;
  }
}


.box.configuration {
  justify-content:baseline;
}

.box.properties {
  min-width: 32vw;
}

.buttonDesign.big{
  width: 224px;
    height: 35px;
    border-radius: 11.2px !important;
    font-size: 13.6px;
  font-weight: 600;
  text-align:start;
  padding-left: 20px;
  display: flex;
  align-items: center;
  text-decoration: none!important;
  vertical-align: middle!important;
}


/* - - - - - - box experimentForm - - - - - - - - - */
.box.experimentForm {
  flex-basis: 1120px;
  max-width:none!important;
}

.twoColumns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.threeColumns{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}



.row{
  display: flex;
  flex-direction: row;
  flex-grow: grow;
  min-width: 394px;
}

.rowInputs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
}

.initialHeight{
  display: flex;
  width: 20px;
}



.sensibility{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  min-width: 222px;
  /* margin: 8px 0px 14px 0px; */
}

.limits{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  /* flex-wrap: wrap; */
}

.oneInput {
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: start;
  margin: 8px 10px 14px 10px;
  flex-direction: column;
}

.oneInput.limit{
  margin: 0;
  width: 106px;
}


.initialHeightDiv{
  height: 100%;
  min-width: 132px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.oneInput.initialHeight {
  justify-content: space-between;
  min-width: 132px;
}


.labelForm {
  font-size: 14.4px;
  font-weight:600;
  margin-bottom: 8px;
  margin-left: 10px;
  color: var(--black-font);
}

.labelForm.limit{
  font-size: 10px;
  margin-bottom: 2px;
  white-space: nowrap;
}

.labelForm.sensor {
  margin-bottom: 6px;
}

.inputForm {
  color: var(--black-font);
  border: 1px solid transparent;
  height: 40px;
  padding-left: 2px;
  font-size:medium;
  background-color: var(--input-color);
}

.comments{
  background-color: var(--input-color);
  color: var(--black-font);
  padding: 5px;
  border: 1px solid transparent;
  height: 130px;
  font-size: medium;
  font-family: var(--font-family)!important;
  resize: none;
}



.inputForm:active,
.inputForm:focus, 
.comments:active,
.comments:focus {
  outline: none !important;
  border:1px solid var(--input-border-color);
  box-shadow: 0 0 5px var(--input-border-color);
}



.materialProperties {
  margin-top: 25px !important;
}

.contentButton {
  display: flex;
  justify-content: end;
  margin: 30px 0px 20px 10px;
}

.optionTimeExperiment{
  display: flex;
  flex-direction: row;
  justify-content:left;
  width: calc(100%/3);
}

.inputTime{
  height: 28px;
  font-size:15px;
  background-color: var(--button-color);
  color: var(--white-font);
  border: 1px solid transparent;
  margin-left: 15px;
  padding: 1px 4px 1px 4px;
  width: 100px;
}
.inputTime::-webkit-calendar-picker-indicator{
  filter: invert(1);
}



.columnInputs{
  display: flex;
  flex: 1;
  /* flex-grow: 1; */
  justify-content: end;
  flex-direction: column;
}

.columnInputs.textareaComments{
  flex: 2!important;
}

/* - - - - - - - Interruptor - - - - - - - - - - - */
.onoffswitch {
  position: relative; width: 100px;
  user-select:none; 
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 1px solid transparent; border-radius: 5px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  color: var(--white-font);
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 28px; padding: 0; line-height: 28px;
  font-size: 32px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "∞";
  padding-left: 19px;
  background-color: var(--button-color); 
  color: var(--white-font-color);
}
.onoffswitch-inner:after {
  content: "∞";
  padding-right: 19px;
  background-color: var(--button-color); 
  color: var(--white-font);
  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 19px; margin: 5.5px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 67px;
  border: 2px solid #999999; border-radius: 20px;
  transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}
/* - - - - - - - end Interruptor - - - - - - - - - - - */

/* - - - - - - end box experimentForm - - - - - - - - - */

.timeOptions{
  display: flex;
  justify-content:left;
  gap: 60px;
}

input[type="radio"] {
  margin-top: 5px;  
  width: 20px;
    height: 24px;
  accent-color: var(--input-radio);
}


.infinityBox{
  display: flex;
  gap: 10px;
  /* align-items: center; */
}

.infinityBox label{
  margin-top: -3.2px;
}

.infinityText{
  font-size: 32px;
  font-weight: 500;
}

.time{
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.time span {
  padding-top: 4px;
  font-size: 22px;
}

.timeBox {
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  width: 58px;
}

.timeBox input[type=number] {
  height: 32px;
    border-radius: 8px;
  background-color: white;
  border: solid 4px var(--input-color);
}

.timeBox label {
  font-size: 12.8px;
  align-self: center;
}

/* Ajusté lo máximo estos valores para que se viera bien
en la tablet e interfiriera lo menos posible en el pc */
@media all and (max-width: 1140px) and (min-width: 1138px) {

  .boxes {
    flex-wrap: nowrap;
  }

}
