/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nlx-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.nlx-btn > .anticon {
  line-height: 1;
}
.nlx-btn,
.nlx-btn:active,
.nlx-btn:focus {
  outline: 0;
}
.nlx-btn:not([disabled]):hover {
  text-decoration: none;
}
.nlx-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.nlx-btn.disabled,
.nlx-btn[disabled] {
  cursor: not-allowed;
}
.nlx-btn.disabled > *,
.nlx-btn[disabled] > * {
  pointer-events: none;
}
.nlx-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0px;
}
.nlx-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0px;
}
.nlx-btn > a:only-child {
  color: currentColor;
}
.nlx-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn:hover,
.nlx-btn:focus {
  color: #70e0cc;
  background-color: #fff;
  border-color: #70e0cc;
}
.nlx-btn:hover > a:only-child,
.nlx-btn:focus > a:only-child {
  color: currentColor;
}
.nlx-btn:hover > a:only-child::after,
.nlx-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn:active,
.nlx-btn.active {
  color: #32ad9f;
  background-color: #fff;
  border-color: #32ad9f;
}
.nlx-btn:active > a:only-child,
.nlx-btn.active > a:only-child {
  color: currentColor;
}
.nlx-btn:active > a:only-child::after,
.nlx-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-disabled,
.nlx-btn.disabled,
.nlx-btn[disabled],
.nlx-btn-disabled:hover,
.nlx-btn.disabled:hover,
.nlx-btn[disabled]:hover,
.nlx-btn-disabled:focus,
.nlx-btn.disabled:focus,
.nlx-btn[disabled]:focus,
.nlx-btn-disabled:active,
.nlx-btn.disabled:active,
.nlx-btn[disabled]:active,
.nlx-btn-disabled.active,
.nlx-btn.disabled.active,
.nlx-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-disabled > a:only-child,
.nlx-btn.disabled > a:only-child,
.nlx-btn[disabled] > a:only-child,
.nlx-btn-disabled:hover > a:only-child,
.nlx-btn.disabled:hover > a:only-child,
.nlx-btn[disabled]:hover > a:only-child,
.nlx-btn-disabled:focus > a:only-child,
.nlx-btn.disabled:focus > a:only-child,
.nlx-btn[disabled]:focus > a:only-child,
.nlx-btn-disabled:active > a:only-child,
.nlx-btn.disabled:active > a:only-child,
.nlx-btn[disabled]:active > a:only-child,
.nlx-btn-disabled.active > a:only-child,
.nlx-btn.disabled.active > a:only-child,
.nlx-btn[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-disabled > a:only-child::after,
.nlx-btn.disabled > a:only-child::after,
.nlx-btn[disabled] > a:only-child::after,
.nlx-btn-disabled:hover > a:only-child::after,
.nlx-btn.disabled:hover > a:only-child::after,
.nlx-btn[disabled]:hover > a:only-child::after,
.nlx-btn-disabled:focus > a:only-child::after,
.nlx-btn.disabled:focus > a:only-child::after,
.nlx-btn[disabled]:focus > a:only-child::after,
.nlx-btn-disabled:active > a:only-child::after,
.nlx-btn.disabled:active > a:only-child::after,
.nlx-btn[disabled]:active > a:only-child::after,
.nlx-btn-disabled.active > a:only-child::after,
.nlx-btn.disabled.active > a:only-child::after,
.nlx-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn:hover,
.nlx-btn:focus,
.nlx-btn:active,
.nlx-btn.active {
  text-decoration: none;
  background: #fff;
}
.nlx-btn > i,
.nlx-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.nlx-btn-primary {
  color: #fff;
  background-color: #48d4c0;
  border-color: #48d4c0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.nlx-btn-primary > a:only-child {
  color: currentColor;
}
.nlx-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-primary:hover,
.nlx-btn-primary:focus {
  color: #fff;
  background-color: #70e0cc;
  border-color: #70e0cc;
}
.nlx-btn-primary:hover > a:only-child,
.nlx-btn-primary:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-primary:hover > a:only-child::after,
.nlx-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-primary:active,
.nlx-btn-primary.active {
  color: #fff;
  background-color: #32ad9f;
  border-color: #32ad9f;
}
.nlx-btn-primary:active > a:only-child,
.nlx-btn-primary.active > a:only-child {
  color: currentColor;
}
.nlx-btn-primary:active > a:only-child::after,
.nlx-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-primary-disabled,
.nlx-btn-primary.disabled,
.nlx-btn-primary[disabled],
.nlx-btn-primary-disabled:hover,
.nlx-btn-primary.disabled:hover,
.nlx-btn-primary[disabled]:hover,
.nlx-btn-primary-disabled:focus,
.nlx-btn-primary.disabled:focus,
.nlx-btn-primary[disabled]:focus,
.nlx-btn-primary-disabled:active,
.nlx-btn-primary.disabled:active,
.nlx-btn-primary[disabled]:active,
.nlx-btn-primary-disabled.active,
.nlx-btn-primary.disabled.active,
.nlx-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-primary-disabled > a:only-child,
.nlx-btn-primary.disabled > a:only-child,
.nlx-btn-primary[disabled] > a:only-child,
.nlx-btn-primary-disabled:hover > a:only-child,
.nlx-btn-primary.disabled:hover > a:only-child,
.nlx-btn-primary[disabled]:hover > a:only-child,
.nlx-btn-primary-disabled:focus > a:only-child,
.nlx-btn-primary.disabled:focus > a:only-child,
.nlx-btn-primary[disabled]:focus > a:only-child,
.nlx-btn-primary-disabled:active > a:only-child,
.nlx-btn-primary.disabled:active > a:only-child,
.nlx-btn-primary[disabled]:active > a:only-child,
.nlx-btn-primary-disabled.active > a:only-child,
.nlx-btn-primary.disabled.active > a:only-child,
.nlx-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-primary-disabled > a:only-child::after,
.nlx-btn-primary.disabled > a:only-child::after,
.nlx-btn-primary[disabled] > a:only-child::after,
.nlx-btn-primary-disabled:hover > a:only-child::after,
.nlx-btn-primary.disabled:hover > a:only-child::after,
.nlx-btn-primary[disabled]:hover > a:only-child::after,
.nlx-btn-primary-disabled:focus > a:only-child::after,
.nlx-btn-primary.disabled:focus > a:only-child::after,
.nlx-btn-primary[disabled]:focus > a:only-child::after,
.nlx-btn-primary-disabled:active > a:only-child::after,
.nlx-btn-primary.disabled:active > a:only-child::after,
.nlx-btn-primary[disabled]:active > a:only-child::after,
.nlx-btn-primary-disabled.active > a:only-child::after,
.nlx-btn-primary.disabled.active > a:only-child::after,
.nlx-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-group .nlx-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #51bbf0;
  border-left-color: #51bbf0;
}
.nlx-btn-group .nlx-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.nlx-btn-group .nlx-btn-primary:first-child:not(:last-child) {
  border-right-color: #51bbf0;
}
.nlx-btn-group .nlx-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.nlx-btn-group .nlx-btn-primary:last-child:not(:first-child),
.nlx-btn-group .nlx-btn-primary + .nlx-btn-primary {
  border-left-color: #51bbf0;
}
.nlx-btn-group .nlx-btn-primary:last-child:not(:first-child)[disabled],
.nlx-btn-group .nlx-btn-primary + .nlx-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.nlx-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.nlx-btn-ghost > a:only-child {
  color: currentColor;
}
.nlx-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-ghost:hover,
.nlx-btn-ghost:focus {
  color: #70e0cc;
  background-color: transparent;
  border-color: #70e0cc;
}
.nlx-btn-ghost:hover > a:only-child,
.nlx-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-ghost:hover > a:only-child::after,
.nlx-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-ghost:active,
.nlx-btn-ghost.active {
  color: #32ad9f;
  background-color: transparent;
  border-color: #32ad9f;
}
.nlx-btn-ghost:active > a:only-child,
.nlx-btn-ghost.active > a:only-child {
  color: currentColor;
}
.nlx-btn-ghost:active > a:only-child::after,
.nlx-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-ghost-disabled,
.nlx-btn-ghost.disabled,
.nlx-btn-ghost[disabled],
.nlx-btn-ghost-disabled:hover,
.nlx-btn-ghost.disabled:hover,
.nlx-btn-ghost[disabled]:hover,
.nlx-btn-ghost-disabled:focus,
.nlx-btn-ghost.disabled:focus,
.nlx-btn-ghost[disabled]:focus,
.nlx-btn-ghost-disabled:active,
.nlx-btn-ghost.disabled:active,
.nlx-btn-ghost[disabled]:active,
.nlx-btn-ghost-disabled.active,
.nlx-btn-ghost.disabled.active,
.nlx-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-ghost-disabled > a:only-child,
.nlx-btn-ghost.disabled > a:only-child,
.nlx-btn-ghost[disabled] > a:only-child,
.nlx-btn-ghost-disabled:hover > a:only-child,
.nlx-btn-ghost.disabled:hover > a:only-child,
.nlx-btn-ghost[disabled]:hover > a:only-child,
.nlx-btn-ghost-disabled:focus > a:only-child,
.nlx-btn-ghost.disabled:focus > a:only-child,
.nlx-btn-ghost[disabled]:focus > a:only-child,
.nlx-btn-ghost-disabled:active > a:only-child,
.nlx-btn-ghost.disabled:active > a:only-child,
.nlx-btn-ghost[disabled]:active > a:only-child,
.nlx-btn-ghost-disabled.active > a:only-child,
.nlx-btn-ghost.disabled.active > a:only-child,
.nlx-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-ghost-disabled > a:only-child::after,
.nlx-btn-ghost.disabled > a:only-child::after,
.nlx-btn-ghost[disabled] > a:only-child::after,
.nlx-btn-ghost-disabled:hover > a:only-child::after,
.nlx-btn-ghost.disabled:hover > a:only-child::after,
.nlx-btn-ghost[disabled]:hover > a:only-child::after,
.nlx-btn-ghost-disabled:focus > a:only-child::after,
.nlx-btn-ghost.disabled:focus > a:only-child::after,
.nlx-btn-ghost[disabled]:focus > a:only-child::after,
.nlx-btn-ghost-disabled:active > a:only-child::after,
.nlx-btn-ghost.disabled:active > a:only-child::after,
.nlx-btn-ghost[disabled]:active > a:only-child::after,
.nlx-btn-ghost-disabled.active > a:only-child::after,
.nlx-btn-ghost.disabled.active > a:only-child::after,
.nlx-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.nlx-btn-dashed > a:only-child {
  color: currentColor;
}
.nlx-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-dashed:hover,
.nlx-btn-dashed:focus {
  color: #70e0cc;
  background-color: #fff;
  border-color: #70e0cc;
}
.nlx-btn-dashed:hover > a:only-child,
.nlx-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-dashed:hover > a:only-child::after,
.nlx-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-dashed:active,
.nlx-btn-dashed.active {
  color: #32ad9f;
  background-color: #fff;
  border-color: #32ad9f;
}
.nlx-btn-dashed:active > a:only-child,
.nlx-btn-dashed.active > a:only-child {
  color: currentColor;
}
.nlx-btn-dashed:active > a:only-child::after,
.nlx-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-dashed-disabled,
.nlx-btn-dashed.disabled,
.nlx-btn-dashed[disabled],
.nlx-btn-dashed-disabled:hover,
.nlx-btn-dashed.disabled:hover,
.nlx-btn-dashed[disabled]:hover,
.nlx-btn-dashed-disabled:focus,
.nlx-btn-dashed.disabled:focus,
.nlx-btn-dashed[disabled]:focus,
.nlx-btn-dashed-disabled:active,
.nlx-btn-dashed.disabled:active,
.nlx-btn-dashed[disabled]:active,
.nlx-btn-dashed-disabled.active,
.nlx-btn-dashed.disabled.active,
.nlx-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-dashed-disabled > a:only-child,
.nlx-btn-dashed.disabled > a:only-child,
.nlx-btn-dashed[disabled] > a:only-child,
.nlx-btn-dashed-disabled:hover > a:only-child,
.nlx-btn-dashed.disabled:hover > a:only-child,
.nlx-btn-dashed[disabled]:hover > a:only-child,
.nlx-btn-dashed-disabled:focus > a:only-child,
.nlx-btn-dashed.disabled:focus > a:only-child,
.nlx-btn-dashed[disabled]:focus > a:only-child,
.nlx-btn-dashed-disabled:active > a:only-child,
.nlx-btn-dashed.disabled:active > a:only-child,
.nlx-btn-dashed[disabled]:active > a:only-child,
.nlx-btn-dashed-disabled.active > a:only-child,
.nlx-btn-dashed.disabled.active > a:only-child,
.nlx-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-dashed-disabled > a:only-child::after,
.nlx-btn-dashed.disabled > a:only-child::after,
.nlx-btn-dashed[disabled] > a:only-child::after,
.nlx-btn-dashed-disabled:hover > a:only-child::after,
.nlx-btn-dashed.disabled:hover > a:only-child::after,
.nlx-btn-dashed[disabled]:hover > a:only-child::after,
.nlx-btn-dashed-disabled:focus > a:only-child::after,
.nlx-btn-dashed.disabled:focus > a:only-child::after,
.nlx-btn-dashed[disabled]:focus > a:only-child::after,
.nlx-btn-dashed-disabled:active > a:only-child::after,
.nlx-btn-dashed.disabled:active > a:only-child::after,
.nlx-btn-dashed[disabled]:active > a:only-child::after,
.nlx-btn-dashed-disabled.active > a:only-child::after,
.nlx-btn-dashed.disabled.active > a:only-child::after,
.nlx-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.nlx-btn-danger > a:only-child {
  color: currentColor;
}
.nlx-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-danger:hover,
.nlx-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.nlx-btn-danger:hover > a:only-child,
.nlx-btn-danger:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-danger:hover > a:only-child::after,
.nlx-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-danger:active,
.nlx-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.nlx-btn-danger:active > a:only-child,
.nlx-btn-danger.active > a:only-child {
  color: currentColor;
}
.nlx-btn-danger:active > a:only-child::after,
.nlx-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-danger-disabled,
.nlx-btn-danger.disabled,
.nlx-btn-danger[disabled],
.nlx-btn-danger-disabled:hover,
.nlx-btn-danger.disabled:hover,
.nlx-btn-danger[disabled]:hover,
.nlx-btn-danger-disabled:focus,
.nlx-btn-danger.disabled:focus,
.nlx-btn-danger[disabled]:focus,
.nlx-btn-danger-disabled:active,
.nlx-btn-danger.disabled:active,
.nlx-btn-danger[disabled]:active,
.nlx-btn-danger-disabled.active,
.nlx-btn-danger.disabled.active,
.nlx-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-danger-disabled > a:only-child,
.nlx-btn-danger.disabled > a:only-child,
.nlx-btn-danger[disabled] > a:only-child,
.nlx-btn-danger-disabled:hover > a:only-child,
.nlx-btn-danger.disabled:hover > a:only-child,
.nlx-btn-danger[disabled]:hover > a:only-child,
.nlx-btn-danger-disabled:focus > a:only-child,
.nlx-btn-danger.disabled:focus > a:only-child,
.nlx-btn-danger[disabled]:focus > a:only-child,
.nlx-btn-danger-disabled:active > a:only-child,
.nlx-btn-danger.disabled:active > a:only-child,
.nlx-btn-danger[disabled]:active > a:only-child,
.nlx-btn-danger-disabled.active > a:only-child,
.nlx-btn-danger.disabled.active > a:only-child,
.nlx-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-danger-disabled > a:only-child::after,
.nlx-btn-danger.disabled > a:only-child::after,
.nlx-btn-danger[disabled] > a:only-child::after,
.nlx-btn-danger-disabled:hover > a:only-child::after,
.nlx-btn-danger.disabled:hover > a:only-child::after,
.nlx-btn-danger[disabled]:hover > a:only-child::after,
.nlx-btn-danger-disabled:focus > a:only-child::after,
.nlx-btn-danger.disabled:focus > a:only-child::after,
.nlx-btn-danger[disabled]:focus > a:only-child::after,
.nlx-btn-danger-disabled:active > a:only-child::after,
.nlx-btn-danger.disabled:active > a:only-child::after,
.nlx-btn-danger[disabled]:active > a:only-child::after,
.nlx-btn-danger-disabled.active > a:only-child::after,
.nlx-btn-danger.disabled.active > a:only-child::after,
.nlx-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-link {
  color: #299ee3;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.nlx-btn-link > a:only-child {
  color: currentColor;
}
.nlx-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-link:hover,
.nlx-btn-link:focus {
  color: #70e0cc;
  background-color: transparent;
  border-color: #70e0cc;
}
.nlx-btn-link:hover > a:only-child,
.nlx-btn-link:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-link:hover > a:only-child::after,
.nlx-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-link:active,
.nlx-btn-link.active {
  color: #32ad9f;
  background-color: transparent;
  border-color: #32ad9f;
}
.nlx-btn-link:active > a:only-child,
.nlx-btn-link.active > a:only-child {
  color: currentColor;
}
.nlx-btn-link:active > a:only-child::after,
.nlx-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-link-disabled,
.nlx-btn-link.disabled,
.nlx-btn-link[disabled],
.nlx-btn-link-disabled:hover,
.nlx-btn-link.disabled:hover,
.nlx-btn-link[disabled]:hover,
.nlx-btn-link-disabled:focus,
.nlx-btn-link.disabled:focus,
.nlx-btn-link[disabled]:focus,
.nlx-btn-link-disabled:active,
.nlx-btn-link.disabled:active,
.nlx-btn-link[disabled]:active,
.nlx-btn-link-disabled.active,
.nlx-btn-link.disabled.active,
.nlx-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-link-disabled > a:only-child,
.nlx-btn-link.disabled > a:only-child,
.nlx-btn-link[disabled] > a:only-child,
.nlx-btn-link-disabled:hover > a:only-child,
.nlx-btn-link.disabled:hover > a:only-child,
.nlx-btn-link[disabled]:hover > a:only-child,
.nlx-btn-link-disabled:focus > a:only-child,
.nlx-btn-link.disabled:focus > a:only-child,
.nlx-btn-link[disabled]:focus > a:only-child,
.nlx-btn-link-disabled:active > a:only-child,
.nlx-btn-link.disabled:active > a:only-child,
.nlx-btn-link[disabled]:active > a:only-child,
.nlx-btn-link-disabled.active > a:only-child,
.nlx-btn-link.disabled.active > a:only-child,
.nlx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-link-disabled > a:only-child::after,
.nlx-btn-link.disabled > a:only-child::after,
.nlx-btn-link[disabled] > a:only-child::after,
.nlx-btn-link-disabled:hover > a:only-child::after,
.nlx-btn-link.disabled:hover > a:only-child::after,
.nlx-btn-link[disabled]:hover > a:only-child::after,
.nlx-btn-link-disabled:focus > a:only-child::after,
.nlx-btn-link.disabled:focus > a:only-child::after,
.nlx-btn-link[disabled]:focus > a:only-child::after,
.nlx-btn-link-disabled:active > a:only-child::after,
.nlx-btn-link.disabled:active > a:only-child::after,
.nlx-btn-link[disabled]:active > a:only-child::after,
.nlx-btn-link-disabled.active > a:only-child::after,
.nlx-btn-link.disabled.active > a:only-child::after,
.nlx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-link:hover,
.nlx-btn-link:focus,
.nlx-btn-link:active {
  border-color: transparent;
}
.nlx-btn-link-disabled,
.nlx-btn-link.disabled,
.nlx-btn-link[disabled],
.nlx-btn-link-disabled:hover,
.nlx-btn-link.disabled:hover,
.nlx-btn-link[disabled]:hover,
.nlx-btn-link-disabled:focus,
.nlx-btn-link.disabled:focus,
.nlx-btn-link[disabled]:focus,
.nlx-btn-link-disabled:active,
.nlx-btn-link.disabled:active,
.nlx-btn-link[disabled]:active,
.nlx-btn-link-disabled.active,
.nlx-btn-link.disabled.active,
.nlx-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-link-disabled > a:only-child,
.nlx-btn-link.disabled > a:only-child,
.nlx-btn-link[disabled] > a:only-child,
.nlx-btn-link-disabled:hover > a:only-child,
.nlx-btn-link.disabled:hover > a:only-child,
.nlx-btn-link[disabled]:hover > a:only-child,
.nlx-btn-link-disabled:focus > a:only-child,
.nlx-btn-link.disabled:focus > a:only-child,
.nlx-btn-link[disabled]:focus > a:only-child,
.nlx-btn-link-disabled:active > a:only-child,
.nlx-btn-link.disabled:active > a:only-child,
.nlx-btn-link[disabled]:active > a:only-child,
.nlx-btn-link-disabled.active > a:only-child,
.nlx-btn-link.disabled.active > a:only-child,
.nlx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-link-disabled > a:only-child::after,
.nlx-btn-link.disabled > a:only-child::after,
.nlx-btn-link[disabled] > a:only-child::after,
.nlx-btn-link-disabled:hover > a:only-child::after,
.nlx-btn-link.disabled:hover > a:only-child::after,
.nlx-btn-link[disabled]:hover > a:only-child::after,
.nlx-btn-link-disabled:focus > a:only-child::after,
.nlx-btn-link.disabled:focus > a:only-child::after,
.nlx-btn-link[disabled]:focus > a:only-child::after,
.nlx-btn-link-disabled:active > a:only-child::after,
.nlx-btn-link.disabled:active > a:only-child::after,
.nlx-btn-link[disabled]:active > a:only-child::after,
.nlx-btn-link-disabled.active > a:only-child::after,
.nlx-btn-link.disabled.active > a:only-child::after,
.nlx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 0px;
}
.nlx-btn-icon-only.nlx-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 0px;
}
.nlx-btn-icon-only.nlx-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 0px;
}
.nlx-btn-icon-only > i {
  vertical-align: middle;
}
.nlx-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}
.nlx-btn-round.nlx-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px;
}
.nlx-btn-round.nlx-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}
.nlx-btn-round.nlx-btn-icon-only {
  width: auto;
}
.nlx-btn-circle,
.nlx-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.nlx-btn-circle.nlx-btn-lg,
.nlx-btn-circle-outline.nlx-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.nlx-btn-circle.nlx-btn-sm,
.nlx-btn-circle-outline.nlx-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.nlx-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.nlx-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-btn .anticon.anticon-plus > svg,
.nlx-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.nlx-btn.nlx-btn-loading {
  position: relative;
}
.nlx-btn.nlx-btn-loading:not([disabled]) {
  pointer-events: none;
}
.nlx-btn.nlx-btn-loading::before {
  display: block;
}
.nlx-btn.nlx-btn-loading:not(.nlx-btn-circle):not(.nlx-btn-circle-outline):not(.nlx-btn-icon-only) {
  padding-left: 29px;
}
.nlx-btn.nlx-btn-loading:not(.nlx-btn-circle):not(.nlx-btn-circle-outline):not(.nlx-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.nlx-btn-sm.nlx-btn-loading:not(.nlx-btn-circle):not(.nlx-btn-circle-outline):not(.nlx-btn-icon-only) {
  padding-left: 24px;
}
.nlx-btn-sm.nlx-btn-loading:not(.nlx-btn-circle):not(.nlx-btn-circle-outline):not(.nlx-btn-icon-only) .anticon {
  margin-left: -17px;
}
.nlx-btn-group {
  position: relative;
  display: inline-block;
}
.nlx-btn-group > .nlx-btn,
.nlx-btn-group > span > .nlx-btn {
  position: relative;
}
.nlx-btn-group > .nlx-btn:hover,
.nlx-btn-group > span > .nlx-btn:hover,
.nlx-btn-group > .nlx-btn:focus,
.nlx-btn-group > span > .nlx-btn:focus,
.nlx-btn-group > .nlx-btn:active,
.nlx-btn-group > span > .nlx-btn:active,
.nlx-btn-group > .nlx-btn.active,
.nlx-btn-group > span > .nlx-btn.active {
  z-index: 2;
}
.nlx-btn-group > .nlx-btn:disabled,
.nlx-btn-group > span > .nlx-btn:disabled {
  z-index: 0;
}
.nlx-btn-group > .nlx-btn-icon-only {
  font-size: 14px;
}
.nlx-btn-group-lg > .nlx-btn,
.nlx-btn-group-lg > span > .nlx-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}
.nlx-btn-group-lg > .nlx-btn.nlx-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.nlx-btn-group-sm > .nlx-btn,
.nlx-btn-group-sm > span > .nlx-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}
.nlx-btn-group-sm > .nlx-btn > .anticon,
.nlx-btn-group-sm > span > .nlx-btn > .anticon {
  font-size: 14px;
}
.nlx-btn-group-sm > .nlx-btn.nlx-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.nlx-btn-group .nlx-btn + .nlx-btn,
.nlx-btn + .nlx-btn-group,
.nlx-btn-group span + .nlx-btn,
.nlx-btn-group .nlx-btn + span,
.nlx-btn-group > span + span,
.nlx-btn-group + .nlx-btn,
.nlx-btn-group + .nlx-btn-group {
  margin-left: -1px;
}
.nlx-btn-group .nlx-btn-primary + .nlx-btn:not(.nlx-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.nlx-btn-group .nlx-btn {
  border-radius: 0;
}
.nlx-btn-group > .nlx-btn:first-child,
.nlx-btn-group > span:first-child > .nlx-btn {
  margin-left: 0;
}
.nlx-btn-group > .nlx-btn:only-child {
  border-radius: 0px;
}
.nlx-btn-group > span:only-child > .nlx-btn {
  border-radius: 0px;
}
.nlx-btn-group > .nlx-btn:first-child:not(:last-child),
.nlx-btn-group > span:first-child:not(:last-child) > .nlx-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nlx-btn-group > .nlx-btn:last-child:not(:first-child),
.nlx-btn-group > span:last-child:not(:first-child) > .nlx-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nlx-btn-group-sm > .nlx-btn:only-child {
  border-radius: 0px;
}
.nlx-btn-group-sm > span:only-child > .nlx-btn {
  border-radius: 0px;
}
.nlx-btn-group-sm > .nlx-btn:first-child:not(:last-child),
.nlx-btn-group-sm > span:first-child:not(:last-child) > .nlx-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nlx-btn-group-sm > .nlx-btn:last-child:not(:first-child),
.nlx-btn-group-sm > span:last-child:not(:first-child) > .nlx-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nlx-btn-group > .nlx-btn-group {
  float: left;
}
.nlx-btn-group > .nlx-btn-group:not(:first-child):not(:last-child) > .nlx-btn {
  border-radius: 0;
}
.nlx-btn-group > .nlx-btn-group:first-child:not(:last-child) > .nlx-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nlx-btn-group > .nlx-btn-group:last-child:not(:first-child) > .nlx-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nlx-btn:focus > span,
.nlx-btn:active > span {
  position: relative;
}
.nlx-btn > .anticon + span,
.nlx-btn > span + .anticon {
  margin-left: 8px;
}
.nlx-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.nlx-btn-background-ghost.nlx-btn-primary {
  color: #48d4c0;
  background-color: transparent;
  border-color: #48d4c0;
  text-shadow: none;
}
.nlx-btn-background-ghost.nlx-btn-primary > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-primary:hover,
.nlx-btn-background-ghost.nlx-btn-primary:focus {
  color: #70e0cc;
  background-color: transparent;
  border-color: #70e0cc;
}
.nlx-btn-background-ghost.nlx-btn-primary:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-primary:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-primary:active,
.nlx-btn-background-ghost.nlx-btn-primary.active {
  color: #32ad9f;
  background-color: transparent;
  border-color: #32ad9f;
}
.nlx-btn-background-ghost.nlx-btn-primary:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-primary:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-primary-disabled,
.nlx-btn-background-ghost.nlx-btn-primary.disabled,
.nlx-btn-background-ghost.nlx-btn-primary[disabled],
.nlx-btn-background-ghost.nlx-btn-primary-disabled:hover,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:hover,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:hover,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:focus,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:focus,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:focus,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:active,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:active,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:active,
.nlx-btn-background-ghost.nlx-btn-primary-disabled.active,
.nlx-btn-background-ghost.nlx-btn-primary.disabled.active,
.nlx-btn-background-ghost.nlx-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-background-ghost.nlx-btn-primary-disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary[disabled] > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary-disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary.disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-primary-disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary[disabled] > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary-disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary[disabled]:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary-disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary.disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.nlx-btn-background-ghost.nlx-btn-danger > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-danger:hover,
.nlx-btn-background-ghost.nlx-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.nlx-btn-background-ghost.nlx-btn-danger:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-danger:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-danger:active,
.nlx-btn-background-ghost.nlx-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.nlx-btn-background-ghost.nlx-btn-danger:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-danger:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-danger-disabled,
.nlx-btn-background-ghost.nlx-btn-danger.disabled,
.nlx-btn-background-ghost.nlx-btn-danger[disabled],
.nlx-btn-background-ghost.nlx-btn-danger-disabled:hover,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:hover,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:hover,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:focus,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:focus,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:focus,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:active,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:active,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:active,
.nlx-btn-background-ghost.nlx-btn-danger-disabled.active,
.nlx-btn-background-ghost.nlx-btn-danger.disabled.active,
.nlx-btn-background-ghost.nlx-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-background-ghost.nlx-btn-danger-disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger[disabled] > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger-disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger.disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-danger-disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger[disabled] > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger-disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger[disabled]:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger-disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger.disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-link {
  color: #299ee3;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.nlx-btn-background-ghost.nlx-btn-link > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-link:hover,
.nlx-btn-background-ghost.nlx-btn-link:focus {
  color: #51bbf0;
  background-color: transparent;
  border-color: transparent;
}
.nlx-btn-background-ghost.nlx-btn-link:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link:focus > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-link:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-link:active,
.nlx-btn-background-ghost.nlx-btn-link.active {
  color: #197bbd;
  background-color: transparent;
  border-color: transparent;
}
.nlx-btn-background-ghost.nlx-btn-link:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-link:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-background-ghost.nlx-btn-link-disabled,
.nlx-btn-background-ghost.nlx-btn-link.disabled,
.nlx-btn-background-ghost.nlx-btn-link[disabled],
.nlx-btn-background-ghost.nlx-btn-link-disabled:hover,
.nlx-btn-background-ghost.nlx-btn-link.disabled:hover,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:hover,
.nlx-btn-background-ghost.nlx-btn-link-disabled:focus,
.nlx-btn-background-ghost.nlx-btn-link.disabled:focus,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:focus,
.nlx-btn-background-ghost.nlx-btn-link-disabled:active,
.nlx-btn-background-ghost.nlx-btn-link.disabled:active,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:active,
.nlx-btn-background-ghost.nlx-btn-link-disabled.active,
.nlx-btn-background-ghost.nlx-btn-link.disabled.active,
.nlx-btn-background-ghost.nlx-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-btn-background-ghost.nlx-btn-link-disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.disabled > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link[disabled] > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link-disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.disabled:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:hover > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link-disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.disabled:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:focus > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link-disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.disabled:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link-disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link.disabled.active > a:only-child,
.nlx-btn-background-ghost.nlx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-btn-background-ghost.nlx-btn-link-disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.disabled > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link[disabled] > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link-disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.disabled:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:hover > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link-disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.disabled:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:focus > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link-disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.disabled:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link[disabled]:active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link-disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link.disabled.active > a:only-child::after,
.nlx-btn-background-ghost.nlx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.nlx-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.nlx-btn-block {
  width: 100%;
}
.nlx-btn:empty {
  vertical-align: top;
}
a.nlx-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.nlx-btn-lg {
  line-height: 38px;
}
a.nlx-btn-sm {
  line-height: 22px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nlx-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.nlx-cascader-input.nlx-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}
.nlx-cascader-picker-show-search .nlx-cascader-input.nlx-input {
  position: relative;
}
.nlx-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 0px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.nlx-cascader-picker-with-value .nlx-cascader-picker-label {
  color: transparent;
}
.nlx-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.nlx-cascader-picker-disabled .nlx-cascader-input {
  cursor: not-allowed;
}
.nlx-cascader-picker:focus .nlx-cascader-input {
  border-color: #51bbf0;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 158, 227, 0.2);
}
.nlx-cascader-picker-show-search.nlx-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.nlx-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nlx-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.nlx-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-cascader-picker:hover .nlx-cascader-picker-clear {
  opacity: 1;
}
.nlx-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  transition: transform 0.2s;
}
.nlx-cascader-picker-arrow.nlx-cascader-picker-arrow-expand {
  transform: rotate(180deg);
}
.nlx-cascader-picker-label:hover + .nlx-cascader-input {
  border-color: #51bbf0;
  border-right-width: 1px !important;
}
.nlx-cascader-picker-small .nlx-cascader-picker-clear,
.nlx-cascader-picker-small .nlx-cascader-picker-arrow {
  right: 8px;
}
.nlx-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-cascader-menus ul,
.nlx-cascader-menus ol {
  margin: 0;
  list-style: none;
}
.nlx-cascader-menus-empty,
.nlx-cascader-menus-hidden {
  display: none;
}
.nlx-cascader-menus.slide-up-enter.slide-up-enter-active.nlx-cascader-menus-placement-bottomLeft,
.nlx-cascader-menus.slide-up-appear.slide-up-appear-active.nlx-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.nlx-cascader-menus.slide-up-enter.slide-up-enter-active.nlx-cascader-menus-placement-topLeft,
.nlx-cascader-menus.slide-up-appear.slide-up-appear-active.nlx-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn;
}
.nlx-cascader-menus.slide-up-leave.slide-up-leave-active.nlx-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.nlx-cascader-menus.slide-up-leave.slide-up-leave-active.nlx-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.nlx-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.nlx-cascader-menu:first-child {
  border-radius: 0px 0 0 0px;
}
.nlx-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 0px 0px 0;
}
.nlx-cascader-menu:only-child {
  border-radius: 0px;
}
.nlx-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.nlx-cascader-menu-item:hover {
  background: #f0fcff;
}
.nlx-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.nlx-cascader-menu-item-disabled:hover {
  background: transparent;
}
.nlx-cascader-menu-item-active:not(.nlx-cascader-menu-item-disabled),
.nlx-cascader-menu-item-active:not(.nlx-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.nlx-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.nlx-cascader-menu-item-expand .nlx-cascader-menu-item-expand-icon,
.nlx-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}
:root .nlx-cascader-menu-item-expand .nlx-cascader-menu-item-expand-icon,
:root .nlx-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.nlx-cascader-menu-item .nlx-cascader-menu-item-keyword {
  color: #f5222d;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nlx-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: "Microsoft YaHei", "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nlx-calendar-picker-container.slide-up-enter.slide-up-enter-active.nlx-calendar-picker-container-placement-topLeft,
.nlx-calendar-picker-container.slide-up-enter.slide-up-enter-active.nlx-calendar-picker-container-placement-topRight,
.nlx-calendar-picker-container.slide-up-appear.slide-up-appear-active.nlx-calendar-picker-container-placement-topLeft,
.nlx-calendar-picker-container.slide-up-appear.slide-up-appear-active.nlx-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.nlx-calendar-picker-container.slide-up-enter.slide-up-enter-active.nlx-calendar-picker-container-placement-bottomLeft,
.nlx-calendar-picker-container.slide-up-enter.slide-up-enter-active.nlx-calendar-picker-container-placement-bottomRight,
.nlx-calendar-picker-container.slide-up-appear.slide-up-appear-active.nlx-calendar-picker-container-placement-bottomLeft,
.nlx-calendar-picker-container.slide-up-appear.slide-up-appear-active.nlx-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.nlx-calendar-picker-container.slide-up-leave.slide-up-leave-active.nlx-calendar-picker-container-placement-topLeft,
.nlx-calendar-picker-container.slide-up-leave.slide-up-leave-active.nlx-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.nlx-calendar-picker-container.slide-up-leave.slide-up-leave-active.nlx-calendar-picker-container-placement-bottomLeft,
.nlx-calendar-picker-container.slide-up-leave.slide-up-leave-active.nlx-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.nlx-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.nlx-calendar-picker-input {
  outline: none;
}
.nlx-calendar-picker-input.nlx-input {
  line-height: 1.5;
}
.nlx-calendar-picker-input.nlx-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.nlx-calendar-picker:hover .nlx-calendar-picker-input:not(.nlx-input-disabled) {
  border-color: #51bbf0;
}
.nlx-calendar-picker:focus .nlx-calendar-picker-input:not(.nlx-input-disabled) {
  border-color: #51bbf0;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 158, 227, 0.2);
}
.nlx-calendar-picker-clear,
.nlx-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s;
  user-select: none;
}
.nlx-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.nlx-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-calendar-picker:hover .nlx-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.nlx-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.nlx-input-disabled + .nlx-calendar-picker-icon {
  cursor: not-allowed;
}
.nlx-calendar-picker-small .nlx-calendar-picker-clear,
.nlx-calendar-picker-small .nlx-calendar-picker-icon {
  right: 8px;
}
.nlx-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.nlx-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.nlx-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-calendar-week-number {
  width: 286px;
}
.nlx-calendar-week-number-cell {
  text-align: center;
}
.nlx-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
}
.nlx-calendar-header a:hover {
  color: #51bbf0;
}
.nlx-calendar-header .nlx-calendar-century-select,
.nlx-calendar-header .nlx-calendar-decade-select,
.nlx-calendar-header .nlx-calendar-year-select,
.nlx-calendar-header .nlx-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.nlx-calendar-header .nlx-calendar-century-select-arrow,
.nlx-calendar-header .nlx-calendar-decade-select-arrow,
.nlx-calendar-header .nlx-calendar-year-select-arrow,
.nlx-calendar-header .nlx-calendar-month-select-arrow {
  display: none;
}
.nlx-calendar-header .nlx-calendar-prev-century-btn,
.nlx-calendar-header .nlx-calendar-next-century-btn,
.nlx-calendar-header .nlx-calendar-prev-decade-btn,
.nlx-calendar-header .nlx-calendar-next-decade-btn,
.nlx-calendar-header .nlx-calendar-prev-month-btn,
.nlx-calendar-header .nlx-calendar-next-month-btn,
.nlx-calendar-header .nlx-calendar-prev-year-btn,
.nlx-calendar-header .nlx-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.nlx-calendar-header .nlx-calendar-prev-century-btn,
.nlx-calendar-header .nlx-calendar-prev-decade-btn,
.nlx-calendar-header .nlx-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.nlx-calendar-header .nlx-calendar-prev-century-btn::before,
.nlx-calendar-header .nlx-calendar-prev-decade-btn::before,
.nlx-calendar-header .nlx-calendar-prev-year-btn::before,
.nlx-calendar-header .nlx-calendar-prev-century-btn::after,
.nlx-calendar-header .nlx-calendar-prev-decade-btn::after,
.nlx-calendar-header .nlx-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-header .nlx-calendar-prev-century-btn:hover::before,
.nlx-calendar-header .nlx-calendar-prev-decade-btn:hover::before,
.nlx-calendar-header .nlx-calendar-prev-year-btn:hover::before,
.nlx-calendar-header .nlx-calendar-prev-century-btn:hover::after,
.nlx-calendar-header .nlx-calendar-prev-decade-btn:hover::after,
.nlx-calendar-header .nlx-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-header .nlx-calendar-prev-century-btn::after,
.nlx-calendar-header .nlx-calendar-prev-decade-btn::after,
.nlx-calendar-header .nlx-calendar-prev-year-btn::after {
  display: none;
}
.nlx-calendar-header .nlx-calendar-prev-century-btn::after,
.nlx-calendar-header .nlx-calendar-prev-decade-btn::after,
.nlx-calendar-header .nlx-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.nlx-calendar-header .nlx-calendar-next-century-btn,
.nlx-calendar-header .nlx-calendar-next-decade-btn,
.nlx-calendar-header .nlx-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.nlx-calendar-header .nlx-calendar-next-century-btn::before,
.nlx-calendar-header .nlx-calendar-next-decade-btn::before,
.nlx-calendar-header .nlx-calendar-next-year-btn::before,
.nlx-calendar-header .nlx-calendar-next-century-btn::after,
.nlx-calendar-header .nlx-calendar-next-decade-btn::after,
.nlx-calendar-header .nlx-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-header .nlx-calendar-next-century-btn:hover::before,
.nlx-calendar-header .nlx-calendar-next-decade-btn:hover::before,
.nlx-calendar-header .nlx-calendar-next-year-btn:hover::before,
.nlx-calendar-header .nlx-calendar-next-century-btn:hover::after,
.nlx-calendar-header .nlx-calendar-next-decade-btn:hover::after,
.nlx-calendar-header .nlx-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-header .nlx-calendar-next-century-btn::after,
.nlx-calendar-header .nlx-calendar-next-decade-btn::after,
.nlx-calendar-header .nlx-calendar-next-year-btn::after {
  display: none;
}
.nlx-calendar-header .nlx-calendar-next-century-btn::before,
.nlx-calendar-header .nlx-calendar-next-decade-btn::before,
.nlx-calendar-header .nlx-calendar-next-year-btn::before,
.nlx-calendar-header .nlx-calendar-next-century-btn::after,
.nlx-calendar-header .nlx-calendar-next-decade-btn::after,
.nlx-calendar-header .nlx-calendar-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-header .nlx-calendar-next-century-btn::before,
.nlx-calendar-header .nlx-calendar-next-decade-btn::before,
.nlx-calendar-header .nlx-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.nlx-calendar-header .nlx-calendar-next-century-btn::after,
.nlx-calendar-header .nlx-calendar-next-decade-btn::after,
.nlx-calendar-header .nlx-calendar-next-year-btn::after {
  display: inline-block;
}
.nlx-calendar-header .nlx-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.nlx-calendar-header .nlx-calendar-prev-month-btn::before,
.nlx-calendar-header .nlx-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-header .nlx-calendar-prev-month-btn:hover::before,
.nlx-calendar-header .nlx-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-header .nlx-calendar-prev-month-btn::after {
  display: none;
}
.nlx-calendar-header .nlx-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.nlx-calendar-header .nlx-calendar-next-month-btn::before,
.nlx-calendar-header .nlx-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-header .nlx-calendar-next-month-btn:hover::before,
.nlx-calendar-header .nlx-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-header .nlx-calendar-next-month-btn::after {
  display: none;
}
.nlx-calendar-header .nlx-calendar-next-month-btn::before,
.nlx-calendar-header .nlx-calendar-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-body {
  padding: 8px 12px;
}
.nlx-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.nlx-calendar table,
.nlx-calendar th,
.nlx-calendar td {
  text-align: center;
  border: 0;
}
.nlx-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.nlx-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.nlx-calendar-column-header .nlx-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.nlx-calendar-week-number-header .nlx-calendar-column-header-inner {
  display: none;
}
.nlx-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.nlx-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.nlx-calendar-date-panel {
  position: relative;
  outline: none;
}
.nlx-calendar-date:hover {
  background: #f0fcff;
  cursor: pointer;
}
.nlx-calendar-date:active {
  color: #fff;
  background: #51bbf0;
}
.nlx-calendar-today .nlx-calendar-date {
  color: #299ee3;
  font-weight: bold;
  border-color: #299ee3;
}
.nlx-calendar-selected-day .nlx-calendar-date {
  background: #d1f4ff;
}
.nlx-calendar-last-month-cell .nlx-calendar-date,
.nlx-calendar-next-month-btn-day .nlx-calendar-date,
.nlx-calendar-last-month-cell .nlx-calendar-date:hover,
.nlx-calendar-next-month-btn-day .nlx-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}
.nlx-calendar-disabled-cell .nlx-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.nlx-calendar-disabled-cell .nlx-calendar-date:hover {
  background: #f5f5f5;
}
.nlx-calendar-disabled-cell.nlx-calendar-selected-day .nlx-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.nlx-calendar-disabled-cell.nlx-calendar-today .nlx-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.nlx-calendar-disabled-cell.nlx-calendar-today .nlx-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}
.nlx-calendar-disabled-cell-first-of-row .nlx-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nlx-calendar-disabled-cell-last-of-row .nlx-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nlx-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-footer:empty {
  border-top: 0;
}
.nlx-calendar-footer-btn {
  display: block;
  text-align: center;
}
.nlx-calendar-footer-extra {
  text-align: left;
}
.nlx-calendar .nlx-calendar-today-btn,
.nlx-calendar .nlx-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.nlx-calendar .nlx-calendar-today-btn-disabled,
.nlx-calendar .nlx-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.nlx-calendar .nlx-calendar-today-btn:only-child,
.nlx-calendar .nlx-calendar-clear-btn:only-child {
  margin: 0;
}
.nlx-calendar .nlx-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.nlx-calendar .nlx-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.nlx-calendar .nlx-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-calendar .nlx-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #48d4c0;
  border-color: #48d4c0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0px;
  line-height: 22px;
}
.nlx-calendar .nlx-calendar-ok-btn > .anticon {
  line-height: 1;
}
.nlx-calendar .nlx-calendar-ok-btn,
.nlx-calendar .nlx-calendar-ok-btn:active,
.nlx-calendar .nlx-calendar-ok-btn:focus {
  outline: 0;
}
.nlx-calendar .nlx-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.nlx-calendar .nlx-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.nlx-calendar .nlx-calendar-ok-btn.disabled,
.nlx-calendar .nlx-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.nlx-calendar .nlx-calendar-ok-btn.disabled > *,
.nlx-calendar .nlx-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.nlx-calendar .nlx-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0px;
}
.nlx-calendar .nlx-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0px;
}
.nlx-calendar .nlx-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.nlx-calendar .nlx-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-calendar .nlx-calendar-ok-btn:hover,
.nlx-calendar .nlx-calendar-ok-btn:focus {
  color: #fff;
  background-color: #70e0cc;
  border-color: #70e0cc;
}
.nlx-calendar .nlx-calendar-ok-btn:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.nlx-calendar .nlx-calendar-ok-btn:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-calendar .nlx-calendar-ok-btn:active,
.nlx-calendar .nlx-calendar-ok-btn.active {
  color: #fff;
  background-color: #32ad9f;
  border-color: #32ad9f;
}
.nlx-calendar .nlx-calendar-ok-btn:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.nlx-calendar .nlx-calendar-ok-btn:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-calendar .nlx-calendar-ok-btn-disabled,
.nlx-calendar .nlx-calendar-ok-btn.disabled,
.nlx-calendar .nlx-calendar-ok-btn[disabled],
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-calendar .nlx-calendar-ok-btn-disabled > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled] > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-calendar .nlx-calendar-ok-btn-disabled > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled] > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-calendar .nlx-calendar-ok-btn-disabled,
.nlx-calendar .nlx-calendar-ok-btn.disabled,
.nlx-calendar .nlx-calendar-ok-btn[disabled],
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}
.nlx-calendar .nlx-calendar-ok-btn-disabled > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled] > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active > a:only-child,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.nlx-calendar .nlx-calendar-ok-btn-disabled > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled] > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:hover > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:focus > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled]:active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn-disabled.active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn.disabled.active > a:only-child::after,
.nlx-calendar .nlx-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.nlx-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.nlx-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.nlx-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.nlx-calendar-range {
  width: 552px;
  overflow: hidden;
}
.nlx-calendar-range .nlx-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.nlx-calendar-range-part {
  position: relative;
  width: 50%;
}
.nlx-calendar-range-left {
  float: left;
}
.nlx-calendar-range-left .nlx-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.nlx-calendar-range-right {
  float: right;
}
.nlx-calendar-range-right .nlx-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.nlx-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}
.nlx-calendar-range-right .nlx-calendar-date-input-wrap {
  margin-left: -90px;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-range-middle {
  padding: 0 10px 0 0;
  transform: translateX(-50%);
}
.nlx-calendar-range .nlx-calendar-today :not(.nlx-calendar-disabled-cell) :not(.nlx-calendar-last-month-cell) :not(.nlx-calendar-next-month-btn-day) .nlx-calendar-date {
  color: #299ee3;
  background: #d1f4ff;
  border-color: #299ee3;
}
.nlx-calendar-range .nlx-calendar-selected-start-date .nlx-calendar-date,
.nlx-calendar-range .nlx-calendar-selected-end-date .nlx-calendar-date {
  color: #fff;
  background: #299ee3;
  border: 1px solid transparent;
}
.nlx-calendar-range .nlx-calendar-selected-start-date .nlx-calendar-date:hover,
.nlx-calendar-range .nlx-calendar-selected-end-date .nlx-calendar-date:hover {
  background: #299ee3;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-range-right .nlx-calendar-date-input-wrap {
  margin-left: 0;
}
.nlx-calendar-range .nlx-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.nlx-calendar-range .nlx-calendar-input,
.nlx-calendar-range .nlx-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  box-shadow: none;
}
.nlx-calendar-range .nlx-calendar-input::-moz-placeholder,
.nlx-calendar-range .nlx-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-calendar-range .nlx-calendar-input:-ms-input-placeholder,
.nlx-calendar-range .nlx-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-range .nlx-calendar-input::-webkit-input-placeholder,
.nlx-calendar-range .nlx-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-calendar-range .nlx-calendar-input:placeholder-shown,
.nlx-calendar-range .nlx-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-calendar-range .nlx-calendar-input:hover,
.nlx-calendar-range .nlx-calendar-time-picker-input:hover {
  border-color: #51bbf0;
  border-right-width: 1px !important;
}
.nlx-calendar-range .nlx-calendar-input:focus,
.nlx-calendar-range .nlx-calendar-time-picker-input:focus {
  border-color: #51bbf0;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 158, 227, 0.2);
}
.nlx-calendar-range .nlx-calendar-input-disabled,
.nlx-calendar-range .nlx-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-calendar-range .nlx-calendar-input-disabled:hover,
.nlx-calendar-range .nlx-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.nlx-calendar-range .nlx-calendar-input[disabled],
.nlx-calendar-range .nlx-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-calendar-range .nlx-calendar-input[disabled]:hover,
.nlx-calendar-range .nlx-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.nlx-calendar-range .nlx-calendar-input,
textarea.nlx-calendar-range .nlx-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.nlx-calendar-range .nlx-calendar-input-lg,
.nlx-calendar-range .nlx-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.nlx-calendar-range .nlx-calendar-input-sm,
.nlx-calendar-range .nlx-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.nlx-calendar-range .nlx-calendar-input:focus,
.nlx-calendar-range .nlx-calendar-time-picker-input:focus {
  box-shadow: none;
}
.nlx-calendar-range .nlx-calendar-time-picker-icon {
  display: none;
}
.nlx-calendar-range.nlx-calendar-week-number {
  width: 574px;
}
.nlx-calendar-range.nlx-calendar-week-number .nlx-calendar-range-part {
  width: 286px;
}
.nlx-calendar-range .nlx-calendar-year-panel,
.nlx-calendar-range .nlx-calendar-month-panel,
.nlx-calendar-range .nlx-calendar-decade-panel {
  top: 34px;
}
.nlx-calendar-range .nlx-calendar-month-panel .nlx-calendar-year-panel {
  top: 0;
}
.nlx-calendar-range .nlx-calendar-decade-panel-table,
.nlx-calendar-range .nlx-calendar-year-panel-table,
.nlx-calendar-range .nlx-calendar-month-panel-table {
  height: 208px;
}
.nlx-calendar-range .nlx-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.nlx-calendar-range .nlx-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.nlx-calendar-range .nlx-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #f0fcff;
  border: 0;
  border-radius: 0;
  content: '';
}
.nlx-calendar-range .nlx-calendar-footer-extra {
  float: left;
}
div.nlx-calendar-range-quick-selector {
  text-align: left;
}
div.nlx-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.nlx-calendar-range .nlx-calendar-header,
.nlx-calendar-range .nlx-calendar-month-panel-header,
.nlx-calendar-range .nlx-calendar-year-panel-header,
.nlx-calendar-range .nlx-calendar-decade-panel-header {
  border-bottom: 0;
}
.nlx-calendar-range .nlx-calendar-body,
.nlx-calendar-range .nlx-calendar-month-panel-body,
.nlx-calendar-range .nlx-calendar-year-panel-body,
.nlx-calendar-range .nlx-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker-select {
  height: 100%;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-time-picker-select ul {
  max-height: 100%;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-footer .nlx-calendar-time-picker-btn {
  margin-right: 8px;
}
.nlx-calendar-range.nlx-calendar-time .nlx-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.nlx-calendar-range-with-ranges.nlx-calendar-time .nlx-calendar-time-picker {
  height: 233px;
}
.nlx-calendar-range.nlx-calendar-show-time-picker .nlx-calendar-body {
  border-top-color: transparent;
}
.nlx-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.nlx-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.nlx-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.nlx-calendar-time-picker-combobox {
  width: 100%;
}
.nlx-calendar-time-picker-column-1,
.nlx-calendar-time-picker-column-1 .nlx-calendar-time-picker-select {
  width: 100%;
}
.nlx-calendar-time-picker-column-2 .nlx-calendar-time-picker-select {
  width: 50%;
}
.nlx-calendar-time-picker-column-3 .nlx-calendar-time-picker-select {
  width: 33.33%;
}
.nlx-calendar-time-picker-column-4 .nlx-calendar-time-picker-select {
  width: 25%;
}
.nlx-calendar-time-picker-input-wrap {
  display: none;
}
.nlx-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.nlx-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.nlx-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.nlx-calendar-time-picker-select:last-child {
  border-right: 0;
}
.nlx-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nlx-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.nlx-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.nlx-calendar-time-picker-select li:hover {
  background: #f0fcff;
}
.nlx-calendar-time-picker-select li:focus {
  color: #299ee3;
  font-weight: 600;
  outline: none;
}
li.nlx-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.nlx-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.nlx-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.nlx-calendar-time .nlx-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.nlx-calendar-time .nlx-calendar-footer {
  position: relative;
  height: auto;
}
.nlx-calendar-time .nlx-calendar-footer-btn {
  text-align: right;
}
.nlx-calendar-time .nlx-calendar-footer .nlx-calendar-today-btn {
  float: left;
  margin: 0;
}
.nlx-calendar-time .nlx-calendar-footer .nlx-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.nlx-calendar-time .nlx-calendar-footer .nlx-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.nlx-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0px;
  outline: none;
}
.nlx-calendar-month-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nlx-calendar-month-panel-hidden {
  display: none;
}
.nlx-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.nlx-calendar-month-panel-header a:hover {
  color: #51bbf0;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-century-select,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-decade-select,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-year-select,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-century-select-arrow,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-decade-select-arrow,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-year-select-arrow,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-month-select-arrow {
  display: none;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn:hover::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn:hover::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn:hover::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn:hover::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::after {
  display: none;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-century-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-decade-btn::after,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn:hover::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn::after {
  display: none;
}
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn::before,
.nlx-calendar-month-panel-header .nlx-calendar-month-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-month-panel-body {
  flex: 1;
}
.nlx-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-month-panel-footer .nlx-calendar-footer-extra {
  padding: 0 12px;
}
.nlx-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.nlx-calendar-month-panel-selected-cell .nlx-calendar-month-panel-month {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-month-panel-selected-cell .nlx-calendar-month-panel-month:hover {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-month-panel-cell {
  text-align: center;
}
.nlx-calendar-month-panel-cell-disabled .nlx-calendar-month-panel-month,
.nlx-calendar-month-panel-cell-disabled .nlx-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.nlx-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.nlx-calendar-month-panel-month:hover {
  background: #f0fcff;
  cursor: pointer;
}
.nlx-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0px;
  outline: none;
}
.nlx-calendar-year-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nlx-calendar-year-panel-hidden {
  display: none;
}
.nlx-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.nlx-calendar-year-panel-header a:hover {
  color: #51bbf0;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-century-select,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-decade-select,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-year-select,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-century-select-arrow,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-decade-select-arrow,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-year-select-arrow,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-month-select-arrow {
  display: none;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn:hover::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn:hover::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn:hover::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn:hover::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::after {
  display: none;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-century-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-decade-btn::after,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn:hover::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn::after {
  display: none;
}
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn::before,
.nlx-calendar-year-panel-header .nlx-calendar-year-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-year-panel-body {
  flex: 1;
}
.nlx-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-year-panel-footer .nlx-calendar-footer-extra {
  padding: 0 12px;
}
.nlx-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.nlx-calendar-year-panel-cell {
  text-align: center;
}
.nlx-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.nlx-calendar-year-panel-year:hover {
  background: #f0fcff;
  cursor: pointer;
}
.nlx-calendar-year-panel-selected-cell .nlx-calendar-year-panel-year {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-year-panel-selected-cell .nlx-calendar-year-panel-year:hover {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-year-panel-last-decade-cell .nlx-calendar-year-panel-year,
.nlx-calendar-year-panel-next-decade-cell .nlx-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.nlx-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0px;
  outline: none;
}
.nlx-calendar-decade-panel-hidden {
  display: none;
}
.nlx-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  user-select: none;
  position: relative;
}
.nlx-calendar-decade-panel-header a:hover {
  color: #51bbf0;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-century-select,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-decade-select,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-year-select,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-century-select-arrow,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-decade-select-arrow,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-year-select-arrow,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-month-select-arrow {
  display: none;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn:hover::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn:hover::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn:hover::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn:hover::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-century-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-decade-btn::after,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn:hover::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn::before,
.nlx-calendar-decade-panel-header .nlx-calendar-decade-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}
.nlx-calendar-decade-panel-body {
  flex: 1;
}
.nlx-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.nlx-calendar-decade-panel-footer .nlx-calendar-footer-extra {
  padding: 0 12px;
}
.nlx-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.nlx-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.nlx-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.nlx-calendar-decade-panel-decade:hover {
  background: #f0fcff;
  cursor: pointer;
}
.nlx-calendar-decade-panel-selected-cell .nlx-calendar-decade-panel-decade {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-decade-panel-selected-cell .nlx-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #299ee3;
}
.nlx-calendar-decade-panel-last-century-cell .nlx-calendar-decade-panel-decade,
.nlx-calendar-decade-panel-next-century-cell .nlx-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  user-select: none;
}
.nlx-calendar-month .nlx-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.nlx-calendar-month .nlx-calendar-month-panel,
.nlx-calendar-month .nlx-calendar-year-panel {
  top: 0;
  height: 100%;
}
.nlx-calendar-week-number-cell {
  opacity: 0.5;
}
.nlx-calendar-week-number .nlx-calendar-body tr {
  cursor: pointer;
  transition: all 0.3s;
}
.nlx-calendar-week-number .nlx-calendar-body tr:hover {
  background: #f0fcff;
}
.nlx-calendar-week-number .nlx-calendar-body tr.nlx-calendar-active-week {
  font-weight: bold;
  background: #d1f4ff;
}
.nlx-calendar-week-number .nlx-calendar-body tr .nlx-calendar-selected-day .nlx-calendar-date,
.nlx-calendar-week-number .nlx-calendar-body tr .nlx-calendar-selected-day:hover .nlx-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nlx-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 0px;
}
.nlx-alert.nlx-alert-no-icon {
  padding: 8px 15px;
}
.nlx-alert.nlx-alert-closable {
  padding-right: 30px;
}
.nlx-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.nlx-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.nlx-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.nlx-alert-success .nlx-alert-icon {
  color: #52c41a;
}
.nlx-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.nlx-alert-info .nlx-alert-icon {
  color: #1890ff;
}
.nlx-alert-warning {
  background-color: #fff9e6;
  border: 1px solid #ffd57a;
}
.nlx-alert-warning .nlx-alert-icon {
  color: #de8100;
}
.nlx-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.nlx-alert-error .nlx-alert-icon {
  color: #f5222d;
}
.nlx-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.nlx-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.nlx-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.nlx-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.nlx-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.nlx-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 0px;
}
.nlx-alert-with-description.nlx-alert-no-icon {
  padding: 15px;
}
.nlx-alert-with-description .nlx-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.nlx-alert-with-description .nlx-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.nlx-alert-with-description .nlx-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.nlx-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.nlx-alert-with-description .nlx-alert-description {
  display: block;
}
.nlx-alert.nlx-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.nlx-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.nlx-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.nlx-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.nlx-checkbox-wrapper:hover .nlx-checkbox-inner,
.nlx-checkbox:hover .nlx-checkbox-inner,
.nlx-checkbox-input:focus + .nlx-checkbox-inner {
  border-color: #299ee3;
}
.nlx-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #299ee3;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.nlx-checkbox:hover::after,
.nlx-checkbox-wrapper:hover .nlx-checkbox::after {
  visibility: visible;
}
.nlx-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.nlx-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.nlx-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.nlx-checkbox-checked .nlx-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.nlx-checkbox-checked .nlx-checkbox-inner {
  background-color: #299ee3;
  border-color: #299ee3;
}
.nlx-checkbox-disabled {
  cursor: not-allowed;
}
.nlx-checkbox-disabled.nlx-checkbox-checked .nlx-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.nlx-checkbox-disabled .nlx-checkbox-input {
  cursor: not-allowed;
}
.nlx-checkbox-disabled .nlx-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.nlx-checkbox-disabled .nlx-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.nlx-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.nlx-checkbox-disabled:hover::after,
.nlx-checkbox-wrapper:hover .nlx-checkbox-disabled::after {
  visibility: hidden;
}
.nlx-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.nlx-checkbox-wrapper.nlx-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.nlx-checkbox-wrapper + .nlx-checkbox-wrapper {
  margin-left: 8px;
}
.nlx-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.nlx-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.nlx-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.nlx-checkbox-group-item:last-child {
  margin-right: 0;
}
.nlx-checkbox-group-item + .nlx-checkbox-group-item {
  margin-left: 0;
}
.nlx-checkbox-indeterminate .nlx-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.nlx-checkbox-indeterminate .nlx-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #299ee3;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.nlx-checkbox-indeterminate.nlx-checkbox-disabled .nlx-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.nlx-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.nlx-breadcrumb .anticon {
  font-size: 14px;
}
.nlx-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.nlx-breadcrumb a:hover {
  color: #51bbf0;
}
.nlx-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.nlx-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}
.nlx-breadcrumb > span:last-child .nlx-breadcrumb-separator {
  display: none;
}
.nlx-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.nlx-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.nlx-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}

