/*required: admonitions, status_icons, accent_fg_color, primary_bg_color, tooltip_width
content_area_width, classic_admonition_style, default_icons, color_theme*/
:root {
    --md-admonition-icon--theme: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13 9V3.5L18.5 9M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"/></svg>');
    --md-admonition-icon--jinja: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.613 3.494h-.087C19.268 4.91 13.69 4.91 12.14 4.885l-1.434-.025C6.476 4.705 4.318 3.082.538 1.394c-.261-.116-.565.077-.536.348c.029.927.275 4.818 3.186 5.836c.102.04.218.077.32.103c.144.026.202.142.231.22l.246.76c.044.18.174.334.32.334h.245c.217 0 .391.155.406.348v.735c0 .077-.073.141-.16.141H2.928c-.174 0-.319.13-.319.284v1.147c0 .154.145.283.32.283h1.867c.087 0 .16.064.16.142v.31c0 .076-.073.141-.16.141H2.928c-.174.012-.305.128-.305.283v1.148c0 .129.116.27.247.27h1.94c.088 0 .16.065.16.142v7.537c0 .387.362.709.797.709h1.318c.434 0 .797-.322.797-.71V14.37c0-.077.072-.142.16-.142l8.14-.013c.087 0 .16.065.16.142v7.576c0 .386.362.709.797.709h1.318c.434 0 .796-.323.796-.71v-7.588c0-.077.073-.141.16-.141c0 0 2.028-.013 2.057-.026a.29.29 0 0 0 .144-.245v-1.135c0-.155-.144-.283-.333-.283h-2.013V12.5h-.015v-.425c0-.078.073-.142.16-.142h1.868c.174 0 .319-.129.319-.283v-1.147c0-.155-.145-.284-.32-.284h-1.867c-.087 0-.16-.064-.16-.14v-.736c0-.18.174-.348.406-.348h.246c.174 0 .275-.167.319-.335l.246-.76c.03-.103.13-.193.246-.232c1.869-.412 2.637-1.636 3.274-3.556V4.1c.072-.49-.26-.58-.377-.605zM16.37 8.97v1.12c0 .155-.102.271-.232.271h-2.607c-.13 0-.232-.116-.232-.27v-1.12c0-.143.1-.272.232-.272h2.607a.28.28 0 0 1 .232.27zm-5.375 0v1.12c0 .142-.102.271-.232.271H8.157c-.13 0-.232-.116-.232-.27v-1.12c0-.143.101-.272.232-.272h2.607a.28.28 0 0 1 .232.27z"/></svg>');
    --md-admonition-icon--python: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.14 7.5A2.86 2.86 0 0 1 22 10.36v3.78A2.86 2.86 0 0 1 19.14 17H12c0 .39.32.96.71.96H17v1.68a2.86 2.86 0 0 1-2.86 2.86H9.86A2.86 2.86 0 0 1 7 19.64v-3.75a2.85 2.85 0 0 1 2.86-2.85h5.25a2.85 2.85 0 0 0 2.85-2.86V7.5zm-4.28 11.79c-.4 0-.72.3-.72.89s.32.71.72.71a.71.71 0 0 0 .71-.71c0-.59-.32-.89-.71-.89m-10-1.79A2.86 2.86 0 0 1 2 14.64v-3.78A2.86 2.86 0 0 1 4.86 8H12c0-.39-.32-.96-.71-.96H7V5.36A2.86 2.86 0 0 1 9.86 2.5h4.28A2.86 2.86 0 0 1 17 5.36v3.75a2.85 2.85 0 0 1-2.86 2.85H8.89a2.85 2.85 0 0 0-2.85 2.86v2.68zM9.14 5.71c.4 0 .72-.3.72-.89s-.32-.71-.72-.71c-.39 0-.71.12-.71.71s.32.89.71.89"/></svg>');
}
.md-typeset .admonition.theme,
.md-typeset details.theme {
    border-color: rgb(0, 0, 0);
}
.md-typeset .admonition.theme:focus-within,
.md-typeset details.theme:focus-within {
    box-shadow: 0 0 0 0.2rem rgb(64, 81, 181); ## #00c8531a
}
.md-typeset .theme > .admonition-title,
.md-typeset .theme > summary {
    background-color: rgb(64, 81, 181);
    color: rgb(51, 51, 51);
}
.md-typeset .theme > .admonition-title:before,
.md-typeset .theme > summary:before {
    background-color: rgb(0, 0, 0);
    -webkit-mask-image: var(--md-admonition-icon--theme);
    mask-image: var(--md-admonition-icon--theme);
}
.md-typeset .theme > .admonition-title:after,
.md-typeset .theme > summary:after {
    color: rgb(0, 0, 0);  ## #00c853
}

.md-typeset .admonition.jinja,
.md-typeset details.jinja {
    border-color: rgb(0, 0, 0);
}
.md-typeset .admonition.jinja:focus-within,
.md-typeset details.jinja:focus-within {
    box-shadow: 0 0 0 0.2rem rgb(255, 99, 71); ## #00c8531a
}
.md-typeset .jinja > .admonition-title,
.md-typeset .jinja > summary {
    background-color: rgb(255, 99, 71);
    color: rgb(51, 51, 51);
}
.md-typeset .jinja > .admonition-title:before,
.md-typeset .jinja > summary:before {
    background-color: rgb(0, 0, 0);
    -webkit-mask-image: var(--md-admonition-icon--jinja);
    mask-image: var(--md-admonition-icon--jinja);
}
.md-typeset .jinja > .admonition-title:after,
.md-typeset .jinja > summary:after {
    color: rgb(0, 0, 0);  ## #00c853
}

.md-typeset .admonition.python,
.md-typeset details.python {
    border-color: rgb(0, 0, 0);
}
.md-typeset .admonition.python:focus-within,
.md-typeset details.python:focus-within {
    box-shadow: 0 0 0 0.2rem rgb(173, 216, 230); ## #00c8531a
}
.md-typeset .python > .admonition-title,
.md-typeset .python > summary {
    background-color: rgb(173, 216, 230);
    color: rgb(51, 51, 51);
}
.md-typeset .python > .admonition-title:before,
.md-typeset .python > summary:before {
    background-color: rgb(0, 0, 0);
    -webkit-mask-image: var(--md-admonition-icon--python);
    mask-image: var(--md-admonition-icon--python);
}
.md-typeset .python > .admonition-title:after,
.md-typeset .python > summary:after {
    color: rgb(0, 0, 0);  ## #00c853
}




.md-typeset .admonition, .md-typeset details {
    --border-width: 0;
    --border-left-width: 4px;
}

