/***********************************/
/**          SEARCH              **/
/**********************************/
.search-result {
    padding: 15px 15px 15px 10px;
    margin-bottom: 10px;
}

.search-result h4 {
    margin: 0;
}

.search-result:nth-child(even) {
    background: rgba(51, 51, 51, 0.25);
}
.search-result:nth-child(1n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(2n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(3n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(4n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(5n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(6n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(7n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:nth-child(8n) {
    border-left: 5px solid rgba(51, 51, 51, 0.425);
}
.search-result:hover {
    cursor: pointer;
    padding-left: 10px;
    border-left-color: #E49400;
    -webkit-transition: border-left-color 0.2s;
    -moz-transition: border-left-color 0.2s;
    -o-transition: border-left-color 0.2s;
    transition: border-left-color 0.2s;
}
.search-result > p {
    margin-bottom: 0px;
}

.row {
    overflow: visible !important;
}

.search-nav {
    display: flex;;
    align-items: center;
}
.search-nav>li {
    position: relative;
    display: block;
    background: none;
    float: left;
}
.search-nav>li.divider {
    display: block;
    height: 38px;
    width: 1px;
    margin: 0 10px;
    background: linear-gradient(0.5turn, rgb(0 0 0 / 0%), #666666, rgb(0 0 0 / 0%));
}

.search_content em{
    font-weight: bold;
    color: #E49400;
}

.modal-content .modal-body .hljs{
    background: rgba(51,51,51,0.425) !important;
}

.modal-content .modal-body .hljs em{
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 3px;
    font-style: normal;
}

.dropdown-menu{
    min-width: 120px;
}

.dropdown-custom-right {
    top: -5px;
    left: 120px;
    right: 0;
}