<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crm-livesearch{
    max-width: 90%;
    width: max-content;
    z-index: 1;
    text-align: unset;
    background-color: white;
    position: absolute;
    border: 1px solid #ced4da;
    border-top: 0;
    box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.75);
}
.crm-livesearch .hint {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px!important;
    color: #495057;
}
.crm-livesearch .hint:hover {
    background-color: #1e90ff;
    color: white;
}
#crm_all_modal #modal-otherError{
    margin-top: 25px;
}
#crm_all_modal #modal-otherError div{
    margin-bottom: 5px;
    padding: 5px;
}
</pre></body></html>