/* Hide ANSI escape sequences completely */
.ace_ansi_escape {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
}

/* ANSI color styles */
.ace_ansi_red { color: #ff5555 !important; }
.ace_ansi_orange { color: #ff8700 !important; }
.ace_ansi_green { color: #50fa7b !important; }
.ace_ansi_white { color: #f8f8f2 !important; }
.ace_ansi_black { color: #44475a !important; }

/* Background colors */
/* .ace_ansi_bg_red { background-color: #ff5555 !important; }
        .ace_ansi_bg_green { background-color: #50fa7b !important; }
        .ace_ansi_bg_yellow { background-color: #f1fa8c !important; }
        .ace_ansi_bg_blue { background-color: #6272a4 !important; }
        .ace_ansi_bg_magenta { background-color: #ff79c6 !important; }
        .ace_ansi_bg_cyan { background-color: #8be9fd !important; }
        .ace_ansi_bg_white { background-color: #f8f8f2 !important; }
        .ace_ansi_bg_black { background-color: #282a36 !important; } */

/* Text styles */
.ace_ansi_bold { font-weight: bold !important; }
.ace_ansi_dim { opacity: 0.5 !important; }
.ace_ansi_italic { font-style: italic !important; }
.ace_ansi_underline { text-decoration: underline !important; }

/* Combined styles */
.ace_ansi_red_bold { color: #ff0000 !important; font-weight: bold !important; }
.ace_ansi_green_bold { color: #50fa7b !important; font-weight: bold !important; }
.ace_ansi_orange_bold { color: #ff8700 !important; font-weight: bold !important; }
.ace_ansi_violet_bold { color: #d787ff !important; font-weight: bold !important; }
.ace_ansi_blue_bold { color: #00d7ff !important; font-weight: bold !important; }

/* Specific styles for the mopsa >> pattern */
.ace_mopsa_indigo { color: #2aa1b3 !important; font-weight: bold !important; }
.ace_prompt_yellow { color: #00d700 !important; font-weight: bold !important; }
