@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Features/Components/CurriculumLink.razor.rz.scp.css */
[b-tw6znciog7] a.active {
    font-weight: 500;
    color: white;
}

a.active .circle[b-tw6znciog7] {
    background-color:#4338ca;
}
/* /Features/Components/EmbedCodeSnippet.razor.rz.scp.css */
.code-snippet[b-0ir8ny4al7] {
    padding: 0; 
    color: #555555;
}

.code-snippet p[b-0ir8ny4al7] {
    font-size: 0.8em;
    margin: 0 0 2em;
}
/* /Features/Components/FeedbackForm.razor.rz.scp.css */
[b-chzmycsrzc] .invalid {
    border: 2px solid red;
}
/* /Features/Components/InlineMarkdown.razor.rz.scp.css */
h1[b-pnarh7lqm4] {
    text-align: center !important;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

[b-pnarh7lqm4] p, [b-pnarh7lqm4] ul, [b-pnarh7lqm4] .mermaid, [b-pnarh7lqm4] h1, [b-pnarh7lqm4] h2, [b-pnarh7lqm4] h3, [b-pnarh7lqm4] h4, [b-pnarh7lqm4] h5, [b-pnarh7lqm4] ol {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

[b-pnarh7lqm4] pre {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

[b-pnarh7lqm4] code-demo pre {
    width: 100%;
}

[b-pnarh7lqm4] code-demo ul {
    margin-top: 0em;
    margin-bottom: 0em;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

[b-pnarh7lqm4] code-demo button {
    color: white;
}

[b-pnarh7lqm4] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[b-pnarh7lqm4] ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 !important;
}

[b-pnarh7lqm4] ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 !important;
}

[b-pnarh7lqm4] ul, [b-pnarh7lqm4] p, [b-pnarh7lqm4] ol {
    color: #3a3a3a;
    font-size: 1.1rem;
    line-height: 1.6em;
    margin: 0 !important;
}

[b-pnarh7lqm4] li {
    line-height: 1.6rem;
    color: #3a3a3a;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

[b-pnarh7lqm4] ul ul {
    margin-top: 0em;
    margin-bottom: 0.4em;
    padding-left: 0 !important;
}

[b-pnarh7lqm4] h1, [b-pnarh7lqm4] h2, [b-pnarh7lqm4] h3, [b-pnarh7lqm4] h4{
    color: #3a3a3a !important;    
}

[b-pnarh7lqm4] a {
    color: #7162d5;
    text-decoration: underline;
}

[b-pnarh7lqm4] .mermaid {
    border: 2px solid lightgray;
    margin: 2em;
    background-color: #f6f6f6;
}

[b-pnarh7lqm4] .mermaid svg {
    margin-left:auto;
    margin-right:auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-pnarh7lqm4] div.info {
    max-width: 48rem;
    background-color: #f6f6f6;
    border: 2px solid #7162d5;
    margin: 2em auto;
    padding: 1em;
}

[b-pnarh7lqm4] div.tips {
    max-width: 48rem;
    background-color: #f6f6f6;
    border: 2px solid #6ec080;
    margin: 2em auto;
    padding: 1em;
}

[b-pnarh7lqm4] blockquote {
    font-style: italic;
    line-height: 1.618;
    font-size: 1.2em;
    width: 30em;
    position: relative;
    padding: 10px 60px;
    margin:auto;
}

[b-pnarh7lqm4] blockquote::before {
    content: open-quote;
    /* Place it at the top-left */
    top: 0;
    left: 0;
}

[b-pnarh7lqm4] blockquote::after {
    content: close-quote;
    /* Place it at thee bottom-right */
    bottom: 0;
    right: 0;
}

[b-pnarh7lqm4] blockquote::before,
[b-pnarh7lqm4] blockquote::after {
    background-color: #cccccc;
    display: block;
    width: 40px;
    height: 45px;
    line-height: 1.618;
    font-size: 2em;
    border-radius: 100%;
    text-align: center;
    position: absolute;
}
/* /Features/Components/MarkdownView.razor.rz.scp.css */
h1[b-n1olwxj332] {
    text-align: center !important;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

[b-n1olwxj332] p, [b-n1olwxj332] ul, [b-n1olwxj332] .mermaid, [b-n1olwxj332] h1, [b-n1olwxj332] h2, [b-n1olwxj332] h3, [b-n1olwxj332] h4, [b-n1olwxj332] h5, [b-n1olwxj332] ol {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.8em;
}

[b-n1olwxj332] pre {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

[b-n1olwxj332] code-demo pre {
    width: 100%;
}

[b-n1olwxj332] code-demo ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

[b-n1olwxj332] code-demo button {
    color: white;
}

[b-n1olwxj332] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[b-n1olwxj332] ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 2em;
}

[b-n1olwxj332] ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1.2em;
}

[b-n1olwxj332] ul, [b-n1olwxj332] p, [b-n1olwxj332] ol {
    color: #3a3a3a;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.1rem;    
}

[b-n1olwxj332] li {
    line-height: 2rem;
    color: #3a3a3a;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

[b-n1olwxj332] ul ul {
    margin-top: 0em;
    margin-bottom: 0.4em;
}

[b-n1olwxj332] h1, [b-n1olwxj332] h2, [b-n1olwxj332] h3, [b-n1olwxj332] h4{
    color: #3a3a3a !important;    
}

[b-n1olwxj332] a {
    color: #7162d5;
    text-decoration: underline;
}

[b-n1olwxj332] .mermaid {
    border: 2px solid lightgray;
    margin: 2em;
    background-color: #f6f6f6;
}

[b-n1olwxj332] .mermaid svg {
    margin-left:auto;
    margin-right:auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

[b-n1olwxj332] div.info {
    max-width: 48rem;
    background-color: #f6f6f6;
    border: 2px solid #7162d5;
    margin: 2em auto;
    padding: 1em;
}

[b-n1olwxj332] div.tips {
    max-width: 48rem;
    background-color: #f6f6f6;
    border: 2px solid #6ec080;
    margin: 2em auto;
    padding: 1em;
}

[b-n1olwxj332] blockquote {
    font-style: italic;
    line-height: 1.618;
    font-size: 1.2em;
    width: 30em;
    position: relative;
    padding: 10px 60px;
    margin:auto;
}

[b-n1olwxj332] blockquote::before {
    content: open-quote;
    /* Place it at the top-left */
    top: 0;
    left: 0;
}

[b-n1olwxj332] blockquote::after {
    content: close-quote;
    /* Place it at thee bottom-right */
    bottom: 0;
    right: 0;
}

[b-n1olwxj332] blockquote::before,
[b-n1olwxj332] blockquote::after {
    background-color: #cccccc;
    display: block;
    width: 40px;
    height: 45px;
    line-height: 1.618;
    font-size: 2em;
    border-radius: 100%;
    text-align: center;
    position: absolute;
}
/* /Features/Components/Spinner.razor.rz.scp.css */

.lds-ellipsis[b-i065ftw26h],
.lds-ellipsis div[b-i065ftw26h] {
    box-sizing: border-box;
}
.lds-ellipsis[b-i065ftw26h] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div[b-i065ftw26h] {
    position: absolute;
    top: 33.33333px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: currentColor;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1)[b-i065ftw26h] {
    left: 8px;
    animation: lds-ellipsis1-b-i065ftw26h 0.6s infinite;
}
.lds-ellipsis div:nth-child(2)[b-i065ftw26h] {
    left: 8px;
    animation: lds-ellipsis2-b-i065ftw26h 0.6s infinite;
}
.lds-ellipsis div:nth-child(3)[b-i065ftw26h] {
    left: 32px;
    animation: lds-ellipsis2-b-i065ftw26h 0.6s infinite;
}
.lds-ellipsis div:nth-child(4)[b-i065ftw26h] {
    left: 56px;
    animation: lds-ellipsis3-b-i065ftw26h 0.6s infinite;
}
@keyframes lds-ellipsis1-b-i065ftw26h {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3-b-i065ftw26h {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2-b-i065ftw26h {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* /Features/Components/TaskList.razor.rz.scp.css */
ol[b-afog6kaw03], ul[b-afog6kaw03] {
    padding: 0 !important;
}
