.button-configuratore {
  height: 88px;
  width: 150px;
  margin-bottom: 15px;
}

.selectable {
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.selectable.active {
  background-color: darkgoldenrod !important;
  color: white;
  border-color: #000;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.2);
}

