h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 10px 0px 10px;
}

.buttonDesign{
  width: 76px;
  height: 24px;
}

.modifyHeightContent{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.5vw;
}

.modifyUmbralContent{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2vw;
}

.modifyHeight{
  background-color: var(--intense-div-color);
  width: 130px;
  height: 250px;
  border-radius: 11px;
  padding: 27px 0vw 27px 0vw ;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}

.modifyHeight *{
  color: var(--white-font);
}

.modifyUmbral{
  background-color: var(--intense-div-color);
  width: 130px;
  height: 170px;
  border-radius: 11px;
  padding: 27px 0vw 27px 0vw ;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 5rem;
}

.modifyUmbral *{
  color: var(--white-font);
}

#titleHeight{
  font-size:13px;
  font-weight: 100;
}

#titleUmbral{
  font-size:13px;
  font-weight: 100;
}

#tubeHeight{
  margin-top: 2.6px;
  font-size:14px;
  font-weight: 800;
}

#hrWhite{
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 2px solid #6d6788;
    width: 100%;
}

#titleModifyHeight{
  font-size: 13px;
  padding: 0 27px 0 27px;
  text-align: center;
}

#titleModifyUmbral{
  font-size: 13px;
  padding: 0 27px 0 27px;
  text-align: center;
}

/* Slider */
.cylinder {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100px;
	height: 300px;
	border-radius: 50px/25px;
	background-color: #ded9ea;
}

.cylinder:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
	border-radius: 50px/25px;
	background-color: #ded9ea;
	content: '';
}

.cylinder:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 50px;
	border-radius: 50px/25px;
	background-color: #8433f2;
	content: '';
}

.water {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	/* height: 0px; */
	padding-top: 50px;
	border-radius: 50px/25px;
	background-color: #6c29c6;
	transition: 0.3s linear;
}

.water:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
	border-radius: 50px/25px;
	background-color: #9930f7;
	content: '';
}

.water:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 50px;
	border-radius: 50px/25px;
	background-color: rgba(0, 160, 160, 0.4);
	content: '';
}


/* - - - - - - - - box sensor - - - - - - - - - */
.box.sensor {
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.tubeContent {
  height: max-content;
  width: 45px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apx-legend-position-bottom{
  padding-top: 1rem !important;
}


input[type="range"].testTube {
  height: 10px;
  margin: 0 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transform: rotate(-90deg);
  position: absolute;
}
input[type="range"].testTube:focus {
  outline: none;
}

/* color y ancho del tubo */
input[type="range"].testTube::-webkit-slider-runnable-track {
  background: rgba(var(--pink-hibring-rgb),0.85);
  border: 1px solid #000000;
  border-radius: 3px;
  height: 45px;
  cursor: pointer;
}

/* color de la interfaz */
input[type="range"].testTube::-webkit-slider-thumb {
  margin-top: -1px;
  width: 9px;
  height: 45px;
  background: var(--white-hibring);
  border: 1px solid #000000;
  border-radius: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}

.parentModifyHeightContent {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.parentModifyUmbralContent {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.textInsideBox {
  font-size: large;
  font-weight: 600;
  margin: 0;
}

.inputAltura {
  margin: 12px 0 12px 0;
  border-color: white;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
  background: var(--input-white);
  color: var(--black-font);
  height: 30px;
  width: 75px;
  font-size: 15px!important;
  font-weight: 900!important;
  border: none;
}
.inputAltura:focus {
  outline: none;
}
.inputAltura:focus:hover {
  box-shadow: none;
}

.inputAltura::-webkit-outer-spin-button,
.inputAltura::-webkit-inner-spin-button {
  /* -webkit-appearance: none; */
  margin: 0;
}

.shadowOfInput {
  padding: 5px;
  background: radial-gradient(#ffffff 40%, rgba(128, 128, 128));
}



/* - - - - - - - end box sensor - - - - - - - - - */




/* - - - - - - box plotSedimentation - - - - - - - - - */
.box.plotSedimentation {
  /* flex-basis: 300px; */
  flex: 1;
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
}

.content{
  width: 100%;
}

/* Hace que cada uno de los text dentro del gráfico se conviertan en 
--primary-font-color y tomen la fuente que corresponde al resto de la página*/
#plotSedimentation text {
  fill: var(--primary-font-color);
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 600;
}
#plotSedimentation{
  width: inherit;
  max-width: 500px;
  min-height: 400px;
  flex: 1;
}

.highcharts-background{
  fill: var(--div-color);
}
/* - - - - - - end box plotSedimentation - - - - - - - - - */

/* - - - - - Turn Sensors - - - - - */
#turnLasersContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 26px;
}

.turnLaser {
  width: 58px;
  height: 14px;
  border-radius: 5px;
  border-color: transparent;
}
.laserLabel{
  fill: var(--primary-font-color);
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.off {
  opacity: 0.3;
}
/* - - - - End Turn Sensors - - - - */


@media all and (max-width: 1140px) and (min-width: 1138px) {
.boxes {
  flex-wrap: nowrap;
}
.modifyHeightContent { 
  max-width: 300px;
}

.modifyUmbralContent { 
  max-width: 300px;
}

.box.sensor {
  flex-basis: 200px;
}

.modifyHeight {
  width: 110px;
}

.modifyUmbral {
  width: 110px;
}

#titleHeight {
  font-size: 11px;
  font-weight: 100;
}
#titleUmbral {
  font-size: 11px;
  font-weight: 100;
}

#tubeHeight {
  font-size: 12px;
}

}