/* hyperlinks no underline */
a {
    text-decoration: none !important;
}

/* for the announcement link */
.bd-header-announcement a,
.bd-header-version-warning a {
    color: #7FDBFF;
}

.only-light {
    margin-top: 30px;
}

html[data-theme="dark"] .sphinx-tabs-panel {
    background: rgb(18, 18, 18);
}

html[data-theme="dark"] .sphinx-tabs-tab {
    position: relative;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #1D5C87;
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: rgba(18, 18, 18, 0);
    border-radius: 5px 5px 0 0;
    border: 0;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
}

html[data-theme="dark"] .sphinx-tabs-tab[aria-selected="true"] {
    font-weight: 700;
    border: 1px solid #a0b3bf;
    margin: -1px;
    background: rgb(18, 18, 18);
}

#rtd-footer-container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* for the search box in the navbar */
.form-control {
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
}

/* reduce padding for logo */
.navbar-brand {
    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
}

.navbar-icon-links {
    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
}
