.emoji-icon-notyf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 20px;
  height: 20px;
}

/* Loader container */
.global-loader {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000; /* above modals and navbar */
}

/* Loader box styling */
.loader-box {
  display: flex;
  align-items: center;
  background: #fff;
  color: #333;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  min-width: 120px;
}
