.lui-icon-badge {
	border: 3px solid $transparent;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	width: 20px;
    height: 20px;
    line-height: 17px;
    top: 0;
    right: 0;
    font-size: 10px;
    z-index: 9999999;

    &.lui-bg-success {
    	background: $success;
    	color: $white;
    }
	&.lui-bg-error {
		background: $error;
		color: $white;
	}
	&.lui-bg-alert {
		background: $alert;
		color: $white;
	}
	&.lui-bg-primary {
		background: $primary-1-color;
		color: $white;
	}
	&.lui-bg-secondary {
		background: $primary-2-color;
		color: $white;
	}
}
