.mw-80-rem {
  max-width: 80rem;
}

.mh-75-vh {
  max-height: 75vh;
}

.btn-reset {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  outline: none;
  cursor: pointer;
}

.border-light-shadow {
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.041) !important;
  border-color: rgba(180, 177, 177, 0.308) !important;
}
