/* 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-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  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;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fefefe;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #299ee3;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #51bbf0;
}
a:active {
  color: #197bbd;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: #299ee3;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #299ee3;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #299ee3;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #299ee3;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* 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-message {
  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: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.nlx-message-notice {
  padding: 8px;
  text-align: center;
}
.nlx-message-notice:first-child {
  margin-top: -8px;
}
.nlx-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.nlx-message-success .anticon {
  color: #52c41a;
}
.nlx-message-error .anticon {
  color: #f5222d;
}
.nlx-message-warning .anticon {
  color: #de8100;
}
.nlx-message-info .anticon,
.nlx-message-loading .anticon {
  color: #1890ff;
}
.nlx-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.nlx-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 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 */
.nlx-modal {
  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: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.nlx-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.nlx-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.nlx-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.nlx-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.nlx-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.nlx-modal-close:focus,
.nlx-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.nlx-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0px 0px 0 0;
}
.nlx-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.nlx-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 0px 0px;
}
.nlx-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.nlx-modal.zoom-enter,
.nlx-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.nlx-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.nlx-modal-mask-hidden {
  display: none;
}
.nlx-modal-open {
  overflow: hidden;
}
.nlx-modal-centered {
  text-align: center;
}
.nlx-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.nlx-modal-centered .nlx-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .nlx-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .nlx-modal-centered .nlx-modal {
    flex: 1;
  }
}
.nlx-modal-confirm .nlx-modal-header {
  display: none;
}
.nlx-modal-confirm .nlx-modal-close {
  display: none;
}
.nlx-modal-confirm .nlx-modal-body {
  padding: 32px 32px 24px;
}
.nlx-modal-confirm-body-wrapper {
  zoom: 1;
}
.nlx-modal-confirm-body-wrapper::before,
.nlx-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.nlx-modal-confirm-body-wrapper::after {
  clear: both;
}
.nlx-modal-confirm-body .nlx-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.nlx-modal-confirm-body .nlx-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.nlx-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.nlx-modal-confirm-body > .anticon + .nlx-modal-confirm-title + .nlx-modal-confirm-content {
  margin-left: 38px;
}
.nlx-modal-confirm .nlx-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.nlx-modal-confirm .nlx-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.nlx-modal-confirm-error .nlx-modal-confirm-body > .anticon {
  color: #f5222d;
}
.nlx-modal-confirm-warning .nlx-modal-confirm-body > .anticon,
.nlx-modal-confirm-confirm .nlx-modal-confirm-body > .anticon {
  color: #de8100;
}
.nlx-modal-confirm-info .nlx-modal-confirm-body > .anticon {
  color: #1890ff;
}
.nlx-modal-confirm-success .nlx-modal-confirm-body > .anticon {
  color: #52c41a;
}

