.basic-info .col{
  display: flex;
}
.basic-info .col .card{
  display: flex;
  width: 100%;
  padding: 5px 20px;
}
.basic-info .col .card span{
  display: flex;
  justify-content: space-between;
}
.img-scheme {
  float: left;
  width:  100%;
  height: 100%;
  background-size: cover;
}
.project-details{
  padding: 15px;
  text-align: center;
}
.chamber-badge{
  border-radius: 5px;
  background-color: #F7F7F9;
  padding: 15px;

}
.dimension{
  margin: 10px;
}
.compositions .card{
  margin: 20px;
}
.nav-structure{
  min-width: max-content;
  text-align: start;
}

.section-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-row{
  display: flex;
  justify-content: space-evenly;
}
.form-group{
  margin: 5px;
}
.form-row button{
  margin: 5px;
}

.row{
  margin: 10px;
}

.pagination-links nav{
  display: flex;
  justify-content: center;
}

.table-head{
  text-decoration: none;
  color: #dbdbdb;
}
.table-head.not-sorted i{
  color: white;
}
.table-head.not-sorted:hover i{
  color: black;
}
.table-head.sorted{
  color: black;
}
.table-head:hover{
  color: black;
}

.header-logo{
  max-height: 70px;
}
.project-logo-min{
  max-height: 45px;
}

/* Estilos para dispositivos móviles y tablets */
@media (max-width: 767px) {
  .csv-button {
    display: none !important;
  }
  .pc_gallery{
    display: none !important;
  }
}

/* Estilos para PCs */
@media (min-width: 768px) {
  .csv-button {
    display: block; /* o cualquier otro valor necesario */
  }
  .mobile_gallery{
    display: none !important;
  }
}

.badge-code{
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 50rem;
  background-color: #17a2b8;
  color: #fff;
}