
:root {
    /* colors */
    --main-text-color: #333;
    --bg-color: #fff;

    --title-bar-color: #c6e1f8;
    --small-title-color: #AAA;

    --link-color: #3492ef;
    --link-hover-color: #0d3356;

    --quote-color: #888;
    --quote-marks-color: #E0E0E0;

    --code-color: #c7254e;
    --code-bg-color: #f9f2f4;
    --code-block-color: #666;
    --code-block-bg-color: #f8f8f8;

    --hr-line-color: #eee;

    --foot-note-color: #555;
    --foot-note-line-color: #eaeaea;

    --target-animation-color: yellow;

    /* widths */
    --img-width: 90%;
}

.markdown-body * {
    font-family: 'Inter', 'helvetica neue', helvetica, arial, sans-serif;
}

.markdown-body code, .markdown-body code span {
    font-size: 1.08em !important;
    font-family: ui-monospace, "Source Code Pro", Consolas, Menlo, Monaco, Courier, monospace, SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospaceSFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
}

.markdown-body h1 {
    font-size: 2.2em !important;
    font-weight: 600;
    line-height: 2.1;
    padding-top: 16px;
    margin-bottom: 4px;
}

.markdown-body {
    font-size: 15px;
    color: var(--main-text-color);
    background: var(--bg-color);
    font-family: 'Inter', 'helvetica neue', helvetica, arial, sans-serif !important;
    margin: 0;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
    line-height: 1.5em !important;
    margin-top: 2.2em !important;
    margin-bottom: 4px;
}

.markdown-body h2 {
    font-size: 1.4em !important;
    margin: 40px 10px 20px 0;
    padding-left: 9px;
    border-left: 6px solid var(--title-bar-color);
    font-weight: 600;
    color: #0d3356;
    line-height: 1.7em !important;
    text-decoration: underline;
}

.markdown-body h3 {
    font-weight: 600;
    font-size: 1.2em !important;
    line-height: 1.4;
    margin: 10px 0 5px;
    padding-top: 10px;
    color: #0d3356;
}

.markdown-body h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em !important;
    line-height: 1.4;
    margin: 10px 0 5px;
    padding-top: 10px
}

.markdown-body h5, .markdown-body h6 {
    font-size: .9em !important;
}

.markdown-body h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.markdown-body h6 {
    font-weight: normal;
    color: var(--small-title-color);
}

.markdown-body img {
    max-width: var(--img-width);
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-height: 600px;
    
}

.markdown-body dl, .markdown-body ol, .markdown-body ul {
    margin-top: 12px !important;
    margin-bottom: 20px !important;;
    padding-left: 5% !important;;
    line-height: 1.8 !important;;
    list-style: disc !important;;
}

.markdown-body p {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding: 0;
    line-height: 28px;
    font-feature-settings: normal;
    font-size: 16px;
    font-synthesis-small-caps: none;
    font-synthesis-style: auto;
    font-synthesis-weight: none;
    font-variation-settings: normal;
    font-weight: 400;
}

.markdown-body a {
    font-weight: 600;
    font-size: 16px;
    color: var(--link-color);
    text-decoration: none;
}

.markdown-body a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

.markdown-body a:focus {
    outline-offset: -2px;
}

/*.markdown-body blockquote {*/
/*    font-size: 1em !important;*/
/*    font-style: normal;*/
/*    padding: 30px 38px;*/
/*    margin: 0 0 15px;*/
/*    position: relative;*/
/*    line-height: 1.8;*/
/*    text-indent: 0;*/
/*    border: none;*/
/*    color: var(--quote-color);*/
/*}*/
/*.markdown-body blockquote:before {*/
/*    content: "“";*/
/*    left: 12px;*/
/*    top: 0;*/
/*    color: var(--quote-marks-color);*/
/*    font-size: 4em !important;*/
/*    font-family: Arial, serif;*/
/*    line-height: 1em !important;*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*}*/
/*.markdown-body blockquote:after {*/
/*    content: "”";*/
/*    right: 12px;*/
/*    bottom: -26px;*/
/*    color: var(--quote-marks-color);*/
/*    font-size: 4em !important;*/
/*    font-family: Arial, serif;*/
/*    line-height: 1em !important;*/
/*    font-weight: 600;*/
/*    position: absolute;*/
/*    bottom: -31px;*/
/*}*/

