h1,
h2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  color: #000;
  font-family: "Roboto", sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: black;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border: 2px solid black;
  border-radius: 50px;
}
/** {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
   font-variation-settings: "width" 100;
  margin: 0px;
  padding: 0px;
  color: #222529;
}*/
body {
  background-color: none;
  background: rgb(0, 0, 0);
  width: 90vw;
  margin: 0 auto;
  color: #000;
}
.m-bottom-25 {
  margin-bottom: 20px;
}

/*CAMBIOS ----------*/
#card-form {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  gap: 10px;
}
#card-form .form-group:first-child {
  text-align: center;
}
#card-form .form-group.form-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#card-form .form-group {
  width: 100%;
  height: auto;
}
/*INPUTS DE AÑO Y COSTO, CANCELAR Y GUARDAR*/
#card-form .form-group:nth-child(5),
#card-form .form-group:nth-child(6),
#card-form .form-group:nth-child(7),
#card-form .form-group:nth-child(8) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.fecha-0 {
  color: rgb(61, 61, 61);
  margin-top: 1px;
}

#card-form .form-group label,
#card-form .form-group input,
#card-form .form-group label.Est,
#card-form .form-group button {
  width: 100%;
  max-width: 99.9%;
  margin: 0px !important;
  padding-inline: inherit;
  display: flex;
  justify-content: space-between;
  color: black;
}
/*TODO LO DE ADENTRO*/

/* NAVBAR */
.wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
.wrapper .inner-wrapper:first-child {
  width: auto;
  text-align: right;
}
.wrapper .inner-wrapper:last-child {
  width: auto;
}
.book {
  font-size: 2rem;
  color: rgba(255, 255, 255);
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 2 !important;
  border: none;
}

.fa-book {
  margin-top: -10px;
  line-height: 0 !important;
  font-size: 2rem;
  color: rgba(255, 255, 255);
}
.fa-trash-can {
  margin: 0 0 0 90%;
  width: 5%;
  padding: 5%;
  line-height: 0 !important;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
}

.fa-right-from-bracket {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 5px;
  font-size: 1.5rem;
  color: black !important;
}
/* .wrapper:nth-child(4),
/* .wrapper:nth-child(7) {
  margin-top: 25px;
/* CTA */
.Add {
  border-radius: 70px;
  border: none;
  width: 100%;
  height: 50px;
  padding: 4px;
  background-color: rgba(77, 156, 166);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  text-transform: capitalize;
}
.Add p,
.Add i {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
}

/* FILTERS */
.search {
  border-radius: 50px;
  width: 100%;
  height: 50px;
  background-color: rgb(250, 250, 250);
  transition: all 0.3s ease;
  border: 2px solid black;
  padding: 0 0 0 5px;
}
/*INPUT DE BUSQUEDA*/
.loupe {
  height: 47px;
  width: 17%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 50px 50px 0;
  outline: 1px solid black;
  /*border: solid 1px red;*/
  margin-top: -69px;
  margin-left: 83.2%;
  /*position: relative;*/
}

.fa-magnifying-glass {
  color: #fff;
  display: flex !important;
  justify-content: center;
  line-height: 3 !important;
  font-size: 18px;
}

/* TARJETAS */
.boxes {
  border-radius: 20px 20px 0 0;
  background-color: #c9ccccc5;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  height: 190px;
  opacity: 0.8;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}
.boxes-1 {
  border-radius: 0 0 20px 20px;
  background-color: rgb(231, 231, 231);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 10px;
  height: auto;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}
.portada {
  display: flex;
  justify-content: center;
  position: relative;
  top: 70px;
  color: gray;
  font-size: 1.5rem;
  opacity: 0.5;
  border: none;
}
.title,
.autor {
  font-size: 19px;
  color: black;
  margin: 1px;
}
.buy,
.pending {
  font-size: 12px;
  margin-top: 3px;
  border-radius: 10px 10px 0 10px;
  width: 19%;
  padding: 1px;
  margin-right: 5px;
  text-align: center;
}
.buy {
  background-color: rgb(34, 146, 0, 0.8);
  color: rgba(255, 255, 255);
}
.pending {
  background-color: rgba(255, 0, 0, 0.8);
  color: rgba(255, 255, 255);
}
.money {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-top: -30px;
  color: black;
}

