/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

trix-editor {
  min-height: 20rem;
  height: auto;
}

.button_to {
  line-height: 1;
}

/* Override colori questionari SurveyJS */
:root {
  /* Variabili per il viewer/questionario */
  --sjs-primary-backcolor: rgba(38, 48, 87, 1); /* #263057 */
  --sjs-primary-backcolor-light: rgba(38, 48, 87, 0.1);
  --sjs-primary-backcolor-dark: rgba(18, 24, 43, 1);
  --sjs-primary-forecolor: rgba(255, 255, 255, 1);
  --sjs-primary-forecolor-light: rgba(255, 255, 255, 0.25);
  
  /* Variabili per il creator/builder */
  --sjs-primary-background-500: rgba(38, 48, 87, 1); /* #263057 */
  --sjs-primary-background-10: rgba(38, 48, 87, 0.1);
  --sjs-secondary-background-500: rgba(38, 48, 87, 1); /* #263057 */
}