div.document div.admonition.danger, div.document div.admonition.error {
    box-shadow: 0px 0px 0px 2px rgb(255, 0, 0);
    border-radius: 0.1rem;
	border-left: 5px solid rgb(255, 0, 0) !important;
}

div.document div.admonition.important {
    box-shadow: 0px 0px 0px 2px #56b79c;
}

div.document div.admonition.note {
    box-shadow: 0px 0px 0px 2px #587f9f;
}

div.document div.admonition.warning {
    box-shadow: 0px 0px 0px 2px #eed202;
    border-left: 5px solid #eed202 !important;
}

div.document div.admonition.warning p.admonition-title {
    color: #eed202 !important;
}

div.document div.admonition.danger p.admonition-title, div.document div.admonition.error p.admonition-title {
	color: rgb(255, 0, 0) !important;
    font-size: 0.95rem;
    padding-top: 0.2rem;
    padding-bottom: 0;
}
/*
div.documentwrapper {
    max-width: 65rem !important;
}*/

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.15rem;
}

.sd-card-header{
    background-color: #4e87c7;
}

.frc {
    border-left: 5px solid #0033ff;
    box-shadow: 0px 0px 0px 2px #0033ff !important;
}

.customcallout {
    border-left: 2px solid #00fbff !important;
    border-top: 2px solid #00fbff !important;
    border-bottom: 2px solid #00fbff !important;
    border-right: 2px solid #00fbff !important;
}

.sphinx-tabs-panel {
    background: none;
    border-left: none;
    border-right: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sphinx-tabs-tab {
    color: #4e87c7;
    border-left: none;
    border-right: none;
    border-top: none;
}
.sphinx-tabs-tab[aria-selected="true"]{
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 3px solid #4e87c7;
    font-weight: 800;
}

html[data-theme="light"] {
    --pst-color-primary: #00fbff;
}

html[data-theme="dark"] {
    --pst-color-primary: #00fbff;
}

html[data-theme="light"] {
    --pst-color-secondary: #00fbff;
}

html[data-theme="dark"] {
    --pst-color-secondary: #00fbff;
}

html[data-theme="light"] {
    --pst-color-accent: #00fbff;
}

html[data-theme="dark"] {
    --pst-color-accent: #00fbff;
}