.umm-login {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--umm-primary);
  color: #fff1f2;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(31, 37, 34, 0.22);
}

.umm-avatar {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--umm-avatar, var(--umm-primary));
  color: #fff1f2;
  font-size: 12px;
  font-weight: 500;
}

.umm-avatar.is-small {
  width: 32px;
  height: 32px;
  font-size: 12px;
}

.umm-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.umm-avatar i {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--umm-panel);
  border-radius: 50%;
  background: #16a34a;
}

.umm-compose {
  display: grid;
  grid-template-columns: 36px 1fr 54px;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-top: 1px solid var(--umm-line);
}

.umm-compose button {
  min-height: 36px;
  background: rgba(225, 29, 72, 0.1);
}

.umm-compose button[type="submit"] {
  background: var(--umm-primary);
  color: #fff1f2;
}

.umm-empty {
  margin: 12px;
  line-height: 1.45;
}
