.next-badge-scroll-number-only span {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}

.next-badge-not-a-wrapper .next-badge-count {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.next-badge-not-a-wrapper .next-badge-dot {
  position: relative;
  display: block;
  top: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.next-badge-list-wrapper {
  margin-left: 0;
}

.next-badge-list-wrapper li {
  margin-bottom: 0;
  list-style: none;
}

.next-overlay-backdrop {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.opened .next-overlay-backdrop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  opacity: 0.2;
}

.next-overlay-wrapper .next-overlay-inner {
  z-index: 1001;
}

.next-balloon {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  position: absolute;
  border: 1px solid transparent;
  max-width: 300px;
  border-radius: 0px;
  word-wrap: break-word;
}

.next-balloon *, .next-balloon *:before, .next-balloon *:after {
  box-sizing: border-box;
}

.next-balloon-primary {
  color: #333333;
  border-color: #2192D9;
  background-color: #E8F6FF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary .next-balloon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 8px;
  color: #999999;
}

.next-balloon-primary .next-balloon-close .next-icon:before {
  font-size: 8px;
}

.next-balloon-primary .next-balloon-close :hover {
  color: #333333;
}

.next-balloon-primary:after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: ' ';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #2192D9;
  background-color: #E8F6FF;
}

.next-balloon-primary.next-balloon-top:after {
  top: -7px;
  left: calc(50% + -7px);
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-right:after {
  top: calc(50% + -7px);
  right: -7px;
  border-left: none;
  border-bottom: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-bottom:after {
  bottom: -7px;
  left: calc(50% + -7px);
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-left:after {
  top: calc(50% + -7px);
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-left-top:after {
  top: 12px;
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-left-bottom:after {
  bottom: 12px;
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-right-top:after {
  top: 12px;
  right: -7px;
  border-bottom: none;
  border-left: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-right-bottom:after {
  right: -7px;
  bottom: 12px;
  border-bottom: none;
  border-left: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-top-left:after {
  top: -7px;
  left: 12px;
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-top-right:after {
  top: -7px;
  right: 12px;
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-bottom-left:after {
  bottom: -7px;
  left: 12px;
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-primary.next-balloon-bottom-right:after {
  right: 12px;
  bottom: -7px;
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal {
  color: #333333;
  border-color: transparent;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal .next-balloon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 8px;
  color: #999999;
}

.next-balloon-normal .next-balloon-close .next-icon:before {
  font-size: 8px;
}

.next-balloon-normal .next-balloon-close :hover {
  color: #333333;
}

.next-balloon-normal:after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: ' ';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid transparent;
  background-color: #FFFFFF;
}

.next-balloon-normal.next-balloon-top:after {
  top: -7px;
  left: calc(50% + -7px);
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-right:after {
  top: calc(50% + -7px);
  right: -7px;
  border-left: none;
  border-bottom: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-bottom:after {
  bottom: -7px;
  left: calc(50% + -7px);
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-left:after {
  top: calc(50% + -7px);
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-left-top:after {
  top: 12px;
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-left-bottom:after {
  bottom: 12px;
  left: -7px;
  border-top: none;
  border-right: none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-right-top:after {
  top: 12px;
  right: -7px;
  border-bottom: none;
  border-left: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-right-bottom:after {
  right: -7px;
  bottom: 12px;
  border-bottom: none;
  border-left: none;
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-top-left:after {
  top: -7px;
  left: 12px;
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-top-right:after {
  top: -7px;
  right: 12px;
  border-right: none;
  border-bottom: none;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-bottom-left:after {
  bottom: -7px;
  left: 12px;
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon-normal.next-balloon-bottom-right:after {
  right: 12px;
  bottom: -7px;
  border-top: none;
  border-left: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.next-balloon.visible {
  display: block;
}

.next-balloon.hidden {
  display: none;
}

.next-balloon-medium {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.next-balloon-closable {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 28px;
}