﻿:root {
    /* override the CSS variable that DevExpress's .bs5 theme also uses */
    --bs-primary: #ff6600 !important;
    --bs-primary-rgb: 48, 63, 61 !important;
}

/* Input field styles moved to Index.razor.scss */

/* Center LaTeX formulas in indicator dialogs */
.atol-formula-display,
.atol-latex-formula {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}