.col-leftSep-30{
  margin-left: 30px;
}

.nsTileToggleFieldName-M{ /*Enunciado de datos principales y secundarios, tile tamaño M */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  text-align: left ;
  padding-bottom: 5px;
}

.nsTileBodyFieldValue-XS{
  text-align: center ;
  font-family: 'Montserrat';
  font-size: 16px ;
  line-height: 19px;
  font-weight: 600;
}

.clsPie{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 45px 45px 45px;
}

.nsTileHeaderTile-S{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #3F4462;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .circle-container-M {  /* Para Tile Mediano (Resumen)*/
  display: flex;
  justify-content: center;
  align-items: center;
  stroke-width: 0;
  width: 100px;
  max-height: 100px;
  aspect-ratio: 1/1;
  stroke: currentColor;
  fill: #fff;
  border-radius: 50%;      
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.circle-image-XL {
  width: 100%; 
  height: 100%;
}

.nsTile{
    background: transparent;
    margin-left:0px;
    margin-top:0px;
    font-family: 'Montserrat';
    font-style: normal;
    color:#3F4462;
    padding: 0px;
  }

  .nsFull{
    position: absolute;
    height:100%;
    width: 97.5%;;
  }
  .nsTileSelected{
    border-style: solid;
    border-color: red;
  }

  .centerSpanText {
  display: table;
  margin: 0 auto;
}
.textAplicarCambios{
  text-align: center;
}

/*Botón toogle*/

.toggle{
  position: absolute;
  width: 70px;
  border-radius: 30px;
  transition: 0.3s;
  /* height: 30px;
  background: #3F4462; */
  /* Para volver al botón invertido descomentar arriba y comentar abajo */
  height: 33px;
  background: #ffffff;
  border: 2px solid #3F4462;
}

.toggle.xxl{
  width: 140px;
}

.toggle .toggle-button{
  position: absolute;
  top: 5px;
  left: 42px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  /* background: #FFFFFF; */
  background: #3F4462;
}
.toggle.inactive{
   border: 2px solid #3F4462;
}
.toggle.inactive .toggle-button{
  background: #3F4462;
}
.toggle.inactive .toggle-button .text{
  /* left: -40px; */
  left: -31px;
  color: #3F4462;
}
.toggle.active{
  /* background: #B51A05; */
  border: 2px solid #AAAAAA;
}

.toggle.active .toggle-button{
  left: 5px;
  background: #AAAAAA;
}
.toggle .toggle-button .text{
  position: absolute;
  align-items: center;
  bottom: 2px;
  left: -36px;
  font-family: 'Montserrat';
  font-weight: 600;
  /* color: #FFFFFF; */
  color: #3F4462;
}
.toggle.active .toggle-button .text{
  /* left: -40px; */
  left: 23px;
  color: #AAAAAA;
}

.toggle-L{
  position: absolute;
  width: 90px;
  border-radius: 30px;
  transition: 0.3s;
  /* height: 30px;
  background: #3F4462; */
  /* Para volver al botón invertido descomentar arriba y comentar abajo */
  height: 33px;
  background: #ffffff;
  border: 2px solid #3F4462;
  cursor: pointer;
}
.textAccept{
  position: absolute;
  align-items: center;
  left: 3px;
  top: 3px;
  font-family: 'Montserrat';
  font-weight: 600;
}
.toggle-L:hover{
  border: 2px solid #66C5E9;
  color: #66C5E9;
}
.toggle-L.disabled{
  border: 2px solid #AAAAAA;
  cursor: context-menu;
}
.toggle-L.disabled .textAccept{
  color: #AAAAAA;
}
.toggle .toggle-no-button{
  cursor: pointer;
  margin-top: 6px;
  margin-left: 5px;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #3F4462;
}
.toggle:hover{
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.toggle.desactualizado:hover ,.toggle.active.desactualizado:hover, .toggle.desconectado:hover ,.toggle.active.desconectado:hover{
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  cursor:not-allowed;
}
.textAplicarCambios.desactualizado :hover, .textOFFALL.desactualizado:hover, .textONALL.desactualizado:hover,
.textAplicarCambios.desconectado :hover, .textOFFALL.desconectado:hover, .textONALL.desconectado:hover{
  cursor:not-allowed !important;
}

/* .toggle.xxl.active .toggle-no-button .text {
  margin-left: 5px;
} */
.toggle.active .toggle-no-button .text {
  color: #AAAAAA
}
.toggle.active .toggle-no-button{
  margin-left: 1px !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.reload-icon{
  margin-left: 30px;
}
.reload-icon.spin {
  animation: spin 2s linear infinite;
}

/* Estilo para el input de tipo time */
.timeInput {
  width: 80px;
  height: 100%;
  max-height: 33px;
  padding: 10px 15px;
  border: 2px solid #AAAAAA;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 1rem;
  color: #495057;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.timeInput:focus,
.timeInput:focus-visible {
  border-color: #66C5E9;
  /* box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); */
  outline: none !important;
  background-color: transparent;
}

.timeInput::placeholder {
  color: #6c757d;
  opacity: 1;
}

.timeForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
input[type="time"]::-webkit-calendar-picker-indicator {
   display: none; 
}

.spanWS558{
  display: inline-block;
  margin-left: 8px;
}



/* 
------------------------------------------------- 
------------- WEB RESPONSIBE DESING -------------
------------------------------------------------- */

/* Portail de <= 14 pulgadas */
@media screen and (max-width: 1600px){
  /* .circle-container-M{
    height: 80px;
    width: 80px;
  } */
  .clsTileSep, .clsTileSep-20{
    margin-top: 15px;
  }
}

@media screen and (max-width: 1280px){

  .nsTileFieldName-M {
    font-size: 13px;
  }
  .nsTileBodyFieldValue-M{
    font-size: 18px;
  }
  .clsTileSep, .clsTileSep-20{
    margin-top: 10px;
  }
  .nsTileMainFieldValue-M {
    font-size: 22px;
  }
  .nsTileHeaderTile-M {
    font-size: 16px;
  }
}

/* Tablet en posición vertical:  */
@media ((min-width: 768px) and (max-width: 1023px)){

}
/* Tablet en posición horizontal */
@media ((min-width: 1024px) and (max-width: 1365px))
{

}
/* Teléfono Móvil */
@media (max-width: 768px){
  .spanWS558{
    margin-left: 7px;
    font-size: 12px;
  }
  .toggle{
    width: 60px;
    height: 25px;
  }
  .toggle .toggle-button{
    left: 37px;
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .toggle.active .toggle-button{
    left: 4px;
  }
  .toggle .toggle-button .text{
    font-size: small;
    bottom: 0px;
  }
  .toggle.active .toggle-button .text{
    left: 19px;
  }
  .toggle.active .toggle-no-button{
    margin-left: -2px !important;
    text-align: center;
  }
  .toggle-no-button .text{
    margin-left: 3px;
  }
  .toggle-no-button .text{
    font-size: 10px;
  }
  .toggle .toggle-no-button{
    margin-top: 1px;
  }
  .spanInformacionServicio{
    text-align: left;
  }
  .nsTileBodyFieldValue-XS{
    font-size: 13px;
  }
  .nsTileHeaderTile-S{
    font-size: 16px;
  }
  .unset{
    position: unset; 
    display: contents;
  }
}