/*  This file is created to fix the popup issues which would be temporary, these changes can be reverted. */ 


/*  Fixing search textbox on lookups 
.hbsp-core .lookup-modal .input-group.float-start.view-search.entitylist-search {
	min-width: 100%;
}

.hbsp-core .lookup-modal .toolbar-actions{
    min-width: 100%;
}

.lookup-modal .fa-check {
    line-height: 1;
}

*/

