.rich-text p {
    font-size: 1rem;
}

.rich-text table,
.rich-text td,
.rich-text th {
    text-align: left;    
}

.rich-text table {
    border-collapse: collapse;
    width: 100%;
    display: block;
    overflow-x: auto;
}
  
.rich-text th,
.rich-text td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.rich-text tr:nth-child(even) {background-color: #f2f2f2;}

.rich-text img {
    width: 100%;
    padding: 0.1rem 0.1rem 0.1rem 0.1rem;
    margin: 0;
}

.rich-text code {
    background-color: #142167;
    color: #FFFFFF;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.rich-text pre {
    background-color: #142167;
    color: #FFFFFF;
    border-radius: 0.25rem;
    padding: 0.25rem;
    overflow: auto;
    width: 96%;
    scrollbar-color: #b5b9c7 #0e154f;
    scrollbar-width: thin;
}

.rich-text pre::-webkit-scrollbar {
    height: 10px;
}

.rich-text pre::-webkit-scrollbar-track {
    background: #0e154f;
    border-radius: 10px;
}

.rich-text pre::-webkit-scrollbar-thumb {
    background: #b5b9c7;
    border-radius: 10px;
}

.rich-text blockquote {
    /* background-color: #113B02;
    color: #FFFFFF; */
    border-radius: 0.25rem;
    padding: 0;
    margin: 0 0 0 1rem;
    color: #5D5B5B;
    /* background-color: #FFC0C7!important; */
    font-weight: 500;
    display: list-item;
    list-style-type: square;
}

.rich-text .katex-display {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.5rem 0;
    line-height: 2;
}

.rich-text .katex-display > .katex {
    white-space: normal;
    display: inline-block;
    padding: 0.2em 0;
}

.rich-text .katex {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.rich-text .katex .base {
    line-height: 1.9;
}

.rich-text .katex .mord,
.rich-text .katex .mrel,
.rich-text .katex .mbin,
.rich-text .katex .mop,
.rich-text .katex .mord.text {
    line-height: 1.9;
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
    text-align: left;
    line-height: 2.5rem;
}

.rich-text .scrollHorizontal {
    width:100%;
    height:auto;
    overflow-x:auto;
}

.rich-text .calculator-form {
    float: left;
    background-color: bisque;
    border-radius: 5px;
    margin-right: 2rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
.rich-text form {
    padding: 0.25rem;
  }
.rich-text label {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 0.25rem 0 0.25rem 0;
  }
.rich-text input select {
    padding: 0.25rem 0 0.25rem 0;
    right: 0px;
  }
.rich-text .success {
    border: 2px solid limegreen;
  }
.rich-text .error {
    border: 2px solid crimson;
  }
.rich-text .feedbackDecimal {
    color: crimson;
  }
.rich-text .feedbackNumber {
    color: crimson;
  }
.rich-text .feedbackTwoDigitNumber {
    color: crimson;
  }
  
