@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --dark: #9f4aabff;     /*4a21b7 */
  --dark-x: #1e2126;
  --light: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg-dark {
  /* background-color: var(--dark) !important; */
  background: linear-gradient(to bottom, rgba(159, 74, 171, 0.2), rgba(159, 74, 171, 1))  !important; 
}

.bg-dark-x {
  background-color: var(--dark-x);
}

.bg-azul {
  background-color: rgb(22, 22, 45) !important;
}

.text-azul {
  color: rgb(22, 22, 45) !important;
}

.img-1 {
  background-image: url(img/comercio_1.jpg);
}

.img-2 {
  background-image: url(img/comercio_2.jpg);
  background-size: cover;
  background-position: center;
}

.img-3 {
  background-image: url(img/comercio_3.jpg);
  background-size: cover;
  background-position: center;
}

.fondo {
  background-image: url(../../img/plantilla/fondo_login.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 90%;
}

.card-login {
  background: rgba(0, -0, -0, -0.1);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0, -0, -0, -0.5);
}

.form-control{
  background: rga(0, -0, -0, -3);
  min-height: 2.8rem;
  line-height: initial;
}

.ingresar {
  background: #222a3f;
  padding: 10px;
  font-size: 16px;
  color: white;
  font-weight: 700 !important;
  box-shadow: 0 0 30px rgba(0, -0, -0, 0.568);
  transition: 0.5s ease-in;
}

.ingresar:hover {
  color: white;
}

.formucolor {
  max-width: 25em;
  padding: 1.3em;
  margin: 0 auto;
  background-color: rgbas(120, 119, 123, 0.3);
  font-weight: bold;
  border-radius: 0.5em;
  box-shadow: inset 1px 1px 22px 4px;
}

.form select {
  font-family: 'Roboto', sans-serif; /* o la que prefieras */
  font-size: 15px;
}

.box-body{
  width: 95%;
  margin: auto;
  overflow-x: auto;  /* Esta línea ayuda con tablas anchas */
}

.table-sm-custom {
  font-size: 0.85rem; /* más chica que la normal */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}
 
.modal-sm-text {
  font-size: 0.875rem;
}

.modal-sm-text .form-group {
  margin-bottom: 0.75rem;
}

.modal-sm-text .form-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.modal-sm-text input,
.modal-sm-text select {
  padding: 0.375rem 0.5rem;
  font-size: 0.85rem;
}

#modalEmpleado select.form-control {
  font-size: 0.75rem; /* equivalente a 12px */
}

#filtroLocalidad, #idLocalidad option {
    font-size: 1rem; /* aumenta el tamaño de letra */
    text-transform: uppercase; /* convierte el texto en mayúsculas */
    font-weight: 500; /* seminegrita para mejor visibilidad */
}

#filtroLocalidad, #idLocalidad option {
    font-family: 'Segoe UI', sans-serif; /* fuente más moderna */
    color: #333; /* gris oscuro */
}

input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
    transition: 0.3s ease-in-out;
  }

  /* Aplica una leve animación o color al presionar (en pantallas touch) */
input:active {
  background-color: lightgrey;
}

.gradient-success {

    background: linear-gradient(135deg, #ffe0b2, #ffb74d);
} 

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.icon-pencil i {
    color: #ff9800; /* Naranja inicial */
    transition: color 0.3s ease;
}

.icon-pencil:hover i {
    color: #e65100; /* Naranja más oscuro al pasar el mouse */
}

.modal-body.bg-suave {
    background-color: hsl(45, 56%, 88%); /* gris muy suave */
}

#filtroclientes {
    font-size: 14px;       /* Tamaño de la letra */
    font-weight: 500;      /* Grosor */
    color: #333;           /* Color del texto */
}
