.table-company {

}
.table-company tr {

}
.table-company thead tr th {
    font-size: 12px
}
.table-company tr td .company-logo {
    max-width: 150px;
    max-height: 50px;
    border-radius: 50%;
    background-color: #f5f5f5 ;
    filter: grayscale(100%);
    opacity: .5;
}

.table-company tr:hover td .company-logo {
    filter: none;
    opacity: 1;
}
.table-company tr td .fi {
    opacity: .5;
}
.table-company tr:hover td .fi {
    opacity: 1;
}
.table-company tr td .fa {
    font-size: 13px;
    width: 13px;
}
.table-company tr td .iconbox {
    width: 24px;
    height: 24px;
}
.table-company .coin .cryptoicon [class^="icon-"], .table-company .coin .cryptoicon [class*=" icon-"] {
    font-size: 14px;
    color: #fff;
}
.table-company a {
    text-decoration: none;
}
.table-company .icon-pool {
    font-family: Manrope, sans-serif;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f5f5f5 ;
    opacity: .5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.table-company tr:hover td .icon-pool {
    opacity: 1;
}