<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav.nav-actions {
    padding-top: 30px;
}

.nav.nav-actions ul.filter-left &gt; li.col-md-auto {
    margin-right: 38px;
}

.nav.nav-actions ul.filter-left &gt; li &gt; a {
    padding: 0;
}

.nav.nav-actions ul.filter-left &gt; li:first-child {
    display: block;
}

.nav.nav-actions ul.filter-left &gt; li:first-child &gt; a &gt; h1 {
    background: none;
    font-size: 26px;
    color: #017bde;
    font-weight: 400;
    margin-bottom: 0;
}

.nav.nav-actions ul.filter-left &gt; li:first-child &gt; a.active &gt; h1 {
    font-weight: bold;
    color: #707070;
}

.nav.nav-actions ul &gt; li &gt; a.active {
    background: none;
}

.nav.nav-actions ul.filter-left &gt; li .count {
    width: max-content;
    height: 18px;
    padding: 0 5px;
}

.nav.nav-actions ul.filter-left &gt; li {
    display: none;
}

.nav.nav-actions ul.filter-left &gt; li:first-child .dropdown-toggle {
    width: 32px;
    height: 32px;
    margin-left: 6px;
    /*margin-top: -6px;*/
    display: block;
}

.nav.nav-actions ul.filter-left &gt; li:first-child .dropdown-toggle .fas.fa-angle-down {
    display: block;
    margin-top: -1px;
    margin-left: -1px;
}

.nav.nav-actions ul.filter-left &gt; li:first-child:hover .count {
    display: none;
}

.nav.nav-actions ul.filter-left &gt; li:hover .count {
    display: inline-block;
}

.nav.nav-actions ul.filter-right {
    font-size: 14px;
    padding-top: 16px;
    display: none;
    color: #7d86a4;
}

.nav.nav-actions ul.filter-right &gt; li {
    margin: 0;
}

.nav.nav-actions ul.filter-right &gt; li &gt; a {
    padding: 9px 7px;
}

.nav.nav-actions ul.filter-right &gt; li &gt; a:after,
.nav.nav-actions ul.filter-right &gt; li &gt; a.down:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    padding-left: 5px;
}

.nav.nav-actions ul.filter-right &gt; li &gt; a.up:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    padding-left: 5px;
}

.search {
    padding-top: 20px;
}

.search .fa-search {
    color: #7d86a4;
}

.search .form-control {
    font-size: 15px;
}

.search .input-group {
    border-bottom: 2px solid #efefef;
}

.search .search-result {
    font-size: 14px;
    color: #7d86a4;
    padding-top: 10px;
}

.search .search-result .count {
    color: #222222;
    font-weight: 600;
}

.search .white-panel {
    padding: 0;
    display: block;
}

.body .item-company {
    padding: 30px 0;
    font-size: 15px;
    color: #222222;
}

.body .item-profile {
    padding: 32px 0;
    font-size: 15px;
    color: #222222;
}

.body .item-company:first-child {
    border: none;
}

.body .item-company .header h2 {
    font-size: 22px;
    word-wrap: break-word;
}

.body .item-company .btn-grey &gt; a {
    font-size: 14px;
    background: #f2f2f2;
    padding: 8px 10px 7px;
}

.body .item-company .caption {
    font-size: 13px;
    color: #7d86a4;
}

.body .item-company p,
.body .item-company a {
    line-height: 1.1;
    margin-bottom: 8px;
}

#filter-mobile .btn-group button {
    border: none;
    background: none;
}

#filter-mobile .btn-group button:after {
    display: none;
}

#filter-mobile .btn-group button.btn:focus,
#filter-mobile .btn-group button.btn.focus {
    box-shadow: none;
}

#filter-mobile .fa-filter {
    margin: 10px;
    color: #7d86a4;
}

.fa-sort {
    color: #7d86a4;
    font-size: 18px;
}

.mobile-filter {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f2f2f2;
    font-weight: bold;
    color: #707070;
    border-radius: .25rem;
    cursor: default;
}

.body .item-company .img {
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.body .item-profile .img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.body .item-company .counter a .text {
    font-size: 14px;
    color: #707070;
}

.body .item-company .counter a {
    font-size: 16px;
}

.body .item-company .manage {
    margin: 5px 0 15px;
}

.body .item-company .manage.desktop {
    display: none;
}

.body .item-company .manage.mobile {
    display: block;
}

.body .item-company .manage.mobile a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.body .item.item-not-result {
    padding: 30px 0;
}

@media (min-width: 767.98px) {
    .search .white-panel {
        display: none;
    }

    .nav.nav-actions ul.filter-left &gt; li:first-child {
        display: inline-block;
    }

    .nav.nav-actions ul.filter-right {
        padding-top: 0;
        display: block;
    }

    .nav.nav-actions ul.filter-left &gt; li.col-md-auto {
        display: inline-block;
        padding: 0;
    }

    .nav.nav-actions ul.filter-left &gt; li:first-child .btn-group {
        display: none;
    }

    .nav.nav-actions ul.filter-left &gt; li:first-child .dropdown-toggle {
        width: 19px;
        height: 19px;
        margin-top: -6px;
        display: block;
    }

    .mobile-filter {
        display: none;
    }

    /* .body {
        margin-bottom: 850px;
    }*/
    .body .item-company .img {
        width: 100%;
    }

    .body .item-company .manage.desktop {
        display: block;
    }

    .body .item-company .manage.mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .body .item-profile .img{
        width: 50px;
        height: 50px;
    }

}</pre></body></html>