.wy-menu-vertical header,
.wy-menu-vertical p.caption {
    color: #fff
}

.wy-nav-content {
    max-width: 1400px;
}

.note .admonition-title::before {
    content: "\f05a";
}

.tip .admonition-title::before {
    content: url('../img/lightbulb-solid.svg');
    width: 11px;
    position: relative;
    top: 1px;
}

.rst-content .seealso {
    background-color: #e7ebfa;
}

.rst-content .seealso .admonition-title {
    background-color: #7a87e6;
}

.seealso .admonition-title::before {
    content: "\f138";
}

.material-symbols-outlined {
    position: relative;
    top: 4px;
    font-size: 18px !important;
    font-variation-settings: 'FILL' 1, 'GRAD' 200;
}

.material-symbols-no-fill {
    font-variation-settings: 'FILL' 0;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    text-transform: none;
    font-size: 16px;
    padding: 0 .75rem;
}