.main_highlight__filter_container {
    padding-left: 3%;
    width: 100%;
}
.main_highlight__filter_container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
}
.navbar-filter {
    margin: 0 auto;
    padding: 0 15px;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.navbar-filter>form>div.row>div {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.sidenav > div {
    max-width: 220px;
    width: 220px;
    min-width: 196px;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.btn-showoptions {
    cursor: pointer;
}
.submenu {
    height: auto;
    position: absolute;
    top: 65px;
    background: #FFF;
    display: none;
    left: -1px;
    right: -1px;
    border-top: none !important;
    padding: 15px;
}

.filter-selected {
    clear: both;
    font-size: 12px;
    width: 100%;
    /* border: solid 1px #DDD; */
    text-overflow: ellipsis;
    overflow: hidden;
    height: 12x;
    white-space: nowrap;
}
.submenu.show {
    display: block;
    z-index: 1000;
}
.submenu ul {
    list-style: none;
    padding: 0;
}
.submenu ul li {
    text-transform: capitalize;
}
.submenu ul li {
    text-transform: capitalize;
}
.checkbox label {
    font-size: 0.9rem;
    padding: 0;
    margin-bottom: 0.4rem;
}
.text-green {
    color: #33853b;
}
.text-blue {
    color: #134078;
}
.text-red {
    color: #ce1e20;
}


.panel {
    border: solid 1px #DDD;
    padding: 35px !important;
    height: auto;
    color: #FFF;
    position: relative;
}

.panel.panel-categoryE {
    color: #000;
    background: rgb(186, 190, 47);
    background: linear-gradient(90deg, rgba(186, 190, 47, 1) 0%, rgba(244, 255, 0, 1) 100%);
}

.panel.panel-categoryC {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(231, 231, 230, 1) 100%);
}

.panel.panel-categoryP {
    background: rgb(144, 0, 0);
    background: linear-gradient(90deg, rgba(144, 0, 0, 1) 0%, rgba(255, 61, 61, 1) 100%);
}

.panel.panel-categoryL {
    background: rgb(21, 137, 140);
    background: linear-gradient(90deg, rgba(21, 137, 140, 1) 0%, rgba(36, 217, 228, 1) 100%);
}

.panel.panel-categoryR {
    background: rgb(99, 0, 144);
    background: linear-gradient(90deg, rgba(99, 0, 144, 1) 0%, rgba(194, 61, 255, 1) 100%);
}

.panel.panel-categoryF {
    background: rgb(247, 130, 3);
    background: linear-gradient(90deg, rgba(247, 130, 3, 1) 0%, rgba(255, 209, 0, 1) 100%);
}

<!-- .panel.panel-category7 {
    background: rgb(3, 139, 247);
    background: linear-gradient(90deg, rgba(3, 139, 247, 1) 0%, rgba(0, 215, 255, 1) 100%);
}

.panel.panel-category8 {
    background: rgb(29, 140, 21);
    background: linear-gradient(90deg, rgba(29, 140, 21, 1) 0%, rgba(72, 228, 36, 1) 100%);
} -->

.panel p {
    font-size: 0.8rem;
}

.panel p strong {
    font-size: 1rem;
}

article h4 {
    height: 75px;
}

.panel .results {
    font-size: 1.1rem;
}

.panel .viewmore {
    font-size: 0.9rem;
}

.panel .footer {
    position: absolute;
    bottom: 20px;
}

#myTab .btn.active {
    color: #FFF;
}

#tab-results .tab-pane {
    padding: 20px;
}

#myTab .btn.active .badge {
    color: #212529;
    background-color: #f5f5f5;
}

#myTab .btn.active:hover {
    background-color: #f78203;
}

#myTab .btn:hover {
    background-color: #fae1c6;
}

.border-primary {
    border-color: #f78203 !important;
}

@media (min-width: 1200px) and (max-width: 3991px) {

    .hidden-sm,
    .hidden-lg,
    .hidden-xl,
    .hidden-md-down,
    .hidden-lg-down,
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-sm-up,
    .hidden-md-up,
    .hidden-unless-xs,
    .hidden-unless-sm,
    .hidden-unless-lg,
    .hidden-unless-xl {
        display: none !important;
    }
}

.wanted-container .rounded {
    border-radius: 0.8rem !important;
}

.wanted-container article {
    background-color: #FFF;
}