.inner-wrapper {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.action,
.action-1,
.action-2 {
  border-radius: 30px;
  width: 100%;
  height: 50px;
  background-color: rgba(77, 156, 166);
  font-size: 17px;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
}

.action-2 {
  height: 37px;
  width: 93%;
  font-size: 15px;
  margin-left: 1px;
}
/*.action {
  margin-bottom: 2px;
}*/
/*.content,*/
.content,
.content-1 {
  color: white;
  font-size: 1.2rem;
}
.fa-trash,
.fa-circle-plus,
.fa-pen-to-square {
  color: white !important;
  line-height: 0 !important;
  margin-right: 3px;
}

/*STYLE MODAL*/
.hide {
  display: none;
}

/* Tabla de libros eliminados */
.deleteTrash-books-table {
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}

.deleteTrash-books-table thead {
  background-color: #f5f5f5;
}

.deleteTrash-books-table th,
.deleteTrash-books-table td {
  color: black;
  font-size: 14px;
  border-bottom: 2px solid #ddd;
  padding: 4px;
}
.deleteTrash-books-table tr:hover {
  background-color: #f0f8ff;
}

.overlay,
.overlay-edit,
.overlay-deleted,
.overlay-TrashCan {
  position: fixed;
  top: 0;
  left: 0;
  width: 99.9vw;
  height: 99.7vh;
  z-index: 99;
  overflow: scroll;
}
.overlay-Trashcard {
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 99.9vw;
  height: 99.7vh;
  z-index: 1000;
}

/*STILO DE LA TARJETA OVERLAY*/
.wrapper-2 {
  border-radius: 20px;
  border: 1px solid rgba(119, 119, 119, 0.918);
  background-color: rgba(245, 245, 245, 0.986);
  width: 100vw;
  height: auto;
  padding: 20px;
  margin: auto;
}

/*TITULO DEL NUEVO LIBRO*/
.digital {
  color: rgba(0, 0, 0);
  font-size: 40px;
  white-space: nowrap;
  font-weight: 600;
}
/*LEYENDA DE BAJO DE NUEVO LIBRO */
.new {
  color: black;
  font-size: 15px;
  white-space: nowrap;
  margin: 0;
}

/*REMARCACION DE LETRAS DESDE FOTOGRAFIA HASTA ESTATUS*/
.photo {
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  color: black;
}
/*INPUT DE SUBIR Y DE INSERTAR PALABRAS */
.up,
.insert {
  font-weight: 600;
  border-radius: 50px !important;
  padding: 12px !important;
  border: 1px solid rgb(173, 173, 173) !important;
  background-color: rgba(255, 255, 255);
  font-family: "Roboto", sans-serif !important;
}

/*LETRA DEL BOTON SUBIR Y EL ICONO*/
.fa-cloud-arrow-up,
.up {
  font-size: 15px;
  margin-right: 5px;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgb(255, 255, 255) !important;
  background-color: rgba(77, 156, 166);
  text-transform: capitalize;
}
/*LEYENDA Y BOTON PARA SUBIR ARCHIVOS*/
.upload {
  font-size: 12px;
  color: rgb(0, 0, 0);
}
/*BOTONES FINALES DEL MODAL*/
.bcancel,
.bsave {
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: rgb(33, 33, 33) !important;
  border-radius: 70px;
  padding: 11px 0;
  height: auto;
  display: flex !important;
  justify-content: center !important;
  font-weight: 600;
  background-color: rgba(221, 221, 221, 0.178);
  margin: 0;
  text-transform: capitalize;
  line-height: 1.5rem !important;
}
.p {
  margin: 0;
}
/*BOTON DE GUARDAR*/
.bsave {
  font-size: 15px;
  background-color: rgba(77, 156, 166);
  color: white !important;
  padding: 11px 0;
  text-transform: capitalize;
}

/*colores de la pagina de tendencia legal
azul como turquesa rgba(77, 156, 166, 1);
como negro y gris #212121;
color negro #444444;

*/
@media (min-width: 700px) {
  .card-inner {
    display: flex;
    justify-content: space-between;
  }
  .allcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxes {
    min-width: 560px;
    max-width: 560px;
    max-height: 350px;
    min-height: 350px;
  }
  .boxes-1 {
    max-height: 350px;
    min-height: 350px;
    min-width: 560px;
    max-width: 560px;
  }
  .title,
  .autor,
  .fecha-0,
  .money {
    font-size: 21px;
  }
  .money {
    margin-top: -47px;
  }

  .buy,
  .pending {
    font-size: 19px;
  }
  .action,
  .action-1,
  .action-2 {
    margin-bottom: 2px;
    font-size: 19px;
  }
}
