.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.footer {
    background-color: #f5f5f5;
}

#main-container{
    margin-top: 60px;
}


#dir_search, #dir_search:active, #dir_search:focus, #dir_search:target{
    border: thin solid #0a67fb;
    font-size:medium;
    line-height: 1.2em;
    text-indent: 1em;
    padding-right: 1em;
}

span.highlight_keyword{
    background-color: yellow;
    border:solid thin #9e9e9e;
    padding: 5px;
    border-radius: 5px;
    box-shadow:0 0 3px grey;
}

ul.role-list {
    height: 23.5em;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 115%;
    margin-left: 0;
    margin-right: 0;
}

a.nav-link.active{
    font-weight: bold;
}

.jqtree-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15em; /* 根据需要调整最大宽度 */
    display: inline-block;
}

#nave_end {
    width: 3rem;
    right: 0;
    margin-right: 1rem;
    position: fixed;
    bottom: 1rem;
}