.cursor_pt {
  cursor: pointer;
}

.focus_filter {
  background: #4c5bd4 !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed !important;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .chat_notifice {
    background: url('/images/before_login/mess_icon2.png') no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
  }
}