fieldset#edit-field-firm-practice-area--wrapper .fieldset-wrapper,
fieldset#edit-field-firm-industry--wrapper .fieldset-wrapper {
    height: 180px;
    overflow-x: auto;
    width: 350px;
    padding: 1px 1.571em 1px 0.5em;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border: 1px solid #a6a6a6;
    border-radius: 0.143em;
    background: url(/core/misc/icons/333333/caret-down.svg) no-repeat 99% 63%, -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
}


.select_all {
    position: absolute;
    top: 168px;
    text-transform: uppercase;
    color: black;
    cursor: pointer;
    text-decoration: none !important;
    color: #0074bd;
}

/*.select_all:before{
    position:absolute;
    content: "\f058";
    font-size: 8px;
    font-family: 'Font Awesome 5 Free';
}
*/