.hideChat {
    display: none !important;
}

#cari_button {
    display: none !important;
}

.chat-desktop {
   display: none;

   @media screen and (min-width: 1024px) {
     display: block !important;
   }
}


.chat-mobile {
   display: block;

   @media screen and (min-width: 1024px) {
     display: none !important;
   }
}
