/* #suggestions{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1;
    }
    #medicinesug {
        display: none;
        position: absolute;
        left: 0;
        width: auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1;
        }
    
#suggestions ul, #medicinesug ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

#suggestions li, #medicinesug ul {
    padding: 5px;
    cursor: pointer;
    }

#suggestions li:hover, #medicinesug li:hover {
    background-color: #f5f5f5;
    }
 */
 /* header {
    height:50px;
  }
  
  .content {
    height: calc(100vh - 112px);
  } */
 .highlight{
    border:1px solid red;
 }
 .hrbr{

    border: 1px solid #000 !important;
 }
 .ftbr{

    border: 1px solid #000 !important;
 }
 .company{
    color: #0E2D4E !important;
 }
 
 /* {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow:hidden;
 } */

 @media print{
    footer{
        position:absolute;
       bottom: 0;
       left: 0;
       right: 0;
     }
 }