.julr-notifications-inner {
	float: right;
}
.julr-notifications-inner .icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}

.julr-notifications-inner .icon-button:hover {
  cursor: pointer;
  background: #ddddddc4;
}

.julr-notifications-inner .icon-button:active {
  background: #cccccc;
}

.julr-unread-notifications {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.julr-unread-messages {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.julr-notifications-inner .julr-login-button {
  appearance: none;
  background-color: #19602d;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.julr-notifications-inner .julr-login-button:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.julr-notifications-inner .julr-login-button:hover {
  background-color: #145025;
}

.julr-notifications-inner .julr-login-button:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.julr-notifications-inner .julr-login-button:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.julr-notifications-inner .julr-login-button:active {
  background-color: #124821;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.julr-notifications-inner .julr-register-button {
  margin-right: 10px;
}

