/* inputs  */

/* .themes__form-input {
  width: 100%;
  border: var(--border-color);
  background: none;
  color: var(--text-color);
  border-radius: 0.3rem;
  padding: 0.3rem;
  font-size: 0.9rem;
} */

.themes__form-input {
  border: var(--border-color);
  background: none;
  color: var(--text-color);
  border-radius: 0.3rem;
  padding: 0.1rem;
  font-size: 0.9rem;
}
.themes__form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 2rem;
}
