.next-search-normal.medium .next-select input,
.next-search-normal.medium .search-custom input {
  height: 26px;
  line-height: 26px;
}
.next-search-normal.medium .next-btn {
  height: 28px;
  line-height: 26px;
}
.next-search-normal.medium .next-btn .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
}
.next-search-normal.small {
  height: 20px;
}
.next-search-normal.small .next-select,
.next-search-normal.small .search-custom {
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
}
.next-search-normal.small .next-select input,
.next-search-normal.small .search-custom input {
  height: 18px;
  line-height: 18px;
}
.next-search-normal.small .next-btn {
  border-radius: 0;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.next-search-normal.small .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-slick {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.next-slick,
.next-slick *,
.next-slick :after,
.next-slick :before {
  box-sizing: border-box;
}
.next-slick-initialized .next-slick-slide {
  display: block;
}
.next-slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
}
.next-slick-list:focus {
  outline: none;
}
.next-slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.next-slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translateZ(0);
}
.next-slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
[dir="rtl"] .next-slick-slide {
  float: right;
}
.next-slick-slide img {
  display: block;
}
.next-slick-arrow {
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: center;
  transition: 0.4s ease-in;
}
.next-slick-arrow.inline {
  color: transparent;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.next-slick-arrow.inline:hover {
  color: #fff;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}
.next-slick-arrow.inline.disabled {
  color: transparent;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.next-slick-arrow.outer {
  color: #757575;
}
.next-slick-arrow.outer:hover {
  color: #212121;
}
.next-slick-arrow.outer.disabled {
  color: #9e9e9e;
}
.next-slick-arrow.disabled {
  cursor: not-allowed;
}
.next-slick-dots {
  display: block;
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
}
.next-slick-dots-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.next-slick-dots-item button {
  border: 0;
  outline: none;
  padding: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.next-slick-dots-item button:hover {
  background-color: #fff;
}
.next-slick-dots-item.active button,
.next-slick-dots-item button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.next-slick-dots-item.active button {
  background: #fff;
  animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.next-slick-dots.horizontal {
  width: 100%;
  bottom: 12px;
  left: 0;
  text-align: center;
}
.next-slick-dots.horizontal .next-slick-dots-item {
  margin: 0 4px;
}
.next-slick-dots.vertical {
  width: 16px;
  top: 0;
  right: 20px;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.next-slick-dots.vertical .next-slick-dots-item {
  margin: 0;
}
.next-slick.next-slick-horizontal.next-slick-outer {
  padding: 0 24px;
}
.next-slick.next-slick-horizontal .next-slick-arrow.medium {
  width: 28px;
  height: 56px;
  line-height: 56px;
}
.next-slick.next-slick-horizontal .next-slick-arrow.medium .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}
.next-slick.next-slick-horizontal .next-slick-arrow.medium.inline {
  top: calc((100% - 56px) / 2);
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.medium.inline.next-slick-prev {
  left: 0;
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.medium.inline.next-slick-next {
  right: 0;
}
.next-slick.next-slick-horizontal .next-slick-arrow.medium.outer {
  top: calc((100% - 56px) / 2);
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.medium.outer.next-slick-prev {
  left: -4px;
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.medium.outer.next-slick-next {
  right: -4px;
}
.next-slick.next-slick-horizontal .next-slick-arrow.large {
  width: 48px;
  height: 96px;
  line-height: 96px;
}
.next-slick.next-slick-horizontal .next-slick-arrow.large .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}
.next-slick.next-slick-horizontal .next-slick-arrow.large.inline {
  top: calc((100% - 96px) / 2);
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.large.inline.next-slick-prev {
  left: 0;
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.large.inline.next-slick-next {
  right: 0;
}
.next-slick.next-slick-horizontal .next-slick-arrow.large.outer {
  top: calc((100% - 96px) / 2);
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.large.outer.next-slick-prev {
  left: -8px;
}
.next-slick.next-slick-horizontal
  .next-slick-arrow.large.outer.next-slick-next {
  right: -8px;
}
.next-slick.next-slick-vertical.next-slick-outer {
  padding: 24px 0;
}
.next-slick.next-slick-vertical .next-slick-slide {
  display: block;
  height: auto;
}
.next-slick.next-slick-vertical .next-slick-arrow.medium {
  width: 56px;
  height: 28px;
  line-height: 28px;
}
.next-slick.next-slick-vertical .next-slick-arrow.medium .next-icon:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}
.next-slick.next-slick-vertical .next-slick-arrow.medium.inline {
  left: calc((100% - 56px) / 2);
}
.next-slick.next-slick-vertical
  .next-slick-arrow.medium.inline.next-slick-prev {
  top: 0;
}
.next-slick.next-slick-vertical
  .next-slick-arrow.medium.inline.next-slick-next {
  bottom: 0;
}
.next-slick.next-slick-vertical .next-slick-arrow.medium.outer {
  left: calc((100% - 56px) / 2);
}
.next-slick.next-slick-vertical .next-slick-arrow.medium.outer.next-slick-prev {
  top: -4px;
}
.next-slick.next-slick-vertical .next-slick-arrow.medium.outer.next-slick-next {
  bottom: -4px;
}
.next-slick.next-slick-vertical .next-slick-arrow.large {
  width: 96px;
  height: 48px;
  line-height: 48px;
}
.next-slick.next-slick-vertical .next-slick-arrow.large .next-icon:before {
  width: 32px;
  font-size: 32px;
  line-height: inherit;
}
.next-slick.next-slick-vertical .next-slick-arrow.large.inline {
  left: calc((100% - 96px) / 2);
}
.next-slick.next-slick-vertical .next-slick-arrow.large.inline.next-slick-prev {
  top: 0;
}
.next-slick.next-slick-vertical .next-slick-arrow.large.inline.next-slick-next {
  bottom: 0;
}
.next-slick.next-slick-vertical .next-slick-arrow.large.outer {
  left: calc((100% - 96px) / 2);
}
.next-slick.next-slick-vertical .next-slick-arrow.large.outer.next-slick-prev {
  top: -16px;
}
.next-slick.next-slick-vertical .next-slick-arrow.large.outer.next-slick-next {
  bottom: -16px;
}
.next-step {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
}
.next-step,
.next-step *,
.next-step :after,
.next-step :before {
  box-sizing: border-box;
}
.next-step {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: none;
}
.next-step-item {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  vertical-align: top;
}
.next-step-item-node {
  transition: all 0.2s ease;
}
.next-step-item-node.clicked {
  transform: scale3d(0.8, 0.8, 0.8);
}
.next-step-horizontal {
  display: -ms-flexbox;
  display: flex;
}
.next-step-horizontal > .next-step-item {
  display: inline-block;
  text-align: center;
}
.next-step-vertical > .next-step-item {
  display: block;
  text-align: left;
}
.next-step-arrow .next-step-item {
  height: 32px;
  line-height: 32px;
  margin-left: 16px;
  margin-right: 4px;
}
.next-step-arrow .next-step-item:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 1;
  border-left-color: transparent;
  border: 16px solid transparent;
}
.next-step-arrow .next-step-item:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
}
.next-step-arrow .next-step-item .next-step-item-container {
  min-width: 100px;
  height: 32px;
  cursor: pointer;
}
.next-step-arrow
  .next-step-item
  .next-step-item-container
  .next-step-item-title {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.next-step-arrow > .next-step-item-wait {
  background: #dadada;
}
.next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay {
  background: #000;
}
.next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-arrow
  > .next-step-item-wait
  > .next-step-item-container
  > .next-step-item-title {
  color: #212121;
}
.next-step-arrow
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node {
  color: #000;
}
.next-step-arrow
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-arrow
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #dadada;
  border-color: #000;
}
.next-step-arrow > .next-step-item-wait:before {
  border: 16px solid #dadada;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-wait:after {
  border-left-color: #dadada;
}
.next-step-arrow > .next-step-item-process {
  background: #f57224;
}
.next-step-arrow > .next-step-item-process .next-step-item-tail-overlay {
  background: #000;
}
.next-step-arrow > .next-step-item-process .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-arrow
  > .next-step-item-process
  > .next-step-item-container
  > .next-step-item-title {
  color: #fff;
}
.next-step-arrow
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node {
  color: #000;
}
.next-step-arrow
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-arrow
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #f57224;
  border-color: #000;
}
.next-step-arrow > .next-step-item-process:before {
  border: 16px solid #f57224;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-process:after {
  border-left-color: #f57224;
}
.next-step-arrow > .next-step-item-finish {
  background: #fff8da;
}
.next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay {
  background: #000;
}
.next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-arrow
  > .next-step-item-finish
  > .next-step-item-container
  > .next-step-item-title {
  color: #757575;
}
.next-step-arrow
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node {
  color: #000;
}
.next-step-arrow
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-arrow
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff8da;
  border-color: #000;
}
.next-step-arrow > .next-step-item-finish:before {
  border: 16px solid #fff8da;
  border-left-color: transparent;
}
.next-step-arrow > .next-step-item-finish:after {
  border-left-color: #fff8da;
}
.next-step-arrow .next-step-item-disabled {
  cursor: not-allowed;
  background: #eff0f5;
}
.next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay {
  background: #000;
}
.next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-arrow
  .next-step-item-disabled
  > .next-step-item-container
  > .next-step-item-title {
  color: #9e9e9e;
}
.next-step-arrow
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node {
  color: #000;
}
.next-step-arrow
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-arrow
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #eff0f5;
  border-color: #000;
}
.next-step-arrow .next-step-item-disabled:before {
  border: 16px solid #eff0f5;
  border-left-color: transparent;
}
.next-step-arrow .next-step-item-disabled:after {
  border-left-color: #eff0f5;
}
.next-step-arrow .next-step-item-disabled .next-step-item-container {
  cursor: not-allowed;
}
.next-step-arrow .next-step-item-read-only,
.next-step-arrow .next-step-item-read-only .next-step-item-container {
  cursor: default;
}
.next-step-arrow .next-step-item-first {
  margin-left: 0;
}
.next-step-arrow .next-step-item-first:before {
  border: 16px solid transparent;
}
.next-step-arrow .next-step-item-last {
  margin-right: 0;
}
.next-step-arrow .next-step-item-last:after {
  border: 16px solid transparent;
}
.next-step-circle .next-step-item-container .next-step-item-progress {
  width: 40px;
  height: 40px;
}
.next-step-circle
  .next-step-item-container
  .next-step-item-progress
  .next-progress-circle-text {
  color: #fff;
  font-size: 12px;
}
.next-step-circle
  .next-step-item-container
  .next-step-item-progress
  .next-progress-circle-underlay {
  stroke: #dadada;
  stroke-width: 4px;
}
.next-step-circle
  .next-step-item-container
  .next-step-item-progress
  .next-progress-circle-overlay-normal {
  stroke: #fff;
  stroke-width: 4px;
}
.next-step-circle .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.next-step-circle .next-step-item-node-circle {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.next-step-circle .next-step-item-node-circle .next-icon {
  animation: zoomIn 0.2s linear;
}
.next-step-circle .next-step-item-node-circle .next-icon:before {
  width: 16px;
  font-size: 16px;
  line-height: inherit;
}
.next-step-circle > .next-step-item-wait .next-step-item-tail-overlay {
  background: #eff0f5;
}
.next-step-circle > .next-step-item-wait .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node,
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  > .next-step-item-title {
  color: #9e9e9e;
}
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-circle
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #dadada;
}
.next-step-circle > .next-step-item-process .next-step-item-tail-overlay {
  background: #eff0f5;
}
.next-step-circle > .next-step-item-process .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-circle
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node,
.next-step-circle
  > .next-step-item-process
  > .next-step-item-container
  > .next-step-item-title {
  color: #4caf50;
}
.next-step-circle
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-circle
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #4caf50;
}
.next-step-circle > .next-step-item-finish .next-step-item-tail-overlay {
  background: #4caf50;
}
.next-step-circle > .next-step-item-finish .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  > .next-step-item-title {
  color: #4caf50;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node {
  color: #fff;
}
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-circle
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #4caf50;
  border-color: #fff;
}
.next-step-circle .next-step-item-disabled .next-step-item-tail-overlay {
  background: #eff0f5;
}
.next-step-circle .next-step-item-disabled .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-circle
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node,
.next-step-circle
  .next-step-item-disabled
  > .next-step-item-container
  > .next-step-item-title {
  color: #9e9e9e;
}
.next-step-circle
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-circle
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #dadada;
}
.next-step-circle .next-step-item-disabled .next-step-item-node,
.next-step-circle .next-step-item-disabled .next-step-item-node-placeholder {
  cursor: not-allowed;
}
.next-step-circle .next-step-item-read-only .next-step-item-node,
.next-step-circle .next-step-item-read-only .next-step-item-node-placeholder {
  cursor: default;
}
.next-step-circle .next-step-item-last .next-step-item-tail {
  display: none;
}
.next-step-circle.next-step-horizontal
  > .next-step-item
  .next-step-item-container
  > .next-step-item-node {
  padding: 0;
  width: 40px;
  height: 40px;
}
.next-step-circle.next-step-horizontal
  > .next-step-item
  .next-step-item-container
  > .next-step-item-title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
  text-align: center;
}
.next-step-circle.next-step-horizontal > .next-step-item .next-step-item-tail {
  position: absolute;
  width: calc(100% - 40px);
  height: auto;
  left: calc(50% + 20px);
  top: 18px;
}
.next-step-circle.next-step-horizontal
  > .next-step-item
  .next-step-item-tail
  .next-step-item-tail-underlay {
  display: block;
  height: 4px;
  position: relative;
  transition: all 0.4s ease;
}
.next-step-circle.next-step-horizontal
  > .next-step-item
  .next-step-item-tail
  .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 4px;
  transition: all 0.4s ease;
  width: 0;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container {
  position: relative;
  min-height: 40px;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  .next-step-item-node-placeholder
  > .next-step-item-node {
  padding: 0;
  width: 40px;
  height: 40px;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body {
  display: inline-block;
  margin-left: 56px;
  padding-top: 8px;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body
  > .next-step-item-title {
  margin-top: 8px;
  text-align: left;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body
  > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.next-step-circle.next-step-vertical > .next-step-item > .next-step-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 40px);
  top: 40px;
  left: 19.5px;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-tail
  .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  position: relative;
  transition: all 0.4s ease;
}
.next-step-circle.next-step-vertical
  > .next-step-item
  > .next-step-item-tail
  .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}
.next-step-circle.next-step-vertical > .next-step-item-first {
  margin-top: -8px;
}
.next-step-dot {
  padding: 4px 0 0;
}
.next-step-dot .next-step-item-container .next-step-item-node {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.next-step-dot
  .next-step-item-container
  .next-step-item-node
  .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-step-dot .next-step-item-container .next-step-item-node-dot {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  display: block;
  width: 16px;
  height: 16px;
  border: 4px solid;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.next-step-dot > .next-step-item-wait .next-step-item-tail-overlay {
  background: #dadada;
}
.next-step-dot > .next-step-item-wait .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-dot
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node,
.next-step-dot
  > .next-step-item-wait
  > .next-step-item-container
  > .next-step-item-title {
  color: transparent;
}
.next-step-dot
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-dot
  > .next-step-item-wait
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #dadada;
  border-color: transparent;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-overlay {
  background: #4caf50;
}
.next-step-dot > .next-step-item-process .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node,
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  > .next-step-item-title {
  color: #212121;
}
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-dot
  > .next-step-item-process
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #4caf50;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-overlay {
  background: #4caf50;
}
.next-step-dot > .next-step-item-finish .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  > .next-step-item-title {
  color: #212121;
}
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node {
  color: #4caf50;
}
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-dot
  > .next-step-item-finish
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #4caf50;
  border-color: #4caf50;
}
.next-step-dot .next-step-item-disabled .next-step-item-tail-overlay {
  background: #eff0f5;
}
.next-step-dot .next-step-item-disabled .next-step-item-tail-underlay {
  background: #ccc;
}
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node,
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  > .next-step-item-title {
  color: #9e9e9e;
}
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-circle,
.next-step-dot
  .next-step-item-disabled
  > .next-step-item-container
  .next-step-item-node-dot {
  background: #fff;
  border-color: #9e9e9e;
}
.next-step-dot .next-step-item-disabled .next-step-item-node,
.next-step-dot .next-step-item-disabled .next-step-item-node-placeholder {
  cursor: not-allowed;
}
.next-step-dot .next-step-item-read-only .next-step-item-node,
.next-step-dot .next-step-item-read-only .next-step-item-node-placeholder {
  cursor: default;
}
.next-step-dot .next-step-item-last .next-step-item-tail {
  display: none;
}
.next-step-dot.next-step-horizontal
  > .next-step-item
  .next-step-item-container
  > .next-step-item-node {
  width: 16px;
  height: 16px;
  padding: 0;
  line-height: 16px;
}
.next-step-dot.next-step-horizontal
  > .next-step-item
  .next-step-item-container
  > .next-step-item-title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  text-align: center;
}
.next-step-dot.next-step-horizontal > .next-step-item .next-step-item-tail {
  position: absolute;
  width: calc(100% - 16px);
  height: auto;
  left: calc(50% + 8px);
  top: 6px;
}
.next-step-dot.next-step-horizontal
  > .next-step-item
  .next-step-item-tail
  .next-step-item-tail-underlay {
  height: 4px;
  position: relative;
  transition: all 0.4s ease;
}
.next-step-dot.next-step-horizontal
  > .next-step-item
  .next-step-item-tail
  .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 4px;
}
.next-step-dot.next-step-vertical {
  padding: 0 0 0 4px;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container {
  position: relative;
  min-height: 16px;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  .next-step-item-node-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  .next-step-item-node-placeholder
  > .next-step-item-node {
  width: 16px;
  height: 16px;
  padding: 0;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body {
  display: inline-block;
  margin-left: 32px;
  padding-top: 8px;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body
  > .next-step-item-title {
  margin-top: 0;
  text-align: left;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-container
  > .next-step-item-body
  > .next-step-item-content {
  margin-top: 8px;
  min-height: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.next-step-dot.next-step-vertical > .next-step-item > .next-step-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 16px);
  top: 16px;
  left: 7.5px;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-tail
  .next-step-item-tail-underlay {
  height: 100%;
  width: 1px;
  position: relative;
  transition: all 0.4s ease;
}
.next-step-dot.next-step-vertical
  > .next-step-item
  > .next-step-item-tail
  .next-step-item-tail-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
}
.next-switch {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
  outline: none;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  overflow: hidden;
  cursor: pointer;
}
.next-switch,
.next-switch *,
.next-switch :after,
.next-switch :before {
  box-sizing: border-box;
}
.next-switch .next-switch-trigger {
  transition: all 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -ms-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}
.next-switch-medium {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  width: 48px;
  height: 26px;
  border-radius: 20px;
}
.next-switch-medium > .next-switch-trigger {
  border: 1px solid transparent;
  position: absolute;
  left: 22px;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}
.next-switch-medium > .next-switch-children {
  font-size: 12px;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.next-switch-small {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  width: 36px;
  height: 22px;
  border-radius: 20px;
}
.next-switch-small > .next-switch-trigger {
  border: 1px solid transparent;
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.next-switch-small > .next-switch-children {
  font-size: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.next-switch-on {
  background-color: #4caf50;
}
.next-switch-on > .next-switch-trigger {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: transparent;
}
.next-switch-on > .next-switch-children {
  left: 8px;
  color: #fff;
}
.next-switch-on:hover {
  background-color: #0da80d;
}
.next-switch-on:hover > .next-switch-trigger {
  background-color: #fff;
}
.next-switch-on[disabled] {
  background-color: #dadada;
  cursor: not-allowed;
}
.next-switch-on[disabled] > .next-switch-trigger {
  right: 0;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #eff0f5;
  border-color: transparent;
}
.next-switch-on[disabled] > .next-switch-children {
  color: #9e9e9e;
}
.next-switch-off {
  background-color: #fff;
  border-color: #9e9e9e;
}
.next-switch-off:hover {
  background-color: #fafafa;
  border-color: #dadada;
}
.next-switch-off > .next-switch-trigger {
  left: 0;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-color: transparent;
}
.next-switch-off > .next-switch-trigger:hover {
  background-color: #fff;
}
.next-switch-off > .next-switch-children {
  right: -6px;
  color: #9e9e9e;
}
.next-switch-off[disabled] {
  background-color: #dadada;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.next-switch-off[disabled] > .next-switch-trigger {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #eff0f5;
  border-color: transparent;
}
.next-switch-off[disabled] > .next-switch-children {
  color: #9e9e9e;
}
.next-tabs {
  position: relative;
  overflow: hidden;
}
.next-tabs,
.next-tabs *,
.next-tabs :after,
.next-tabs :before {
  box-sizing: border-box;
}
.next-tabs:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-tabs-bar {
  outline: none;
  position: relative;
  z-index: 1;
}
.next-tabs-nav-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 1.5;
}
.next-tabs-nav-container:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-tabs-nav-wrap {
  overflow: hidden;
}
.next-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.next-tabs-nav {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-tabs-nav-appear,
.next-tabs-nav-enter {
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.next-tabs-nav-leave {
  animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.next-tabs-tab {
  display: inline-block;
  height: 100%;
  position: relative;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-tabs-tab-inner {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.next-tabs-tab:before {
  content: "";
  position: absolute;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-tabs-tab.active {
  z-index: 1;
}
.next-tabs-content {
  position: relative;
  overflow: hidden;
  min-height: 20px;
}
.next-tabs-vertical > .next-tabs-bar .next-tabs-tab {
  display: block;
}
.next-tabs-tabpane {
  display: none;
}
.next-tabs-tabpane.active {
  display: block;
}
.next-tabs-tab-down,
.next-tabs-tab-next,
.next-tabs-tab-prev {
  position: absolute;
  z-index: 10;
  top: 0;
  color: #757575;
  cursor: pointer;
}
.next-tabs-tab-down:hover,
.next-tabs-tab-next:hover,
.next-tabs-tab-prev:hover {
  color: #212121;
}
.next-tabs-tab-down.disabled,
.next-tabs-tab-next.disabled,
.next-tabs-tab-prev.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #9e9e9e;
}
.next-tabs-tab-next {
  right: 8px;
}
.next-tabs-tab-prev {
  right: 32px;
}
.next-tabs-tab-down {
  right: 8px;
}
.next-tabs-medium .next-tabs-nav-container-scrolling {
  padding-right: 60px;
}
.next-tabs-medium .next-tabs-nav-container {
  font-size: 14px;
}
.next-tabs-medium
  .next-tabs-nav-container
  .next-tabs-tab
  + .next-tabs-tab:after {
  top: 12px;
  height: 18px;
}
.next-tabs-medium .next-tabs-tab-inner {
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
}
.next-tabs-medium .next-tabs-tab-inner-content .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tabs-medium .next-tabs-tab-down,
.next-tabs-medium .next-tabs-tab-next,
.next-tabs-medium .next-tabs-tab-prev {
  line-height: 44px;
}
.next-tabs-medium .next-tabs-tab-down .next-icon:before,
.next-tabs-medium .next-tabs-tab-next .next-icon:before,
.next-tabs-medium .next-tabs-tab-prev .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tabs-medium .next-tabs-content {
  padding: 16px;
}
.next-tabs-small .next-tabs-nav-container-scrolling {
  padding-right: 56px;
}
.next-tabs-small .next-tabs-nav-container {
  font-size: 12px;
}
.next-tabs-small
  .next-tabs-nav-container
  .next-tabs-tab
  + .next-tabs-tab:after {
  top: 9px;
  height: 16px;
}
.next-tabs-small .next-tabs-tab-inner {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
}
.next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs-small .next-tabs-tab-inner-content .next-icon {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-tabs-small .next-tabs-tab-inner-content .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tabs-small .next-tabs-tab-down,
.next-tabs-small .next-tabs-tab-next,
.next-tabs-small .next-tabs-tab-prev {
  line-height: 36px;
}
.next-tabs-small .next-tabs-tab-down .next-icon:before,
.next-tabs-small .next-tabs-tab-next .next-icon:before,
.next-tabs-small .next-tabs-tab-prev .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tabs-small .next-tabs-tab-down .next-icon,
  .next-tabs-small .next-tabs-tab-next .next-icon,
  .next-tabs-small .next-tabs-tab-prev .next-icon {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-tabs-small .next-tabs-tab-down .next-icon:before,
  .next-tabs-small .next-tabs-tab-next .next-icon:before,
  .next-tabs-small .next-tabs-tab-prev .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tabs-small .next-tabs-content {
  padding: 12px;
}
.next-tabs-strip > .next-tabs-bar {
  border-bottom: 1px solid #9e9e9e;
}
.next-tabs-strip > .next-tabs-bar .next-tabs-nav-container {
  margin-bottom: -1px;
}
.next-tabs-strip > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab {
  color: #757575;
  background-color: transparent;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab:hover {
  cursor: pointer;
  color: #212121;
  background-color: transparent;
  border-color: 0;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab:before {
  background: #f57224;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.active {
  color: #f57224;
  background-color: transparent;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #9e9e9e;
  background: transparent;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab:before {
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.active:before {
  width: calc(100% + 0px - 0px);
  left: 0;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab
  .next-icon-close {
  color: #757575;
  margin-left: 8px;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab
  .next-icon-close:hover {
  color: #212121;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.active
  .next-icon-close {
  color: #f57224;
}
.next-tabs-strip
  > .next-tabs-bar
  .next-tabs-nav-container
  .next-tabs-tab.disabled
  .next-icon-close {
  color: #9e9e9e;
}
.next-tabs-strip > .next-tabs-content {
  color: #212121;
  background: transparent;
}
.next-tabs-wrapped > .next-tabs-bar {
  background: transparent;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
  color: #757575;
  background-color: #fafafa;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #212121;
  background-color: #eff0f5;
  border-color: 0;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:before {
  background: #f57224;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active {
  color: #f57224;
  background-color: #fff;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #9e9e9e;
  background: #fafafa;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-icon-close {
  color: #757575;
  margin-left: 8px;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-icon-close:hover {
  color: #212121;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-icon-close {
  color: #f57224;
}
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-icon-close {
  color: #9e9e9e;
}
.next-tabs-wrapped > .next-tabs-content {
  border: 1px solid #9e9e9e;
  color: #212121;
  background: transparent;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab {
  margin-right: 4px;
  border: 1px solid #9e9e9e;
  border-radius: 0 0 0 0;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #dadada;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active {
  border-bottom-color: #fff;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before {
  width: 0;
  height: 1px;
  left: 50%;
  top: -1px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before {
  width: calc(100% + 2px - 0px);
  left: -1px;
}
.next-tabs-wrapped.next-tabs-top > .next-tabs-content {
  top: -1px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab {
  margin-right: 4px;
  border: 1px solid #9e9e9e;
  border-radius: 0 0 0 0;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #dadada;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active {
  border-top-color: #fff;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before {
  width: 0;
  height: 1px;
  left: 50%;
  bottom: -1px;
}
.next-tabs-wrapped.next-tabs-bottom
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  width: calc(100% + 2px - 0px);
  left: -1px;
}
.next-tabs-wrapped.next-tabs-bottom > .next-tabs-content {
  top: 1px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar {
  float: left;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab {
  float: none;
  margin-bottom: 4px;
  border: 1px solid #9e9e9e;
  border-radius: 0 0 0 0;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #dadada;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active {
  border-right-color: #fff;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before {
  width: 1px;
  height: 0;
  top: 50%;
  left: -1px;
}
.next-tabs-wrapped.next-tabs-left
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  height: calc(100% + 2px - 0px);
  top: -1px;
}
.next-tabs-wrapped.next-tabs-left > .next-tabs-content {
  right: 1px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar {
  float: right;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab {
  float: none;
  margin-bottom: 4px;
  border: 1px solid #9e9e9e;
  border-radius: 0 0 0 0;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover {
  border-color: #dadada;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active {
  border-left-color: #fff;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before {
  width: 1px;
  height: 0;
  top: 50%;
  right: -1px;
}
.next-tabs-wrapped.next-tabs-right
  > .next-tabs-bar
  .next-tabs-tab.active:before {
  height: calc(100% + 2px - 0px);
  top: -1px;
}
.next-tabs-wrapped.next-tabs-right > .next-tabs-content {
  right: -1px;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab {
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  color: #212121;
  background-color: #fff;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
  border-radius: 2px 0 0 2px;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child {
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #9e9e9e;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  margin-right: -1px;
  border-color: #f57224;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #212121;
  background-color: #eff0f5;
  border-color: 0;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:before {
  background: transparent;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active {
  color: #fff;
  background-color: #f57224;
}
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #9e9e9e;
  background: #fafafa;
}
.next-tabs-capsule > .next-tabs-content {
  color: #212121;
  background: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab {
  color: #757575;
  background-color: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab:hover {
  cursor: pointer;
  color: #212121;
  background-color: transparent;
  border-color: 0;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab:before {
  background: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab.active {
  color: #f57224;
  background-color: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled {
  pointer-events: none;
  cursor: default;
  color: #9e9e9e;
  background: transparent;
}
.next-tabs-text > .next-tabs-bar .next-tabs-tab:after {
  content: " ";
  position: absolute;
  left: -1px;
  width: 1px;
  background-color: #9e9e9e;
}
.next-tabs-text > .next-tabs-content {
  color: #212121;
  background: transparent;
}
.next-table {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
  position: relative;
}
.next-table,
.next-table *,
.next-table :after,
.next-table :before {
  box-sizing: border-box;
}
.next-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}
.next-table table tr:first-child td {
  border-top-width: 0;
}
.next-table th {
  padding: 0;
  background: #fafafa;
  color: #757575;
  text-align: left;
  font-weight: 400;
  border: 1px solid #eff0f5;
}
.next-table th .next-table-cell-wrapper {
  padding: 16px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.next-table td {
  padding: 0;
  border: 1px solid #eff0f5;
}
.next-table td .next-table-cell-wrapper {
  padding: 16px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.next-table td .next-table-cell-wrapper .next-icon-arrow-down,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right,
.next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
  margin-right: 3px;
}
.next-table td .next-table-cell-wrapper .next-icon-arrow-down:before,
.next-table td .next-table-cell-wrapper .next-icon-arrow-right:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-table .next-table-expanded .next-table-cell-wrapper,
.next-table .next-table-selection .next-table-cell-wrapper {
  overflow: visible;
}
.next-table.no-header table tr:first-child td {
  border-top-width: 1px;
}
.next-table.only-bottom-border {
  border-width: 0;
}
.next-table.only-bottom-border .next-table-expanded-row td,
.next-table.only-bottom-border .next-table-expanded-row th,
.next-table.only-bottom-border td,
.next-table.only-bottom-border th {
  border-width: 0 0 1px;
}
.next-table-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.32);
}
.next-table-loading .next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -12px;
  color: #666;
}
.next-table.zebra tr:nth-child(odd) td {
  background: #fff;
}
.next-table.zebra .next-table-row.hovered td,
.next-table.zebra tr:nth-child(2n) td {
  background: #fafafa;
}
.next-table.zebra .next-table-row.selected td {
  background: #9e9e9e;
}
.next-table-empty {
  color: #757575;
  padding: 32px 0;
  text-align: center;
}
.next-table-expanded-row td {
  border-width: 0;
}
.next-table-expanded-row td:first-child {
  border-left-width: 1px;
}
.next-table-expanded-row td:last-child {
  border-right-width: 1px;
}
.next-table-expanded-row:last-child td {
  border-bottom-width: 1px;
}
.next-table-expanded-row .next-table .last td {
  border-bottom-width: 0;
}
.next-table-filter-footer {
  margin: 10px 10px 0;
}
.next-table-filter-footer button {
  margin-right: 5px;
}
.next-table-row {
  transition: all 0.3s ease;
}
.next-table-row.hidden {
  display: none;
}
.next-table-row.hovered {
  background: #fafafa;
}
.next-table-row.selected {
  background: #9e9e9e;
}
.next-table-tree-placeholder {
  display: inline-block;
  width: 12px;
}
.last .next-table-expanded-row td {
  border-bottom-width: 1px;
}
.next-table-body,
.next-table-header {
  overflow: auto;
  font-size: 14px;
}
.next-table-body {
  font-size: 14px;
}
.next-table-fixed {
  border: 1px solid #eff0f5;
}
.next-table-fixed .next-table-header {
  background: #fafafa;
}
.next-table-fixed table tr td:first-child,
.next-table-fixed table tr th:first-child {
  border-left-width: 0;
}
.next-table-fixed .next-table-header th {
  border-top-width: 0;
}
.next-table-fixed .next-table-header tr th:last-child {
  border-right-width: 0;
}
.next-table-fixed .next-table-body td {
  border-top-width: 0;
}
.next-table-fixed .next-table-body tr:last-child td {
  border-bottom-width: 0;
}
.next-table-fixed .next-table-body tr td:last-child {
  border-right-width: 0;
}
.next-table-fixed.next-table-group table tr td:first-child,
.next-table-fixed.next-table-group table tr th:first-child {
  border-left-width: 1px;
}
.next-table-fixed.next-table-group .next-table-header th {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-header tr th:last-child {
  border-right-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body td {
  border-top-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr:last-child td {
  border-bottom-width: 1px;
}
.next-table-fixed.next-table-group .next-table-body tr td:last-child {
  border-right-width: 1px;
}
.next-table-lock .next-table-body {
  overflow-x: auto;
  overflow-y: visible;
}
.next-table-group {
  border-width: 0;
}
.next-table-group .next-table-body {
  margin-top: 8px;
}
.next-table-group .next-table-body table {
  margin-bottom: 8px;
}
.next-table-group .next-table-body table tr:first-child td {
  border-top-width: 1px;
}
.next-table-group .next-table-group-header td {
  background: #dadada;
}
.next-table-lock {
  position: relative;
}
.next-table-header-inner {
  overflow: hidden;
}
.next-table-lock-left,
.next-table-lock-right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.next-table-lock-left table,
.next-table-lock-right table {
  width: auto;
}
.next-table-lock-left .next-table-body,
.next-table-lock-right .next-table-body {
  overflow: hidden;
}
.next-table-lock-right {
  right: 0;
  left: auto;
}
.next-table-lock-right table tr td:first-child,
.next-table-lock-right table tr th:first-child {
  border-left-width: 1px;
}
.next-table-lock-right.shadow {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table-lock-left.shadow {
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12);
}
.next-table-filter {
  line-height: 1;
}
.next-table-sort {
  position: relative;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.next-table-sort .next-icon {
  position: absolute;
  left: 0;
  color: #9e9e9e;
}
.next-table-sort .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-table-sort .current .next-icon {
  color: #f57224;
}
.next-table-sort .next-icon-ascending {
  left: 4px;
}
.next-table-filter {
  margin-left: 5px;
  cursor: pointer;
  width: 20px;
  display: inline-block;
}
.next-table-filter .next-icon {
  color: #9e9e9e;
}
.next-table-filter .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-table-expanded-ctrl.disabled {
  color: #9e9e9e;
}
.next-table-expanded-ctrl .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
@keyframes fadeInRightForTag {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transform: rotate(45deg) translateX(20px);
  }
  to {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transform: rotate(45deg) translateX(0);
  }
}
.next-tag-link .next-tag-body,
.next-tag-readonly .next-tag-body,
.next-tag-selectable .next-tag-body {
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-tag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 12px;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-tag,
.next-tag *,
.next-tag :after,
.next-tag :before {
  box-sizing: border-box;
}
.next-tag .next-tag-number,
.next-tag .next-tag-opt,
.next-tag > .next-tag-body,
.next-tag > .next-tag-tail {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.next-tag .next-tag-opt {
  width: 28px;
  vertical-align: middle;
}
.next-tag.disabled,
.next-tag[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.next-tag-medium {
  margin: 8px;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
}
.next-tag-medium > .next-tag-body {
  padding-left: 16px;
  padding-right: 16px;
}
.next-tag-medium .next-tag-opt {
  height: 32px;
}
.next-tag-medium .next-tag-opt .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tag-large {
  margin: 8px;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
}
.next-tag-large > .next-tag-body {
  padding-left: 16px;
  padding-right: 16px;
}
.next-tag-large .next-tag-opt {
  height: 32px;
}
.next-tag-large .next-tag-opt .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tag-small {
  margin: 4px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
  border-width: 1px;
}
.next-tag-small > .next-tag-body {
  padding-left: 12px;
  padding-right: 12px;
}
.next-tag-small .next-tag-opt {
  height: 24px;
}
.next-tag-small .next-tag-opt .next-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tag-small .next-tag-opt .next-icon {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -4px;
    margin-right: -4px;
  }
  .next-tag-small .next-tag-opt .next-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tag-selectable.selected:before {
  animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-selectable.selected:after {
  animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-selectable .next-tag-body {
  width: 100%;
}
.next-tag-selectable.next-tag-small:before {
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
}
.next-tag-selectable.next-tag-small:after {
  font-size: 12px;
  line-height: 12px;
  right: -2px;
  bottom: -2px;
}
.next-tag-selectable.next-tag-medium:before {
  right: -12px;
  bottom: -12px;
  width: 24px;
  height: 24px;
}
.next-tag-selectable.next-tag-medium:after {
  font-size: 16px;
  line-height: 16px;
  right: -3px;
  bottom: -3px;
}
.next-tag-selectable.next-tag-large:before {
  right: -12px;
  bottom: -12px;
  width: 24px;
  height: 24px;
}
.next-tag-selectable.next-tag-large:after {
  font-size: 16px;
  line-height: 16px;
  right: -3px;
  bottom: -3px;
}
.next-tag-selectable.next-tag-level-normal {
  color: #757575;
  background-color: #fff;
  border-color: #dadada;
}
.next-tag-selectable.next-tag-level-normal.hover,
.next-tag-selectable.next-tag-level-normal:hover {
  color: #212121;
  background-color: #fafafa;
  border-color: #757575;
}
.next-tag-selectable.next-tag-level-normal.disabled,
.next-tag-selectable.next-tag-level-normal[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #9e9e9e;
}
.next-tag-selectable.next-tag-level-normal.selected,
.next-tag-selectable.next-tag-level-normal.selected.hover,
.next-tag-selectable.next-tag-level-normal.selected:hover {
  color: #f57224;
  background-color: #fff;
  border-color: #f57224;
}
.next-tag-selectable.next-tag-level-normal.selected:before {
  position: absolute;
  content: " ";
  -webkit-font-smoothing: antialiased;
  background: #f57224;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-tag-selectable.next-tag-level-normal.selected:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E673";
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #fff;
}
.next-tag-selectable.next-tag-level-normal.selected.hover:before,
.next-tag-selectable.next-tag-level-normal.selected:hover:before {
  background: #f57224;
}
.next-tag-selectable.next-tag-level-primary {
  color: #212121;
  background-color: #eff0f5;
  border-color: #eff0f5;
}
.next-tag-selectable.next-tag-level-primary.hover,
.next-tag-selectable.next-tag-level-primary:hover {
  color: #1a9cb7;
  background-color: #eff0f5;
  border-color: #eff0f5;
}
.next-tag-selectable.next-tag-level-primary.disabled,
.next-tag-selectable.next-tag-level-primary[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #fff;
}
.next-tag-selectable.next-tag-level-primary.selected {
  color: #212121;
  background-color: #eff0f5;
  border-color: #eff0f5;
}
.next-tag-selectable.next-tag-level-primary.selected.hover,
.next-tag-selectable.next-tag-level-primary.selected:hover {
  color: #1a9cb7;
  background-color: #eff0f5;
  border-color: #eff0f5;
}
.next-tag-selectable.next-tag-level-secondary {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.next-tag-selectable.next-tag-level-secondary.hover,
.next-tag-selectable.next-tag-level-secondary:hover {
  color: #212121;
  background-color: #fafafa;
  border-color: #757575;
}
.next-tag-selectable.next-tag-level-secondary.disabled,
.next-tag-selectable.next-tag-level-secondary[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #9e9e9e;
}
.next-tag-selectable.next-tag-level-secondary.selected,
.next-tag-selectable.next-tag-level-secondary.selected.hover,
.next-tag-selectable.next-tag-level-secondary.selected:hover {
  color: #f57224;
  background-color: #fff;
  border-color: #f57224;
}
.next-tag-selectable.next-tag-level-secondary.selected:before {
  position: absolute;
  content: " ";
  -webkit-font-smoothing: antialiased;
  background: #f57224;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next-tag-selectable.next-tag-level-secondary.selected:after {
  position: absolute;
  font-family: NextIcon;
  -webkit-font-smoothing: antialiased;
  content: "\E673";
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  color: #fff;
}
.next-tag-selectable.next-tag-level-secondary.selected.hover:before,
.next-tag-selectable.next-tag-level-secondary.selected:hover:before {
  background: #f57224;
}
.next-tag-deletable .next-tag-body {
  width: calc(100% - 24px);
}
.next-tag-deletable .next-tag-opt {
  border-left: 1px solid transparent;
  width: 24px;
}
.next-tag-deletable.next-tag-level-normal {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-normal .next-tag-body {
  color: #212121;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-normal .next-tag-body.hover,
.next-tag-deletable.next-tag-level-normal .next-tag-body:hover {
  color: #1a9cb7;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-normal .next-tag-tail,
.next-tag-deletable.next-tag-level-normal .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-normal .next-tag-tail:hover {
  color: #212121;
  background: #fff;
}
.next-tag-deletable.next-tag-level-normal.hover {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-normal.hover .next-tag-body {
  color: #1a9cb7;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-normal.hover .next-tag-tail {
  color: #212121;
  background: #fff;
}
.next-tag-deletable.next-tag-level-normal.disabled,
.next-tag-deletable.next-tag-level-normal[disabled] {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-normal.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-normal.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-normal[disabled] .next-tag-tail {
  color: #9e9e9e;
  background-color: #fafafa;
}
.next-tag-deletable.next-tag-level-primary {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-primary .next-tag-body {
  color: #757575;
  background-color: #fafafa;
}
.next-tag-deletable.next-tag-level-primary .next-tag-body.hover,
.next-tag-deletable.next-tag-level-primary .next-tag-body:hover {
  color: #212121;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-primary .next-tag-tail {
  color: #757575;
  background: #fff;
}
.next-tag-deletable.next-tag-level-primary .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-primary .next-tag-tail:hover {
  color: #212121;
  background: #fafafa;
}
.next-tag-deletable.next-tag-level-primary.hover {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-primary.hover .next-tag-body {
  color: #212121;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-primary.hover .next-tag-tail {
  color: #212121;
  background: #fafafa;
}
.next-tag-deletable.next-tag-level-primary.disabled,
.next-tag-deletable.next-tag-level-primary[disabled] {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-primary.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-primary.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-primary[disabled] .next-tag-tail {
  color: #9e9e9e;
  background-color: #fafafa;
}
.next-tag-deletable.next-tag-level-secondary {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-secondary .next-tag-body {
  color: #757575;
  background-color: #fff;
}
.next-tag-deletable.next-tag-level-secondary .next-tag-body.hover,
.next-tag-deletable.next-tag-level-secondary .next-tag-body:hover {
  color: #212121;
  background-color: #fafafa;
}
.next-tag-deletable.next-tag-level-secondary .next-tag-tail {
  color: #757575;
  background: #fff;
}
.next-tag-deletable.next-tag-level-secondary .next-tag-tail.hover,
.next-tag-deletable.next-tag-level-secondary .next-tag-tail:hover {
  color: #212121;
  background: #fafafa;
}
.next-tag-deletable.next-tag-level-secondary.hover {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-secondary.hover .next-tag-body {
  color: #212121;
  background-color: #fafafa;
}
.next-tag-deletable.next-tag-level-secondary.hover .next-tag-tail {
  color: #212121;
  background: #fafafa;
}
.next-tag-deletable.next-tag-level-secondary.disabled,
.next-tag-deletable.next-tag-level-secondary[disabled] {
  border-color: #dadada;
}
.next-tag-deletable.next-tag-level-secondary.disabled .next-tag-body,
.next-tag-deletable.next-tag-level-secondary.disabled .next-tag-tail,
.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-body,
.next-tag-deletable.next-tag-level-secondary[disabled] .next-tag-tail {
  color: #9e9e9e;
  background-color: #fafafa;
}
.next-tag-interactive {
  color: #757575;
  background-color: #fff;
  border-color: #dadada;
}
.next-tag-interactive.next-tag {
  overflow: visible;
}
.next-tag-interactive .next-tag-number {
  color: #757575;
}
.next-tag-interactive .next-tag-opt {
  color: #fff;
  background-color: #f57224;
}
.next-tag-interactive.hover,
.next-tag-interactive:hover {
  color: #212121;
  background-color: #fff;
  border-color: #dadada;
}
.next-tag-interactive.hover .next-tag-number,
.next-tag-interactive:hover .next-tag-number {
  color: #f57224;
}
.next-tag-interactive.hover .next-tag-opt,
.next-tag-interactive:hover .next-tag-opt {
  color: #fff;
  background-color: #f57224;
}
.next-tag-interactive.disabled,
.next-tag-interactive[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #dadada;
}
.next-tag-interactive.disabled .next-tag-number,
.next-tag-interactive[disabled] .next-tag-number {
  color: #9e9e9e;
}
.next-tag-interactive .next-tag-tail {
  position: relative;
  top: 0;
}
.next-tag-interactive .next-tag-number {
  width: 28px;
  border-left: 1px dashed #eff0f5;
}
.next-tag-interactive .next-tag-opt {
  width: 0;
  position: relative;
  top: -1px;
  right: -1px;
  border-radius: 0 12px 12px 0;
}
.next-tag-interactive .next-tag-opt .clicked {
  animation: zoomIn 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.next-tag-interactive.hover .next-tag-opt,
.next-tag-interactive:hover .next-tag-opt {
  display: inline-block;
  width: 28px;
}
.next-tag-link .next-tag-body {
  width: 100%;
}
.next-tag-link.next-tag-level-normal {
  color: #757575;
  background-color: #fff;
  border-color: #dadada;
}
.next-tag-link.next-tag-level-normal.hover,
.next-tag-link.next-tag-level-normal:hover {
  color: #212121;
  background-color: #fafafa;
  border-color: #dadada;
}
.next-tag-link.next-tag-level-normal.disabled,
.next-tag-link.next-tag-level-normal[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #9e9e9e;
}
.next-tag-link.next-tag-level-primary {
  color: #757575;
  background-color: #fafafa;
  border-color: #fff;
}
.next-tag-link.next-tag-level-primary.hover,
.next-tag-link.next-tag-level-primary:hover {
  color: #212121;
  background-color: #fff;
  border-color: #fff;
}
.next-tag-link.next-tag-level-primary.disabled,
.next-tag-link.next-tag-level-primary[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #fff;
}
.next-tag-link.next-tag-level-secondary {
  color: #757575;
  background-color: #fff;
  border-color: #fff;
}
.next-tag-link.next-tag-level-secondary.hover,
.next-tag-link.next-tag-level-secondary:hover {
  color: #212121;
  background-color: #fafafa;
  border-color: #d0611e;
}
.next-tag-link.next-tag-level-secondary.disabled,
.next-tag-link.next-tag-level-secondary[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #9e9e9e;
}
.next-tag-readonly {
  cursor: default;
  color: #757575;
  background-color: #fff;
  border-color: #9e9e9e;
}
.next-tag-readonly .next-tag-body {
  width: 100%;
}
.next-tag-readonly.disabled,
.next-tag-readonly[disabled] {
  color: #9e9e9e;
  background-color: #fafafa;
  border-color: #9e9e9e;
}
.next-tag-zoom-appear,
.next-tag-zoom-enter {
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.next-tag-zoom-leave {
  animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.next-timeline {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
}
.next-timeline,
.next-timeline *,
.next-timeline:after,
.next-timeline :after,
.next-timeline:before,
.next-timeline :before {
  box-sizing: border-box;
}
.next-timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.next-timeline p {
  margin: 0;
}
.next-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.next-timeline-item {
  position: relative;
}
.next-timeline-item-timeline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.next-timeline-item-timeline .next-timeline-item-node {
  position: relative;
  width: 16px;
  height: 24px;
  padding: 4px 0;
  text-align: center;
  float: left;
}
.next-timeline-item-timeline .next-timeline-item-dot {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
}
.next-timeline-item-timeline .next-timeline-item-icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.next-timeline-item-timeline .next-timeline-item-icon .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-timeline-item-timeline .next-timeline-item-tail {
  position: absolute;
  width: auto;
  height: calc(100% - 24px);
  top: 24px;
  left: 8px;
}
.next-timeline-item-timeline .next-timeline-item-tail i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 1px;
  position: relative;
  background: #eff0f5;
  transition: all 0.4s ease;
}
.next-timeline-item-content {
  display: inline-block;
  margin-left: 28px;
}
.next-timeline-item-content .next-timeline-item-title {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
}
.next-timeline-item-content .next-timeline-item-body {
  line-height: 16px;
}
.next-timeline-item-content .next-timeline-item-body,
.next-timeline-item-content .next-timeline-item-time {
  margin: 0;
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  color: #9e9e9e;
}
.next-timeline-item-folder {
  margin-left: 28px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}
.next-timeline-item-folder-trigger {
  cursor: pointer;
  color: #1a9cb7;
}
.next-timeline-item-folder-trigger:hover {
  color: #f57224;
}
.next-timeline-item-folded {
  display: none;
}
.next-timeline-item-unfolded {
  display: block;
}
.next-timeline-item-done .next-timeline-item-dot {
  background: #dadada;
}
.next-timeline-item-done .next-timeline-item-icon {
  background: #dadada;
  color: #fff;
}
.next-timeline-item-process .next-timeline-item-dot {
  background: #dadada;
}
.next-timeline-item-process .next-timeline-item-icon {
  background: #dadada;
  color: #fff;
}
.next-timeline-item-success .next-timeline-item-dot {
  background: #4caf50;
}
.next-timeline-item-success .next-timeline-item-icon {
  background: #4caf50;
  color: #fff;
}
.next-timeline-item-error .next-timeline-item-dot {
  background: #f44336;
}
.next-timeline-item-error .next-timeline-item-icon {
  background: #f44336;
  color: #fff;
}
.next-timeline-item-last .next-timeline-item-tail {
  display: none;
}
.next-transfer {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
  display: inline-block;
}
.next-transfer,
.next-transfer *,
.next-transfer :after,
.next-transfer :before {
  box-sizing: border-box;
}
.next-transfer-panel {
  display: inline-block;
  border: 1px solid #9e9e9e;
  border-radius: 0;
  vertical-align: middle;
  background-color: #fff;
}
.next-transfer-panel-header {
  padding: 12px 16px;
  border-bottom: 1px solid #9e9e9e;
  background-color: #fafafa;
  color: #212121;
}
.next-transfer-panel-count {
  margin-left: 8px;
  vertical-align: middle;
}
.next-transfer-panel-title {
  float: right;
  margin-left: 8px;
}
.next-transfer-panel-search {
  position: relative;
  padding: 0 4px;
  margin-top: 8px;
}
.next-transfer-panel-search .next-input {
  width: 100%;
  border-radius: 0;
}
.next-transfer-panel-search .next-input input {
  text-indent: 20px;
}
.next-transfer-panel-search .next-icon-search {
  position: absolute;
  top: 50%;
  left: 13px;
  height: 16px;
  margin-top: -8px;
  color: #9e9e9e;
}
.next-transfer-panel-list {
  overflow-y: auto;
  width: 180px;
  height: 160px;
}
.next-transfer-panel-list-content {
  padding: 0;
  margin: 0;
  list-style: none;
}
.next-transfer-panel-item {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background-color: #fff;
  color: #212121;
  transition: background-color 0.2s ease;
}
.next-transfer-panel-item.item-highlight,
.next-transfer-panel-item:hover {
  background-color: #eff0f5;
  color: #212121;
}
.next-transfer-panel-item.disabled,
.next-transfer-panel-item.disabled:hover {
  background-color: #fff;
  color: #9e9e9e;
}
.next-transfer-panel-item.disabled .next-transfer-panel-item-label,
.next-transfer-panel-item.disabled:hover .next-transfer-panel-item-label {
  cursor: not-allowed;
}
.next-transfer-panel-item-label {
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.next-transfer-panel-item-text {
  margin-left: 8px;
  vertical-align: middle;
}
.next-transfer-operations {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.next-transfer-operation.next-btn {
  display: block;
}
.next-transfer-operation.next-btn + .next-transfer-operation.next-btn {
  margin-top: 8px;
}
.next-transfer-operation.next-btn .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tree {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
}
.next-tree,
.next-tree *,
.next-tree:after,
.next-tree :after,
.next-tree:before,
.next-tree :before {
  box-sizing: border-box;
}
.next-tree {
  margin: 0;
  padding: 4px;
}
.next-tree > .next-tree-node:first-child {
  margin-top: 0;
}
.next-tree-node {
  padding: 0;
  margin-top: 8px;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.next-tree-node-handle {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 4px;
  padding: 0 4px;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 14px;
  color: #757575;
  background-color: transparent;
}
.next-tree-node-handle span {
  display: inline-block;
}
.next-tree-node-handle:hover {
  color: #757575;
  background-color: rgba(245, 114, 36, 0.1);
}
.next-tree-node-handle-selected {
  color: #757575;
  background-color: rgba(245, 114, 36, 0.2);
}
.next-tree-node-handle-disabled,
.next-tree-node-handle-disabled:hover {
  color: #9e9e9e;
  background-color: transparent;
}
.next-tree-node-input {
  margin: 0 4px;
  padding: 1px 3px;
  border: 1px solid #dadada;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  outline: none;
}
.next-tree-node-input:focus {
  border-color: #9e9e9e;
}
.next-tree-node-handle[draggable="true"],
.next-tree-node-handle[draggable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.next-tree-node-disabled > .next-tree-node-top-half > .next-tree-switcher,
.next-tree-node-disabled > .next-tree-node-top-half > a,
.next-tree-node-disabled > .next-tree-switcher,
.next-tree-node-disabled > a {
  color: #9e9e9e;
  background: transparent;
  cursor: not-allowed;
}
.next-tree-node.drag-over > .next-tree-node-top-half > a,
.next-tree-node.drag-over > a {
  background-color: #f57224;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.next-tree-node.drag-over-gap-top > .next-tree-node-top-half > a,
.next-tree-node.drag-over-gap-top > a {
  border-top: 2px solid #f57224;
}
.next-tree-node.drag-over-gap-bottom > .next-tree-node-top-half > a,
.next-tree-node.drag-over-gap-bottom > a {
  border-bottom: 2px solid #f57224;
}
.next-tree-node.filter-node > a {
  color: #f44336 !important;
  font-weight: 700 !important;
}
.next-tree-node ul {
  margin: 0;
  padding: 0;
}
.next-tree-node li {
  margin-left: 24px;
  padding: 0;
}
.next-tree-node-top-half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.next-tree-node-top-half .next-tree-node-handle {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.next-tree-with-line .next-tree-node li:not(:last-child) {
  margin-left: 7.5px;
  border-left: 1px solid #eff0f5;
  padding-left: 15.5px;
}
.next-tree-icon {
  margin: 0;
  width: 16px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
}
.next-tree-icon-loading:after {
  content: "\E67C";
  display: inline-block;
  font-family: NextIcon;
  font-size: 12px;
  animation: loadingCircle 2s infinite linear;
}
.next-tree-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.next-tree-switcher-noline {
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}
.next-tree-switcher-noline .next-tree-switcher-icon {
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  color: #9e9e9e;
}
.next-tree-switcher-noline .next-tree-switcher-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tree-switcher-noline:not(.disabled):hover .next-tree-switcher-icon {
  color: #212121;
}
.next-tree-switcher-noline-close .next-tree-switcher-icon {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.next-tree-switcher-noline-close .next-tree-switcher-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-tree-switcher-line {
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #dadada;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}
.next-tree-switcher-line .next-tree-switcher-icon {
  margin-left: 3px;
  color: #757575;
}
.next-tree-switcher-line .next-tree-switcher-icon:before {
  width: 8px;
  font-size: 8px;
  line-height: inherit;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .next-tree-switcher-line .next-tree-switcher-icon {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -1px;
    margin-right: -4px;
  }
  .next-tree-switcher-line .next-tree-switcher-icon:before {
    width: 16px;
    font-size: 16px;
  }
}
.next-tree-switcher-line .next-tree-switcher-icon:before {
  vertical-align: text-bottom;
}
.next-tree-switcher-line:not(.disabled):hover {
  border-color: #757575;
  background-color: #fafafa;
}
.next-tree-switcher-line:not(.disabled):hover .next-tree-switcher-icon {
  color: #212121;
}
@media screen\0 {
  .next-tree-switcher-line {
    line-height: 16px;
  }
}
.next-tree-switcher-noop-noline {
  width: 12px;
  height: 12px;
}
.next-tree-switcher-noop-line {
  width: 16px;
  height: 16px;
}
.next-tree-switcher-noop-line-noroot {
  height: 0;
  border-left: 1px solid #eff0f5;
  border-right: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.next-tree-switcher-noop-line-noroot .next-tree-right-angle {
  bottom: -1px;
}
.next-tree-right-angle {
  position: absolute;
  bottom: 6.5px;
  left: -17.5px;
  display: block;
  width: 16.5px;
  height: 20.5px;
  border-left: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.next-tree-child-tree.temp-hide {
  display: none;
}
.next-tree-child-tree.out-screen {
  position: absolute;
  top: 0;
  left: -9999px;
}
.next-tree-child-tree.child-tree-enter {
  overflow: hidden;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.next-tree-child-tree.child-tree-enter-active {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.next-tree-child-tree.child-tree-leave {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.next-tree-child-tree.child-tree-leave-active {
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.next-tree-icon-close,
.next-tree-icon-open {
  margin-right: 2px;
  vertical-align: top;
}
.next-tree-select {
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.28571;
}
.next-tree-select,
.next-tree-select *,
.next-tree-select :after,
.next-tree-select :before {
  box-sizing: border-box;
}
.next-tree-select-dropdown {
  padding: 12px 0;
  background: #fff;
  border: 1px solid #eff0f5;
  border-radius: 0;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.next-tree-select-dropdown .next-select-search {
  line-height: 28px;
}
.next-tree-select-dropdown .next-tree {
  padding: 0;
  margin: 0 20px;
} /*!
 * Cropper.js v0.5.6
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-01-18T05:33:19.322Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.cropper-modal {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  background-color: #000;
  filter: alpha(opacity=50);
}
.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px dashed #fff;
}
.cropper-dashed {
  position: absolute;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.cropper-center:after,
.cropper-center:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #eee;
}
.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}
.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}
.cropper-line {
  background-color: transparent;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: 0.75;
  background-color: #fff;
  filter: alpha(opacity=75);
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  filter: alpha(opacity=0);
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    filter: alpha(opacity=75);
  }
}
.cropper-invisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: alpha(opacity=0);
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.next-upload {
  position: relative;
  display: inline-block;
}
.next-upload:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-upload-select {
  position: relative;
}
.next-upload-select-picture-card {
  border: 1px dashed #dadada;
  width: 100px;
  height: 100px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 16px;
  float: left;
}
.next-upload-select-picture-card-hovered,
.next-upload-select-picture-card:hover {
  border-color: #1a9cb7;
}
.next-upload-select-picture-card .next-icon {
  color: #1a9cb7;
  margin-top: 24px;
}
.next-upload-select-picture-card .next-icon:before {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}
.next-upload-select-picture-card .next-upload-text {
  font-size: 14px;
  margin-top: 12px;
  color: #757575;
}
.next-upload-select-picture-card.next-upload-drop-hover
  .next-upload-select-inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.next-upload-select-picture-card.next-upload-drop-hover:before {
  font-family: NextIcon;
  content: "\E612";
  font-size: 48px;
  line-height: 100px;
  color: #dadada;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.next-upload-select-picture-card .next-upload-select-inner {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.next-upload-select-picture-card-disable {
  border-color: #eff0f5;
}
.next-upload-select-picture-card-disable:hover {
  border-color: #eff0f5;
  cursor: not-allowed;
}
.next-upload-select-picture-card-disable .next-icon,
.next-upload-select-picture-card-disable .next-upload-text {
  color: #dadada;
}
.next-upload-select-hide {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  border: none;
}
.next-upload-list-picture-card {
  display: inline-block;
}
.next-upload-list-picture-card .next-upload-list-item {
  position: relative;
  display: inline-block;
  border: 1px solid #dadada;
  width: 100px;
  height: 100px;
  margin: 0 12px 32px 0;
  vertical-align: middle;
  float: left;
}
.next-upload-list-picture-card .next-upload-list-item-name {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  color: #757575;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
.next-upload-list-picture-card .next-upload-list-item-progress {
  position: absolute;
  font-size: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.next-upload-list-picture-card .next-upload-list-item-uploading {
  background-color: #fafafa;
}
.next-upload-list-picture-card
  .next-upload-list-item-uploading
  .next-progress-line-container {
  display: block;
}
.next-upload-list-picture-card .next-upload-list-item-error {
  background-color: #fafafa;
  border-color: #f44336;
}
.next-upload-list-picture-card
  .next-upload-list-item-done.next-upload-list-item-hovered {
  border-color: #dadada;
}
.next-upload-list-picture-card .next-upload-list-item-info {
  position: relative;
  height: 100%;
  padding: 0;
}
.next-upload-list-picture-card
  .next-upload-list-item-info:hover
  .next-upload-tool {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.next-upload-list-picture-card .next-upload-list-item-info .next-upload-tool {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 28px;
  left: 0;
  bottom: 0;
}
.next-upload-list-picture-card
  .next-upload-list-item-info
  .next-upload-tool
  .next-icon {
  width: 49%;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.next-upload-list-picture-card
  .next-upload-list-item-info
  .next-upload-tool
  .next-icon:before {
  font-size: 16px;
}
.next-upload-list-picture-card
  .next-upload-list-item-info
  .next-upload-tool.noclose
  .next-icon {
  width: 100%;
}
.next-upload-list-picture-card
  .next-upload-list-item-info
  .next-upload-tool-close {
  cursor: pointer;
}
.next-upload-list-picture-card
  .next-upload-list-item-info
  .next-upload-tool-download-icon {
  border-right: 1px solid #fff;
}
.next-upload-list-picture-card
  .next-upload-list-item-hovered
  .next-upload-tool {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail {
  display: table;
  width: 100%;
  height: 100%;
  position: static;
  text-align: center;
  vertical-align: middle;
  color: #dadada;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail a {
  text-decoration: none;
  color: #2192d9;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail a:hover {
  color: #0b70af;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail > * {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 12px;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail > * * + * {
  display: block;
  cursor: pointer;
  margin-top: 8px;
}
.next-upload-list-picture-card .next-upload-list-item-thumbnail .next-icon {
  display: block;
  text-align: center;
  width: 100%;
}
.next-upload-list-picture-card
  .next-upload-list-item-thumbnail
  .next-icon:before {
  width: 48px;
  font-size: 48px;
}
.next-upload-list-text .next-upload-list-item {
  position: relative;
  width: 350px;
  height: 28px;
  background-color: #eff0f5;
  padding: 0 8px;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 5px;
}
.next-upload-list-text .next-upload-list-item:last-child {
  margin-bottom: 0;
}
.next-upload-list-text .next-upload-list-item .next-icon {
  position: absolute;
  right: 12px;
  color: #9e9e9e;
  cursor: pointer;
  text-align: center;
}
.next-upload-list-text .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-upload-list-text .next-upload-list-item:hover {
  background-color: #eff0f5;
}
.next-upload-list-text .next-upload-list-item:hover .next-icon {
  color: #757575;
}
.next-upload-list-text .next-upload-list-item-hovered {
  background-color: #eff0f5;
}
.next-upload-list-text
  .next-upload-list-item-hovered
  .next-upload-list-item-name {
  color: #1a9cb7;
}
.next-upload-list-text .next-upload-list-item-hovered .next-icon {
  color: #757575;
}
.next-upload-list-text .next-upload-list-item-info {
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.next-upload-list-text .next-upload-list-item-name {
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-right: 5%;
}
.next-upload-list-text
  .next-upload-list-item-name
  .next-upload-list-item-extra {
  color: #9e9e9e;
  margin-left: 8px;
}
.next-upload-list-text .next-upload-list-item-error {
  background-color: #fdecea !important;
}
.next-upload-list-text
  .next-upload-list-item-uploading
  .next-upload-list-item-name {
  max-width: 35%;
}
.next-upload-list-text .next-upload-list-item-progress {
  float: left;
  width: 50%;
  line-height: 28px;
  font-size: 0;
}
.next-upload-list-text .next-upload-list-item-progress .next-progress-line {
  vertical-align: middle;
}
.next-upload-list-text .next-upload-list-item-done .next-upload-list-item-info {
  width: 80%;
}
.next-upload-list-text
  .next-upload-list-item-done:hover
  .next-upload-list-item-name {
  color: #1a9cb7;
}
.next-upload-list-text-image .next-upload-list-item {
  position: relative;
  width: 350px;
  border: 1px solid #9e9e9e;
  background-color: #fff;
  padding: 8px;
  line-height: 50px;
  font-size: 12px;
  margin-bottom: 5px;
}
.next-upload-list-text-image .next-upload-list-item:last-child {
  margin-bottom: 0;
}
.next-upload-list-text-image .next-upload-list-item:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}
.next-upload-list-text-image .next-upload-list-item .next-icon {
  float: right;
  margin-right: 4px;
  cursor: pointer;
  color: #9e9e9e;
  text-align: center;
}
.next-upload-list-text-image .next-upload-list-item .next-icon:before {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}
.next-upload-list-text-image .next-upload-list-item:hover {
  border-color: #9e9e9e;
  background-color: #fafafa;
}
.next-upload-list-text-image .next-upload-list-item:hover .next-icon {
  color: #757575;
}
.next-upload-list-text-image .next-upload-list-item-hovered {
  border-color: #9e9e9e;
  background-color: #fafafa;
}
.next-upload-list-text-image
  .next-upload-list-item-hovered
  .next-upload-list-item-name {
  color: #1a9cb7;
}
.next-upload-list-text-image
  .next-upload-list-item-hovered
  .next-upload-list-item-extra {
  color: #9e9e9e;
}
.next-upload-list-text-image .next-upload-list-item-hovered .next-icon {
  color: #757575;
}
.next-upload-list-text-image .next-upload-list-item-error {
  border-color: #f44336 !important;
}
.next-upload-list-text-image .next-upload-list-item-name {
  color: #212121;
}
.next-upload-list-text-image
  .next-upload-list-item-name
  .next-upload-list-item-extra {
  color: #9e9e9e;
  margin-left: 8px;
}
.next-upload-list-text-image .next-upload-list-item-progress {
  float: left;
  width: 70%;
  line-height: 50px;
  font-size: 0;
}
.next-upload-list-text-image
  .next-upload-list-item-progress
  .next-progress-line {
  vertical-align: middle;
}
.next-upload-list-text-image
  .next-upload-list-item-done:hover
  .next-upload-list-item-name {
  color: #1a9cb7;
}
.next-upload-list-text-image .next-upload-list-item-thumbnail {
  float: left;
  width: 50px;
  height: 50px;
  color: #dadada;
  border: 1px solid #9e9e9e;
  background-color: #fafafa;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
}
.next-upload-list-text-image .next-upload-list-item-thumbnail > * {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50%;
}
.next-upload-list-text-image .next-upload-list-item-thumbnail .next-icon {
  display: block;
  margin: 0;
  line-height: 50px;
}
.next-upload-list-text-image
  .next-upload-list-item-thumbnail
  .next-icon:before {
  width: 24px;
  font-size: 24px;
  line-height: inherit;
}
.next-upload-drag {
  position: relative;
  width: 553px;
  padding: 16px;
  border: 1px dashed #9e9e9e;
  background-color: #fff;
  color: #9e9e9e;
  font-size: 14px;
}
.next-upload-drag-over {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.next-upload-drag-tips {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.next-upload-drag-tips-over {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eff0f5;
  text-align: center;
}
.next-upload-drag-tips-over span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.next-upload-drag-tips-hide {
  display: none;
}
.next-upload-drag .next-upload-list-item {
  margin: 0 12px 16px 0;
}
.next-upload-drag .next-upload-select-picture-card {
  margin-bottom: 0;
}
.next-upload-crop-inner-cropper {
  width: 400px;
  height: 260px;
  float: left;
}
.next-upload-crop-inner-reset {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #757575;
  margin: 12px 0;
}
.next-upload-crop-inner-preview {
  float: left;
  overflow: hidden;
  margin-left: 20px;
}
.next-upload-crop-inner-preview > div {
  margin-bottom: 12px;
}
.next-upload-crop-inner-preview > div:last-child {
  margin-bottom: 0;
}
.next-upload-crop-inner-preview > div .img-preview {
  overflow: hidden;
}
.next-upload-crop-inner-preview > div .img-preview-size {
  display: block;
  font-size: 12px;
  color: #9e9e9e;
  margin-top: 4px;
}
.next-icon-ic-TOP:before {
  content: "\E764";
}
.next-icon-trianle-pop:before {
  content: "\E71C";
}
.next-icon-uberEATS:before {
  content: "\E69C";
}
.next-icon-ic-badgetriFlag2:before {
  content: "\E763";
}
.next-icon-ic-badgetriFlag1:before {
  content: "\E722";
}
.next-icon-ic-badgetriFlag:before {
  content: "\E721";
}
.next-icon-logo-uber:before {
  content: "\E69B";
}
.next-icon-logo-netflix:before {
  content: "\E69A";
}
.next-icon-logo-redmart:before {
  content: "\E699";
}
.next-icon-ic-Arrowcircle-copy:before {
  content: "\E79F";
}
.next-icon-ic-verifi-sms-copy:before {
  content: "\E79E";
}
.next-icon-ic-verifi-sms:before {
  content: "\E698";
}
.next-icon-ic-verifi-mail:before {
  content: "\E697";
}
.next-icon-ic-Arrowcircle:before {
  content: "\E762";
}
.next-icon-ic-cat-SportsOutdoo:before {
  content: "\E761";
}
.next-icon-ic-cat-WomensFashio:before {
  content: "\E760";
}
.next-icon-ic-cat-MensFashion:before {
  content: "\E75F";
}
.next-icon-ic-cat-Motors:before {
  content: "\E75D";
}
.next-icon-ic-cat-HomeLifestyl:before {
  content: "\E75C";
}
.next-icon-ic-cat-HealthBeauty:before {
  content: "\E75B";
}
.next-icon-ic-cat-BabiesToys:before {
  content: "\E75A";
}
.next-icon-ic-cat-GroceriesPet:before {
  content: "\E755";
}
.next-icon-ic-cat-ElectronicDev:before {
  content: "\E740";
}
.next-icon-ic-cat-FashionAccess:before {
  content: "\E73F";
}
.next-icon-ic-cat-ConsumerAppli:before {
  content: "\E73E";
}
.next-icon-ic-cat-ElectronicAcc:before {
  content: "\E73D";
}
.next-icon-reduceicon:before {
  content: "\E715";
}
.next-icon-addicon:before {
  content: "\E714";
}
.next-icon-ic-Badge-OfficialSt:before {
  content: "\E732";
}
.next-icon-ic-Badge-Taobao:before {
  content: "\E731";
}
.next-icon-Taobao_Collection_Lo:before {
  content: "\E696";
}
.next-icon-Koleksi_Taobao_Logo:before {
  content: "\E695";
}
.next-icon-ic-SizeChart:before {
  content: "\E76D";
}
.next-icon-ic-CheckboxOff:before {
  content: "\E70F";
}
.next-icon-ic-CheckboxOn:before {
  content: "\E70A";
}
.next-icon-ic-closebtn:before {
  content: "\E709";
}
.next-icon-English:before {
  content: "\E694";
}
.next-icon-clock_fill:before {
  content: "\E693";
}
.next-icon-ic-Category-copy:before {
  content: "\E791";
}
.next-icon-ic-Category:before {
  content: "\E765";
}
.next-icon-ic-channel-TaobaoCol:before {
  content: "\E76C";
}
.next-icon-ic-channel-OfficialS:before {
  content: "\E76B";
}
.next-icon-ic-channel-Vouchers:before {
  content: "\E76A";
}
.next-icon-ic-channel-SuperMart:before {
  content: "\E769";
}
.next-icon-ic-channel-MobileTop1:before {
  content: "\E768";
}
.next-icon-ic-channel-Dealsa:before {
  content: "\E767";
}
.next-icon-ic-channel-Expressa:before {
  content: "\E766";
}
.next-icon-ic-ac-member:before {
  content: "\E692";
}
.next-icon-ic-ac-rebate:before {
  content: "\E691";
}
.next-icon-ic-ac-payment:before {
  content: "\E690";
}
.next-icon-ic-ac-review:before {
  content: "\E68F";
}
.next-icon-ic-ac-policy:before {
  content: "\E68E";
}
.next-icon-ic-ac-wallet:before {
  content: "\E68D";
}
.next-icon-ic-Arrow-comfirm:before {
  content: "\E706";
}
.next-icon-OTC:before {
  content: "\E790";
}
.next-icon-Wallet:before {
  content: "\E78F";
}
.next-icon-Store:before {
  content: "\E78E";
}
.next-icon-Installment:before {
  content: "\E78D";
}
.next-icon-ATM:before {
  content: "\E78C";
}
.next-icon-CC:before {
  content: "\E78B";
}
.next-icon-Cash:before {
  content: "\E78A";
}
.next-icon-Bank:before {
  content: "\E789";
}
.next-icon-OL:before {
  content: "\E788";
}
.next-icon-Email:before {
  content: "\E787";
}
.next-icon-Progressbar-Success:before {
  content: "\E786";
}
.next-icon-Progressbar-Normal:before {
  content: "\E785";
}
.next-icon-Progressbar-Disable:before {
  content: "\E784";
}
.next-icon-ic-reviews-6:before {
  content: "\E68C";
}
.next-icon-ic-reviews-4:before {
  content: "\E68B";
}
.next-icon-ic-reviews-3:before {
  content: "\E68A";
}
.next-icon-ic-reviews-2:before {
  content: "\E689";
}
.next-icon-ic-reviews-1:before {
  content: "\E688";
}
.next-icon-ic-reviews-5:before {
  content: "\E687";
}
.next-icon-ic-Refresh:before {
  content: "\E75E";
}
.next-icon-ic-dropdown:before {
  content: "\E704";
}
.next-icon-ic-send:before {
  content: "\E686";
}
.next-icon-noReview:before {
  content: "\E685";
}
.next-icon-is-sort:before {
  content: "\E684";
}
.next-icon-ic_logout:before {
  content: "\E683";
}
.next-icon-ic-reduceBtn1:before {
  content: "\E702";
}
.next-icon-ic-addBtn1:before {
  content: "\E700";
}
.next-icon-ic-reduceBtn:before {
  content: "\E6FF";
}
.next-icon-ic-addBtn:before {
  content: "\E6FE";
}
.next-icon-wishlist:before {
  content: "\E680";
}
.next-icon-Account:before {
  content: "\E67F";
}
.next-icon-ic-Standard:before {
  content: "\E751";
}
.next-icon-ic-VerifiedPurchase:before {
  content: "\E759";
}
.next-icon-ic-warranty:before {
  content: "\E750";
}
.next-icon-ic-days1:before {
  content: "\E74F";
}
.next-icon-ic-shipping:before {
  content: "\E74E";
}
.next-icon-ic-Shape:before {
  content: "\E758";
}
.next-icon-ic-oversea:before {
  content: "\E74D";
}
.next-icon-ic-Q:before {
  content: "\E757";
}
.next-icon-ic-nowarranty:before {
  content: "\E74C";
}
.next-icon-ic-noshipping:before {
  content: "\E74B";
}
.next-icon-ic-Express-id:before {
  content: "\E74A";
}
.next-icon-ic-great:before {
  content: "\E756";
}
.next-icon-ic-Express:before {
  content: "\E749";
}
.next-icon-ic-gift:before {
  content: "\E748";
}
.next-icon-ic-Economy:before {
  content: "\E747";
}
.next-icon-ic-Checked:before {
  content: "\E754";
}
.next-icon-ic-discount:before {
  content: "\E746";
}
.next-icon-ic-A:before {
  content: "\E753";
}
.next-icon-ic-days:before {
  content: "\E745";
}
.next-icon-ic-day:before {
  content: "\E743";
}
.next-icon-ic-AddtoCart:before {
  content: "\E752";
}
.next-icon-ic-Tags:before {
  content: "\E71E";
}
.next-icon-billing:before {
  content: "\E67E";
}
.next-icon-shipping:before {
  content: "\E67D";
}
.next-icon-ic-Arrowleft:before {
  content: "\E71D";
}
.next-icon-ic-Taobao:before {
  content: "\E671";
}
.next-icon-ic-JustforYou:before {
  content: "\E66E";
}
.next-icon-ic-MostPopular:before {
  content: "\E66D";
}
.next-icon-lzd_logo-com-my:before {
  content: "\E660";
}
.next-icon-lzd_logo-vn:before {
  content: "\E65E";
}
.next-icon-lzd_logo-com-ph:before {
  content: "\E659";
}
.next-icon-lzd_logo-co-th:before {
  content: "\E657";
}
.next-icon-lzd_logo-sg:before {
  content: "\E625";
}
.next-icon-lzd_logo-co-id:before {
  content: "\E61D";
}
.next-icon-lzd_logo_white-sg:before {
  content: "\E619";
}
.next-icon-lzd_logo_white-co-th:before {
  content: "\E617";
}
.next-icon-lzd_logo_white-vn:before {
  content: "\E612";
}
.next-icon-lzd_logo_white-com-m:before {
  content: "\E611";
}
.next-icon-lzd_logo_white-com-p:before {
  content: "\E610";
}
.next-icon-lzd_logo_white-co-id:before {
  content: "\E60F";
}
.next-icon-lzd_logo:before {
  content: "\E60E";
}
.next-icon-ic-IOS-Next-copy:before {
  content: "\E744";
}
.next-icon-LiveUp:before {
  content: "\E742";
}
.next-icon-FulfilledbyLazada:before {
  content: "\E741";
}
.next-icon-facebook_icon:before {
  content: "\E60D";
}
.next-icon-googlePlus_icon:before {
  content: "\E60B";
}
.next-icon-pw_showwhite:before {
  content: "\E609";
}
.next-icon-pw_show:before {
  content: "\E607";
}
.next-icon-pw_hide1:before {
  content: "\E604";
}
.next-icon-pw_hide:before {
  content: "\E602";
}
.next-icon-ic-Language-SG:before {
  content: "\E73C";
}
.next-icon-ic-Language-malay:before {
  content: "\E73B";
}
.next-icon-ic-Language-Viet:before {
  content: "\E73A";
}
.next-icon-ic-Language-Thai:before {
  content: "\E739";
}
.next-icon-ic-Language-Philip:before {
  content: "\E738";
}
.next-icon-ic-Language-Indo:before {
  content: "\E737";
}
.next-icon-ic-loding:before {
  content: "\E725";
}
.next-icon-ic-Arrow-Down:before {
  content: "\E736";
}
.next-icon-ic-Arrow-Up:before {
  content: "\E735";
}
.next-icon-ic-Star:before {
  content: "\E734";
}
.next-icon-ic-Delete:before {
  content: "\E723";
}
.next-icon-ic-Badge-Express:before {
  content: "\E716";
}
.next-icon-ic-Badge-New:before {
  content: "\E70E";
}
.next-icon-ic-IOS-Back:before {
  content: "\E733";
}
.next-icon-ic-:before {
  content: "\E70D";
}
.next-icon-ic-Lazada:before {
  content: "\E70B";
}
.next-icon-ic-Store2:before {
  content: "\E730";
}
.next-icon-ic-Cart1:before {
  content: "\E72F";
}
.next-icon-ic-Search1:before {
  content: "\E72E";
}
.next-icon-ic-Shape1:before {
  content: "\E72D";
}
.next-icon-ic-ListView:before {
  content: "\E72C";
}
.next-icon-ic-GridView1:before {
  content: "\E72B";
}
.next-icon-ic-Kebab1:before {
  content: "\E72A";
}
.next-icon-ic-Filter1:before {
  content: "\E729";
}
.next-icon-ic-Close1:before {
  content: "\E728";
}
.next-icon-ic-Check1:before {
  content: "\E727";
}
.next-icon-ic-Android-Back1:before {
  content: "\E726";
}
.next-icon-ic-Store:before {
  content: "\E724";
}
.next-icon-ic-Smile:before {
  content: "\E71B";
}
.next-icon-ic-Order:before {
  content: "\E71A";
}
.next-icon-ic-Tooltip:before {
  content: "\E719";
}
.next-icon-ic-Policies:before {
  content: "\E718";
}
.next-icon-ic-Setting:before {
  content: "\E717";
}
.next-icon-ic-Notifications:before {
  content: "\E713";
}
.next-icon-ic-logOut:before {
  content: "\E712";
}
.next-icon-ic-Noti:before {
  content: "\E711";
}
.next-icon-ic-MyWishlist:before {
  content: "\E710";
}
.next-icon-ic-loc:before {
  content: "\E70C";
}
.next-icon-ic-Flashsale:before {
  content: "\E708";
}
.next-icon-ic-Home:before {
  content: "\E707";
}
.next-icon-ic-Help:before {
  content: "\E705";
}
.next-icon-ic-cat-TV:before {
  content: "\E6F9";
}
.next-icon-ic-Categories:before {
  content: "\E6FD";
}
.next-icon-ic-CartNumber:before {
  content: "\E6F8";
}
.next-icon-leimu-:before {
  content: "\E79D";
}
.next-icon-ic-Zoom:before {
  content: "\E66A";
}
.next-icon-ic-time:before {
  content: "\E655";
}
.next-icon-exclamation:before {
  content: "\E63D";
}
