.menu__portal--proveedores {
  position: relative;
}

.texto__proveedores {
  text-align: left;
  color: #868686;
  font-weight: 400;
  font-size: 12pt;
  display: block;
  line-height: 30px;
  padding: 15px;
  margin: 0px;
  cursor: pointer;
}
.texto__proveedores:hover {
  color: #f4a143 !important;
}
.kiosco-menu .kiosco-menu-item .texto__proveedores:before {
  font-size: 15px;
  margin-left: 0;
  margin-right: 10px;
}

.contenedor__links--proveedor {
  position: absolute;
  width: 200px;
  background-color: white;
  border-radius: 3px;
  box-shadow: -1px 1px 5px 0.5px rgb(0 0 0 / 30%);
  left: 55px;
  z-index: 5;
  user-select: none;
}

.flecha__abajo--proveedores {
  position: absolute;
  transform: rotate(270deg) scaleX(0.6) scaleY(1.2);
  margin: 1px 0 0 5px;
  font-weight: 800;
  transition: transform 0.3s;
}
.flecha__abajo--proveedores-rotate {
  transform: rotate(90deg) scaleX(0.6);
}

.link__proveedores {
  color: #868686 !important;
  padding: 10px !important;
}
.link__proveedores:hover {
  color: #f4a143 !important;
}
.link__proveedores:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.active {
  color: #f4a143 !important;
}
#activo {
  color: #f4a143;
}
.ocultar {
  display: none;
}

@media (max-width: 1150px) {
  .contenedor__links--proveedor {
    position: relative;
    box-shadow: none;
  }

  .link__proveedores {
    position: relative;
    padding: 5px !important;
  }

  .link__proveedores:nth-child(1) {
    border-bottom: none;
  }

  .link__proveedores::before {
    position: absolute;
    display: flex;
    justify-content: center;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -5px;
    margin-top: 13px;
    background-color: #868686;
  }

  .link__proveedores:hover::before {
    background-color: #f4a143;
  }
  .link__proveedores {
    position: relative;
    padding: 5px !important;
  }
}

@media (max-width: 585px) {
  .contenedor__links--proveedor {
    display: none;
  }
}

.empresa-row {
  display: flex;
  margin-bottom: 20px;
}

.entrar-text {
  font-size: 18px;
  font-weight: bold;
  color: rgb(236, 147, 41);
}


.entrar-container {
  display: flex;
  justify-content: right;
  padding-right: 10%;
}


.empresa-card {
  flex: 0 0 calc(40% - 10px);
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center;
  margin-left: 6.5%;
  margin-right: 2%;
  margin-bottom: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.empresa-card:hover {
  background-color: #f0f0f096;

}

.empresa-info {
  display: flex;
  flex-direction: column;
  padding-left: 4%;
}

.nombre-comercial {
  font-size: large;
  margin-bottom: 7px;
  font-weight: bold;
}

.rfc {
  font-weight: bold;
  font-size: large;
  color: rgb(116, 116, 116);
  text-align: left;
}

#accionesDropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin-right: 30px;
  list-style: none;
  z-index: 1;
}

#accionesDropdown li {
  padding: 12px;
  text-align: left;
}

#factura-proveedores {
  background-color: #0077bd;
}


.kiosco-menu-cards #factura-proveedores:hover {
  background-color: #205784;
}


#consulta-ticket {
  background-color: #00bdad;
}


.kiosco-menu-cards #consulta-ticket:hover {
  background-color: #00776f;
}

/* @media (max-width: 1172px) {
  #factura-proveedores {
    margin-left: 320px;
  }
}
@media (max-width: 1094px) {
  #factura-proveedores {
    margin-left: 300px;
  }
}
@media (max-width: 1022px) {
  #factura-proveedores {
    margin-left: 280px;
  }
}
@media (max-width: 950px) {
  #factura-proveedores {
    margin-left: 260px;
  }
} */

.div-dialog-imprimir,
.div-dialog-detalle {
  padding: 10px !important;
  display: none;
}

.imprimir {
  cursor: pointer;
  color: #848484;
  display: inline-block;
  margin: 2%;
}

.imprimir:before {
  margin: 0;
  font-size: 20px;
}

.imprimir.xml:before {
  color: #2980b9;
}

.imprimir.pdf:before {
  color: #e74c3c;
}

.imprimir.xml:hover:before {
  color: #3498db;
}

.imprimir.pdf:hover:before {
  color: #c0392b;
}

.campo_desabilitado {
  filter: grayscale(1);
  cursor: no-drop;
  opacity: 0.7;
}

.fila-seleccionada {
  background-color: rgb(255, 215, 156) !important;
  border: 2px solid #ccc !important;
}

.fila-seleccionada-par {
  background-color: rgb(241, 201, 142) !important;
  border: 2px solid #ccc !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-size: 13px;
}

.modal-contenido {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 98%;
  max-width: 95%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: 80vh;
}

