.common-fileInput-group label {
  color: var(--green-500);
  margin-bottom: 0.5rem;
}

.cs-input-wrapper {
  max-width: 300px;
  height: 60px;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  border-radius: 20px;
  padding: 1rem 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: var(--br-l);
  border: 1px solid var(--purple-500);
}

.cs-input-wrapper input {
  inset: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.cs-input-wrapper p {
  font-size: var(--fs-m);
  color: var(--white-500);
  font-weight: var(--fw-r);
}

.cs-input-placeholder {
  color: var(--green-500) !important;
  cursor: pointer;
}
