 /*-----------------    chat page haider  start-----------------    */
 .chat_left_img {
   width : 50px;
   height: 50px;

 }

 .chat_left_img img {
   width : 50px;
   height: 50px;
 }

 /*-----------------    chat page haider  end-----------------    */

 /* Style the tab list of services*/
 .tabslist {
   overflow: hidden;

 }

 /* Style the buttons that are used to open the tabslist content */

 /* Change background color of buttons on hover */
 .tabslist button:hover {}

 /* Create an active/current tablink class */

 /* Style the tab content */
 .tabcontentslist {
   display   : none;
   padding   : 6px 12px;
   /* border : 1px solid #ccc; */
   border-top: none;
 }

 .notificationcheck {
   padding-left: 50px !important;
   margin-right: 0px !important;
 }

 @media screen and (min-width:300px)and (max-width:762px) {
   .tabslist {
     flex-direction: column;
     gap           : 12px;
   }

   .tabslist button {
     margin: auto;
   }
 }
