pre {
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
}
.pre {
word-break: normal;
overflow-y: scroll; 
max-height: 500px;
margin-bottom: -1px;
}
.logo {
    max-width:35px;
    margin-top: -6.5px;
}

code {
    color: var(--bs-success);
}

.custom-input-group {
    display: flex;
    flex-direction: column;
  }

.custom-input-group .input-group-text {
order: -1;
border-bottom-left-radius: 0; /* Remove bottom rounded corners */
border-bottom-right-radius: 0; /* Remove bottom rounded corners */
}
.custom-textarea-input {
    border-top-left-radius: 0; /* Remove bottom rounded corners */
    border-top-right-radius: 0;  
    border-top-width: 0;      
}
li .li2 ::marker {
    background-color: var(--bs-card-cap-bg);
}

/* Keywords like if, else, while, etc. */
.kw1 { color: #b4508a; } /* Blue */

/* Strings */
.st0 { color: #73b073; } /* Green */

/* Comments */
.co1 { color: #999999; } /* Gray */

/* Numbers */
.nu0 { color: #5dcfad; } /* Orange */

/* Operators */
.sy0 { color: #e16666; } /* Red */

#file-upload {
    cursor:pointer;
}