.cm-s-regex span.cm-a {
    color: var(--bs-orange);
    /*background: #aad1f7;*/
}

.cm-s-regex span.cm-b {
    background: #f9ca69;
}

.cm-s-regex span.cm-c {
    color: #007a09;
}

.cm-s-regex span.cm-g1 {
    background: #d2f854;
}

.cm-s-regex span.cm-g2 {
    background: #9ec70c;
}

.cm-s-regex span.cm-g3 {
    background: #ecc9f7;
}

.cm-s-regex span.cm-g4 {
    background: #54b70b;
}

.cm-s-regex span.cm-g5 {
    background: #b688cf;
}

.cm-s-regex span.cm-err {
    background: #ff4300;
}

.CodeMirror.cm-s-regex {
    padding: 0.175rem 0.45rem;
}

    .CodeMirror.cm-s-regex.CodeMirror-focused {
        box-shadow: 0 0 0 5px rgba(0, 128, 128, 0.25);
        border-radius: 0.25em;
        border: 0;
    }
