
.selected{
    background-color:black;
    color:white;
   }
   .mouse-selection{
       background-color:#dddddd;
       color:black;
   }
   .selected2{
    background-color:black;
    color:white;
   }
   .mouse-selection2{
       background-color:#dddddd;
       color:black;
   }
   
   .search-svg{
       height:20px;
       fill:green;
       float:left;
       margin-right:4px;
   }
   .left-margin{
       margin-left:-10px;
   }
   .search-div{
       height:20% !important;
       padding:1%;
       border-bottom: 1px solid #d4d4d4;
       padding-top:3%;
   }
   .search-div2{
       height:45px;
       padding:1%;
       border-bottom: 1px solid #d4d4d4;
   }
   .search-lawyer-div{
       height:70px !important;
       border-bottom: 1px solid #d4d4d4 !important;
       position:relative !important;
   }
    .img-holder{
       position:absolute;
       margin-top:1%;
       margin-left:10px;
       border:1px solid white;
       border-radius:50%; 
       overflow:hidden;
       height:50px !important;
       width:50px !important;
       float:left !important;
   }
   
   .img-holder > img{
           width:100%;
           height:100%;
   }
   
   .search-lawyer-div > .lawyer-name-search{
       position:absolute;
       margin-left:65px !important;
       margin-top:auto !important;
       font-size:15px !important;
       font-weight:bold;
   }
   .search-lawyer-div > .lawyer-category-search{
       position:absolute;
       margin-left:65px !important;
       margin-top:30px !important;
       font-size:14px !important;
   
   }
   