.row {
    margin: 0px !important;
  }

  .custom-btn {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: background-color 0.1s, border-color 0.1s, color 0.1s;
    padding: 5px;
    text-decoration: none !important;
}

.custom-btn:hover {
    background-color: rgba(240, 151, 28, 0.5);
    color: #ededed; 
}
.custom-btn-active {
  background-color: rgba(240, 151, 28, 0.5);
  color: #ededed; 
  display: block;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none !important;
}


.foto-item:hover .trash-icon {
  opacity: 1; /* Show the icon on hover */
}