blockquote {
    border-left: 5px solid #eee;
    padding: 10px 20px;
}

.markdown-body dl, .markdown-body ol, .markdown-body ul, .markdown-body pre, .markdown-body blockquote, .markdown-body .table {
    margin-bottom: 1.8rem;
}

.markdown-body blockquote {
    background-color: #eff0f0;
    border-radius: 4px;
    border-left: 5px solid #032543 !important;
}

.markdown-body blockquote p {
    margin: 10px;
}

.markdown-body strong, .markdown-body dfn {
    font-weight: 600;
}

.markdown-body em, .markdown-body dfn {
    font-style: italic;
    font-weight: 400;
}

.markdown-body del {
    text-decoration: line-through;
}

.markdown-body figure {
    margin: 1em 0;
}

.markdown-body figcaption {
    font-size: 0.75em !important;
    padding: 0.5em 2em !important;
    margin-bottom: 2em !important;
}

.markdown-body figure img {
    margin-bottom: 0px;
}

.markdown-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--hr-line-color);
}

.markdown-body ol p, .markdown-body ul p {
    margin-bottom: 0px;
}

.markdown-body li {
    margin-bottom: 0.75em !important;
    margin-top: 0.75em !important;
}

.markdown-body ol#footnotes {
    font-size: 0.95em !important;
    padding-top: 1em !important;
    margin-top: 1em !important;
    margin-left: 0;
    border-top: 1px solid;
    counter-reset: footer-counter;
    list-style: none;
    color: var(--foot-note-color);
    padding-left: 5%;
    margin: 20px 0;
}

.markdown-body ol#footnotes li {
    margin-bottom: 10px;
    margin-left: 16px;
    font-weight: 400;
    line-height: 2;
    list-style-type: none;
}

.markdown-body ol#footnotes li:before {
    content: counter(footer-counter) ". ";
    counter-increment: footer-counter;
    font-weight: 800;
    font-size: .95em !important;
}

.markdown-body

@keyframes highfade {
    0% {
        background-color: none;
    }
    20% {
        background-color: var(--target-animation-color);
    }
    100% {
        background-color: none;
    }
}

.markdown-body

@-webkit-keyframes highfade {
    0% {
        background-color: none;
    }
    20% {
        background-color: var(--target-animation-color);
    }
    100% {
        background-color: none;
    }
}

.markdown-body a:target, ol#footnotes li:target, sup a:target {
    animation-name: highfade;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: highfade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

.markdown-body a:target {
    border: 0;
    outline: 0;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}


.markdown-body table {
    width: 100%;
    border-collapse: separate;
    border-style: solid;
    font-size: 0.875rem;
    line-height: 160%;
    border-spacing: 0;
    overflow-x: auto;
    border-radius: 6px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 227 234 / var(--tw-border-opacity));
    margin-top: 30px;
    margin-bottom: 30px;
}

.markdown-body thead {
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 248 / var(--tw-bg-opacity));
}

.markdown-body th {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 227 234 / var(--tw-border-opacity));
    padding: 0.5rem;
    text-align: left;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(31 45 61 / var(--tw-text-opacity));
}

.markdown-body td {
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(152 169 192 / var(--tw-text-opacity));
}

.markdown-body td:first-child, .markdown-body th:first-child {
    padding-left: 1rem;
}

.markdown-body td:last-child, .markdown-body th:last-child {
    padding-right: 1rem;
}

.markdown-body tr:not(:last-child) td {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(223 227 234 / var(--tw-border-opacity));
}

@media only screen and (min-device-width: 320px) and (max-device-width:480px) {
    .markdown-body {
        padding: 1em 1em !important;
    }
    .m-down .w-75{
        width: 100% !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width:960px) {
    .markdown-body {
        padding: 1em 1em !important;
    }
    .m-down .w-75{
        width: 100% !important;
    }
}