.readonly-field {
    background-color: #bec0c2;
    border-color: #ced4da;
    color: #495057;
    cursor: not-allowed;
    opacity: 1;
}


.customer-row {

    cursor: pointer;

    transition: background-color .15s ease;

}

.customer-row:hover {

    background-color: rgba(13,110,253,.08);

}

.customer-row:active {

    background-color: rgba(13,110,253,.15);

}