/*
Put here your own style
*/
tr.row-highlight-rates{
    background-color: green;
}

tr .row-highlight-rates:hover {
  background-color: green;
}

tr.green-class ,
.ox-list-pair td.green-class:nth-child(even),
.ox-list-odd td.green-class:nth-child(even){
    background: #B0F2B6;
}

.avatar {
    display: inline-block;
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    line-height: 3rem;
    border: 1px solid #ADAAB5;
}