#rpm-terminal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;

background:black;
color:#00ff00;

font-family:monospace;
font-size:14px;

padding:10px;
background-color: black;


overflow-y: auto;
z-index:999999;
overflow:auto;
}

#terminal-output{
line-height:1.6;
}


#rpm-terminal input{
background: transparent;
border: none;
color: #00ff00;
font-family: monospace;
font-size: 14px;

outline: none;
width: 90%;

caret-color: #00ff00;

/* supprime le style navigateur */
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}

#rpm-terminal div{
display:flex;
gap:6px;
align-items:center;

background: transparent;
}

#term{
background: transparent;
border: none;
margin: 0;
padding: 0;
color: #00ff00;
font-family: monospace;
white-space: pre-wrap;
}

#rpm-terminal pre {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #00ff00 !important;
    box-shadow: none !important;
}

#cmd{
background: transparent;
border: none;
color: #00ff00;
outline: none;
caret-color: #00ff00;
font-family: monospace;
}