.table-pagos {
  width: 100%;
}

.input-tamaño input,
.input-tamaño select {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.input-tamaño input[type="checkbox"] {
  margin-right: 5px;
  height: auto;
}

.input-correo {
  max-height: 100px; 
  overflow-y: auto;
  border: 1px solid #ccc; 
  padding: 5px; 
  border-radius: 5px;
}

.input-file {
  height: 30px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tabla-saldos {
  width: 100%;
  border-collapse: collapse;
}

.input-saldo {
  background-color: #f0f0f0;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}

.input-saldo span {
  margin-left: 10px;
}

.input-saldo input[type="text"] {
  text-align: right;
  width: 100px;
}

.container {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: right;
}

.cerrar {
  position: absolute;
  top: 10%;
  right: 22%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

h2 {
  margin-top: 0;
}

.cerrar:hover,
.cerrar:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .modal-contenido {
    max-width: 95%;
  }
}

#observaciones {
  resize: none;
  overflow: auto;
}

.botones_accion {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 40px;
}

.boton__volver .material-icons,
.boton__volver {
  color: #08c;
}

.boton__guardar {
  background-color: #3da79b;
  color: #eaeaea;
}
.boton__guardar:hover {
  background-color: #3da79b;
  color: #eaeaea;
}

.main__section--buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 40px;
}

.section--buttons-boton .material-icons {
  font-size: 15px;
  margin-right: 5px;
}

.section--buttons-boton {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #eaeaea;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.agregar,
.eliminar {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 14px;
  transition: background-color 0.3s;
}

.agregar:hover {
  background-color: #858d9186;
  color: #fff;
}

.eliminar:hover {
  background-color: #ff0000;
  color: #fff;
}

.readonly-color input[readonly][disabled] {
  background-color: #f2f2f2;
  color: #000000;
  cursor: not-allowed;
  opacity: 0.5;
}

.checkbox-grande {
  transform: scale(1.2);
  margin-right: 10px;
}

.textarea-modal {
  width: 100%;
  height: 30px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: both;
}

.table-metodos-pago {
  width: 100%;
  border-collapse: collapse;
}

.table-metodos-pago td {
  border: none;
  padding: 5px;
}

.table-metodos-pago .no-border {
  border: none;
}

.table-metodos-pago th {
  background-color: #f2f2f2;
}

.table-metodos-pago th button {
  background-color: #3498db2c;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.table-metodos-pago select,
.table-metodos-pago input[type="text"] {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.table-metodos-pago th label:hover {
  background-color: #dcdcdc;
}

.table-metodos-pago th label.eliminar {
  background-color: #ff0000;
  color: #fff;
}

.table-metodos-pago th label.agregar:hover {
  background-color: #dcdcdc;
  color: #0077bd;
}

.table-metodos-pago tr {
  border-bottom: 1px solid #ccc;
}

.table-metodos-pago tr:last-child {
  border-bottom: none;
}


@media (max-width: 768px) {
  .table-metodos-pago th {
    font-size: 12px;
  }

  .table-metodos-pago th button {
    padding: 8px;
  }

  .table-metodos-pago select,
  .table-metodos-pago input[type="text"] {
    padding: 4px;
  }

  .table-metodos-pago tr {
    border-bottom: none;
  }

  .table-metodos-pago tr:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.no-spinner {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

.campo-error {
  border-color: red !important;
}

.file-input {
  display: none;
}

.file-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.file-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #dcdcdc;
  color: white;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}

.file-selected {
  background-color: #2ecc71;
}

.empresa-card-header {
  text-align: left;
}

.nombre-comercial-header {
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

.kiosco-user-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kiosco-facturacion #cabecera_sfe {
  min-height:80px;
}

.rfc-header {
  font-size: 13px;
  color: #666;
}

#nombre-empresa-link {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

#nombre-empresa-link:hover {
  color: #ffffff;
}

#nombre-empresa-link span {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .nombre-comercial {
    font-size: 20px;
  }

  .rfc {
    font-size: 14px;
  }
}

.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#tabla-factura-proveedores th span{
  cursor: pointer;
  position: relative;
  padding-right: 10px;
}

#tabla-factura-proveedores th[data-column]:after{
  content: '\f143'; /* Icono sort */
  font-family: 'Flaticon';
  color: #DCDCDC;
}

#tabla-factura-proveedores th.desc:after {
  content: '\f150'; /* Icono ascendente */
  font-family: 'Flaticon';
  color: #5684cf;
}

#tabla-factura-proveedores th.asc:after {
  content: '\f157'; /* Icono descendente */
  font-family: 'Flaticon';
  color: #e69400;
}

#tabla-factura-proveedores .izquierda{
  text-align: left;
}

#tabla-factura-proveedores .derecha{
  text-align: right;
}

#tabla-factura-proveedores .centrar{
  text-align: center;
}