.loading-overlay {
    width: 100%;
}

#MathOutput .MathJax:first-child:focus #MathOutput .MathJax:first-child::before {
    top: -30px
}

#MathOutput .MathJax:first-child:focus #MathOutput .MathJax:first-child:after {
    top: -35px
}

#box>.math:focus {
    outline: none
}

#eq_parse {
    border-radius: 4px;
    color: #214a5b;
    font-size: xx-large;
    min-height: 125px
}

.lh-n {
    line-height: normal
}

.warning {
    color: #a73809;
    display: none
}

.minput {
    position: relative
}

.keyboard {
    position: absolute;
    right: 14px;
    top: 7px;
    font-size: x-large;
    color: #186f6d;
    cursor: pointer;
    padding: 0;
    background: #fff;
    height: 22px
}

#keypad {
    display: none;
    width: 100%;
    background: #fafafa;
    padding: 5px 2px;
    margin-top: 5px;
    box-shadow: 0 0 3px #c7e1db
}

#keypad a {
    color: #186f6d;
    padding: 4px 10px;
    background: #d2ede7;
    margin: 2px;
    vertical-align: middle;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.bound {
    max-width: 100%;
    float: left
}

#eq_result {
    border-radius: 15px;
    padding-left: 10px !important;
    font-size: 16px;
    overflow-x: auto;
}

/* .bound input{max-width:100%} */
#keypad.active {
    display: block
}

.load-ex {
    border-radius: 2px 4px;
    font-size: 10px;
    float: right;
    cursor: pointer
}

.pl-sm {
    padding: 0
}

@media(max-width: 576px) {
    .pl-sm {
        padding: 0 15px
    }

    #keypad a {
        padding: 1px 6px
    }

    #eq_parse {
        font-size: large !important;
        min-height: 110px
    }

    #MathOutput .MathJax:first-child::before {
        top: -34px;
    }

    #MathOutput .MathJax:first-child:after {
        top: 36px;
    }

    details img {
        max-width: none !important
    }
}

.MathJax_Display {
    margin: .5em 0em !important
}

.form-check-inline {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check {
    position: relative;
    vertical-align: middle
}

#res-answer {
    background: #f8f9fa !important;
    color: #008380;
}

.form-check-inline .form-check-input {
    outline: none;
    position: static;
    margin-top: -5px;
    margin-right: .3125rem;
    margin-left: 0
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.answer,
.answer1 {
    text-align: center;
    color: #00a7a3;
    font-size: x-large;
    margin: 20px auto 30px
}

.collapsible .steps ol h2 {
    border-bottom: 0
}

.collapsible h2 {
    cursor: pointer;
    outline: none;
    font-size: 25px;
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 1px !important;
    background-image: linear-gradient(to left, #00a7a3, #186f6d);
    color: #fff;
    padding: 10px
}

.collapsible h2:first-child,
.collapsible h2:last-child {
    margin: 12px auto
}

.collapsible h2:after {
    content: '\002B';
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.collapsible h2.active:after {
    content: "\2212"
}

.collapsible h2+ol {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background: #d2ede75c
}

.collapsible .steps ol h2 {
    border-bottom: 1px #607D8B solid
}

summary {
    text-align: left;
    background-color: #d2ede75c;
    color: #186f6d
}

summary span {
    font-size: 15px;
    color: #6e6e6e;
    float: right;
    font-weight: 400
}

summary:focus {
    outline: none
}

.load-ex-box {
    position: relative;
    float: right
}

#exLoad {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    font-size: 11px;
    cursor: pointer
}

#exLoad:focus {
    outline: none
}

.wrt-lg {
    flex: 100% !important
}

#MathOutput .MathJax_Display {
    text-align: left !important
}

#eq_parse .MathJax_Display .mrow .mo {
    color: #009688b8;
    padding-left: 10px;
}

#eq_result p.text-bold.text-dark {
    text-align: center
}

.font12 {
    font-size: 13px !important;
    font-family: 'MathJax_Math-italic' !important;
}

.download_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.content-section h2 {
    margin: 3.5px 2.8rem 3.5px 1rem;
}

#eq_result :is(ol, ul) {
    list-style: none;
    padding-left: 20px;
}

.MathJax_Display {
    text-align: left !important;
}

#keyboard {
    display: none;
}

#eq_result ol {
    border-left: 1px solid #16a085;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 10px;
}

#eq_result ol ol {
    border-left: 1px solid red;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
}

#eq_result ol ol ol {
    border-left: 1px solid gray;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
}

#eq_result ol ol ol ol {
    border-left: 1px solid orangered;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
}

#eq_result ol ol ol ol ol {
    border-left: 1px solid orange;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
}

#eq_result ol ol ol ol ol ol {
    border-left: 1px solid black;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
}

#error-div {
    text-align: center;
    color: red;
    border: 1px solid #cc00001c;
    background: #cc000014;
    border-radius: 4px;
    height: 43px;
    visibility: hidden;
    font-size: 15px;
    font-weight: 600;
}

.model-box {
    top: 100px !important;
}

@media only screen and (max-width: 950px) {
    #eq_result {
        font-size: 16px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #eq_result :is(ol, ul) {
        padding-left: 3px !important;
    }

}

@media only screen and (max-width: 624px) {
    #eq_result {
        font-size: 12px;
        margin-right: 0px !important;
        margin-left: 0px !important;
        background: white !important;
    }

    #eq_result ol ol {
        border-left: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    #eq_result :is(ol, ul) {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 410px) {
    #eq_result {
        font-size: 14px;
        margin-right: 0px !important;
        margin-left: 0px !important;
        background: white !important;
    }

    #eq_result ol ol {
        border-left: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    #eq_result :is(ol, ul) {
        padding-left: 0px !important;
    }
}

/* .deri_para .MathJax_Display {
    text-align: center !important;
} */

p {
    margin-top: 0;
    margin-bottom: 0 !important;
}