

.addItemBtn{
    background: navy !important;
    color: white !important;
}


/* For Desktop View */
 @media screen and (min-width: 1025px) {
  

.addItemBtn{
    margin-top: -44px !important;
}
   
  }


  /* For Tablet Landscape View  */
  @media only screen and (min-device-width: 641px)
  and (max-device-width: 1024px) {
  }
  
       
  /* For Tablet Portrait View */
  @media only screen and (min-device-width: 421px)
  and (max-device-width: 640px) {
    

  }
  
  /* For Mobile Screen */
  @media only screen and (max-width: 420px) {

  }

