/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto Condensed", sans-serif;
}
a {
  text-decoration: none;
  color: #050505;
}
a:visited {
  color: #050505;
}
ul,
ol {
  list-style: none;
}
.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.content {
  min-height: 70px;
  background: #1ab192;
}
.content-slim {
  min-height: 60px;
  background: #1ab192;
  bottom: 0;
}
@media (min-width: 1200px) {
  .content {
    min-height: 70px;
  }
}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .logouttn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu .logouttn img {
  margin-top: -4px;
  width: 165px;
  box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .menu .logouttn img {
    margin-top: 0;
    width: 130px;
  }
}
.menu .logo img {
  box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.1);
  width: 130px;
  margin-top: -4px;
}
@media (min-width: 1200px) {
  .menu .logo img {
    width: 130px;
    margin-top: 0;
  }
}
.menu .navbar ul li {
  position: relative;
  float: left;
  margin-top: -4px;
}
.menu .navbar ul li i {
  margin-right: 5px;
}
.menu .navbar ul li a {
  color: #fcfcfc;
  font-size: 15px;
  padding: 20px;
  display: block;
  transition: background-color 0.3s ease;
}
.menu .navbar ul li a:hover {
  background-color: #1cc2a1;
}
.menu #menu_input {
  display: none;
}
.menu .menu-icono {
  width: 25px;
  margin-right: 25px;
  margin-top: -10px;
}
.menu label {
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .menu {
    padding: 1px;
    width: 100%;
  }
  .menu label {
    display: initial;
  }
  .menu .navbar {
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    display: none;
    background: #1ab192;
    width: 100%;
  }
  .menu .navbar ul li {
    width: 100%;
  }
  .menu #menu_input:checked ~ .navbar {
    display: initial;
  }
}
footer p {
  padding: 1.5rem;
  color: #fcfcfc;
  text-align: center;
  font-size: 16px;
}
.busqueda {
  text-align: center;
  margin-top: 50px;
}
.busqueda h1 {
  color: #1ab192;
}
.busqueda span {
  color: #1ab192;
}
.busqueda .busqueda_container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .busqueda .busqueda_container {
    flex-direction: row;
  }
}
.busqueda .busqueda_container #secciion {
  background-color: #f5f5f5;
  border: 0px;
  font-size: 15px;
  color: #1ab192;
  padding: 15px;
  cursor: pointer;
}
.busqueda .busqueda_container #secciion:hover {
  background: #1ab192;
  color: #fcfcfc;
}
@media (min-width: 1200px) {
  .busqueda .busqueda_container #secciion {
    font-size: 15px;
  }
}
.busqueda .busqueda_container #busqueda_bars-input {
  padding: 15px;
  width: 90%;
  border: 0px;
  outline: none;
  background-color: #f5f5f5;

}
@media (min-width: 1200px) {
  .busqueda .busqueda_container #busqueda_bars-input {
    width: 80%;
  }
}
.pushbar {
  background-color: #1ab192;
  color: #fcfcfc;
  padding: 20px;
}
.pushbar .btn-cerrar {
  text-align: right;
}
.pushbar .btn-cerrar button {
  background: none;
  color: #fcfcfc;
  border: none;
  cursor: pointer;
  font-size: 20px;
}
.pushbar .menu_generos button {
  display: block;
  color: #050505;
  border: none;
  line-height: 2;
  background: none;
  cursor: pointer;
  color: #fcfcfc;
  transition: 0.3s ease background;
  font-size: 16px;
}
.pushbar .menu_generos button:hover {
  width: 100%;
  padding: 0.3rem;
  text-align: left;
  background: #1ab192;
  border-radius: 5px;
}
.mensaje-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
@media (min-width: 1200px) {
  .mensaje-container {
    height: 30vh;
  }
}
.mensaje-container .mensaje {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  color: #050505;
}
@media (min-width: 1200px) {
  .mensaje-container .mensaje {
    font-size: 20px;
  }
}
.libros_contenedor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (min-width: 1200px) {
  .libros_contenedor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.libros_contenedor .libro-item {
  margin-top: 35px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  background-color: #f5f5f5;
}
.libros_contenedor .libro-item:hover {
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.065);
  transform: translateY(-10px);
  background: #f3f3f3;
}
.libros_contenedor .libro-img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.libros_contenedor .libro-img i {
  float: right;
  font-size: 20px;
  padding: 0.5rem;
}
.libros_contenedor .libro-img i:hover {
  color: #e20e0e;
}
.libros_contenedor .libro-info h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  color: #1ab192;
}
@media (min-width: 768px) {
  .libros_contenedor .libro-info h3 {
    font-size: 1rem;
  }
}
.libros_contenedor .libro-info p {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.libros_contenedor .libro-info hr {
  width: 80%;
  margin: 0 auto;
}
.tabs {
  padding: 1rem;
  display: flex;
  gap: 10px;
}
@media (min-width: 1200px) {
  .tabs {
    padding: 0;
  }
}
.tabs_button {
  background: #e4e4e4;
  color: #050505;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
}
.tabsbutton--active {
  background: #1ab192;
  color: #fcfcfc;
}
.tab {
  background: #fcfcfc;
  border-radius: 5px;
  padding: 1rem;
  display: none;
}
.tab .botones--accion--container {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.tab .botones--accion--container .btnAceptado {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 5px;
}
.tab .botones--accion--container .btnAceptado:hover {
  background-color: #065577;
}
.tab .botones--accion--container .btnCancelar {
  background-color: #e20e0e;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 5px;
}
.tab .botones--accion--container .btnCancelar:hover {
  background-color: #b20b0b;
}
.tab .btnAgregar {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.tab .btnAgregar:hover {
  background-color: #065577;
}
@media (min-width: 1200px) {
  .tab {
    padding: 0;
    margin: 20px 0;
  }
}
.tab--active {
  display: block;
}
.tabtitulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1ab192;
  text-align: center;
}
.tab_parrafo {
  margin-bottom: 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
th img,
td img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
th {
  color: #fff;
  background-color: #1ab192;
}
.paginacion_contenedor {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}
.paginacion_contenedor a,
.paginacion_contenedor span {
  border: none;
  padding: 0.5rem;
  background: #f5f5f5;
  cursor: pointer;
  color: #1ab192;
  font-weight: 500;
  text-decoration: none;
}
.paginacion_contenedor .active {
  background: #1ab192;
  color: #fcfcfc;
}
.detalles_contenedor {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .detalles_contenedor {
    flex-direction: row;
    margin-top: 50px;
  }
}
.detalles_contenedor .detalle_imagen {
  flex: 0 0 auto;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_imagen {
    margin-right: 20px;
  }
}
.detalles_contenedor .detalle_imagen img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
}
.detalles_contenedor .detalle_info {
  flex: 1;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_info {
    padding: 0;
  }
}
.detalles_contenedor .detalle_info h1 {
  font-size: 24px;
  margin-top: 15px;
  color: #050505;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_info h1 {
    margin-top: 0;
  }
}
.detalles_contenedor .detalle_info #isbn {
  font-weight: bold;
  margin-top: 15px;
  color: #050505;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_info #isbn {
    float: right;
    margin-top: -25px;
  }
}
.detalles_contenedor .detalle_info .detalle_estado {
  margin-bottom: 10px;
}
.detalles_contenedor .detalle_info .detalle_estado p {
  margin: 5px 0;
}
.detalles_contenedor .detalle_info .detalle_estado .estado_texto {
  background-color: #1ab192;
  color: #fcfcfc;
  padding: 5px 10px;
  width: 35%;
  border-radius: 5px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_info .detalle_estado .estado_texto {
    width: 15%;
  }
}
.detalles_contenedor .detalle_info .detalle_input {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.detalles_contenedor .detalle_info .detalle_input select {
  border-radius: 5px;
  width: 30%;
}
@media (min-width: 1200px) {
  .detalles_contenedor .detalle_info .detalle_input select {
    width: 15%;
  }
}
.detalles_contenedor .detalle_info .detalle_input #cantidad {
  border-radius: 5px;
  border: 1px solid #050505;
  text-align: center;
  padding: 0.1rem;
  width: 30px;
}
.detalles_contenedor .detalle_info .detalle_input #cantidadLabel {
  font-weight: bold;
  color: #1ab192;
}
.detalles_contenedor .detalle_info .detalle_seccion {
  margin: 15px 0;
  line-height: 1.5;
}
.detalles_contenedor .detalle_info .detalle_seccion h4 {
  margin-bottom: 5px;
  color: #050505;
}
.detalles_contenedor .detalle_info .detalle_seccion h4 span {
  font-weight: normal;
}
.detalles_contenedor .detalle_info .detalle_seccion .detalle_color {
  display: flex;
  gap: 10px;
}
.detalles_contenedor
  .detalle_info
  .detalle_seccion
  .detalle_color
  #seccion_color {
  height: 25px;
  border-radius: 8px;
  border: none;
  cursor: no-drop;
}
.detalles_contenedor button {
  padding: 4px 20px;
  background-color: #1ab192;
  color: #fcfcfc;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.detalles_contenedor button:hover {
  background-color: #033f33;
  color: #fcfcfc;
}
#mensaje {
  font-style: italic;
  color: #4b4848;
  font-weight: 600;
  line-height: 1.5;
}
.perfil-banner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 20px 40px;
  gap: 10px;
  width: auto;
}
@media (min-width: 1200px) {
  .perfil-banner {
    flex-direction: row;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .perfil-banner {
    gap: 50px;
  }
}
.perfil-banner h1 {
  text-align: center;
}
.perfil-banner .perfil-item {
  margin-right: 20px;
}
.perfil-banner .perfil-item .perfil-name {
  font-size: 1em;
  color: #1ab192;
}
.perfil-banner .perfil-item .perfil-info {
  font-size: 1em;
  line-height: 3.5;
  text-align: center;
  color: #1ab192;
}
.perfil-banner .perfil-item .perfil-datos {
  text-align: center;
  display: block;
}
.perfil-banner .perfil-item #email {
  text-transform: lowercase;
}
.perfil-banner .perfil-item strong {
  color: #1ab192;
}
.perfil-botones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}
.perfil-botones .btn-Editar {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 10px;
  margin-bottom: 20px;
}
.perfil-botones .btn-Editar:hover {
  background-color: #067760;
}
.perfil-botones .btn-Password {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 10px;
  margin-bottom: 20px;
}
.perfil-botones .btn-Password:hover {
  background-color: #067760;
}
.formulario-container {
  background-color: #fcfcfc;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  margin-top: 70px;
}
.formulario-container .formulario-estudiante h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #050505;
}
.formulario-container .formulario-grupo {
  margin-bottom: 15px;
  position: relative;
}
.formulario-container .formulario-grupo p {
  text-align: center;
  font-size: 14px;
  color: #9c9c9c;
  cursor: pointer;
  transition: color 0.3s ease;
}
.formulario-container .formulario-grupo p:hover {
  color: #494949;
}
.formulario-container .formulario-grupo .formulario-grupo-small {
  font-size: 13px;
}
.formulario-container .formulario-grupo .toggle-password {
  position: absolute;
  right: 10px;
  top: 35px;
  background: none;
  border: none;
  color: #1ab192;
  cursor: pointer;
  font-size: 0.9em;
}
.formulario-container .formulario-grupo label {
  display: block;
  margin-bottom: 5px;
  color: #666;
}
.formulario-container .flex-botones {
  display: flex;
  gap: 20px;
}
.formulario-container .formulario-grupo input,
.formulario-container .formulario-grupo select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  color: #333;
}
.formulario-container .formulario-grupo .sexo-options {
  display: flex;
  gap: 10px;
}
.formulario-container .formulario-grupo .sexo-options label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.formulario-container .formulario-grupo .sexo-options input {
  margin-right: 5px;
}
.formulario-container .btn-submit {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  width: 100%;
}
.formulario-container .btn-submit:hover {
  background-color: #067760;
}
.formulario-container .btn-submit i {
  margin-right: 10px;
}
.contenedor {
  display: flex;
  background-color: #f3f3f3;
}
.sidebar {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100vh;
  padding: 0 1.7rem;
  color: #fcfcfc;
  overflow: hidden;
  transition: all 0.5s linear;
  background: #1ab192;
}
.sidebar:hover {
  width: 325px;
  transition: 0.5s;
}
.sidebar .logo {
  height: 80px;
  padding: 16px;
}
.sidebar .menu {
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.sidebar .menu li {
  width: 100%;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: flex-start;
}
.sidebar .menu li:hover {
  background-color: #067760;
}
.sidebar .menu li a {
  color: #fcfcfc;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.sidebar .menu li a i {
  font-size: 1.2rem;
}
.sidebar .menu li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: calc(100% - 1.2rem - 10px);
}
.sidebar .menu .logout {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main--content {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.main--content .header--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 1rem;
}
.main--content .header--wrapper img {
  width: 100px;
  cursor: pointer;
}
.main--content .header--title {
  line-height: 1.5;
  color: #1ab192;
}
.main--content .header--title span {
  color: #050505;
  font-weight: bold;
}
.main--content .user--info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main--content .user--info .search--box {
  background-color: #ededed;
  border-radius: 15px;
  color: #fcfcfc;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
}
.main--content .user--info .search--box input {
  background: rgba(0, 0, 0, 0);
  padding: 5px;
  border: none;
  outline: none;
}
.main--content .user--info .search--box i {
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.main--content .user--info .search--box i:hover {
  transform: scale(1.2);
}
.card--container {
  background-color: #fcfcfc;
  padding: 2rem;
  border-radius: 10px;
}
.card--container .card--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.card--container .main--title {
  color: #1ab192;
  margin-bottom: 10px;
}
.card--container .payment--card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 1.2rem;
  width: 290px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}
.card--container .payment--card:hover {
  transform: translateY(-5px);
}
.card--container .card--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.card--container .card--header .amount {
  display: flex;
  flex-direction: column;
}
.card--container .card--header .amount #selectSeccion {
  margin: 10px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  outline: none;
}
.card--container .card--header .title {
  font-weight: 500;
}
.card--container .card--header .amount--value {
  font-size: 50px;
  margin-top: 10px;
  font-weight: 600;
}
.tabular--wrapper {
  background: #fcfcfc;
  margin-top: 1rem;
  border-radius: 10px;
  padding: 2rem;
}
.tabular--wrapper .table--container .textoMayuscula {
  text-transform: capitalize;
}
.tabular--wrapper .table--container .nombretable {
  width: 50%;
}
.tabular--wrapper .table--container .textosm {
  font-size: 14px;
}
.tabular--wrapper .table--container .textodomicilio {
  width: 150%;
  font-size: 12px;
}
.tabular--wrapper .table--container .book-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.tabular--wrapper .table--container .book-form h2 {
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #050505;
}
.tabular--wrapper .table--container .book-form .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
}
.tabular--wrapper .table--container .book-form .form-grid .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.tabular--wrapper
  .table--container
  .book-form
  .form-grid
  .form-group
  .toggle-password {
  position: absolute;
  right: -12px;
  top: 5px;
  background: none;
  border: none;
  color: #1ab192;
  cursor: pointer;
  font-size: 0.9em;
}
.tabular--wrapper
  .table--container
  .book-form
  .form-grid
  .form-group
  .imagen-small {
  width: 100px;
  margin: 10px auto;
  height: 150px;
  object-fit: contain;
}
.tabular--wrapper .table--container .book-form .form-grid .form-group .alerta {
  margin-top: 10px;
}
.tabular--wrapper .table--container .book-form .form-grid .form-group label {
  margin-bottom: 5px;
  color: #555;
}
.tabular--wrapper .table--container .book-form .form-grid .form-group input,
.tabular--wrapper .table--container .book-form .form-grid .form-group select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
}
.tabular--wrapper .table--container .book-form button {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}
.tabular--wrapper .table--container .book-form button:hover {
  background-color: #065577;
}
@media (min-width: 1200px) {
  .tabular--wrapper .table--container {
    overflow-x: hidden;
  }
}
.tabular--wrapper .main--title {
  color: #1ab192;
  margin-bottom: 10px;
}
.tabular--wrapper .tabular--botones {
  margin-bottom: 10px;
}
.tabular--wrapper .tabular--botones #btnExcel {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.tabular--wrapper .tabular--botones #btnExcel:hover {
  background-color: #067760;
}
.tabular--wrapper .tabular--botones #btnPDF {
  background-color: #e20e0e;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.tabular--wrapper .tabular--botones #btnPDF:hover {
  background-color: #b20b0b;
}
.tabular--wrapper .tabular--botones .btnAgregar {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.tabular--wrapper .tabular--botones .btnAgregar:hover {
  background-color: #065577;
}
.tabular--wrapper .botones--accion--container {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.tabular--wrapper .botones--accion--container .btnAceptado {
  background-color: #1ab192;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 5px;
}
.tabular--wrapper .botones--accion--container .btnAceptado:hover {
  background-color: #065577;
}
.tabular--wrapper .botones--accion--container .btnCancelar {
  background-color: #e20e0e;
  display: inline-block;
  color: #fcfcfc;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
  padding: 5px;
}
.tabular--wrapper .botones--accion--container .btnCancelar:hover {
  background-color: #b20b0b;
}
.tabular--wrapper .reservacion--libro {
  width: 15px;
  height: 13px;
  border: none;
}
.tabular--wrapper td,
.tabular--wrapper th {
  text-align: center;
}
.alerta {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 5px;
}
.alerta.error {
  color: #a94442;
}
.alerta.error::before {
  font-size: 20px;
  margin-right: 2px;
}
.alerta.exito {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}
.alerta.fade-out {
  animation: fadeOut 20s forwards;
  margin-bottom: 5px;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li a {
  color: #fcfcfc;
  font-weight: bold;
  background-color: #1ab192;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background-color: #065577;
}
.filters form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.filters form label {
  margin-right: 5px;
  margin-top: -15px;
}
.filters form input[type="date"],
.filters form select,
.filters form button {
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  font-family: inherit;
  font-size: inherit;
}
.filters form input[type="date"]:focus,
.filters form select:focus,
.filters form button:focus {
  outline: none;
  border-color: #007bff;
}
.filters form input[type="date"] {
  width: calc(50% - 20px);
  max-width: 150px;
}
.filters form select {
  width: calc(50% - 5px);
  max-width: 300px;
}
.filters form button {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.filters form button:hover {
  background-color: #0056b3;
}
#miGrafico {
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 20px auto;
}
#prestamos {
  margin-top: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 20px auto;
}
.search-form {
    display: inline-block;
}

.search-input-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.search-input-wrapper input[name="busqueda"] {
    padding: 8px 70px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    min-width: 250px;
}

.search-input-wrapper input[name="busqueda"]:focus {
    outline: none;
    border-color: #1ab192;
}

.search-input-wrapper button[type="submit"] {
    position: absolute;
    right: 35px;
    background: #1ab192;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 12px;
}

.search-input-wrapper button[type="submit"]:hover {
    background: #067760;
}

.search-input-wrapper .clear-btn {
    position: absolute;
    right: 8px;
    background: #dc3545;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.search-input-wrapper .clear-btn:hover {
    background: #c82333;
    color: white;
    text-decoration: none;
}


.validation-message {
  font-size: 15px;
  min-height: 15px;
  margin-top: 2px;
}

.validation-message.error {
  color: #a94442;
}

.validation-message.success {
  color: #155724;
}

.password-feedback {
  font-size: 15px;
  margin-top: 2px;
  min-height: 20px;
}

.password-feedback.weak {
  color: #a94442;
}

.password-feedback.good {
  color: #155724;
}

.password-feedback.match {
  color: #155724;
}

.password-feedback.no-match {
  color: #a94442;
}

.btn-submit:disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}

.field-valid {
  border: 2px solid #1d7933 !important;
}

.field-invalid {
  border: 2px solid #b72e2b !important;
}
/*# sourceMappingURL=bundle.css.map */

