/* body{overflow: scroll;} */
.desplegable-mediciones {
  display: flex;
  align-items: center;
}
.tabla-desplegable-mediciones {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}
.descripcion-desplegable-mediciones {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.campos-desplegables-mediciones {
  width: 80px;
  text-align: center;
}
.desplegable-mediciones sl-input {
  width: 60px;
}
.texto-facturado {
  margin-left: 40px;
}
#desplegable-facturar {
  --sl-color-primary-600: transparent;
}
#dropdown-facturar {
  margin-left: -13px;
}
.tabla-mediciones {
  font-size: 11px;
  width: 150px;
  text-align: center;
}
/*.cfc{ width: 5%;}*/
.cabecera-concepto {
  width: 2%;
  text-align: center;
}
.nombre-conceptos {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filas-concepto {
  padding-top: 5px;
}
.filas-concepto:nth-child(even) {
  background-color: rgb(0 0 0 / 3%);
}
.filas-concepto:nth-child(odd) {
  background-color: #ffffff;
}

/* .celda-subtabla-facturadas {
  width: 250px;
} */
.sl-style {
  height: 30px;
  appearance: none;
  border: 1px solid #dcdcdc;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #1a1a1a;
  background-color: #fff;
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.2s, border-color 0.2s;
  outline: none;
  width: 100%;
  max-width: 200px;
}

.sl-style:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3);
}

.texto-3d {
  box-shadow: 0 0px 5px rgb(0 0 0 /23%);
  border-radius: 7px;
}
.tabla-cfc {
  width: 250px;
}
.bordes-final-cabeceras {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bordes-comienzo-cabeceras {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.efecto-cabecera {
  box-shadow: 0 0px 5px rgb(0 0 0 / 23%);
  border-radius: 7px;
}
.efecto-icono:hover sl-icon {
  font-size: 30px !important;
  transition: font-size 0.3s ease;
}

.tabla-facturacion tbody,
td,
tfoot,
th,
thead,
tr,
table {
  border-bottom: none; /* O border-bottom: 0; */
}
.tabla-medidas tbody,
td,
tfoot,
th,
thead,
tr,
table,
tr,
td {
  border-bottom: none; /* O border-bottom: 0; */
}
.tabla-medidas table {
  /* padding-top: 13px !important; */
  /* margin-top: 10px; */
}
.asociado-capitulo{
  padding: 6px;
  text-align: center;
  margin-right: 7px;
  border-radius:16px;
}
.tabla-facturacion td {
  padding-bottom: 5px; /* Añade espacio en la parte inferior de cada celda */
  padding-top: 5px; /* O en la parte superior, según tu preferencia */
}

/* php-arbol-partidas */

.garantia {
  width: 30px;
}
.garantia-false,
.garantia-true {
  font-size: 24px;
}
.garantia-true {
  color: rgb(123, 178, 34);
}
.garantia-false {
  color: rgb(226, 37, 37);
}
.titulo {
  text-transform: uppercase;
}

/* php-capitulo */
.confirmar-capitulo {
  margin-left: 10px;
}
.capitulo {
  padding: 3px 0;
}
.botones-capitulo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px;
}

/* php-concepto-factura-cabeceras */

.tabla-facturacion {
  margin-top: 10px;
}

.tabla-facturacion tr {
  border: none !important;
  /* margin-top: 10px; */
}

.descripccion-concepto {
  font-size: 11px;
  width: 150px;
  text-align: center;
}
.cabecera-concepto {
  font-size: 11px;
  text-align: center;
}

.cabecera-descripcion > .celda-subtabla-facturadas,
.tabla-mediciones {
  text-align: center;
}

/* php-concepto */

.tabla-medidas{
    margin: 10px;
}

.tabla-medidas .tabla-facturacion tr{
    text-align: center;
}

/* php-estado-conceptos-facturas */

.concepto-pendiente{
    color: #dda90e;
    font-size: 14px;
}
.concepto-aceptado{
    color: var(--sl-color-success-600);
    font-size: 14px;
}
sl-button:hover .concepto-aceptado {
    color: #fff; 
}
.concepto-rechazado{
    color: red;
    font-size: 14px;
}
sl-button:hover .concepto-rechazado {
    color: #fff; 
}
.efecto-cabecera th,
.filas-concepto td{
    padding-left: 7px;
}
sl-switch::part(base) {
  --sl-color-primary-600: var(--sl-color-success-600); 
}
.tabla-facturacion table{
  font-size: 12px;
}

.input-codigo-factura{
  display: flex;
  padding: 10px 20px 0 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 100%;
}    

.input-codigo-factura span {
  padding-right: 10px;
}