/* Titolo "CorsaIdeale" */
.navbar h1 {
  font-size: 1.8em;

}

.logo {
  width: 3.5em;
  height: auto;
}

#breadcrumb {
  font-size: 0.9em;
}

.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* Responsività */
.navbar {
  justify-content: space-between;
  padding: 10px;
}


.listcards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.new-cards {
  flex-direction: column;
}

.new-card {
  width: 100%;
}

.whoarewe-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.navbar-links {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  background-color: var(--navbar-bg-color);
  padding: 10px;
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1000;
  border-radius: 5px;
}

/* Mostra il menu quando 'active' è aggiunto */
.navbar-links.active {
  display: flex;
}

.navbar-links li {
  width: 100%;
}

.navbar-links li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}

/* PAGINA CHI SIAMO */
.whoarewe-container {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.img-whoarewe {
  height: 100px;
  width: 100px;
}

/* FINE PAGINA CHI SIAMO */

/* INIZIO SINGLE PAGE */

.review {
  display: flex;
  gap: 0.5em;
}

.modal-content {
  width: 19em;
  height: 47em;
}


/* FINE SINGLE PAGE */


/* Immagine del ruolo */
.animal-roles {
  grid-template-columns: 1fr;
  /* 1 card per riga */
}

.animal-role img {
    width: 6em;
    height: auto;
    margin: 1em;
    }

/* TUTTA SEZIONE ADMIN */

.wrapper-admin {
  margin-top: 0px;
  width: 100%;
}

.wrapper-card-admin {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 5%;
  padding-right: 5%;
}

.wrapper-admin-aggiungi {
  padding-left: 0%;
  padding-right: 0%;
}

h2.title-admin {
  font-size: x-large;
  text-align: center;
}

h3.title-admin {
  font-size: x-large;
}

.immagine-scarpa-modifica {
  max-width: 80%;
  height: auto;
}


.table-admin-list th:nth-child(1),
.table-admin-list td:nth-child(1) {
  width: 40%;
  text-align: center;
}

.hide-mobile {
  display: none;
}


/* FOOTER */

footer .valid-code {
  display: flex;
  align-items: center;
  margin-top: 1em;
  gap: 1em;
}


/* SINGLE PAGE */

.shoe-info {
  gap: 0em;
}

#add-review-button {
  width: 15px;
}

.review {
  padding: 1em 0.6em;
  height: 8em;
}

.review-info {
  width: 100%;
  height: 3em;
}

.review-text {
  height: 4.5em;
}

/* icone ingrandite */


.submit-settings {
  width: 18em;
}

#logout-settings {
  width: 18em;
}

.delete-button {
  width: 18em;
}

/* searchbar */
.searchbar-acc {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  padding: 1em;
}

.searchbar-acc div {
  width: 100%;
  gap: 0.3em;
}


.submit-filter {
  margin-top: 1em;
  width: 100%;
  height: 3em;
}

.submit-filter img {
  height: 2em;
}

.search-button {
  width: 100%;
}

.review-profile {
  width: 100%;
}

.review-header{
  flex-direction: column;
}