/* sadece form-maker içindekileri etkiler */
.form-maker .gray-checkbox-background {
  background-color: var(--primary-color) !important;
}

.form-maker .orange-checkbox-background {
  background-color: #FFA500;
}

/* form-maker içindeki form kabuğu */
.form-maker .form-wrapper {
  border: none !important;
}

.form-maker .form {
  height: 100vh;
  margin: 0;
}
