.overlay--add-sales {
  opacity: 0;
  visibility: hidden;
}

.overlay__wrapper--add-sales {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  bottom: 50%;
  gap: 20px;
  transform: translateY(50%);
  width: 80%;
}

.overlay__profile {
  aspect-ratio: 1/1;
  padding: 15px;
  border-radius: 100px;
  filter: invert(1);
  height: 75px;
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay__profile-input {
  display: none;
}

.overlay__input {
  padding: 10px 15px;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  color: white;
  width: 100%;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.179);
  /* border: 2px solid rgba(255, 255, 255, 0.037);  */
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

  appearance: none;
}

.overlay__button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 25px;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}

.overlay__button--add-sales {
  width: 100%;
  height: 45px;
}
