.doc-content {
    color: #212529;
}

.doc-content a {
    text-decoration: underline !important;
    transition: all .2s;
    cursor: pointer !important;
}

.doc-content a:hover,
.doc-content a.active,
.doc-menu > span:hover,
.doc-menu > span.active {
    color: var(--eld-primary, #132f4a) !important;
}

.doc-content li {
    padding-left: 20px;
}

.text-underline {
    text-decoration: underline;
}

.list-check {
    list-style: none;
}

.list-check i {
    margin-left: -20px;
}

.doc-menu {
    position: fixed;
    top: 0;
    padding: 5px;
    background-color: #fff;
    border-bottom: 2px solid;
    z-index: 1;
}

.doc-menu > span {
    cursor: pointer;
}