/* 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-time-picker-panel {
  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-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.nlx-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.nlx-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.nlx-time-picker-panel-narrow .nlx-time-picker-panel-input-wrap {
  max-width: 112px;
}
.nlx-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.nlx-time-picker-panel-select:hover {
  overflow-y: auto;
}
.nlx-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.nlx-time-picker-panel-select:last-child {
  border-right: 0;
}
.nlx-time-picker-panel-select:only-child {
  width: 100%;
}
.nlx-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.nlx-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}
.nlx-time-picker-panel-select li:focus {
  color: #299ee3;
  font-weight: 600;
  outline: none;
}
.nlx-time-picker-panel-select li:hover {
  background: #f0fcff;
}
li.nlx-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.nlx-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.nlx-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.nlx-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.nlx-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}
.nlx-time-picker-panel-combobox {
  zoom: 1;
}
.nlx-time-picker-panel-combobox::before,
.nlx-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.nlx-time-picker-panel-combobox::after {
  clear: both;
}
.nlx-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.nlx-time-picker-panel.slide-up-enter.slide-up-enter-active.nlx-time-picker-panel-placement-topLeft,
.nlx-time-picker-panel.slide-up-enter.slide-up-enter-active.nlx-time-picker-panel-placement-topRight,
.nlx-time-picker-panel.slide-up-appear.slide-up-appear-active.nlx-time-picker-panel-placement-topLeft,
.nlx-time-picker-panel.slide-up-appear.slide-up-appear-active.nlx-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.nlx-time-picker-panel.slide-up-enter.slide-up-enter-active.nlx-time-picker-panel-placement-bottomLeft,
.nlx-time-picker-panel.slide-up-enter.slide-up-enter-active.nlx-time-picker-panel-placement-bottomRight,
.nlx-time-picker-panel.slide-up-appear.slide-up-appear-active.nlx-time-picker-panel-placement-bottomLeft,
.nlx-time-picker-panel.slide-up-appear.slide-up-appear-active.nlx-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.nlx-time-picker-panel.slide-up-leave.slide-up-leave-active.nlx-time-picker-panel-placement-topLeft,
.nlx-time-picker-panel.slide-up-leave.slide-up-leave-active.nlx-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.nlx-time-picker-panel.slide-up-leave.slide-up-leave-active.nlx-time-picker-panel-placement-bottomLeft,
.nlx-time-picker-panel.slide-up-leave.slide-up-leave-active.nlx-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.nlx-time-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;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.nlx-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;
}
.nlx-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-time-picker-input:hover {
  border-color: #51bbf0;
  border-right-width: 1px !important;
}
.nlx-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-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.nlx-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.nlx-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-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.nlx-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.nlx-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.nlx-time-picker-open {
  opacity: 0;
}
.nlx-time-picker-icon,
.nlx-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.nlx-time-picker-icon .nlx-time-picker-clock-icon,
.nlx-time-picker-clear .nlx-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.nlx-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.nlx-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-time-picker:hover .nlx-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.nlx-time-picker-large .nlx-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.nlx-time-picker-small .nlx-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.nlx-time-picker-small .nlx-time-picker-icon,
.nlx-time-picker-small .nlx-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .nlx-input {
      line-height: 1.5;
    }
  }
}

/* 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-tag {
  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;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.nlx-tag:hover {
  opacity: 0.85;
}
.nlx-tag,
.nlx-tag a,
.nlx-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.nlx-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.nlx-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .nlx-tag .anticon-close {
  font-size: 12px;
}
.nlx-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.nlx-tag-has-color {
  border-color: transparent;
}
.nlx-tag-has-color,
.nlx-tag-has-color a,
.nlx-tag-has-color a:hover,
.nlx-tag-has-color .anticon-close,
.nlx-tag-has-color .anticon-close:hover {
  color: #fff;
}
.nlx-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.nlx-tag-checkable:not(.nlx-tag-checkable-checked):hover {
  color: #299ee3;
}
.nlx-tag-checkable:active,
.nlx-tag-checkable-checked {
  color: #fff;
}
.nlx-tag-checkable-checked {
  background-color: #299ee3;
}
.nlx-tag-checkable:active {
  background-color: #197bbd;
}
.nlx-tag-hidden {
  display: none;
}
.nlx-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.nlx-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.nlx-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.nlx-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.nlx-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.nlx-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.nlx-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.nlx-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.nlx-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.nlx-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.nlx-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.nlx-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.nlx-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.nlx-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.nlx-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.nlx-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.nlx-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.nlx-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.nlx-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.nlx-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.nlx-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.nlx-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.nlx-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.nlx-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.nlx-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.nlx-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

/* 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-select {
  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: 0;
}
.nlx-select ul,
.nlx-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nlx-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.nlx-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  transform-origin: 50% 50%;
}
.nlx-select-arrow > * {
  line-height: 1;
}
.nlx-select-arrow svg {
  display: inline-block;
}
.nlx-select-arrow::before {
  display: none;
}
.nlx-select-arrow .nlx-select-arrow-icon {
  display: block;
}
.nlx-select-arrow .nlx-select-arrow-icon svg {
  transition: transform 0.3s;
}
.nlx-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.nlx-select-selection:hover {
  border-color: #51bbf0;
  border-right-width: 1px !important;
}
.nlx-select-focused .nlx-select-selection,
.nlx-select-selection:focus,
.nlx-select-selection:active {
  border-color: #51bbf0;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 158, 227, 0.2);
}
.nlx-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.nlx-select-selection__clear::before {
  display: block;
}
.nlx-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-select-selection:hover .nlx-select-selection__clear {
  opacity: 1;
}
.nlx-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nlx-select-no-arrow .nlx-select-selection-selected-value {
  padding-right: 0;
}
.nlx-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.nlx-select-disabled .nlx-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.nlx-select-disabled .nlx-select-selection:hover,
.nlx-select-disabled .nlx-select-selection:focus,
.nlx-select-disabled .nlx-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}
.nlx-select-disabled .nlx-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.nlx-select-disabled .nlx-select-selection--multiple .nlx-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.nlx-select-disabled .nlx-select-selection--multiple .nlx-select-selection__choice__remove {
  display: none;
}
.nlx-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.nlx-select-selection--single .nlx-select-selection__rendered {
  margin-right: 24px;
}
.nlx-select-no-arrow .nlx-select-selection__rendered {
  margin-right: 11px;
}
.nlx-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.nlx-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.nlx-select-lg {
  font-size: 16px;
}
.nlx-select-lg .nlx-select-selection--single {
  height: 40px;
}
.nlx-select-lg .nlx-select-selection__rendered {
  line-height: 38px;
}
.nlx-select-lg .nlx-select-selection--multiple {
  min-height: 40px;
}
.nlx-select-lg .nlx-select-selection--multiple .nlx-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.nlx-select-lg .nlx-select-selection--multiple .nlx-select-selection__clear,
.nlx-select-lg .nlx-select-selection--multiple .nlx-select-arrow {
  top: 20px;
}
.nlx-select-sm .nlx-select-selection--single {
  height: 24px;
}
.nlx-select-sm .nlx-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.nlx-select-sm .nlx-select-selection--multiple {
  min-height: 24px;
}
.nlx-select-sm .nlx-select-selection--multiple .nlx-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.nlx-select-sm .nlx-select-selection--multiple .nlx-select-selection__clear,
.nlx-select-sm .nlx-select-selection--multiple .nlx-select-arrow {
  top: 12px;
}
.nlx-select-sm .nlx-select-selection__clear,
.nlx-select-sm .nlx-select-arrow {
  right: 8px;
}
.nlx-select-disabled .nlx-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.nlx-select-disabled .nlx-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.nlx-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.nlx-select-selection__placeholder,
.nlx-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.nlx-select-search__field__placeholder {
  left: 12px;
}
.nlx-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.nlx-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.nlx-select-search--inline .nlx-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.nlx-select-search--inline .nlx-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 0px;
  outline: 0;
}
.nlx-select-search--inline > i {
  float: right;
}
.nlx-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.nlx-select-selection--multiple::before,
.nlx-select-selection--multiple::after {
  display: table;
  content: '';
}
.nlx-select-selection--multiple::after {
  clear: both;
}
.nlx-select-selection--multiple .nlx-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.nlx-select-selection--multiple .nlx-select-search--inline .nlx-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.nlx-select-selection--multiple .nlx-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.nlx-select-selection--multiple .nlx-select-selection__placeholder {
  margin-left: 6px;
}
.nlx-select-selection--multiple > ul > li,
.nlx-select-selection--multiple .nlx-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.nlx-select-selection--multiple .nlx-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-select-selection--multiple .nlx-select-selection__choice__disabled {
  padding: 0 10px;
}
.nlx-select-selection--multiple .nlx-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove > * {
  line-height: 1;
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove svg {
  display: inline-block;
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove::before {
  display: none;
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove .nlx-select-selection--multiple .nlx-select-selection__choice__remove-icon {
  display: block;
}
:root .nlx-select-selection--multiple .nlx-select-selection__choice__remove {
  font-size: 12px;
}
.nlx-select-selection--multiple .nlx-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.nlx-select-selection--multiple .nlx-select-selection__clear,
.nlx-select-selection--multiple .nlx-select-arrow {
  top: 16px;
}
.nlx-select-allow-clear .nlx-select-selection--multiple .nlx-select-selection__rendered,
.nlx-select-show-arrow .nlx-select-selection--multiple .nlx-select-selection__rendered {
  margin-right: 20px;
}
.nlx-select-open .nlx-select-arrow-icon svg {
  transform: rotate(180deg);
}
.nlx-select-open .nlx-select-selection {
  border-color: #51bbf0;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 158, 227, 0.2);
}
.nlx-select-combobox .nlx-select-arrow {
  display: none;
}
.nlx-select-combobox .nlx-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.nlx-select-combobox .nlx-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.nlx-select-combobox .nlx-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.nlx-select-combobox.nlx-select-allow-clear .nlx-select-selection:hover .nlx-select-selection__rendered,
.nlx-select-combobox.nlx-select-show-arrow .nlx-select-selection:hover .nlx-select-selection__rendered {
  margin-right: 20px;
}
.nlx-select-dropdown {
  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';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 0px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-select-dropdown.slide-up-enter.slide-up-enter-active.nlx-select-dropdown-placement-bottomLeft,
.nlx-select-dropdown.slide-up-appear.slide-up-appear-active.nlx-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.nlx-select-dropdown.slide-up-enter.slide-up-enter-active.nlx-select-dropdown-placement-topLeft,
.nlx-select-dropdown.slide-up-appear.slide-up-appear-active.nlx-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.nlx-select-dropdown.slide-up-leave.slide-up-leave-active.nlx-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.nlx-select-dropdown.slide-up-leave.slide-up-leave-active.nlx-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.nlx-select-dropdown-hidden {
  display: none;
}
.nlx-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.nlx-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.nlx-select-dropdown-menu-item-group-list > .nlx-select-dropdown-menu-item {
  padding-left: 20px;
}
.nlx-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.nlx-select-dropdown-menu-item-group-list .nlx-select-dropdown-menu-item:first-child:not(:last-child),
.nlx-select-dropdown-menu-item-group:not(:last-child) .nlx-select-dropdown-menu-item-group-list .nlx-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.nlx-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.nlx-select-dropdown-menu-item:hover:not(.nlx-select-dropdown-menu-item-disabled) {
  background-color: #f0fcff;
}
.nlx-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.nlx-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.nlx-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.nlx-select-dropdown-menu-item-active:not(.nlx-select-dropdown-menu-item-disabled) {
  background-color: #f0fcff;
}
.nlx-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item {
  padding-right: 32px;
}
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item .nlx-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item:hover .nlx-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item-disabled .nlx-select-selected-icon {
  display: none;
}
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item-selected .nlx-select-selected-icon,
.nlx-select-dropdown.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item-selected:hover .nlx-select-selected-icon {
  display: inline-block;
  color: #299ee3;
}
.nlx-select-dropdown--empty.nlx-select-dropdown--multiple .nlx-select-dropdown-menu-item {
  padding-right: 12px;
}
.nlx-select-dropdown-container-open .nlx-select-dropdown,
.nlx-select-dropdown-open .nlx-select-dropdown {
  display: block;
}

/* 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-menu {
  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;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #fff;
  line-height: 0;
  list-style: none;
  background: #087cc6;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.nlx-menu::before,
.nlx-menu::after {
  display: table;
  content: '';
}
.nlx-menu::after {
  clear: both;
}
.nlx-menu ul,
.nlx-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nlx-menu-hidden {
  display: none;
}
.nlx-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.nlx-menu-submenu,
.nlx-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-submenu-selected {
  color: #94f6ff;
}
.nlx-menu-item:active,
.nlx-menu-submenu-title:active {
  background: #00377e;
}
.nlx-menu-submenu .nlx-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-item > a {
  display: block;
  color: #fff;
}
.nlx-menu-item > a:hover {
  color: #94f6ff;
}
.nlx-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.nlx-menu-item > .nlx-badge > a {
  color: #fff;
}
.nlx-menu-item > .nlx-badge > a:hover {
  color: #94f6ff;
}
.nlx-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.nlx-menu-item:hover,
.nlx-menu-item-active,
.nlx-menu:not(.nlx-menu-inline) .nlx-menu-submenu-open,
.nlx-menu-submenu-active,
.nlx-menu-submenu-title:hover {
  color: #94f6ff;
}
.nlx-menu-horizontal .nlx-menu-item,
.nlx-menu-horizontal .nlx-menu-submenu {
  margin-top: -1px;
}
.nlx-menu-horizontal > .nlx-menu-item:hover,
.nlx-menu-horizontal > .nlx-menu-item-active,
.nlx-menu-horizontal > .nlx-menu-submenu .nlx-menu-submenu-title:hover {
  background-color: transparent;
}
.nlx-menu-item-selected {
  color: #94f6ff;
}
.nlx-menu-item-selected > a,
.nlx-menu-item-selected > a:hover {
  color: #94f6ff;
}
.nlx-menu:not(.nlx-menu-horizontal) .nlx-menu-item-selected {
  background-color: #00377e;
}
.nlx-menu-inline,
.nlx-menu-vertical,
.nlx-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.nlx-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.nlx-menu-vertical.nlx-menu-sub,
.nlx-menu-vertical-left.nlx-menu-sub,
.nlx-menu-vertical-right.nlx-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  transform-origin: 0 0;
}
.nlx-menu-vertical.nlx-menu-sub .nlx-menu-item,
.nlx-menu-vertical-left.nlx-menu-sub .nlx-menu-item,
.nlx-menu-vertical-right.nlx-menu-sub .nlx-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.nlx-menu-vertical.nlx-menu-sub .nlx-menu-item::after,
.nlx-menu-vertical-left.nlx-menu-sub .nlx-menu-item::after,
.nlx-menu-vertical-right.nlx-menu-sub .nlx-menu-item::after {
  border-right: 0;
}
.nlx-menu-vertical.nlx-menu-sub > .nlx-menu-item,
.nlx-menu-vertical-left.nlx-menu-sub > .nlx-menu-item,
.nlx-menu-vertical-right.nlx-menu-sub > .nlx-menu-item,
.nlx-menu-vertical.nlx-menu-sub > .nlx-menu-submenu,
.nlx-menu-vertical-left.nlx-menu-sub > .nlx-menu-submenu,
.nlx-menu-vertical-right.nlx-menu-sub > .nlx-menu-submenu {
  transform-origin: 0 0;
}
.nlx-menu-horizontal.nlx-menu-sub {
  min-width: 114px;
}
.nlx-menu-item,
.nlx-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-item .anticon,
.nlx-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-item .anticon + span,
.nlx-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu > .nlx-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.nlx-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 0px;
}
.nlx-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.nlx-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.nlx-menu-submenu > .nlx-menu {
  background-color: #087cc6;
  border-radius: 0px;
}
.nlx-menu-submenu > .nlx-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title .nlx-menu-submenu-arrow,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title .nlx-menu-submenu-arrow,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title .nlx-menu-submenu-arrow,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #087cc6;
  background: #fff \9;
  background-image: linear-gradient(to right, #fff, #fff);
  background-image: none \9;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-vertical > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-left > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-vertical-right > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-inline > .nlx-menu-submenu-title:hover .nlx-menu-submenu-arrow::before {
  background: linear-gradient(to right, #94f6ff, #94f6ff);
}
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.nlx-menu-submenu-open.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow {
  transform: translateY(-2px);
}
.nlx-menu-submenu-open.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.nlx-menu-submenu-open.nlx-menu-submenu-inline > .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.nlx-menu-vertical .nlx-menu-submenu-selected,
.nlx-menu-vertical-left .nlx-menu-submenu-selected,
.nlx-menu-vertical-right .nlx-menu-submenu-selected {
  color: #94f6ff;
}
.nlx-menu-vertical .nlx-menu-submenu-selected > a,
.nlx-menu-vertical-left .nlx-menu-submenu-selected > a,
.nlx-menu-vertical-right .nlx-menu-submenu-selected > a {
  color: #94f6ff;
}
.nlx-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.nlx-menu-horizontal > .nlx-menu-item,
.nlx-menu-horizontal > .nlx-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.nlx-menu-horizontal > .nlx-menu-item:hover,
.nlx-menu-horizontal > .nlx-menu-submenu:hover,
.nlx-menu-horizontal > .nlx-menu-item-active,
.nlx-menu-horizontal > .nlx-menu-submenu-active,
.nlx-menu-horizontal > .nlx-menu-item-open,
.nlx-menu-horizontal > .nlx-menu-submenu-open,
.nlx-menu-horizontal > .nlx-menu-item-selected,
.nlx-menu-horizontal > .nlx-menu-submenu-selected {
  color: #94f6ff;
  border-bottom: 2px solid #94f6ff;
}
.nlx-menu-horizontal > .nlx-menu-item > a {
  display: block;
  color: #fff;
}
.nlx-menu-horizontal > .nlx-menu-item > a:hover {
  color: #94f6ff;
}
.nlx-menu-horizontal > .nlx-menu-item > a::before {
  bottom: -2px;
}
.nlx-menu-horizontal > .nlx-menu-item-selected > a {
  color: #94f6ff;
}
.nlx-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.nlx-menu-vertical .nlx-menu-item,
.nlx-menu-vertical-left .nlx-menu-item,
.nlx-menu-vertical-right .nlx-menu-item,
.nlx-menu-inline .nlx-menu-item {
  position: relative;
}
.nlx-menu-vertical .nlx-menu-item::after,
.nlx-menu-vertical-left .nlx-menu-item::after,
.nlx-menu-vertical-right .nlx-menu-item::after,
.nlx-menu-inline .nlx-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #94f6ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.nlx-menu-vertical .nlx-menu-item,
.nlx-menu-vertical-left .nlx-menu-item,
.nlx-menu-vertical-right .nlx-menu-item,
.nlx-menu-inline .nlx-menu-item,
.nlx-menu-vertical .nlx-menu-submenu-title,
.nlx-menu-vertical-left .nlx-menu-submenu-title,
.nlx-menu-vertical-right .nlx-menu-submenu-title,
.nlx-menu-inline .nlx-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.nlx-menu-vertical .nlx-menu-submenu,
.nlx-menu-vertical-left .nlx-menu-submenu,
.nlx-menu-vertical-right .nlx-menu-submenu,
.nlx-menu-inline .nlx-menu-submenu {
  padding-bottom: 0.02px;
}
.nlx-menu-vertical .nlx-menu-item:not(:last-child),
.nlx-menu-vertical-left .nlx-menu-item:not(:last-child),
.nlx-menu-vertical-right .nlx-menu-item:not(:last-child),
.nlx-menu-inline .nlx-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.nlx-menu-vertical > .nlx-menu-item,
.nlx-menu-vertical-left > .nlx-menu-item,
.nlx-menu-vertical-right > .nlx-menu-item,
.nlx-menu-inline > .nlx-menu-item,
.nlx-menu-vertical > .nlx-menu-submenu > .nlx-menu-submenu-title,
.nlx-menu-vertical-left > .nlx-menu-submenu > .nlx-menu-submenu-title,
.nlx-menu-vertical-right > .nlx-menu-submenu > .nlx-menu-submenu-title,
.nlx-menu-inline > .nlx-menu-submenu > .nlx-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.nlx-menu-inline {
  width: 100%;
}
.nlx-menu-inline .nlx-menu-selected::after,
.nlx-menu-inline .nlx-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nlx-menu-inline .nlx-menu-item,
.nlx-menu-inline .nlx-menu-submenu-title {
  width: calc(100% + 1px);
}
.nlx-menu-inline .nlx-menu-submenu-title {
  padding-right: 34px;
}
.nlx-menu-inline-collapsed {
  width: 80px;
}
.nlx-menu-inline-collapsed > .nlx-menu-item,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-item,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-submenu > .nlx-menu-submenu-title,
.nlx-menu-inline-collapsed > .nlx-menu-submenu > .nlx-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.nlx-menu-inline-collapsed > .nlx-menu-item .nlx-menu-submenu-arrow,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-item .nlx-menu-submenu-arrow,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-submenu > .nlx-menu-submenu-title .nlx-menu-submenu-arrow,
.nlx-menu-inline-collapsed > .nlx-menu-submenu > .nlx-menu-submenu-title .nlx-menu-submenu-arrow {
  display: none;
}
.nlx-menu-inline-collapsed > .nlx-menu-item .anticon,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-item .anticon,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-submenu > .nlx-menu-submenu-title .anticon,
.nlx-menu-inline-collapsed > .nlx-menu-submenu > .nlx-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.nlx-menu-inline-collapsed > .nlx-menu-item .anticon + span,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-item .anticon + span,
.nlx-menu-inline-collapsed > .nlx-menu-item-group > .nlx-menu-item-group-list > .nlx-menu-submenu > .nlx-menu-submenu-title .anticon + span,
.nlx-menu-inline-collapsed > .nlx-menu-submenu > .nlx-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.nlx-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.nlx-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.nlx-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.nlx-menu-inline-collapsed .nlx-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nlx-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.nlx-menu-item-group-list .nlx-menu-item,
.nlx-menu-item-group-list .nlx-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.nlx-menu-root.nlx-menu-vertical,
.nlx-menu-root.nlx-menu-vertical-left,
.nlx-menu-root.nlx-menu-vertical-right,
.nlx-menu-root.nlx-menu-inline {
  box-shadow: none;
}
.nlx-menu-sub.nlx-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.nlx-menu-sub.nlx-menu-inline > .nlx-menu-item,
.nlx-menu-sub.nlx-menu-inline > .nlx-menu-submenu > .nlx-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.nlx-menu-sub.nlx-menu-inline .nlx-menu-item-group-title {
  padding-left: 32px;
}
.nlx-menu-item-disabled,
.nlx-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.nlx-menu-item-disabled > a,
.nlx-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.nlx-menu-item-disabled > .nlx-menu-submenu-title,
.nlx-menu-submenu-disabled > .nlx-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.nlx-menu-item-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-submenu-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-item-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-submenu-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.nlx-menu-dark,
.nlx-menu-dark .nlx-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #299ee3;
}
.nlx-menu-dark .nlx-menu-submenu-title .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-sub .nlx-menu-submenu-title .nlx-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.nlx-menu-dark .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-sub .nlx-menu-submenu-title .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-sub .nlx-menu-submenu-title .nlx-menu-submenu-arrow::before {
  background: #fff;
}
.nlx-menu-dark.nlx-menu-submenu-popup {
  background: transparent;
}
.nlx-menu-dark .nlx-menu-inline.nlx-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.nlx-menu-dark.nlx-menu-horizontal {
  border-bottom: 0;
}
.nlx-menu-dark.nlx-menu-horizontal > .nlx-menu-item,
.nlx-menu-dark.nlx-menu-horizontal > .nlx-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #299ee3;
  border-bottom: 0;
}
.nlx-menu-dark.nlx-menu-horizontal > .nlx-menu-item > a::before {
  bottom: 0;
}
.nlx-menu-dark .nlx-menu-item,
.nlx-menu-dark .nlx-menu-item-group-title,
.nlx-menu-dark .nlx-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.nlx-menu-dark.nlx-menu-inline,
.nlx-menu-dark.nlx-menu-vertical,
.nlx-menu-dark.nlx-menu-vertical-left,
.nlx-menu-dark.nlx-menu-vertical-right {
  border-right: 0;
}
.nlx-menu-dark.nlx-menu-inline .nlx-menu-item,
.nlx-menu-dark.nlx-menu-vertical .nlx-menu-item,
.nlx-menu-dark.nlx-menu-vertical-left .nlx-menu-item,
.nlx-menu-dark.nlx-menu-vertical-right .nlx-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.nlx-menu-dark.nlx-menu-inline .nlx-menu-item::after,
.nlx-menu-dark.nlx-menu-vertical .nlx-menu-item::after,
.nlx-menu-dark.nlx-menu-vertical-left .nlx-menu-item::after,
.nlx-menu-dark.nlx-menu-vertical-right .nlx-menu-item::after {
  border-right: 0;
}
.nlx-menu-dark.nlx-menu-inline .nlx-menu-item,
.nlx-menu-dark.nlx-menu-inline .nlx-menu-submenu-title {
  width: 100%;
}
.nlx-menu-dark .nlx-menu-item:hover,
.nlx-menu-dark .nlx-menu-item-active,
.nlx-menu-dark .nlx-menu-submenu-active,
.nlx-menu-dark .nlx-menu-submenu-open,
.nlx-menu-dark .nlx-menu-submenu-selected,
.nlx-menu-dark .nlx-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.nlx-menu-dark .nlx-menu-item:hover > a,
.nlx-menu-dark .nlx-menu-item-active > a,
.nlx-menu-dark .nlx-menu-submenu-active > a,
.nlx-menu-dark .nlx-menu-submenu-open > a,
.nlx-menu-dark .nlx-menu-submenu-selected > a,
.nlx-menu-dark .nlx-menu-submenu-title:hover > a {
  color: #fff;
}
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow {
  opacity: 1;
}
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-item:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-item-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-active > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-open > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-selected > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-title:hover > .nlx-menu-submenu-title:hover > .nlx-menu-submenu-arrow::before {
  background: #fff;
}
.nlx-menu-dark .nlx-menu-item:hover {
  background-color: transparent;
}
.nlx-menu-dark .nlx-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.nlx-menu-dark .nlx-menu-item-selected::after {
  border-right: 0;
}
.nlx-menu-dark .nlx-menu-item-selected > a,
.nlx-menu-dark .nlx-menu-item-selected > a:hover {
  color: #fff;
}
.nlx-menu-dark .nlx-menu-item-selected .anticon {
  color: #fff;
}
.nlx-menu-dark .nlx-menu-item-selected .anticon + span {
  color: #fff;
}
.nlx-menu.nlx-menu-dark .nlx-menu-item-selected,
.nlx-menu-submenu-popup.nlx-menu-dark .nlx-menu-item-selected {
  background-color: #299ee3;
}
.nlx-menu-dark .nlx-menu-item-disabled,
.nlx-menu-dark .nlx-menu-submenu-disabled,
.nlx-menu-dark .nlx-menu-item-disabled > a,
.nlx-menu-dark .nlx-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.nlx-menu-dark .nlx-menu-item-disabled > .nlx-menu-submenu-title,
.nlx-menu-dark .nlx-menu-submenu-disabled > .nlx-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.nlx-menu-dark .nlx-menu-item-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-submenu-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::before,
.nlx-menu-dark .nlx-menu-item-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after,
.nlx-menu-dark .nlx-menu-submenu-disabled > .nlx-menu-submenu-title > .nlx-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

/* 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-tooltip {
  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: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.nlx-tooltip-hidden {
  display: none;
}
.nlx-tooltip-placement-top,
.nlx-tooltip-placement-topLeft,
.nlx-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.nlx-tooltip-placement-right,
.nlx-tooltip-placement-rightTop,
.nlx-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.nlx-tooltip-placement-bottom,
.nlx-tooltip-placement-bottomLeft,
.nlx-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.nlx-tooltip-placement-left,
.nlx-tooltip-placement-leftTop,
.nlx-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.nlx-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.nlx-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.nlx-tooltip-placement-top .nlx-tooltip-arrow,
.nlx-tooltip-placement-topLeft .nlx-tooltip-arrow,
.nlx-tooltip-placement-topRight .nlx-tooltip-arrow {
  bottom: -5.07106781px;
}
.nlx-tooltip-placement-top .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-topLeft .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-topRight .nlx-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.nlx-tooltip-placement-top .nlx-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.nlx-tooltip-placement-topLeft .nlx-tooltip-arrow {
  left: 13px;
}
.nlx-tooltip-placement-topRight .nlx-tooltip-arrow {
  right: 13px;
}
.nlx-tooltip-placement-right .nlx-tooltip-arrow,
.nlx-tooltip-placement-rightTop .nlx-tooltip-arrow,
.nlx-tooltip-placement-rightBottom .nlx-tooltip-arrow {
  left: -5.07106781px;
}
.nlx-tooltip-placement-right .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-rightTop .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-rightBottom .nlx-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.nlx-tooltip-placement-right .nlx-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.nlx-tooltip-placement-rightTop .nlx-tooltip-arrow {
  top: 5px;
}
.nlx-tooltip-placement-rightBottom .nlx-tooltip-arrow {
  bottom: 5px;
}
.nlx-tooltip-placement-left .nlx-tooltip-arrow,
.nlx-tooltip-placement-leftTop .nlx-tooltip-arrow,
.nlx-tooltip-placement-leftBottom .nlx-tooltip-arrow {
  right: -5.07106781px;
}
.nlx-tooltip-placement-left .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-leftTop .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-leftBottom .nlx-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.nlx-tooltip-placement-left .nlx-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.nlx-tooltip-placement-leftTop .nlx-tooltip-arrow {
  top: 5px;
}
.nlx-tooltip-placement-leftBottom .nlx-tooltip-arrow {
  bottom: 5px;
}
.nlx-tooltip-placement-bottom .nlx-tooltip-arrow,
.nlx-tooltip-placement-bottomLeft .nlx-tooltip-arrow,
.nlx-tooltip-placement-bottomRight .nlx-tooltip-arrow {
  top: -5.07106781px;
}
.nlx-tooltip-placement-bottom .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-bottomLeft .nlx-tooltip-arrow::before,
.nlx-tooltip-placement-bottomRight .nlx-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.nlx-tooltip-placement-bottom .nlx-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.nlx-tooltip-placement-bottomLeft .nlx-tooltip-arrow {
  left: 13px;
}
.nlx-tooltip-placement-bottomRight .nlx-tooltip-arrow {
  right: 13px;
}

/* 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-table-wrapper {
  zoom: 1;
}
.nlx-table-wrapper::before,
.nlx-table-wrapper::after {
  display: table;
  content: '';
}
.nlx-table-wrapper::after {
  clear: both;
}
.nlx-table {
  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;
  clear: both;
}
.nlx-table-body {
  transition: opacity 0.3s;
}
.nlx-table-empty .nlx-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.nlx-table table {
  width: 100%;
  text-align: left;
  border-radius: 0px 0px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.nlx-table-layout-fixed table {
  table-layout: fixed;
}
.nlx-table-thead > tr > th {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-align: left;
  background: #087cc6;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s ease;
}
.nlx-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.nlx-table-thead > tr > th .anticon-filter,
.nlx-table-thead > tr > th .nlx-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.nlx-table-thead > tr > th .anticon-filter > svg,
.nlx-table-thead > tr > th .nlx-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.nlx-table-thead > tr > th .nlx-table-filter-selected.anticon {
  color: #299ee3;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  transition: all 0.3s;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-up,
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.3s;
}
:root .nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-up,
:root .nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-down {
  font-size: 12px;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-up.on,
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner .nlx-table-column-sorter-down.on {
  color: #299ee3;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner-full .nlx-table-column-sorter-up,
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner-full .nlx-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.nlx-table-thead > tr > th .nlx-table-column-sorter .nlx-table-column-sorter-inner-full .nlx-table-column-sorter-down {
  margin-top: 0.125em;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters {
  padding-right: 30px !important;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters .anticon-filter.nlx-table-filter-open,
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters .nlx-table-filter-icon.nlx-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #06639f;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters:hover .anticon-filter:hover,
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters:hover .nlx-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #06639f;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters:hover .anticon-filter:active,
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-filters:hover .nlx-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters {
  cursor: pointer;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters:hover {
  background: #0773b7;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters:hover .anticon-filter,
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters:hover .nlx-table-filter-icon {
  background: #0773b7;
}
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters:active .nlx-table-column-sorter-up:not(.on),
.nlx-table-thead > tr > th.nlx-table-column-has-actions.nlx-table-column-has-sorters:active .nlx-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-table-thead > tr > th .nlx-table-header-column {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.nlx-table-thead > tr > th .nlx-table-header-column .nlx-table-column-sorters {
  display: table;
}
.nlx-table-thead > tr > th .nlx-table-header-column .nlx-table-column-sorters > .nlx-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.nlx-table-thead > tr > th .nlx-table-header-column .nlx-table-column-sorters > *:not(.nlx-table-column-sorter) {
  position: relative;
}
.nlx-table-thead > tr > th .nlx-table-header-column .nlx-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}
.nlx-table-thead > tr > th .nlx-table-header-column .nlx-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.nlx-table-thead > tr > th.nlx-table-column-has-sorters {
  user-select: none;
}
.nlx-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}
.nlx-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}
.nlx-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.nlx-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s, border 0s;
}
.nlx-table-thead > tr,
.nlx-table-tbody > tr {
  transition: all 0.3s, height 0s;
}
.nlx-table-thead > tr.nlx-table-row-hover:not(.nlx-table-expanded-row):not(.nlx-table-row-selected) > td,
.nlx-table-tbody > tr.nlx-table-row-hover:not(.nlx-table-expanded-row):not(.nlx-table-row-selected) > td,
.nlx-table-thead > tr:hover:not(.nlx-table-expanded-row):not(.nlx-table-row-selected) > td,
.nlx-table-tbody > tr:hover:not(.nlx-table-expanded-row):not(.nlx-table-row-selected) > td {
  background: #f2f4f5;
}
.nlx-table-thead > tr.nlx-table-row-selected > td.nlx-table-column-sort,
.nlx-table-tbody > tr.nlx-table-row-selected > td.nlx-table-column-sort {
  background: #fafafa;
}
.nlx-table-thead > tr:hover.nlx-table-row-selected > td,
.nlx-table-tbody > tr:hover.nlx-table-row-selected > td {
  background: #fafafa;
}
.nlx-table-thead > tr:hover.nlx-table-row-selected > td.nlx-table-column-sort,
.nlx-table-tbody > tr:hover.nlx-table-row-selected > td.nlx-table-column-sort {
  background: #fafafa;
}
.nlx-table-thead > tr:hover {
  background: none;
}
.nlx-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 0px 0px;
}
.nlx-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}
.nlx-table.nlx-table-bordered .nlx-table-footer {
  border: 1px solid #e8e8e8;
}
.nlx-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 0px 0px 0 0;
}
.nlx-table.nlx-table-bordered .nlx-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.nlx-table-title + .nlx-table-content {
  position: relative;
  border-radius: 0px 0px 0 0;
}
.nlx-table-bordered .nlx-table-title + .nlx-table-content,
.nlx-table-bordered .nlx-table-title + .nlx-table-content table,
.nlx-table-bordered .nlx-table-title + .nlx-table-content .nlx-table-thead > tr:first-child > th {
  border-radius: 0;
}
.nlx-table-without-column-header .nlx-table-title + .nlx-table-content,
.nlx-table-without-column-header table {
  border-radius: 0;
}
.nlx-table-without-column-header.nlx-table-bordered.nlx-table-empty .nlx-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 0px;
}
.nlx-table-tbody > tr.nlx-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.nlx-table-thead > tr > th.nlx-table-column-sort {
  background: #f5f5f5;
}
.nlx-table-tbody > tr > td.nlx-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.nlx-table-thead > tr > th,
.nlx-table-tbody > tr > td {
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.nlx-table-expand-icon-th,
.nlx-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.nlx-table-header {
  overflow: hidden;
  background: #087cc6;
}
.nlx-table-header table {
  border-radius: 0px 0px 0 0;
}
.nlx-table-loading {
  position: relative;
}
.nlx-table-loading .nlx-table-body {
  background: #fff;
  opacity: 0.5;
}
.nlx-table-loading .nlx-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.nlx-table-loading .nlx-table-with-pagination {
  margin-top: -20px;
}
.nlx-table-loading .nlx-table-without-pagination {
  margin-top: 10px;
}
.nlx-table-bordered .nlx-table-header > table,
.nlx-table-bordered .nlx-table-body > table,
.nlx-table-bordered .nlx-table-fixed-left table,
.nlx-table-bordered .nlx-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.nlx-table-bordered.nlx-table-empty .nlx-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-header > table {
  border-bottom: 0;
}
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-header + .nlx-table-body > table,
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-body-inner > table {
  border-top: 0;
}
.nlx-table-bordered .nlx-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.nlx-table-bordered .nlx-table-thead > tr > th,
.nlx-table-bordered .nlx-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.nlx-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 0px 0px;
}
.nlx-table-pagination.nlx-pagination {
  float: right;
  margin: 16px 0;
}
.nlx-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-table-filter-dropdown .nlx-dropdown-menu {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 0px 0px 0 0;
  box-shadow: none;
}
.nlx-table-filter-dropdown .nlx-dropdown-menu-item > label + span {
  padding-right: 0;
}
.nlx-table-filter-dropdown .nlx-dropdown-menu-sub {
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-table-filter-dropdown .nlx-dropdown-menu .nlx-dropdown-submenu-contain-selected .nlx-dropdown-menu-submenu-title::after {
  color: #299ee3;
  font-weight: bold;
  text-shadow: 0 0 2px #d1f4ff;
}
.nlx-table-filter-dropdown .nlx-dropdown-menu-item {
  overflow: hidden;
}
.nlx-table-filter-dropdown > .nlx-dropdown-menu > .nlx-dropdown-menu-item:last-child,
.nlx-table-filter-dropdown > .nlx-dropdown-menu > .nlx-dropdown-menu-submenu:last-child .nlx-dropdown-menu-submenu-title {
  border-radius: 0;
}
.nlx-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.nlx-table-filter-dropdown-link {
  color: #299ee3;
}
.nlx-table-filter-dropdown-link:hover {
  color: #51bbf0;
}
.nlx-table-filter-dropdown-link:active {
  color: #197bbd;
}
.nlx-table-filter-dropdown-link.confirm {
  float: left;
}
.nlx-table-filter-dropdown-link.clear {
  float: right;
}
.nlx-table-selection {
  white-space: nowrap;
}
.nlx-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.nlx-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all 0.3s;
}
.nlx-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nlx-table-selection-menu .nlx-action-down {
  color: #bfbfbf;
}
.nlx-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.nlx-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.nlx-table-row-expand-icon {
  color: #299ee3;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  user-select: none;
}
.nlx-table-row-expand-icon:focus,
.nlx-table-row-expand-icon:hover {
  color: #51bbf0;
}
.nlx-table-row-expand-icon:active {
  color: #197bbd;
}
.nlx-table-row-expand-icon:focus,
.nlx-table-row-expand-icon:hover,
.nlx-table-row-expand-icon:active {
  border-color: currentColor;
}
.nlx-table-row-expanded::after {
  content: '-';
}
.nlx-table-row-collapsed::after {
  content: '+';
}
.nlx-table-row-spaced {
  visibility: hidden;
}
.nlx-table-row-spaced::after {
  content: '.';
}
.nlx-table-row-cell-ellipsis,
.nlx-table-row-cell-ellipsis .nlx-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nlx-table-row-cell-ellipsis .nlx-table-column-title {
  display: block;
}
.nlx-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
tr.nlx-table-expanded-row,
tr.nlx-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.nlx-table-expanded-row td > .nlx-table-wrapper {
  margin: -16px -16px -17px;
}
.nlx-table .nlx-table-row-indent + .nlx-table-row-expand-icon {
  margin-right: 8px;
}
.nlx-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.nlx-table-scroll table {
  min-width: 100%;
}
.nlx-table-scroll table .nlx-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.nlx-table-scroll table .nlx-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}
.nlx-table-body-inner {
  height: 100%;
}
.nlx-table-fixed-header > .nlx-table-content > .nlx-table-scroll > .nlx-table-body {
  position: relative;
  background: #fff;
}
.nlx-table-fixed-header .nlx-table-body-inner {
  overflow: scroll;
}
.nlx-table-fixed-header .nlx-table-scroll .nlx-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.nlx-table-fixed-header .nlx-table-scroll .nlx-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.nlx-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}
.nlx-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-scroll .nlx-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.nlx-table-bordered.nlx-table-fixed-header .nlx-table-scroll .nlx-table-header.nlx-table-hide-scrollbar .nlx-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
.nlx-table-fixed-left,
.nlx-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}
.nlx-table-fixed-left table,
.nlx-table-fixed-right table {
  width: auto;
  background: #fff;
}
.nlx-table-fixed-header .nlx-table-fixed-left .nlx-table-body-outer .nlx-table-fixed,
.nlx-table-fixed-header .nlx-table-fixed-right .nlx-table-body-outer .nlx-table-fixed {
  border-radius: 0;
}
.nlx-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.nlx-table-fixed-left .nlx-table-header {
  overflow-y: hidden;
}
.nlx-table-fixed-left .nlx-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.nlx-table-fixed-header .nlx-table-fixed-left .nlx-table-body-inner {
  padding-right: 0;
}
.nlx-table-fixed-left,
.nlx-table-fixed-left table {
  border-radius: 0px 0 0 0;
}
.nlx-table-fixed-left .nlx-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.nlx-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.nlx-table-fixed-right,
.nlx-table-fixed-right table {
  border-radius: 0 0px 0 0;
}
.nlx-table-fixed-right .nlx-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.nlx-table-fixed-right .nlx-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.nlx-table.nlx-table-scroll-position-left .nlx-table-fixed-left {
  box-shadow: none;
}
.nlx-table.nlx-table-scroll-position-right .nlx-table-fixed-right {
  box-shadow: none;
}
.nlx-table colgroup > col.nlx-table-selection-col {
  width: 60px;
}
.nlx-table-thead > tr > th.nlx-table-selection-column-custom .nlx-table-selection {
  margin-right: -15px;
}
.nlx-table-thead > tr > th.nlx-table-selection-column,
.nlx-table-tbody > tr > td.nlx-table-selection-column {
  text-align: center;
}
.nlx-table-thead > tr > th.nlx-table-selection-column .nlx-radio-wrapper,
.nlx-table-tbody > tr > td.nlx-table-selection-column .nlx-radio-wrapper {
  margin-right: 0;
}
.nlx-table-row[class*='nlx-table-row-level-0'] .nlx-table-selection-column > span {
  display: inline-block;
}
.nlx-table-filter-dropdown .nlx-checkbox-wrapper + span,
.nlx-table-filter-dropdown-submenu .nlx-checkbox-wrapper + span {
  padding-left: 8px;
}
/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
  .nlx-table-thead > tr > th.nlx-table-column-has-actions {
    background-clip: padding-box;
  }
}
.nlx-table-middle > .nlx-table-title,
.nlx-table-middle > .nlx-table-content > .nlx-table-footer {
  padding: 12px 8px;
}
.nlx-table-middle > .nlx-table-content > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th,
.nlx-table-middle > .nlx-table-content > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-body > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-tbody > tr > td,
.nlx-table-middle > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-tbody > tr > td {
  padding: 12px 8px;
}
.nlx-table-middle tr.nlx-table-expanded-row td > .nlx-table-wrapper {
  margin: -12px -8px -13px;
}
.nlx-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
}
.nlx-table-small > .nlx-table-title,
.nlx-table-small > .nlx-table-content > .nlx-table-footer {
  padding: 8px 8px;
}
.nlx-table-small > .nlx-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.nlx-table-small > .nlx-table-content > .nlx-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.nlx-table-small > .nlx-table-content > .nlx-table-footer::before {
  background-color: transparent;
}
.nlx-table-small > .nlx-table-content > .nlx-table-body {
  margin: 0 8px;
}
.nlx-table-small > .nlx-table-content > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table {
  border: 0;
}
.nlx-table-small > .nlx-table-content > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-tbody > tr > td,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-tbody > tr > td {
  padding: 8px 8px;
}
.nlx-table-small > .nlx-table-content > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th {
  background-color: transparent;
}
.nlx-table-small > .nlx-table-content > .nlx-table-header > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.nlx-table-small > .nlx-table-content > .nlx-table-header > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-body > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th.nlx-table-column-sort,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table > .nlx-table-thead > tr > th.nlx-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-scroll > .nlx-table-body > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-header > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-left > .nlx-table-body-outer > .nlx-table-body-inner > table,
.nlx-table-small > .nlx-table-content > .nlx-table-fixed-right > .nlx-table-body-outer > .nlx-table-body-inner > table {
  padding: 0;
}
.nlx-table-small > .nlx-table-content .nlx-table-header {
  background-color: transparent;
  border-radius: 0px 0px 0 0;
}
.nlx-table-small > .nlx-table-content .nlx-table-placeholder,
.nlx-table-small > .nlx-table-content .nlx-table-row:last-child td {
  border-bottom: 0;
}
.nlx-table-small.nlx-table-bordered {
  border-right: 0;
}
.nlx-table-small.nlx-table-bordered .nlx-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.nlx-table-small.nlx-table-bordered .nlx-table-content {
  border-right: 1px solid #e8e8e8;
}
.nlx-table-small.nlx-table-bordered .nlx-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.nlx-table-small.nlx-table-bordered .nlx-table-footer::before {
  display: none;
}
.nlx-table-small.nlx-table-bordered .nlx-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.nlx-table-small.nlx-table-bordered .nlx-table-thead > tr > th.nlx-table-row-cell-last,
.nlx-table-small.nlx-table-bordered .nlx-table-tbody > tr > td:last-child {
  border-right: none;
}
.nlx-table-small.nlx-table-bordered .nlx-table-fixed-left .nlx-table-thead > tr > th:last-child,
.nlx-table-small.nlx-table-bordered .nlx-table-fixed-left .nlx-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.nlx-table-small.nlx-table-bordered .nlx-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.nlx-table-small tr.nlx-table-expanded-row td > .nlx-table-wrapper {
  margin: -8px -8px -9px;
}
.nlx-table-small.nlx-table-fixed-header > .nlx-table-content > .nlx-table-scroll > .nlx-table-body {
  border-radius: 0 0 0px 0px;
}

/* 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-radio-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-radio-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';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.nlx-radio {
  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;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.nlx-radio-wrapper:hover .nlx-radio,
.nlx-radio:hover .nlx-radio-inner,
.nlx-radio-input:focus + .nlx-radio-inner {
  border-color: #299ee3;
}
.nlx-radio-input:focus + .nlx-radio-inner {
  box-shadow: 0 0 0 3px rgba(41, 158, 227, 0.08);
}
.nlx-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #299ee3;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: '';
}
.nlx-radio:hover::after,
.nlx-radio-wrapper:hover .nlx-radio::after {
  visibility: visible;
}
.nlx-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}
.nlx-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #299ee3;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.nlx-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.nlx-radio-checked .nlx-radio-inner {
  border-color: #299ee3;
}
.nlx-radio-checked .nlx-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.nlx-radio-disabled .nlx-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.nlx-radio-disabled .nlx-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.nlx-radio-disabled .nlx-radio-input {
  cursor: not-allowed;
}
.nlx-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.nlx-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.nlx-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.nlx-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.nlx-radio-button-wrapper > .nlx-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.nlx-radio-group-large .nlx-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.nlx-radio-group-small .nlx-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.nlx-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: '';
}
.nlx-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 0px 0 0 0px;
}
.nlx-radio-button-wrapper:last-child {
  border-radius: 0 0px 0px 0;
}
.nlx-radio-button-wrapper:first-child:last-child {
  border-radius: 0px;
}
.nlx-radio-button-wrapper:hover {
  position: relative;
  color: #299ee3;
}
.nlx-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(41, 158, 227, 0.06);
}
.nlx-radio-button-wrapper .nlx-radio-inner,
.nlx-radio-button-wrapper input[type='checkbox'],
.nlx-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #299ee3;
  background: #fff;
  border-color: #299ee3;
  box-shadow: -1px 0 0 0 #299ee3;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled)::before {
  background-color: #299ee3 !important;
  opacity: 0.1;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):first-child {
  border-color: #299ee3;
  box-shadow: none !important;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):hover {
  color: #51bbf0;
  border-color: #51bbf0;
  box-shadow: -1px 0 0 0 #51bbf0;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):active {
  color: #197bbd;
  border-color: #197bbd;
  box-shadow: -1px 0 0 0 #197bbd;
}
.nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(41, 158, 227, 0.06);
}
.nlx-radio-group-solid .nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled) {
  color: #fff;
  background: #299ee3;
  border-color: #299ee3;
}
.nlx-radio-group-solid .nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #51bbf0;
  border-color: #51bbf0;
}
.nlx-radio-group-solid .nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #197bbd;
  border-color: #197bbd;
}
.nlx-radio-group-solid .nlx-radio-button-wrapper-checked:not(.nlx-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(41, 158, 227, 0.06);
}
.nlx-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.nlx-radio-button-wrapper-disabled:first-child,
.nlx-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.nlx-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.nlx-radio-button-wrapper-disabled.nlx-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .nlx-radio {
    vertical-align: text-bottom;
  }
}

/* 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-spin {
  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;
  display: none;
  color: #299ee3;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.nlx-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.nlx-spin-nested-loading {
  position: relative;
}
.nlx-spin-nested-loading > div > .nlx-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.nlx-spin-nested-loading > div > .nlx-spin .nlx-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.nlx-spin-nested-loading > div > .nlx-spin .nlx-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.nlx-spin-nested-loading > div > .nlx-spin.nlx-spin-show-text .nlx-spin-dot {
  margin-top: -20px;
}
.nlx-spin-nested-loading > div > .nlx-spin-sm .nlx-spin-dot {
  margin: -7px;
}
.nlx-spin-nested-loading > div > .nlx-spin-sm .nlx-spin-text {
  padding-top: 2px;
}
.nlx-spin-nested-loading > div > .nlx-spin-sm.nlx-spin-show-text .nlx-spin-dot {
  margin-top: -17px;
}
.nlx-spin-nested-loading > div > .nlx-spin-lg .nlx-spin-dot {
  margin: -16px;
}
.nlx-spin-nested-loading > div > .nlx-spin-lg .nlx-spin-text {
  padding-top: 11px;
}
.nlx-spin-nested-loading > div > .nlx-spin-lg.nlx-spin-show-text .nlx-spin-dot {
  margin-top: -26px;
}
.nlx-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.nlx-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.nlx-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.nlx-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.nlx-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.nlx-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.nlx-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #299ee3;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.nlx-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.nlx-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.nlx-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.nlx-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.nlx-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.nlx-spin-sm .nlx-spin-dot {
  font-size: 14px;
}
.nlx-spin-sm .nlx-spin-dot i {
  width: 6px;
  height: 6px;
}
.nlx-spin-lg .nlx-spin-dot {
  font-size: 32px;
}
.nlx-spin-lg .nlx-spin-dot i {
  width: 14px;
  height: 14px;
}
.nlx-spin.nlx-spin-show-text .nlx-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .nlx-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

/* 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-pagination {
  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-pagination ul,
.nlx-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nlx-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.nlx-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.nlx-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.nlx-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.nlx-pagination-item a:hover {
  text-decoration: none;
}
.nlx-pagination-item:focus,
.nlx-pagination-item:hover {
  border-color: #299ee3;
  transition: all 0.3s;
}
.nlx-pagination-item:focus a,
.nlx-pagination-item:hover a {
  color: #299ee3;
}
.nlx-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #299ee3;
}
.nlx-pagination-item-active a {
  color: #299ee3;
}
.nlx-pagination-item-active:focus,
.nlx-pagination-item-active:hover {
  border-color: #51bbf0;
}
.nlx-pagination-item-active:focus a,
.nlx-pagination-item-active:hover a {
  color: #51bbf0;
}
.nlx-pagination-jump-prev,
.nlx-pagination-jump-next {
  outline: 0;
}
.nlx-pagination-jump-prev .nlx-pagination-item-container,
.nlx-pagination-jump-next .nlx-pagination-item-container {
  position: relative;
}
.nlx-pagination-jump-prev .nlx-pagination-item-container .nlx-pagination-item-link-icon,
.nlx-pagination-jump-next .nlx-pagination-item-container .nlx-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  color: #299ee3;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}
:root .nlx-pagination-jump-prev .nlx-pagination-item-container .nlx-pagination-item-link-icon,
:root .nlx-pagination-jump-next .nlx-pagination-item-container .nlx-pagination-item-link-icon {
  font-size: 12px;
}
.nlx-pagination-jump-prev .nlx-pagination-item-container .nlx-pagination-item-link-icon-svg,
.nlx-pagination-jump-next .nlx-pagination-item-container .nlx-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.nlx-pagination-jump-prev .nlx-pagination-item-container .nlx-pagination-item-ellipsis,
.nlx-pagination-jump-next .nlx-pagination-item-container .nlx-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}
.nlx-pagination-jump-prev:focus .nlx-pagination-item-link-icon,
.nlx-pagination-jump-next:focus .nlx-pagination-item-link-icon,
.nlx-pagination-jump-prev:hover .nlx-pagination-item-link-icon,
.nlx-pagination-jump-next:hover .nlx-pagination-item-link-icon {
  opacity: 1;
}
.nlx-pagination-jump-prev:focus .nlx-pagination-item-ellipsis,
.nlx-pagination-jump-next:focus .nlx-pagination-item-ellipsis,
.nlx-pagination-jump-prev:hover .nlx-pagination-item-ellipsis,
.nlx-pagination-jump-next:hover .nlx-pagination-item-ellipsis {
  opacity: 0;
}
.nlx-pagination-prev,
.nlx-pagination-jump-prev,
.nlx-pagination-jump-next {
  margin-right: 8px;
}
.nlx-pagination-prev,
.nlx-pagination-next,
.nlx-pagination-jump-prev,
.nlx-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s;
}
.nlx-pagination-prev,
.nlx-pagination-next {
  outline: 0;
}
.nlx-pagination-prev a,
.nlx-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  user-select: none;
}
.nlx-pagination-prev:hover a,
.nlx-pagination-next:hover a {
  border-color: #51bbf0;
}
.nlx-pagination-prev .nlx-pagination-item-link,
.nlx-pagination-next .nlx-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s;
}
.nlx-pagination-prev:focus .nlx-pagination-item-link,
.nlx-pagination-next:focus .nlx-pagination-item-link,
.nlx-pagination-prev:hover .nlx-pagination-item-link,
.nlx-pagination-next:hover .nlx-pagination-item-link {
  color: #299ee3;
  border-color: #299ee3;
}
.nlx-pagination-disabled,
.nlx-pagination-disabled:hover,
.nlx-pagination-disabled:focus {
  cursor: not-allowed;
}
.nlx-pagination-disabled a,
.nlx-pagination-disabled:hover a,
.nlx-pagination-disabled:focus a,
.nlx-pagination-disabled .nlx-pagination-item-link,
.nlx-pagination-disabled:hover .nlx-pagination-item-link,
.nlx-pagination-disabled:focus .nlx-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.nlx-pagination-slash {
  margin: 0 10px 0 5px;
}
.nlx-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.nlx-pagination-options-size-changer.nlx-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.nlx-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.nlx-pagination-options-quick-jumper 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;
  width: 50px;
  margin: 0 8px;
}
.nlx-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.nlx-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.nlx-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.nlx-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.nlx-pagination-options-quick-jumper input:hover {
  border-color: #51bbf0;
  border-right-width: 1px !important;
}
.nlx-pagination-options-quick-jumper 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-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.nlx-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.nlx-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.nlx-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.nlx-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.nlx-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.nlx-pagination-simple .nlx-pagination-prev,
.nlx-pagination-simple .nlx-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.nlx-pagination-simple .nlx-pagination-prev .nlx-pagination-item-link,
.nlx-pagination-simple .nlx-pagination-next .nlx-pagination-item-link {
  height: 24px;
  border: 0;
}
.nlx-pagination-simple .nlx-pagination-prev .nlx-pagination-item-link::after,
.nlx-pagination-simple .nlx-pagination-next .nlx-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.nlx-pagination-simple .nlx-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.nlx-pagination-simple .nlx-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  outline: none;
  transition: border-color 0.3s;
}
.nlx-pagination-simple .nlx-pagination-simple-pager input:hover {
  border-color: #299ee3;
}
.nlx-pagination.mini .nlx-pagination-total-text,
.nlx-pagination.mini .nlx-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.nlx-pagination.mini .nlx-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.nlx-pagination.mini .nlx-pagination-item:not(.nlx-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.nlx-pagination.mini .nlx-pagination-prev,
.nlx-pagination.mini .nlx-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.nlx-pagination.mini .nlx-pagination-prev .nlx-pagination-item-link,
.nlx-pagination.mini .nlx-pagination-next .nlx-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.nlx-pagination.mini .nlx-pagination-prev .nlx-pagination-item-link::after,
.nlx-pagination.mini .nlx-pagination-next .nlx-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.nlx-pagination.mini .nlx-pagination-jump-prev,
.nlx-pagination.mini .nlx-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.nlx-pagination.mini .nlx-pagination-options {
  margin-left: 2px;
}
.nlx-pagination.mini .nlx-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.nlx-pagination.mini .nlx-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}
.nlx-pagination.nlx-pagination-disabled {
  cursor: not-allowed;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item-active a {
  color: #fff;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item-link,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item-link:hover,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-prev:focus .nlx-pagination-item-link-icon,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-next:focus .nlx-pagination-item-link-icon,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-prev:hover .nlx-pagination-item-link-icon,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-next:hover .nlx-pagination-item-link-icon {
  opacity: 0;
}
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-prev:focus .nlx-pagination-item-ellipsis,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-next:focus .nlx-pagination-item-ellipsis,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-prev:hover .nlx-pagination-item-ellipsis,
.nlx-pagination.nlx-pagination-disabled .nlx-pagination-jump-next:hover .nlx-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .nlx-pagination-item-after-jump-prev,
  .nlx-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .nlx-pagination-options {
    display: none;
  }
}

