.adam-list .btn .icon, .adam-dd-select-options .icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.adam-list-row .btn-add .icon, .adam-list .btn-add-product .icon, .adam-list .btn-select_all .icon {
    font-style: normal;
    font-size: larger;
    font-weight: 500;
}

.btn-add .icon::before, .adam-list .btn-add-product .icon::before, .btn-select_all .icon::before {
    content: "\f0c8";
}

.adam-list-row.selected .btn-add .icon::before, .adam-list-row.selected .btn-add-product .icon::before, .btn-select_all.selected .icon::before {
    content: "\f14a";
}

.adam-list-row.selected .btn-add:hover .icon::before, .adam-list-row.selected .btn-add-product:hover .icon::before, .btn-select_all.selected:hover .icon::before {
    content: "\f2d3";
}

.adam-list .btn-details .icon::before {
    content: "\f129";
}

.adam-list .btn-add_ws .icon {
    font-style: normal;
    font-size: small;
    font-weight: 500;
}

.adam-list .btn-add_ws .icon::before {
    content: "\f067";
    margin-right: .2rem;
}

.adam-list .btn-add_ws.selected:hover .icon::before {
    content: "\f00d";
    margin-right: .35rem;
}

.adam-list .btn-add_ws .icon::after {
    content: "\f1c0";
}