body {
  background-color: #f9f9f9;
  font-family: "Arial", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 10px auto;
}

.content-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

h1 {
  text-align: left;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.table th,
.table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.table th {
  background-color: #f2f2f2;
}

#mensajeSinResultados {
  text-align: center;
  margin-top: 20px;
}

svg {
  fill: #999999;
}

.btn {
  font-size: 16px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-create {
  margin-right: 10px;
}

.slider-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.slider {
  width: 200%;
  height: 1px;
  background-color: #ddd;
}

.main-container {
  display: flex;
  justify-content: space-between;
}

.info-container {
  flex: 1;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.info-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.info-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.table-container {
  max-height: 600px;
  overflow-y: auto;
}

.search-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
}

.search-input-container {
  display: flex;
  flex-direction: column;
}

/* Estilos para barras de desplazamiento */
.table-container::-webkit-scrollbar {
  width: 10px;
}

.table-container::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.table-container::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 5px;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #bababa;
}


/* checkboxs */

