/* _content/AskDewey/Components/Answer.razor.rz.scp.css */
/*form use like 
https://github.com/MyNihongo/MudBlazor.Markdown/blob/main/src/MudBlazor.Markdown/Resources/MudBlazor.Markdown.css

*/

@media print {
    *[b-h4t6ln8ske], *[b-h4t6ln8ske]:before, *[b-h4t6ln8ske]:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a[b-h4t6ln8ske],
    a:visited[b-h4t6ln8ske] {
        text-decoration: underline;
    }

        a[href][b-h4t6ln8ske]:after {
            content: " (" attr(href) ")";
        }

    abbr[title][b-h4t6ln8ske]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"][b-h4t6ln8ske]:after,
    a[href^="javascript:"][b-h4t6ln8ske]:after {
        content: "";
    }

    pre[b-h4t6ln8ske],
    blockquote[b-h4t6ln8ske] {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead[b-h4t6ln8ske] {
        display: table-header-group;
    }

    tr[b-h4t6ln8ske],
    img[b-h4t6ln8ske] {
        page-break-inside: avoid;
    }

    img[b-h4t6ln8ske] {
        max-width: 100% !important;
    }

    p[b-h4t6ln8ske],
    h2[b-h4t6ln8ske],
    h3[b-h4t6ln8ske] {
        orphans: 3;
        widows: 3;
    }

    h2[b-h4t6ln8ske],
    h3[b-h4t6ln8ske] {
        page-break-after: avoid;
    }
}

html[b-h4t6ln8ske] {
    font-size: 12px;
}

/*html ul {
    margin: 1em 0;
    padding: 0 0 0 40px;
}*/

@media screen and (min-width: 32rem) and (max-width: 48rem) {
    html[b-h4t6ln8ske] {
        font-size: 15px;
    }
}

@media screen and (min-width: 48rem) {
    html[b-h4t6ln8ske] {
        font-size: 16px;
    }
}

body[b-h4t6ln8ske] {
    line-height: 1.85;
}

[b-h4t6ln8ske] p, .air-p[b-h4t6ln8ske] {
    font-size: 1rem;
    margin-bottom: 1.3rem;
}

[b-h4t6ln8ske] h1,
[b-h4t6ln8ske] .air-h1,
[b-h4t6ln8ske] h2,
[b-h4t6ln8ske] .air-h2,
[b-h4t6ln8ske] h3,
[b-h4t6ln8ske] .air-h3,
[b-h4t6ln8ske] h4,
[b-h4t6ln8ske] .air-h4 {
    margin: 1.414rem 0 .5rem;
    font-weight: inherit;
    line-height: 1.42;
}

/* https://github.com/mrmrs/fluidity */

img[b-h4t6ln8ske],
canvas[b-h4t6ln8ske],
iframe[b-h4t6ln8ske],
video[b-h4t6ln8ske],
svg[b-h4t6ln8ske],
select[b-h4t6ln8ske],
textarea[b-h4t6ln8ske] {
    max-width: 100%;
}

body[b-h4t6ln8ske] {
    color: #444;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    margin: 6rem auto 1rem;
    max-width: 48rem;
    text-align: center;
}

img[b-h4t6ln8ske] {
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

a[b-h4t6ln8ske],
a:visited[b-h4t6ln8ske] {
    color: #3498db;
}

    a:hover[b-h4t6ln8ske],
    a:focus[b-h4t6ln8ske],
    a:active[b-h4t6ln8ske] {
        color: #2980b9;
    }

/* Test this */
[b-h4t6ln8ske] code:not(.hljs) {
    color: var(--mud-palette-text-primary) !important;
    padding: 2.5px 7.5px;
    border-radius: 5px;
}

[b-h4t6ln8ske] pre {
    /*background-color: #fafafa*/;
    background: var(--mud-palette-action-default-hover);
    padding: 1em;
    text-align: left;
    white-space: pre-wrap;
    border-radius: 10px;
}

/* This component is public, so apply styling in all places, not only within mud-markdown-body */
[b-h4t6ln8ske] pre code.hljs {
    display: block !important;
    overflow-x: auto;
    padding: 1em;
}

[b-h4t6ln8ske] .snippet-clipboard-content .snippet-clipboard-copy-icon {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
}

[b-h4t6ln8ske] table {
    margin: 1.25em 0;
}


[b-h4t6ln8ske] .snippet-clipboard-content {
    position: relative !important;
}

[b-h4t6ln8ske] blockquote {
    margin: 0;
    border-left: 5px solid #7a7a7a;
    font-style: italic;
    padding: 1.33em;
    text-align: left;
}

[b-h4t6ln8ske] ul, [b-h4t6ln8ske] ol, [b-h4t6ln8ske] li {
    text-align: left;
    margin: 0 2px;
    padding: 0 0 0 1em;
}

[b-h4t6ln8ske] ul li {
    list-style: disc;
}

[b-h4t6ln8ske] p {
    /*color: #777;*/
    margin: 2px;
    padding: 2px;
}

[b-h4t6ln8ske] img {
    max-width: 100%;
}

[b-h4t6ln8ske] table {
    padding-left: 2em;
    border-collapse: collapse;
}

[b-h4t6ln8ske] table :is(td, th) {
    border: 1px solid black;
    padding: 0.3em;
   
}

[b-h4t6ln8ske] tr:nth-child(even) {
    background-color: whitesmoke;
}


/**
 * ==============================================
 * Dot Typing
 * Source: https://codepen.io/nzbin/pen/GGrXbp
 * https://github.com/nzbin/three-dots
 * ==============================================
 */
.dot-right[b-h4t6ln8ske] {
    position: absolute;
    right: 0;
    margin-right: 25px;
}

.dot-typing[b-h4t6ln8ske] {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #0685bf;
    color: #0685bf;
    box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    animation: dot-typing-b-h4t6ln8ske 1.5s infinite linear;
}

@keyframes dot-typing-b-h4t6ln8ske {
    0% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }

    16.667% {
        box-shadow: 9984px -10px 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }

    33.333% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }

    50% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px -10px 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }

    66.667% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }

    83.333% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px -10px 0 0 #0685bf;
    }

    100% {
        box-shadow: 9984px 0 0 0 #0685bf, 9999px 0 0 0 #0685bf, 10014px 0 0 0 #0685bf;
    }
}
