/* Media query for mobile */

@media (max-width: 767.98px) {
  #startIntroTour span {
    display: none;
  }
  #changelogLink span {
    display: none;
  }
  #smsBlockedMessage {
    display: none;
  }

  #smsCreditText {
    display: none;
  }
  #notificationBadgetext {
    display: none;
  }
}

#notificationDropdownBox {
  width: 300px;
}

#notificationDropdownBox .text-muted {
  word-break: break-word;
  white-space: normal;
}
