.btn-custom {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 4px;
}

.btn-custom i {
  font-size: 17px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid var(--vz-input-border-custom);
  border-radius: 4px;
}

.badge {
  padding: 0.35em 0.7em;
  font-size: 85%;
  line-height: 14px;
}

.btn {
  font-weight: 600;
}

.btn i:not(.las) {
  font-weight: normal;
  font-family: inherit;
}

.btn-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.btn-whatsapp:hover {
  background-color: #17823e;
  border-color: #17823e;
}

.dropdown-item {
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .well-mobile {
    box-shadow: none;
    border: none;
    padding: 0px;
    margin-bottom: 0px;
  }
}
/*Desktop*/
@media (min-width: 768px) {

  .border-md-0 {
    border-top: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }
}