.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
    color: #e4e4e4d0;
    
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #5a7586;
}

.wy-side-nav-search input[type=text] {
    width: 100%;
    border-radius: 10px;
    padding: 6px 12px;
    border-width: 1.5px;
    border-color: #bfc200;
    background-color: #33626f;
    box-shadow: none;
}

.wy-side-nav-search {
    background-color: #082d40;
}

.wy-side-scroll {
    background-color: #072732;
}

.wy-nav-side {
    background-color: #072732;
}

.wy-nav-top {
    background: #082d40;
    color: #bfc200;
    /* position: fixed; */
    z-index: 1000;
    max-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

.wy-nav-top a {
    color: #e4e4e4d0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translateY(-50%);
}

.wy-nav-top i {
    font-size: 25px;
    padding-top: initial;
}

/* .wy-nav-content-wrap .wy-nav-content {
    padding:  60px 30px;
} */

/* .wy-menu-vertical li.toctree-l1.current {
    border-top: #bfc200;
    border-bottom: #bfc200;
    border-width: 1px;
} */

.wy-menu-vertical li.current a {
    background: #8fb4c5;
}

.wy-menu-vertical a {
    color: #e4e4e4c2;
}

.wy-menu-vertical a:hover {
    background-color: #bfc200;
    cursor: pointer;
    color: #072732;
}

.wy-menu-vertical li.toctree-l1.current>a {
    background-color: #326775;
    border-top: #33626f;
    border-bottom: #33626f;
    /* color: #072732; */
    color: #bfc200;
}

.wy-menu-vertical li.toctree-l1 a:hover {
    background-color: #bfc200;
    cursor: pointer;
    color: #072732;
}

.wy-menu-vertical li.toctree-l2 a:hover {
    
    background-color: #bfc200 !important;
    cursor: pointer;
    color: #072732;
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2>a {
    display: block;
    background: #5e8696;
    color: #082d40;
}

.wy-menu-vertical li.toctree-l2.current>a {
    background: #00283f;
    padding: .4045em 2.427em;
    color: #6f909e;
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
    display: block;
    background: #6f97a8;
    padding: .4045em 4.045em;
    color: #082d40;
}

.wy-menu-vertical li.toctree-l3.current>a {
    background: #00283f;
    padding: .4045em 2.427em;
    color: #6f909e;
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
    display: block;
    background: #85acbe;
    padding: .4045em 4.045em;
    color: #082d40;
}

.wy-menu-vertical li.toctree span.toctree-expand {
    color: #082d40
}

.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
    color: #082d40
}

.wy-menu-vertical li.toctree-l2 span.toctree-expand {
    color: #082d40
}

/* nav > div > div > ul > li:not(.current) > a.reference.internal:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    padding-right: 5px;
} */

.wy-nav-content {
    max-width: initial;
    background: #e4e4e477;
}

#rtd-search-form input:first-child::placeholder {
    color: #e4e4e477;
}

#rtd-search-form input:first-child {
    color: rgb(255, 251, 0);
}

/* Language Switcher Styles */
.language-switcher {
    display: none;
}

/* Sidebar Language Switcher */
.sidebar-language-switcher {
    padding: 0 15px;
    margin: 10px 0;
    text-align: center;
}

.sidebar-language-switcher hr {
    margin: 10px 0;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-language-switcher-title {
    color: #bfc200;
    font-size: 14px;
    margin-bottom: 5px;
}

.sidebar-language-options {
    font-size: 14px;
    line-height: 1.6;
}

.sidebar-language-options a {
    color: #e4e4e4c2 !important;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 2px 4px;
}

.sidebar-language-options a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.current-language {
    color: #bfc200 !important;
    font-weight: bold;
    padding: 2px 4px;
}
